https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/964/------------------------------------------
Started by an SCM change
Building remotely on lyx-linux2 (linux) in workspace 
<https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Using shallow clone
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository git://git.lyx.org/lyx.git
 > git init 
 > <https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/ws/>
 >  # timeout=10
Fetching upstream changes from git://git.lyx.org/lyx.git
 > git --version # timeout=10
 > git fetch --no-tags --progress git://git.lyx.org/lyx.git 
 > +refs/heads/*:refs/remotes/origin/* --depth=1
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --no-tags --progress 
git://git.lyx.org/lyx.git +refs/heads/*:refs/remotes/origin/* --depth=1" 
returned status code 143:
stdout: 
stderr: remote: Counting objects: 1522           
remote: Counting objects: 1752           
remote: Counting objects: 2113           
remote: Counting objects: 2215           
remote: Counting objects: 2356           
remote: Counting objects: 2977           
remote: Counting objects: 3039           
remote: Counting objects: 3155           
remote: Counting objects: 3510           
remote: Counting objects: 5498           
remote: Counting objects: 5911           
remote: Counting objects: 6664           
remote: Counting objects: 6878           
remote: Counting objects: 7019           
remote: Counting objects: 7078           
remote: Counting objects: 7432           
remote: Counting objects: 7758           
remote: Counting objects: 7871           
remote: Counting objects: 7945           
remote: Counting objects: 8015           
remote: Counting objects: 8022           
remote: Counting objects: 8726           
remote: Counting objects: 9381           
remote: Counting objects: 10249           
remote: Counting objects: 10454           
remote: Counting objects: 10621           
remote: Counting objects: 11608           
remote: Counting objects: 11738           
remote: Counting objects: 12030           
remote: Counting objects: 12088           
remote: Counting objects: 12149           
remote: Counting objects: 12212           
remote: Counting objects: 12448           
remote: Counting objects: 13310           
remote: Counting objects: 13493           
remote: Counting objects: 13639           
remote: Counting objects: 13874           
remote: Counting objects: 13989           
remote: Counting objects: 14233           
remote: Counting objects: 14338           
remote: Counting objects: 14406           
remote: Counting objects: 15500           
remote: Counting objects: 15603           
remote: Counting objects: 15668           
remote: Counting objects: 15757           
remote: Counting objects: 16058           
remote: Counting objects: 16321           
remote: Counting objects: 16547           
remote: Counting objects: 16610           
remote: Counting objects: 16851           
remote: Counting objects: 18393           
remote: Counting objects: 18592           
remote: Counting objects: 18785           
remote: Counting objects: 18851           
remote: Counting objects: 18911           
remote: Counting objects: 19043           
remote: Counting objects: 19173           
remote: Counting objects: 19607           
remote: Counting objects: 19900           
remote: Counting objects: 20057           
remote: Counting objects: 20121           
remote: Counting objects: 20184           
remote: Counting objects: 20369           
remote: Counting objects: 21415           
remote: Counting objects: 23282           
remote: Counting objects: 24793           
remote: Counting objects: 28067           
remote: Counting objects: 28711           
remote: Counting objects: 30372           
remote: Counting objects: 30494           
remote: Counting objects: 31609           
remote: Counting objects: 31882           
remote: Counting objects: 32619           
remote: Counting objects: 32761           
remote: Counting objects: 33169           
remote: Counting objects: 33185, done.        

        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1772)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1516)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:67)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:318)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:515)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:332)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        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)
        at ......remote call to lyx-linux2(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel.call(Channel.java:781)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
        at sun.reflect.GeneratedMethodAccessor277.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:131)
        at com.sun.proxy.$Proxy59.execute(Unknown Source)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1054)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1094)
        at hudson.scm.SCM.checkout(SCM.java:495)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
        at hudson.model.Run.execute(Run.java:1741)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:410)
ERROR: null
Build does not meet criteria for workspace archiving - result is not at least 
SUCCESS.

Reply via email to