Hi,
There are two buildbot jobs svn-windows-local and svn-windows-ra that
currently fail. See for example
https://ci2.apache.org/#/builders/106/builds/104
Relevant part of error message, it seems that one Python component is
missing:
error in RunProcess._startCommand (spawnProcess not available since
pywin32 is not installed.)
Traceback (most recent call last):
File "C:\Program
Files\Python310\lib\site-packages\buildbot_worker\runprocess.py", line
460, in start
self._startCommand()
File "C:\Program
Files\Python310\lib\site-packages\buildbot_worker\runprocess.py", line
584, in _startCommand
self.process = self._spawnProcess(
File "C:\Program
Files\Python310\lib\site-packages\buildbot_worker\runprocess.py", line
618, in _spawnProcess
return self._spawnAsBatch(processProtocol, executable, args, env,
File "C:\Program
Files\Python310\lib\site-packages\buildbot_worker\runprocess.py", line
656, in _spawnAsBatch
return reactor.spawnProcess(processProtocol, executable, argv, env,
File "C:\Program
Files\Python310\lib\site-packages\twisted\internet\posixbase.py", line
419, in spawnProcess
raise NotImplementedError(
NotImplementedError: spawnProcess not available since pywin32 is not installed.
Does anyone have access to this server to install pywin32?
Kind regards,
Daniel Sahlberg