Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 02/Jun/13 4:58 PM
Description:

We are currently hitting an issue where some of our builds just vanish some time after they were successfully completed. Only 4 out of 11 jobs are affected by this bug but I couldn't figure out what is special about them. LogRotate is enabled but also fails to clean up excess builds for these projects. From a file system perspective this looks like:

root@build:/srv/jenkins/jobs/Apache HTTPClient SPNEGO Support/builds# ls -la
[...]
drwxr-xr-x 2 tomcat6 tomcat6 4096 Jun 2 01:14 2013-06-02_01-14-29
drwxr-xr-x 2 tomcat6 tomcat6 4096 Jun 2 11:48 2013-06-02_11-48-19
[...]
lrwxrwxrwx 1 tomcat6 tomcat6 19 Jun 2 01:14 59 -> 2013-06-02_01-14-29
lrwxrwxrwx 1 tomcat6 tomcat6 19 Jun 2 11:48 60 -> 2013-06-02_11-48-19
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 24 15:27 lastFailedBuild -> -1
lrwxrwxrwx 1 tomcat6 tomcat6 2 Jun 2 11:48 lastStableBuild -> 60
lrwxrwxrwx 1 tomcat6 tomcat6 2 Jun 2 11:48 lastSuccessfulBuild -> 60
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 23 16:35 lastUnstableBuild -> -1
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 24 15:27 lastUnsuccessfulBuild -> -1

changing to

root@build:/srv/jenkins/jobs/Apache HTTPClient SPNEGO Support/builds# ls -la
[...]
drwxr-xr-x 2 tomcat6 tomcat6 4096 Jun 2 01:14 2013-06-02_01-14-29
drwxr-xr-x 2 tomcat6 tomcat6 4096 Jun 2 11:48 2013-06-02_11-48-19
[...]
lrwxrwxrwx 1 tomcat6 tomcat6 19 Jun 2 01:14 59 -> 2013-06-02_01-14-29
lrwxrwxrwx 1 tomcat6 tomcat6 19 Jun 2 11:48 60 -> 2013-06-02_11-48-19
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 24 15:27 lastFailedBuild -> -1
lrwxrwxrwx 1 tomcat6 tomcat6 2 Jun 2 11:48 lastStableBuild -> 60
lrwxrwxrwx 1 tomcat6 tomcat6 2 Jun 2 16:34 lastSuccessfulBuild -> -1
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 23 16:35 lastUnstableBuild -> -1
lrwxrwxrwx 1 tomcat6 tomcat6 2 Mai 24 15:27 lastUnsuccessfulBuild -> -1

If the symlink is manually corrected, it will be reset to the wrong location on next access (e.g. reloading the dashboard).

Even on finest loglevel there do not seem to be any relevant log entries.

What information is required to investigate this further?

Environment: Jenkins 1.515 Tomcat/WAR on Debian wheezy
Server version: Apache Tomcat/6.0.35
Server built: Dec 8 2012 04:28:23
Server number: 6.0.35.0
OS Name: Linux
OS Version: 3.2.0-4-amd64
Architecture: amd64
JVM Version: 1.7.0_03-b21
JVM Vendor: Oracle Corporation
Project: Jenkins
Priority: Major Major
Reporter: Moritz Bechler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to