Hi, I am having a problem with jenkins using packages on debian. Currently version 1.486. It seems to be having problems touching files. From the log:
... Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Failed to change file modification time Oct 16, 2012 8:54:51 AM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Inspecting plugin /raid1/jenkins/plugins/sonar.jpi java.io.IOException: Failed to set the timestamp of /raid1/jenkins/plugins/sonar/.timestamp to 1349943792000 at hudson.FilePath$19.invoke(FilePath.java:1248) at hudson.FilePath$19.invoke(FilePath.java:1242) at hudson.FilePath.act(FilePath.java:851) at hudson.FilePath.act(FilePath.java:824) at hudson.FilePath.touch(FilePath.java:1242) at hudson.ClassicPluginStrategy.explode(ClassicPluginStrategy.java:417) at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrategy.java:117) at hudson.PluginManager$1$3$1.run(PluginManager.java:223) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) at jenkins.model.Jenkins$7.runTask(Jenkins.java:883) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) ... The filesystem that JENKINS_HOME is on is mounted: /dev/sdb1 on /raid1 type xfs (rw,nobarrier,inode64) Which doesn't say to me that this shouldn't work. Any ideas? Regards, Jeff