Changed the build config to not fail if /tmp can't be recreated. We aren't running the tests (yet), so the folder has no effect currently.
I'll check with ASF Infra to see if we can un-protect that folder. Otherwise, the build machine will eventually run out of disk space because test cleanup is incomplete when tests crash. (The /tmp folder in Windows is not temporary :) On Tue, Aug 9, 2016 at 11:13 AM, Apache Jenkins Server < [email protected]> wrote: > See <https://builds.apache.org/job/Mesos-Windows/350/changes> > > Changes: > > [alexr] Removed extra spaces in docker.cpp. > > [alexr] Fixed the incorrect order of header files in docker executor. > > ------------------------------------------ > Started by an SCM change > [EnvInject] - Loading node environment variables. > Building remotely on windows-2012-1 (Windows) in workspace < > https://builds.apache.org/job/Mesos-Windows/ws/> > > git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository > > git config remote.origin.url https://git-wip-us.apache.org/ > repos/asf/mesos.git # timeout=10 > Fetching upstream changes from https://git-wip-us.apache.org/ > repos/asf/mesos.git > > git --version # timeout=10 > > git -c core.askpass=true fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mesos.git > +refs/heads/*:refs/remotes/origin/* > > git rev-parse "origin/master^{commit}" # timeout=10 > Checking out Revision a30ce83ae7a5c5c83d5a84cbc66c1d0dad89f396 > (origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f a30ce83ae7a5c5c83d5a84cbc66c1d0dad89f396 > > git rev-list 4fad7a6453a2d7e646603975826794afeba6706a # timeout=10 > No emails were triggered. > [Mesos-Windows] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\1\ > hudson4674416604167026254.bat > > <https://builds.apache.org/job/Mesos-Windows/ws/>CALL> > "F:/Microsoft/Visual Studio CE 2015/VC/vcvarsall.bat" > > <https://builds.apache.org/job/Mesos-Windows/ws/>RMDIR> /q /s f:\tmp > Access is denied. > > <https://builds.apache.org/job/Mesos-Windows/ws/>MKDIR> f:\tmp > A subdirectory or file f:\tmp already exists. > > <https://builds.apache.org/job/Mesos-Windows/ws/>if> 1 NEQ 0 exit /b 1 > Build step 'Execute Windows batch command' marked build as failure >
