|
||||||||
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.
I updated to version 1.508 on Windows 7 /64 bit.
In all my matrix, sub build olders than 2 days - removed from disk, the sub builds not exists on the disk anymore (so moving back to 1.484 will not restore the old state). parents build were not removed and I see Not run in the status of sub_build in the matrix.
parents builds:
Symlinks, only for new builds that run with 1.508, but older builds were not removed from history.
There are symlinks, but only for the sub builds from last 2 days, all other sub builds - removed from disk and from history of jenkins, and of course no symlink for them.
This is the log I got when error occurred first about half an hour after running 1.508 version:
Apr 2, 2013 1:42:40 PM hudson.model.RunMap retrieve
WARNING: could not load D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377
hudson.util.IOException2: Invalid directory name D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377
at hudson.model.Run.parseTimestampFromBuildDir(Run.java:354)
at hudson.model.Run.<init>(Run.java:294)
at hudson.model.AbstractBuild.<init>(AbstractBuild.java:182)
at hudson.model.Build.<init>(Build.java:103)
at hudson.matrix.MatrixRun.<init>(MatrixRun.java:58)
at sun.reflect.GeneratedConstructorAccessor103.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at hudson.model.AbstractProject.loadBuild(AbstractProject.java:1117)
at hudson.model.AbstractProject$1.create(AbstractProject.java:317)
at hudson.model.AbstractProject$1.create(AbstractProject.java:315)
at hudson.model.RunMap.retrieve(RunMap.java:225)
at hudson.model.RunMap.retrieve(RunMap.java:59)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:667)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:629)
at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:368)
at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:526)
at hudson.model.AbstractProject.getBuildByNumber(AbstractProject.java:1039)
at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:376)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
at hudson.model.Run.execute(Run.java:1575)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
Caused by: java.text.ParseException: Unparseable date: "1377"
at java.text.DateFormat.parse(Unknown Source)
at hudson.model.Run.parseTimestampFromBuildDir(Run.java:352)
... 24 more