The build history of the whole matrix build is hold as long as I configured. But the build history of the achses (sub builds) is hold only for two days. All older sub builds history is deleted from hdd.
      The last version of Jenkins, I know is working, is 1.484 to which I downgraded.

          [JENKINS-15799] loosing matrix sub builds

          Thomas Reinicke created issue -

          Zvi Karov added a comment -

          I have the same problem on Jenkins on Win-7-64bit.
          Exist builds are disaplyed in gray as "No run" and I can't see the log, of course.
          Moving back to version 1.484 (as suggested) solved the problem for now.

          Zvi Karov added a comment - I have the same problem on Jenkins on Win-7-64bit. Exist builds are disaplyed in gray as "No run" and I can't see the log, of course. Moving back to version 1.484 (as suggested) solved the problem for now.
          Thomas Reinicke made changes -
          Priority Original: Major [ 3 ] New: Critical [ 2 ]
          Andrew Bayer made changes -
          Component/s New: core [ 15593 ]
          Assignee New: Kohsuke Kawaguchi [ kohsuke ]
          Priority Original: Critical [ 2 ] New: Blocker [ 1 ]
          Andrew Bayer made changes -
          Link New: This issue is duplicated by JENKINS-15979 [ JENKINS-15979 ]

          Andrew Bayer added a comment -

          Confirmed that 1.484 brings back the builds, but 1.485 does not. There's nothing in the jenkins log to explain this - no exception, etc. I've seen this happen with matrix builds running on dynamic slaves and permanent slaves, with the same results.

          Andrew Bayer added a comment - Confirmed that 1.484 brings back the builds, but 1.485 does not. There's nothing in the jenkins log to explain this - no exception, etc. I've seen this happen with matrix builds running on dynamic slaves and permanent slaves, with the same results.

          The ticket I opened got closed as a duplicate of this one. I saw this "forgetting" behavior with a renamed, top-level, non-matrix job. Right after renaming the job, the builds showed in the history, but ... several hours later they were gone (altho still there on disk.)

          G. Ann Campbell added a comment - The ticket I opened got closed as a duplicate of this one. I saw this "forgetting" behavior with a renamed, top-level, non-matrix job. Right after renaming the job, the builds showed in the history, but ... several hours later they were gone (altho still there on disk.)
          Andrew Bayer made changes -
          Link New: This issue is duplicated by JENKINS-16014 [ JENKINS-16014 ]

          I have the same problem. After upgrade to 1.487 I lose the build history for the new jobs which are added after the upgrade. Logging is still available for 1 or 2 days. Logs are available on filesystem, but can not be accessed from the jenkins console.

          Gert Jan Schipper added a comment - I have the same problem. After upgrade to 1.487 I lose the build history for the new jobs which are added after the upgrade. Logging is still available for 1 or 2 days. Logs are available on filesystem, but can not be accessed from the jenkins console.

          Gert Jan Schipper added a comment - - edited

          I'm getting this kind of errors on the node:

          Dec 04, 2012 12:56:37 PM hudson.scm.SubversionSCM$CheckOutTask checkClockOutOfSync
          INFO: Failed to estimate the remote time stamp
          org.tmatesoft.svn.core.SVNException: svn: PROPFIND /repos/tools failed
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.info(DAVRepository.java:753)
          	at hudson.scm.SubversionSCM$CheckOutTask.checkClockOutOfSync(SubversionSCM.java:793)
          	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:771)
          	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
          	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
          	at hudson.remoting.Request$2.run(Request.java:326)
          	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
          	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
          	at java.lang.Thread.run(Thread.java:722)
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND /repos/tools failed
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89)
          	... 19 more
          Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: PROPFIND request failed on '/repos/tools'
          svn: PROPFIND of /repos/tools: 403 Forbidden (http://srv-ind-scrat:8080)
          	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
          	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:656)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:292)
          	... 18 more
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND request failed on '/repos/tools'
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89)
          	at org.tmatesoft.svn.core.SVNErrorMessage.wrap(SVNErrorMessage.java:366)
          	... 20 more
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND of /repos/tools: 403 Forbidden (http://srv-ind-scrat:8080)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:181)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:133)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:444)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:189)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:379)
          	... 19 more

          Gert Jan Schipper added a comment - - edited I'm getting this kind of errors on the node: Dec 04, 2012 12:56:37 PM hudson.scm.SubversionSCM$CheckOutTask checkClockOutOfSync INFO: Failed to estimate the remote time stamp org.tmatesoft.svn.core.SVNException: svn: PROPFIND /repos/tools failed at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.info(DAVRepository.java:753) at hudson.scm.SubversionSCM$CheckOutTask.checkClockOutOfSync(SubversionSCM.java:793) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:771) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang. Thread .run( Thread .java:722) Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND /repos/tools failed at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89) ... 19 more Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: PROPFIND request failed on '/repos/tools' svn: PROPFIND of /repos/tools: 403 Forbidden (http: //srv-ind-scrat:8080) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:656) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:292) ... 18 more Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND request failed on '/repos/tools' at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89) at org.tmatesoft.svn.core.SVNErrorMessage.wrap(SVNErrorMessage.java:366) ... 20 more Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND of /repos/tools: 403 Forbidden (http: //srv-ind-scrat:8080) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:181) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:133) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:444) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:189) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:379) ... 19 more

            kohsuke Kohsuke Kawaguchi
            tomasch Thomas Reinicke
            Votes:
            26 Vote for this issue
            Watchers:
            31 Start watching this issue

              Created:
              Updated:
              Resolved: