-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Linux (Mandriva 2010 64 bit)
Linux (Ubuntu 9.04 64 bit) w/ jobs executed on Windows (XP 32 bit)
[xUnit] Starting to record.
[xUnit] Can't create the path /home/user/hudson/project1/generatedJUnitFiles. Maybe the directory already exists.
[xUnit] [CppUnit-1.12.1 (default)] - Processing 1 files with the pattern 'build/test/tests.xml' relative to '/home/user/hudson/project1'.
[xUnit] [INFO] - Converting '/home/user/hudson/project1/build/test/tests.xml' .
[xUnit] The plugin hasn't been performed correctly: hudson.util.IOException2: remote file operation failed: /home/user/hudson/project1 at hudson.remoting.Channel@71eca460:MANDRIVA_2010_64
NOTE:
The folder 'generatedJUnitFiles' gets deleted every time the build starts, so I know it does not exist beforehand. I have an
'rm -rf generatedJUnitFiles' execute at the beginning of the build. I added it when the error started. No change.
- is duplicated by
-
JENKINS-7323 We always get "[WARNING] - Can't create the path /C:/HudsonSlave/workspace/dotnet/generatedJUnitFiles. Maybe the directory already exists." and xUnit can't delete temporary JUnit files
- Resolved