I posted a part of this earlier but didn't get a resolution, but we're
also seeing another odd behaviour.
We have a Windows XP SP3 64-bit monster box, with 32-bit XP SP3 VMs set
up, with the intention that these VMs be slaves (to our Linux Jenkins
master). We already have a couple of XP SP3 real boxes as slaves and that's
all fine.
However, any build we try to trigger on the VMs either dies:
a) mid-way through fetching from Subversion:
AU Source\Framework\Gui\BrowserWnd\PrintDialog.cpp
A Source\Framework\Gui\BrowserWnd\BrowserWnd.vcxproj.filters
AU Source\Framework\Gui\BrowserWnd\BrowserWnd.vcproj
ERROR: Failed to check out https://svn/repos/Framework/trunk
org.tmatesoft.svn.core.SVNException: svn: REPORT
/repos/Framework/!svn/vcc/default failed
or b) failing to prematurely delete the job's batch file (while the build is
actually still in progress, presumably locking said bacth file):
Embedding manifest...
Creating browse information file...
FATAL: Unable to delete script file
C:\WINDOWS\TEMP\hudson3566425275742309314.bat
hudson.util.IOException2: remote file operation failed:
C:\WINDOWS\TEMP\hudson3566425275742309314.bat at
hudson.remoting.Channel@a315e5:crawd475108-xp2
Both of these seem to work flawlessly (e.g. TortoiseSVN checkout,
command-line VS2005 devenv invocation) when triggered manually via the use
logged in to the VM. The failures seem exclusive to the slave Jenkins
environment (installed as Windows services).
--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit