This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2018-05-28.22:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527547278.22.0.682650639539.issue33675@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that since c489a767af46f33e73d96a5746e46a7365814db2 the AMD64 Windows10 buildbot for Python3.6 fails to compile. Error log:

Using "C:\Program Files (x86)\MSBuild\14.0\bin\\msbuild.exe" (found in the registry)
Cannot locate MSBuild.exe on PATH or as MSBUILD variable 
Deleting .pyc/.pyo files ...
Deleting test leftovers ...
Could Not Find D:\buildarea\3.6.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.6.bolen-windows10\build\PCbuild\python*.zip
Using "D:\buildarea\3.6.bolen-windows10\build\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory)
Fetching external libraries...
bzip2-1.0.6 already exists, skipping.
openssl-1.0.2o already exists, skipping.
sqlite-3.21.0.0 already exists, skipping.
tcl-core-8.6.6.0 already exists, skipping.
tk-8.6.6.0 already exists, skipping.
tix-8.4.3.6 already exists, skipping.
xz-5.2.2 already exists, skipping.
Fetching external binaries...
nasm-2.11.06 already exists, skipping.
Finished.
Using "C:\Program Files (x86)\MSBuild\14.0\bin\\msbuild.exe" (found in the registry)
Cannot locate MSBuild.exe on PATH or as MSBUILD variable 
program finished with exit code 2
elapsedTime=1.953000
History
Date User Action Args
2018-05-28 22:41:18pablogsalsetrecipients: + pablogsal
2018-05-28 22:41:18pablogsalsetmessageid: <1527547278.22.0.682650639539.issue33675@psf.upfronthosting.co.za>
2018-05-28 22:41:18pablogsallinkissue33675 messages
2018-05-28 22:41:18pablogsalcreate