[python-committers] AppVeyor builds broken

Zachary Ware zachary.ware+pydev at gmail.com
Thu Dec 14 11:36:40 EST 2017


On Thu, Dec 14, 2017 at 10:27 AM, Antoine Pitrou <antoine at python.org> wrote:
>
> Hello,
>
> It seems AppVevor builds (and generally Windows builds) have been broken
> for some time with a failure in test_distutils:
> https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.9471#L2040
>
> ======================================================================
> ERROR: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\projects\cpython\lib\distutils\tests\test_bdist_wininst.py", line 24, in test_get_exe_bytes
>     exe_file = cmd.get_exe_bytes()
>   File "C:\projects\cpython\lib\distutils\command\bdist_wininst.py", line 361, in get_exe_bytes
>     f = open(filename, "rb")
> FileNotFoundError: [Errno 2] No such file or directory: 'C:\\projects\\cpython\\lib\\distutils\\command\\wininst-14.12.exe'
> ----------------------------------------------------------------------

See https://bugs.python.org/issue32302.  Subsequent builds should
succeed; if you need to restart a build on a PR, you have two options.
The simpler, noisier option is to close and reopen the PR.  Otherwise,
log into AppVeyor using GitHub OAuth, which should give you the option
to log in as "python".  Then navigate to the build you want to restart
and click "Re-build PR".

-- 
Zach


More information about the python-committers mailing list