python / cpython

The Python programming language
https://www.python.org
Other
62.39k stars 29.96k forks source link

Could not build msi on windows server vnext #123618

Closed liudonghua123 closed 2 weeks ago

liudonghua123 commented 2 weeks ago

Bug report

Bug description:

Hi, I tried to build msi via .\tools\msi\build.bat on a windows vnext server, but it failed. If I use .\PCbuild\build.bat, it's ok.

image

Details ``` C:\Users\Administrator>ver Microsoft Windows [Version 10.0.26080.1] C:\Users\Administrator> PS C:\Users\Administrator\code\windows-python-installer\cpython> .\tools\msi\build.bat -x86 -b Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\externals\windows-installer\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... Fetching external tools... binutils already exists, skipping. gpg already exists, skipping. htmlhelp already exists, skipping. nuget already exists, skipping. redist-1 already exists, skipping. wix-314 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the Visual Studio installation) Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.8 already exists, skipping. mpdecimal-4.0.0 already exists, skipping. sqlite-3.45.3.0 already exists, skipping. xz-5.2.5 already exists, skipping. zlib-1.3.1 already exists, skipping. Fetching external binaries... libffi-3.4.4 already exists, skipping. openssl-bin-3.0.13 already exists, skipping. tcltk-8.6.14.0 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the environment) Using "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) C:\Users\Administrator\code\windows-python-installer\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=Debug /p:Platform=Win32 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2= _freeze_module.c config_minimal.c atexitmodule.c faulthandler.c gcmodule.c getbuildinfo.c getpath_noop.c posixmodule.c signalmodule.c timemodule.c _tracemalloc.c _iomodule.c bufferedio.c bytesio.c fileio.c iobase.c stringio.c textio.c winconsoleio.c abstract.c boolobject.c bytearrayobject.c bytes_methods.c bytesobject.c call.c capsule.c cellobject.c classobject.c codeobject.c complexobject.c descrobject.c dictobject.c enumobject.c exceptions.c fileobject.c floatobject.c frameobject.c funcobject.c genericaliasobject.c genobject.c iterobject.c listobject.c longobject.c memoryobject.c methodobject.c moduleobject.c namespaceobject.c object.c obmalloc.c odictobject.c picklebufobject.c rangeobject.c setobject.c sliceobject.c structseq.c tupleobject.c typeobject.c typevarobject.c unicodectype.c unicodeobject.c unionobject.c weakrefobject.c myreadline.c parser.c peg_api.c pegen.c pegen_errors.c action_helpers.c string_parser.c token.c buffer.c state.c lexer.c string_tokenizer.c file_tokenizer.c utf8_tokenizer.c readline_tokenizer.c helpers.c invalid_parameter_handler.c msvcrtmodule.c winreg.c _warnings.c asdl.c assemble.c ast.c ast_opt.c ast_unparse.c bltinmodule.c brc.c bootstrap_hash.c ceval.c codecs.c compile.c context.c critical_section.c crossinterp.c dtoa.c dynamic_annotations.c dynload_win.c errors.c fileutils.c flowgraph.c formatter_unicode.c frame.c future.c gc.c gc_gil.c gc_free_threading.c getargs.c getcompiler.c getcopyright.c getopt.c getplatform.c getversion.c ceval_gil.c hamt.c hashtable.c import.c importdl.c initconfig.c instruction_sequence.c interpconfig.c intrinsics.c instrumentation.c jit.c legacy_tracing.c lock.c marshal.c modsupport.c mysnprintf.c mystrtoul.c object_stack.c optimizer.c optimizer_analysis.c optimizer_symbols.c parking_lot.c pathconfig.c perf_trampoline.c perf_jit_trampoline.c preconfig.c pyarena.c pyctype.c pyfpe.c pyhash.c pylifecycle.c pymath.c pystate.c pystrcmp.c pystrhex.c pystrtod.c Python-ast.c pythonrun.c Python-tokenize.c pytime.c qsbr.c specialize.c structmember.c suggestions.c symtable.c thread.c traceback.c tracemalloc.c sysmodule.c _freeze_module.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_freeze_module_d.exe Assertion failed: PyUnicode_GET_LENGTH(string) != 1, file C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_unicodeobj ect_generated.h, line 54 C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_freeze_module.vcxproj(470,5): error MSB3073: The command ""C:\Users\Administrator\cod e\windows-python-installer\cpython\PCbuild\win32\_freeze_module_d.exe" "importlib._bootstrap" "C:\Users\Administrator\code\windows-python-installer\cpython \Lib\importlib\_bootstrap.py" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313win32_Debug\_freeze_module\importlib._bootstrap. g.h"" exited with code 3. Build FAILED. C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_freeze_module.vcxproj(470,5): error MSB3073: The command ""C:\Users\Administrator\cod e\windows-python-installer\cpython\PCbuild\win32\_freeze_module_d.exe" "importlib._bootstrap" "C:\Users\Administrator\code\windows-python-installer\cpython \Lib\importlib\_bootstrap.py" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313win32_Debug\_freeze_module\importlib._bootstrap. g.h"" exited with code 3. 0 Warning(s) 1 Error(s) Time Elapsed 00:01:48.48 PS C:\Users\Administrator\code\windows-python-installer\cpython> ```

CPython versions tested on:

3.13

Operating systems tested on:

Windows

liudonghua123 commented 2 weeks ago

I found it comes from here.

image

zooba commented 2 weeks ago

Can you confirm that the code is unmodified? Normally issues in _freeze_module.exe only occur when the sources have been changed but the various regeneration steps haven't been run.

It's vaguely possible that one of the default Tools/msi/build.bat options are causing a problem. They don't get used often, as they're mainly for testing. Tools/msi/buildrelease.bat is the script that would usually be used.

liudonghua123 commented 2 weeks ago

Can you confirm that the code is unmodified? Normally issues in _freeze_module.exe only occur when the sources have been changed but the various regeneration steps haven't been run.

It's vaguely possible that one of the default Tools/msi/build.bat options are causing a problem. They don't get used often, as they're mainly for testing. Tools/msi/buildrelease.bat is the script that would usually be used.

@zooba Hi, I modified few lines of code indead, and If I changed Tools/msi/build.bat to Tools/msi/buildrelease.bat, it's the same problems.

Details ``` C:\Users\Administrator\code\windows-python-installer\cpython>Tools\msi\buildrelease.bat -x86 -b -D Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\externals\windows-installer\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... Fetching external tools... binutils already exists, skipping. gpg already exists, skipping. htmlhelp already exists, skipping. nuget already exists, skipping. redist-1 already exists, skipping. wix-314 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the Visual Studio installation) call "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\build.bat" -e -p Win32 -t Build Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.8 already exists, skipping. mpdecimal-4.0.0 already exists, skipping. sqlite-3.45.3.0 already exists, skipping. xz-5.2.5 already exists, skipping. zlib-1.3.1 already exists, skipping. Fetching external binaries... libffi-3.4.4 already exists, skipping. openssl-bin-3.0.13 already exists, skipping. tcltk-8.6.14.0 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the environment) Using "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) C:\Users\Administrator\code\windows-python-installer\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=Release /p:Platform=Win32 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2= _freeze_module.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_freeze_module.e xe Updated files: importlib._bootstrap.h, importlib._bootstrap_external.h, codecs.h, _sitebuiltins.h, os.h, runpy.h Killing any running python.exe instances... Regenerate Global Objects # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_strings.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_runtime_init_gene rated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_unicodeobject_gen erated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_objects_fi ni_generated.h Generated sources are up to date Getting build info from "C:\Program Files\Git\cmd\git.exe" Building tags/v3.13.0rc1-dirty:e4a3e786a5e tags/v3.13.0rc1 pythoncore.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python313.dll _ctypes_test.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes_test.pyd _testbuffer.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testbuffer.pyd python3dll.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python3.dll _testcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testcapi.pyd _testlimitedcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testlimitedca pi.pyd _testinternalcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testinternal capi.pyd _testembed.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testembed.exe _testimportmultiple.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testimport multiple.pyd _testmultiphase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testmultiphase .pyd _testsinglephase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testsinglepha se.pyd _testconsole.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testconsole.pyd _testclinic.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic.pyd _testclinic_limited.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic _limited.pyd xxlimited.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\xxlimited.pyd xxlimited_35.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\xxlimited_35.pyd pylauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\py.exe venvwlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvwlauncher.exe _asyncio.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_asyncio.pyd _zoneinfo.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_zoneinfo.pyd _decimal.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_decimal.pyd _elementtree.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_elementtree.pyd _multiprocessing.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_multiprocessi ng.pyd _overlapped.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_overlapped.pyd pyexpat.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyexpat.pyd _queue.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_queue.pyd select.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\select.pyd unicodedata.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\unicodedata.pyd winsound.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\winsound.pyd _uuid.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_uuid.pyd _wmi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_wmi.pyd _ctypes.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes.pyd _bz2.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_bz2.pyd pywlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyw.exe venvlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvlauncher.exe pyshellext.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyshellext.dll liblzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\liblzma.lib _lzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_lzma.pyd _tkinter.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_tkinter.pyd _hashlib.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_hashlib.pyd sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\sqlite3.dll _socket.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_socket.pyd _ssl.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ssl.pyd _sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_sqlite3.pyd python.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python.exe C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\ code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbase" exited with code -1073741819. Wrote C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\LICENSE.txt pythonw.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pythonw.exe Build succeeded. C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\ code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbase" exited with code -1073741819. 1 Warning(s) 0 Error(s) Time Elapsed 00:00:27.06 call "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\build.bat" -d -e -p Win32 -t Build Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.8 already exists, skipping. mpdecimal-4.0.0 already exists, skipping. sqlite-3.45.3.0 already exists, skipping. xz-5.2.5 already exists, skipping. zlib-1.3.1 already exists, skipping. Fetching external binaries... libffi-3.4.4 already exists, skipping. openssl-bin-3.0.13 already exists, skipping. tcltk-8.6.14.0 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the environment) Using "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) C:\Users\Administrator\code\windows-python-installer\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=Debug /p:Platform=Win32 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2= _freeze_module.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_freeze_module_d .exe Assertion failed: PyUnicode_GET_LENGTH(string) != 1, file C:\Users\Administrator\code\windows-python-installer\cpytho n\Include\internal\pycore_unicodeobject_generated.h, line 54 ```

And I found some files were changed by .\PCbuild\build.bat maybe, so I reverted them and tried again. Now it's working.

Details ``` C:\Users\Administrator\code\windows-python-installer\cpython>git status HEAD detached at v3.13.0rc1 Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Doc/tools/templates/layout.html modified: Include/internal/pycore_global_objects_fini_generated.h modified: Include/internal/pycore_global_strings.h modified: Include/internal/pycore_runtime_init_generated.h modified: Include/internal/pycore_unicodeobject_generated.h modified: Modules/_winapi.c modified: Modules/posixmodule.c modified: Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp modified: Tools/msi/exe/exe_files.wxs Untracked files: (use "git add ..." to include in what will be committed) Python/deepfreeze/ no changes added to commit (use "git add" and/or "git commit -a") C:\Users\Administrator\code\windows-python-installer\cpython>git checkout Include Updated 4 paths from the index C:\Users\Administrator\code\windows-python-installer\cpython>git clean -f -d . Removing Python/deepfreeze/ C:\Users\Administrator\code\windows-python-installer\cpython>git status HEAD detached at v3.13.0rc1 Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Doc/tools/templates/layout.html modified: Modules/_winapi.c modified: Modules/posixmodule.c modified: Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp modified: Tools/msi/exe/exe_files.wxs no changes added to commit (use "git add" and/or "git commit -a") C:\Users\Administrator\code\windows-python-installer\cpython>Tools\msi\buildrelease.bat -x86 -b -D Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\externals\windows-installer\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... Fetching external tools... binutils already exists, skipping. gpg already exists, skipping. htmlhelp already exists, skipping. nuget already exists, skipping. redist-1 already exists, skipping. wix-314 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the Visual Studio installation) call "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\build.bat" -e -p Win32 -t Build Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.8 already exists, skipping. mpdecimal-4.0.0 already exists, skipping. sqlite-3.45.3.0 already exists, skipping. xz-5.2.5 already exists, skipping. zlib-1.3.1 already exists, skipping. Fetching external binaries... libffi-3.4.4 already exists, skipping. openssl-bin-3.0.13 already exists, skipping. tcltk-8.6.14.0 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the environment) Using "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) C:\Users\Administrator\code\windows-python-installer\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=Release /p:Platform=Win32 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2= _iomodule.c bufferedio.c bytesio.c fileio.c iobase.c stringio.c textio.c winconsoleio.c atexitmodule.c faulthandler.c gcmodule.c getbuildinfo.c posixmodule.c signalmodule.c timemodule.c abstract.c boolobject.c bytearrayobject.c bytesobject.c call.c capsule.c cellobject.c classobject.c codeobject.c complexobject.c descrobject.c dictobject.c enumobject.c exceptions.c fileobject.c floatobject.c frameobject.c funcobject.c genericaliasobject.c genobject.c iterobject.c listobject.c longobject.c memoryobject.c methodobject.c moduleobject.c object.c obmalloc.c odictobject.c rangeobject.c setobject.c sliceobject.c structseq.c tupleobject.c typeobject.c typevarobject.c unicodeobject.c unionobject.c weakrefobject.c winreg.c action_helpers.c lexer.c state.c myreadline.c pegen.c string_parser.c file_tokenizer.c Python-ast.c Python-tokenize.c _warnings.c ast.c ast_opt.c ast_unparse.c bltinmodule.c bootstrap_hash.c brc.c ceval.c ceval_gil.c codecs.c compile.c context.c critical_section.c crossinterp.c dtoa.c dynload_win.c errors.c fileutils.c formatter_unicode.c frame.c future.c gc.c gc_free_threading.c gc_gil.c getargs.c hamt.c import.c importdl.c initconfig.c instruction_sequence.c instrumentation.c interpconfig.c intrinsics.c legacy_tracing.c marshal.c modsupport.c mystrtoul.c object_stack.c parking_lot.c perf_jit_trampoline.c perf_trampoline.c preconfig.c pylifecycle.c pystate.c pystrhex.c pythonrun.c qsbr.c specialize.c structmember.c suggestions.c symtable.c thread.c traceback.c tracemalloc.c sysmodule.c _freeze_module.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_freeze_module.e xe Updated files: importlib._bootstrap.h, importlib._bootstrap_external.h, codecs.h, _sitebuiltins.h, ntpath.h, posixpat h.h, os.h, site.h, importlib.util.h, runpy.h Killing any running python.exe instances... Regenerate Global Objects # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_strings.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_runtime_init_gene rated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_unicodeobject_gen erated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_objects_fi ni_generated.h Generated sources are up to date Getting build info from "C:\Program Files\Git\cmd\git.exe" Building tags/v3.13.0rc1-dirty:e4a3e786a5e tags/v3.13.0rc1 getpath.c _abc.c _bisectmodule.c blake2b_impl.c blake2s_impl.c _codecsmodule.c _collectionsmodule.c _csv.c _datetimemodule.c _functoolsmodule.c _interpchannelsmodule.c _interpretersmodule.c _iomodule.c bufferedio.c bytesio.c fileio.c C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2087,30): warning C4244: ' =': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-python-instal ler\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2055,27): warning C4244: ' initializing': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\pythoncore.vcxproj] iobase.c stringio.c textio.c winconsoleio.c _json.c _lsprof.c _opcode.c _operator.c _pickle.c _randommodule.c sre.c _struct.c _sysconfig.c _threadmodule.c _typingmodule.c _weakref.c _winapi.c arraymodule.c atexitmodule.c _codecs_cn.c C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2381,23): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2529,49): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] _codecs_hk.c _codecs_iso2022.c _codecs_jp.c _codecs_kr.c _codecs_tw.c multibytecodec.c cmathmodule.c faulthandler.c gcmodule.c itertoolsmodule.c main.c mathmodule.c md5module.c posixmodule.c sha1module.c sha2module.c sha3module.c signalmodule.c timemodule.c zlibmodule.c abstract.c boolobject.c bytearrayobject.c bytesobject.c call.c capsule.c cellobject.c classobject.c codeobject.c complexobject.c descrobject.c dictobject.c enumobject.c exceptions.c fileobject.c floatobject.c frameobject.c funcobject.c genericaliasobject.c genobject.c iterobject.c listobject.c longobject.c memoryobject.c methodobject.c moduleobject.c object.c obmalloc.c odictobject.c rangeobject.c setobject.c sliceobject.c structseq.c tupleobject.c typeobject.c typevarobject.c unicodeobject.c unionobject.c weakrefobject.c winreg.c action_helpers.c lexer.c state.c myreadline.c pegen.c string_parser.c file_tokenizer.c Python-ast.c Python-tokenize.c _warnings.c ast.c ast_opt.c ast_unparse.c bltinmodule.c bootstrap_hash.c brc.c ceval.c ceval_gil.c codecs.c compile.c context.c critical_section.c crossinterp.c dtoa.c dynload_win.c errors.c fileutils.c formatter_unicode.c frame.c future.c gc.c gc_free_threading.c gc_gil.c getargs.c hamt.c import.c importdl.c initconfig.c instruction_sequence.c instrumentation.c interpconfig.c intrinsics.c legacy_tracing.c marshal.c modsupport.c mystrtoul.c object_stack.c parking_lot.c perf_jit_trampoline.c perf_trampoline.c preconfig.c pylifecycle.c pystate.c pystrhex.c pythonrun.c qsbr.c specialize.c structmember.c suggestions.c symtable.c thread.c traceback.c tracemalloc.c binascii.c getbuildinfo.c sysmodule.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pytho n313.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pytho n313.exp Generating code Finished generating code pythoncore.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python313.dll _ctypes_test.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes_test.pyd _testbuffer.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testbuffer.pyd python3dll.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python3.dll _testcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testcapi.pyd _testlimitedcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testlimitedca pi.pyd _testinternalcapi.c set.c test_critical_sections.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test internalcapi.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win 32\_testinternalcapi.exp Generating code Finished generating code _testinternalcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testinternal capi.pyd _testembed.c Generating code Finished generating code _testembed.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testembed.exe _testimportmultiple.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testimport multiple.pyd _testmultiphase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testmultiphase .pyd _testsinglephase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testsinglepha se.pyd _testconsole.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testconsole.pyd _testclinic.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test clinic.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_te stclinic.exp Generating code Finished generating code _testclinic.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic.pyd _testclinic_limited.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic _limited.pyd xxlimited.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\xxlimited.pyd xxlimited_35.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\xxlimited_35.pyd pylauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\py.exe venvlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvlauncher.exe pyshellext.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyshellext.dll pywlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyw.exe venvwlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvwlauncher.exe _elementtree.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_elementtree.pyd _zoneinfo.c _decimal.c _asynciomodule.c semaphore.c pyexpat.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyexpat.pyd overlapped.c _queuemodule.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_zone info.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_zone info.exp Generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_mult iprocessing.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win3 2\_multiprocessing.exp Generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_asyn cio.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_async io.exp Generating code Finished generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_deci mal.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_decim al.exp Finished generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_over lapped.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ov erlapped.exp Finished generating code Generating code Generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_queu e.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_queue.e xp Generating code Finished generating code Finished generating code _zoneinfo.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_zoneinfo.pyd _multiprocessing.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_multiprocessi ng.pyd winsound.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\winsound.pyd unicodedata.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\unicodedata.pyd _overlapped.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_overlapped.pyd _uuid.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_uuid.pyd _queue.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_queue.pyd Finished generating code _asyncio.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_asyncio.pyd selectmodule.c _wmi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_wmi.pyd _bz2.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_bz2.pyd sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\sqlite3.dll _socket.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_socket.pyd liblzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\liblzma.lib _ctypes.c _lzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_lzma.pyd callbacks.c callproc.c cfield.c _hashlib.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_hashlib.pyd connection.c util.c _ssl.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ssl.pyd _decimal.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_decimal.pyd _tkinter.c stgdict.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sqli te3.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sqlit e3.exp Generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\selec t.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\select.e xp Generating code Finished generating code select.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\select.pyd Finished generating code Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_tkin ter.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_tkint er.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ctyp es.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ctypes .exp Generating code Generating code Finished generating code _sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_sqlite3.pyd Finished generating code _tkinter.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_tkinter.pyd _ctypes.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes.pyd python.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python.exe C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\ code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbase" exited with code -1073741819. Wrote C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\LICENSE.txt pythonw.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pythonw.exe Build succeeded. C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2087,30): warning C4244: ' =': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-python-instal ler\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2055,27): warning C4244: ' initializing': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2381,23): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2529,49): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\ code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbase" exited with code -1073741819. 5 Warning(s) 0 Error(s) Time Elapsed 00:01:39.34 call "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\build.bat" -d -e -p Win32 -t Build Using "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.8 already exists, skipping. mpdecimal-4.0.0 already exists, skipping. sqlite-3.45.3.0 already exists, skipping. xz-5.2.5 already exists, skipping. zlib-1.3.1 already exists, skipping. Fetching external binaries... libffi-3.4.4 already exists, skipping. openssl-bin-3.0.13 already exists, skipping. tcltk-8.6.14.0 already exists, skipping. Finished. Using "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" (found in the environment) Using "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory) C:\Users\Administrator\code\windows-python-installer\cpython>"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /clp:summary /p:Configuration=Debug /p:Platform=Win32 /p:IncludeExternals=true /p:IncludeCTypes=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:DisableGil= /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe" /p:UseJIT= /p:UseTIER2= _iomodule.c bufferedio.c bytesio.c fileio.c iobase.c stringio.c textio.c winconsoleio.c atexitmodule.c faulthandler.c gcmodule.c getbuildinfo.c posixmodule.c signalmodule.c timemodule.c abstract.c boolobject.c bytearrayobject.c bytesobject.c call.c capsule.c cellobject.c classobject.c codeobject.c complexobject.c descrobject.c dictobject.c enumobject.c exceptions.c fileobject.c floatobject.c frameobject.c funcobject.c genericaliasobject.c genobject.c iterobject.c listobject.c longobject.c memoryobject.c methodobject.c moduleobject.c object.c obmalloc.c odictobject.c rangeobject.c setobject.c sliceobject.c structseq.c tupleobject.c typeobject.c typevarobject.c unicodeobject.c unionobject.c weakrefobject.c winreg.c action_helpers.c lexer.c state.c myreadline.c pegen.c string_parser.c file_tokenizer.c Python-ast.c Python-tokenize.c _warnings.c ast.c ast_opt.c ast_unparse.c bltinmodule.c bootstrap_hash.c brc.c ceval.c ceval_gil.c codecs.c compile.c context.c critical_section.c crossinterp.c dtoa.c dynload_win.c errors.c fileutils.c formatter_unicode.c frame.c future.c gc.c gc_free_threading.c gc_gil.c getargs.c hamt.c import.c importdl.c initconfig.c instruction_sequence.c instrumentation.c interpconfig.c intrinsics.c legacy_tracing.c marshal.c modsupport.c mystrtoul.c object_stack.c parking_lot.c perf_jit_trampoline.c perf_trampoline.c preconfig.c pylifecycle.c pystate.c pystrhex.c pythonrun.c qsbr.c specialize.c structmember.c suggestions.c symtable.c thread.c traceback.c tracemalloc.c sysmodule.c _freeze_module.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_freeze_module_d .exe Updated files: importlib._bootstrap.h, importlib._bootstrap_external.h, codecs.h, _sitebuiltins.h, os.h, importlib.ut il.h, runpy.h Killing any running python_d.exe instances... Regenerate Global Objects # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_strings.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_runtime_init_gene rated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_unicodeobject_gen erated.h # not changed: C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\pycore_global_objects_fi ni_generated.h Generated sources are up to date Getting build info from "C:\Program Files\Git\cmd\git.exe" Building tags/v3.13.0rc1-dirty:e4a3e786a5e tags/v3.13.0rc1 getpath.c _abc.c _bisectmodule.c blake2module.c blake2b_impl.c blake2s_impl.c _codecsmodule.c _collectionsmodule.c _contextvarsmodule.c _csv.c _functoolsmodule.c Hacl_Hash_MD5.c Hacl_Hash_SHA1.c Hacl_Hash_SHA2.c Hacl_Hash_SHA3.c _heapqmodule.c _json.c _localemodule.c _lsprof.c _pickle.c _randommodule.c sre.c _stat.c _struct.c _suggestions.c _weakref.c arraymodule.c atexitmodule.c cmathmodule.c _datetimemodule.c errnomodule.c faulthandler.c gcmodule.c itertoolsmodule.c main.c mathmodule.c md5module.c mmapmodule.c _opcode.c _operator.c posixmodule.c rotatingtree.c sha1module.c sha2module.c sha3module.c signalmodule.c _statisticsmodule.c symtablemodule.c _sysconfig.c _threadmodule.c _tracemalloc.c _typingmodule.c timemodule.c xxsubtype.c _interpretersmodule.c _interpchannelsmodule.c _interpqueuesmodule.c fileio.c bytesio.c stringio.c bufferedio.c iobase.c C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2087,30): warning C4244: ' =': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-python-instal ler\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2055,27): warning C4244: ' initializing': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\pythoncore.vcxproj] textio.c winconsoleio.c _iomodule.c _codecs_cn.c _codecs_hk.c _codecs_iso2022.c _codecs_jp.c _codecs_kr.c _codecs_tw.c multibytecodec.c _winapi.c abstract.c boolobject.c C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2381,23): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2529,49): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] bytearrayobject.c bytes_methods.c bytesobject.c call.c capsule.c cellobject.c classobject.c codeobject.c complexobject.c descrobject.c dictobject.c enumobject.c exceptions.c fileobject.c floatobject.c frameobject.c funcobject.c genericaliasobject.c genobject.c iterobject.c listobject.c longobject.c memoryobject.c methodobject.c moduleobject.c namespaceobject.c object.c obmalloc.c odictobject.c picklebufobject.c rangeobject.c setobject.c sliceobject.c structseq.c tupleobject.c typeobject.c typevarobject.c unicodectype.c unicodeobject.c unionobject.c weakrefobject.c myreadline.c state.c lexer.c buffer.c string_tokenizer.c file_tokenizer.c utf8_tokenizer.c readline_tokenizer.c helpers.c token.c pegen.c pegen_errors.c action_helpers.c parser.c string_parser.c peg_api.c invalid_parameter_handler.c winreg.c config.c msvcrtmodule.c pyhash.c _warnings.c asdl.c assemble.c ast.c ast_opt.c ast_unparse.c bltinmodule.c bootstrap_hash.c brc.c ceval.c codecs.c compile.c context.c critical_section.c crossinterp.c dynamic_annotations.c dynload_win.c errors.c fileutils.c flowgraph.c formatter_unicode.c frame.c future.c gc.c gc_free_threading.c gc_gil.c getargs.c getcompiler.c getcopyright.c getopt.c getplatform.c getversion.c ceval_gil.c hamt.c hashtable.c import.c importdl.c initconfig.c interpconfig.c intrinsics.c instruction_sequence.c instrumentation.c jit.c legacy_tracing.c lock.c marshal.c modsupport.c mysnprintf.c mystrtoul.c object_stack.c optimizer.c optimizer_analysis.c optimizer_symbols.c parking_lot.c pathconfig.c perf_trampoline.c perf_jit_trampoline.c preconfig.c pyarena.c pyctype.c pyfpe.c pylifecycle.c pymath.c pytime.c pystate.c pystrcmp.c pystrhex.c pystrtod.c qsbr.c dtoa.c Python-ast.c Python-tokenize.c pythonrun.c specialize.c suggestions.c structmember.c symtable.c thread.c traceback.c tracemalloc.c zlibmodule.c adler32.c compress.c crc32.c infback.c inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c dl_nt.c binascii.c getbuildinfo.c frozen.c sysmodule.c deflate.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pytho n313_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pyt hon313_d.exp pythoncore.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python313_d.dll _ctypes_test.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ctyp es_test_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\ _ctypes_test_d.exp _ctypes_test.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes_test_d.pyd _testbuffer.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test buffer_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ testbuffer_d.exp _testbuffer.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testbuffer_d.pyd python3dll.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pytho n3_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pytho n3_d.exp python3dll.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python3_d.dll _testcapimodule.c getargs.c vectorcall.c heaptype.c abstract.c bytes.c unicode.c dict.c set.c list.c tuple.c datetime.c docstring.c mem.c watchers.c float.c complex.c long.c numbers.c structmember.c exceptions.c code.c buffer.c pyatomic.c file.c codec.c hash.c time.c object.c immortal.c gc.c run.c monitoring.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test capi_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_te stcapi_d.exp _testcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testcapi_d.pyd _testlimitedcapi.c abstract.c bytearray.c bytes.c complex.c dict.c float.c heaptype_relative.c list.c long.c object.c pyos.c set.c sys.c unicode.c vectorcall_limited.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test limitedcapi_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\wi n32\_testlimitedcapi_d.exp _testlimitedcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testlimitedca pi_d.pyd _testinternalcapi.c pytime.c test_critical_sections.c test_lock.c set.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test internalcapi_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\w in32\_testinternalcapi_d.exp _testinternalcapi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testinternal capi_d.pyd _testembed.c _testembed.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testembed_d.exe _testimportmultiple.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test importmultiple_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\ \win32\_testimportmultiple_d.exp _testimportmultiple.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testimport multiple_d.pyd _testmultiphase.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test multiphase_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win 32\_testmultiphase_d.exp _testmultiphase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testmultiphase _d.pyd _testsinglephase.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test singlephase_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\wi n32\_testsinglephase_d.exp _testsinglephase.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testsinglepha se_d.pyd _testconsole.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test console_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\ _testconsole_d.exp _testconsole.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testconsole_d.pyd _testclinic.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test clinic_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ testclinic_d.exp _testclinic.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic_d.pyd _testclinic_limited.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_test clinic_limited_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\ \win32\_testclinic_limited_d.exp _testclinic_limited.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_testclinic _limited_d.pyd launcher2.c launcher2.c venvlauncher.c pyshellext.cpp _asynciomodule.c C:\Users\Administrator\code\windows-python-installer\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsi gned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\venvwlauncher.vcxproj] _zoneinfo.c venvlauncher.c _decimal.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pyshe llext_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\py shellext_d.exp basearith.c constants.c context.c C:\Users\Administrator\code\windows-python-installer\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsi gned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\venvlauncher.vcxproj] convolute.c crt.c difradix2.c fnt.c _elementtree.c xmlparse.c xmlrole.c xmltok.c fourstep.c io.c mpalloc.c mpdecimal.c numbertheory.c sixstep.c transpose.c pyshellext.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyshellext_d.dll Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_zone info_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_zo neinfo_d.exp pylauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\py_d.exe pywlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyw_d.exe _zoneinfo.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_zoneinfo_d.pyd Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_asyn cio_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_asy ncio_d.exp multiprocessing.c semaphore.c overlapped.c _asyncio.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_asyncio_d.pyd pyexpat.c xmlparse.c xmlrole.c xmltok.c _queuemodule.c selectmodule.c venvlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvlauncher_d.exe Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_mult iprocessing_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\wi n32\_multiprocessing_d.exp unicodedata.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_elem enttree_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\ _elementtree_d.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pyexp at_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\pyexp at_d.exp _multiprocessing.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_multiprocessi ng_d.pyd venvwlauncher.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\venvwlauncher_d.e xe winsound.c _uuidmodule.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_over lapped_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ overlapped_d.exp _wmimodule.cpp pyexpat.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pyexpat_d.pyd _overlapped.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_overlapped_d.pyd _elementtree.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_elementtree_d.pyd Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\selec t_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\select _d.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\winso und_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\wins ound_d.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_queu e_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_queue _d.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_deci mal_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_dec imal_d.exp select.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\select_d.pyd winsound.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\winsound_d.pyd _queue.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_queue_d.pyd Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_uuid _d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_uuid_d .exp _ctypes.c callbacks.c callproc.c cfield.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\unico dedata_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\u nicodedata_d.exp _bz2module.c blocksort.c bzlib.c compress.c tuklib_cpucores.c tuklib_physmem.c check.c crc32_fast.c malloc_closure.c stgdict.c crctable.c decompress.c crc32_table.c huffman.c randtable.c crc64_fast.c crc64_table.c sha256.c _uuid.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_uuid_d.pyd alone_decoder.c _decimal.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_decimal_d.pyd unicodedata.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\unicodedata_d.pyd alone_encoder.c auto_decoder.c block_buffer_decoder.c socketmodule.c sqlite3.c block_buffer_encoder.c block_decoder.c block_encoder.c block_header_decoder.c block_header_encoder.c block_util.c common.c easy_buffer_encoder.c easy_decoder_memusage.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_wmi_ d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_wmi_d.e xp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ctyp es_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ctyp es_d.exp _hashopenssl.c easy_encoder.c easy_encoder_memusage.c easy_preset.c filter_buffer_decoder.c filter_buffer_encoder.c filter_common.c filter_decoder.c filter_encoder.c filter_flags_decoder.c filter_flags_encoder.c _wmi.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_wmi_d.pyd Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_hash lib_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_has hlib_d.exp _tkinter.c tkappinit.c hardware_cputhreads.c hardware_physmem.c index.c index_decoder.c _ctypes.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ctypes_d.pyd Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sock et_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sock et_d.exp index_encoder.c index_hash.c outqueue.c stream_buffer_decoder.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_bz2_ d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_bz2_d.e xp stream_buffer_encoder.c stream_decoder.c stream_encoder.c stream_encoder_mt.c stream_flags_common.c _hashlib.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_hashlib_d.pyd _socket.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_socket_d.pyd stream_flags_decoder.c stream_flags_encoder.c vli_decoder.c vli_encoder.c _ssl.c vli_size.c delta_common.c delta_decoder.c delta_encoder.c fastpos_table.c lzma2_decoder.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\sqlit e3_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\sqlit e3_d.exp lzma2_encoder.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_tkin ter_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_tki nter_d.exp lzma_decoder.c lzma_encoder.c _bz2.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_bz2_d.pyd C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4760,27): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4760,58): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4872,18): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] lzma_encoder_optimum_fast.c lzma_encoder_optimum_normal.c lzma_encoder_presets.c lz_decoder.c lz_encoder.c _tkinter.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_tkinter_d.pyd applink.c lz_encoder_mf.c price_table.c arm.c armthumb.c ia64.c powerpc.c simple_coder.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ssl_ d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_ssl_d.e xp simple_decoder.c simple_encoder.c sparc.c x86.c sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\sqlite3_d.dll connection.c cursor.c microprotocols.c module.c _ssl.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_ssl_d.pyd prepare_protocol.c row.c statement.c util.c blob.c liblzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\liblzma_d.lib _lzmamodule.c Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sqli te3_d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_sql ite3_d.exp Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_lzma _d.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\_lzma_d .exp _lzma.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_lzma_d.pyd _sqlite3.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\_sqlite3_d.pyd python.c python.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python_d.exe C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python_d.exe" "C:\Users\Administrato r\code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbased" exited with code -1073741819. Wrote C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\LICENSE.txt WinMain.c pythonw.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\pythonw_d.exe Build succeeded. C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2087,30): warning C4244: ' =': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-python-instal ler\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_interpchannelsmodule.c(2055,27): warning C4244: ' initializing': conversion from 'int64_t' to 'Py_ssize_t', possible loss of data [C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2381,23): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_winapi.c(2529,49): warning C4018: '<': signed/uns igned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pythoncore.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsi gned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\venvwlauncher.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\PC\venvlauncher.c(226,50): warning C4018: '<': signed/unsi gned mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\venvlauncher.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4760,27): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4760,58): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\Modules\_ssl.c(4872,18): warning C4018: '>': signed/unsign ed mismatch [C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\_ssl.vcxproj] C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: The comman d "setlocal C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: set PYTHON PATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\python.vcxproj(134,5): warning MSB3073: "C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python_d.exe" "C:\Users\Administrato r\code\windows-python-installer\cpython\PC\validate_ucrtbase.py" ucrtbased" exited with code -1073741819. 10 Warning(s) 0 Error(s) Time Elapsed 00:01:55.03 MSBuild version 17.11.2+c078802d4 for .NET Framework Build started 9/4/2024 9:26:05 AM. Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj" on node 1 (d efault targets). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj" (1) is build ing "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pyshellext.vcxproj" (2) on node 1 (Build targ et(s)). PrepareForBuild: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshell ext\". Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://ak a.ms/cpp/structured-output for more details. Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\arm64\". Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshell ext\pyshellext.tlog\". InitializeBuildStatus: Creating "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshel lext.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. Touching "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshel lext.tlog\unsuccessfulbuild". ClCompile: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\arm64\CL.exe /c /I"C:\U sers\Administrator\code\windows-python-installer\cpython\Include" /I"C:\Users\Administrator\code\windows-python-insta ller\cpython\Include\internal" /I"C:\Users\Administrator\code\windows-python-installer\cpython\Include\internal\mimal loc" /I"C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313arm64_Release\pythoncore\\" /I"C :\Users\Administrator\code\windows-python-installer\cpython\PC" /Zi /nologo /W3 /WX- /diagnostics:column /MP /O2 /Oi /Oy- /GL /D _CONSOLE /D WIN32 /D "PY3_DLLNAME=L\"python3\"" /D _WIN32 /D NDEBUG /D _ARM64_WINAPI_PARTITION_DESKTOP_SD K_AVAILABLE=1 /D _WINDLL /D _UNICODE /D UNICODE /GF /Gm- /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\\" /Fd"C:\Us ers\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\vc143.pdb" /external: W3 /Gd /TP /analyze- /FC /errorReport:queue /utf-8 ..\PC\pyshellext.cpp pyshellext.cpp ResourceCompile: C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\rc.exe /D "ORIGINAL_FILENAME=\\\"pyshellext.dll\\\"" /D F IELD3=121 /D NDEBUG /D _UNICODE /D UNICODE /l"0x0409" /I"C:\Users\Administrator\code\windows-python-installer\cpython \PC" /I"C:\Users\Administrator\code\windows-python-installer\cpython\Include" /I"C:\Users\Administrator\code\windows- python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\\" /nologo /fo"C:\Users\Administrator\code\windows-p ython-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshellext.res" ..\PC\pyshellext.rc Link: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\arm64\link.exe /ERRORRE PORT:QUEUE /OUT:"C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\arm64\pyshelle xt.dll" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\arm64\\" version.lib shlwapi.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib kernel32.lib user32.lib g di32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib / NODEFAULTLIB:LIBC /DEF:"..\PC\pyshellext.def" /MANIFEST:NO /DEBUG /PDB:"C:\Users\Administrator\code\windows-python-in staller\cpython\Tools\msi\..\..\PCbuild\\arm64\pyshellext.pdb" /SUBSYSTEM:CONSOLE /LTCG /LTCGOUT:"C:\Users\Administra tor\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshellext.iobj" /TLBID:1 /DYNAMICB ASE /NXCOMPAT /IMPLIB:"C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\arm64\py shellext.lib" /MACHINE:ARM64 /OPT:REF,NOICF /DLL "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuil d\obj\313arm64_Release\pyshellext\pyshellext.res" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshellext.obj" Creating library C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\arm64\pyshe llext.lib and object C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\arm64\pysh ellext.exp Generating code Finished generating code pyshellext.vcxproj -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\pyshellext.dll FinalizeBuildStatus: Deleting file "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\p yshellext.tlog\unsuccessfulbuild". Touching "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\313arm64_Release\pyshellext\pyshel lext.tlog\pyshellext.lastbuildstate". Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\pyshellext.vcxproj" (Build target(s)). PrepareForBuild: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_la uncher\". Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dUpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1 -dSuppressUpgradeTable=1 -dVersion=3.13.8647.0 -dShortVersion=3.13 -dLongVersion=3.13.0dev8647 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpgradeMinimumVersion=3.13.0.0 -dNextMa jorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebugExt= -dPyArchExt=-32 -dPyTestExt= -d PydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=launcher -dssltag=-3 -dSuffix32=-32 -dIn cludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-in staller\redist-1\x86 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpytho n\Tools\msi\launcher\ -dProjectExt=.wixproj -dProjectFileName=launcher.wixproj -dProjectName=launcher -dProjectPath=C :\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj -dTargetDir=C:\Users\ Administrator\code\windows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=launcher.msi -dT argetName=launcher -dTargetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\launcher.m si -out C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_launcher\pthC4 8106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals \windows-installer\wix-314\WixUtilExtension.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ms i\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dUpgradeCode=1B68A0EC-4DD3-5134-840E-73854B0863F1 -dSuppressUpgradeTable=1 -dVersion=3.13.8647.0 -dShortVersion=3.13 -dLongVersion=3.13.0dev8647 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpgradeMinimumVersion=3.13.0.0 -dNextMa jorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebugExt= -dPyArchExt=-32 -dPyTestExt= -d PydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=launcher -dssltag=-3 -dSuffix32=-32 -dIn cludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-in staller\redist-1\x86 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpytho n\Tools\msi\launcher\ -dProjectExt=.wixproj -dProjectFileName=launcher.wixproj -dProjectName=launcher -dProjectPath=C :\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj -dTargetDir=C:\Users\ Administrator\code\windows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=launcher.msi -dT argetName=launcher -dTargetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\launcher.m si -out C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_launcher\ -arc h x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilEx tension.dll launcher.wxs launcher_files.wxs launcher_reg.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. launcher.wxs launcher_files.wxs launcher_reg.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\launcher.msi -pdbout C:\Users\Administra tor\code\windows-python-installer\cpython\PCbuild\win32\en-us\launcher.wixpdb -b C:\Users\Administrator\code\windows- python-installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk =C:\Users\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Admin istrator\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\ar m64\ -cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_launcher\cabc ache\ -cultures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\w ix-314\WixUtilExtension.dll -loc launcher_en-US.wxl -reusecab -sice:ICE80 -sice:ICE03 -sice:ICE57 -sice:ICE61 -conten tsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_launcher\launch er.wixproj.BindContentsFileListen-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PC build\obj\\313win32_Release\msi_launcher\launcher.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Adm inistrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_launcher\launcher.wixproj.BindBuil tOutputsFileListen-us.txt -wixprojectfile C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\laun cher\launcher.wixproj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ launcher\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Administrator\code\windows-python-installer\cpyth on\PCbuild\obj\\313win32_Release\msi_launcher\launcher.wixobj C:\Users\Administrator\code\windows-python-installer\cp ython\PCbuild\obj\\313win32_Release\msi_launcher\launcher_files.wixobj C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\obj\\313win32_Release\msi_launcher\launcher_reg.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(10): warning LGHT1076: ICE69: Mismatched component reference. Entry 'regC45723CCF9AE03CA2596224A9F3B9BBD' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(8): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg3718EB415F70670A4633DF2A59147E65' of the Registry table belongs to com ponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to co mponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\Too ls\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(17): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg5106D5693B7967ED7901179E70665867' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'pyw.exe' which belongs to component 'pyw.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(15): warning LGHT1076: ICE69: Mismatched component reference. Entry 'regEEB7F45CD91390E1941A5785FB2D41A8' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(24): warning LGHT1076: ICE69: Mismatched component reference. Entry 'regCB7BDA57B2DB5688926C23666E43563B' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(22): warning LGHT1076: ICE69: Mismatched component reference. Entry 'regF0D907C1A872EEBC3DA69403EE7F31C5' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(30): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg0BBD39B2962B669E06C93C7EF16F7902' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(36): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg1287A299D1025A59BCC490EB30CED31E' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(34): warning LGHT1076: ICE69: Mismatched component reference. Entry 'regAAC25D4C07641AFE964B2AFA5412B8B0' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(43): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg6CB25AB30405EA36DB352E019606AE73' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'pyw.exe' which belongs to component 'pyw.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(41): warning LGHT1076: ICE69: Mismatched component reference. Entry 'reg776C889CC2B76C60A65EFEBF074386CC' of the Registry table belongs to co mponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to c omponent 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\To ols\msi\launcher\launcher.wixproj] launcher -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\launcher.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj " (default targets). Build succeeded. "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher.wixproj" (default target) (1) -> (Link target) -> C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(10): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'regC45723CCF9AE03CA2596224A9F3B9BBD' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(8): warning LGHT1076 : ICE69: Mismatched component reference. Entry 'reg3718EB415F70670A4633DF2A59147E65' of the Registry table belongs to c omponent 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\T ools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(17): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'reg5106D5693B7967ED7901179E70665867' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'pyw.exe' which belongs t o component 'pyw.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpytho n\Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(15): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'regEEB7F45CD91390E1941A5785FB2D41A8' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(24): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'regCB7BDA57B2DB5688926C23666E43563B' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(22): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'regF0D907C1A872EEBC3DA69403EE7F31C5' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(30): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'reg0BBD39B2962B669E06C93C7EF16F7902' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(36): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'reg1287A299D1025A59BCC490EB30CED31E' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(34): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'regAAC25D4C07641AFE964B2AFA5412B8B0' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(43): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'reg6CB25AB30405EA36DB352E019606AE73' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'pyw.exe' which belongs t o component 'pyw.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpytho n\Tools\msi\launcher\launcher.wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\launcher\launcher_reg.wxs(41): warning LGHT107 6: ICE69: Mismatched component reference. Entry 'reg776C889CC2B76C60A65EFEBF074386CC' of the Registry table belongs to component 'file_association'. However, the formatted string in column 'Value' references file 'py.exe' which belongs to component 'py.exe'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\ Tools\msi\launcher\launcher.wixproj] 11 Warning(s) 0 Error(s) Time Elapsed 00:00:07.37 MSBuild version 17.11.2+c078802d4 for .NET Framework Build started 9/4/2024 9:26:13 AM. Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" on node 1 (Rebuild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_py thon\". Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core.wixproj" (2) on node 1 (Rebuild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_co re\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/cor e'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Pythonw ExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', ' 3.13/registry/core')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Releas e\msi_core\coreguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-instal ler\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrade Code=45ad0adf-f257-5d7d-96d4-51103e05964d -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExe ComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dC ommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=864528d4-ea7e-5099-8da4-eaf f0aa21423 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\ ..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi \core\ -dProjectExt=.wixproj -dProjectFileName=core.wixproj -dProjectName=core -dProjectPath=C:\Users\Administrator\c ode\windows-python-installer\cpython\Tools\msi\core\core.wixproj -dTargetDir=C:\Users\Administrator\code\windows-pyth on-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core.msi -dTargetName=core -dTargetPath=C:\User s\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core.msi -out C:\Users\Administrator\code\windows -python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-instal ler\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrade Code=45ad0adf-f257-5d7d-96d4-51103e05964d -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExe ComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dC ommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=864528d4-ea7e-5099-8da4-eaf f0aa21423 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\ ..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi \core\ -dProjectExt=.wixproj -dProjectFileName=core.wixproj -dProjectName=core -dProjectPath=C:\Users\Administrator\c ode\windows-python-installer\cpython\Tools\msi\core\core.wixproj -dTargetDir=C:\Users\Administrator\code\windows-pyth on-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core.msi -dTargetName=core -dTargetPath=C:\User s\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core.msi -out C:\Users\Administrator\code\windows -python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\ -arch x86 -ext C:\Users\Administrator\code\windows- python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll core.wxs core_files.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core.wxs core_files.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core.msi -pdbout C:\Users\Administrator\ code\windows-python-installer\cpython\PCbuild\win32\en-us\core.wixpdb -b C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\User s\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Administr ator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrator \code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-installer \cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ -cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\cabcache\ -cultu res:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUt ilExtension.dll -loc core_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\31 3win32_Release\msi_core\common_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Adminis trator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\core.wixproj.BindContentsFileList en-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi _core\core.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python-installe r\cpython\PCbuild\obj\\313win32_Release\msi_core\core.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectfile C:\Us ers\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core.wixproj C:\Users\Administrator\code\windo ws-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\core.wixobj C:\Us ers\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core\core_files.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core.wixproj" (Rebui ld target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_d.wixproj" (3) on node 1 (Rebui ld target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_co re_d\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/cor e_d'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Pytho nwExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3.13/registry/core_d')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Re lease\msi_core_d\core_dguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core _d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-inst aller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgra deCode=667325d6-17b0-5b2a-8ad1-71f4ab3e75dd -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonE xeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 - dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=531928af-a73b-531a-b713-a 115dc247d74 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\. .\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\m si\core\ -dProjectExt=.wixproj -dProjectFileName=core_d.wixproj -dProjectName=core_d -dProjectPath=C:\Users\Administr ator\code\windows-python-installer\cpython\Tools\msi\core\core_d.wixproj -dTargetDir=C:\Users\Administrator\code\wind ows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core_d.msi -dTargetName=core_d -dTarget Path=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core_d.msi -out C:\Users\Administrato r\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixU tilExtension.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core _d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-inst aller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgra deCode=667325d6-17b0-5b2a-8ad1-71f4ab3e75dd -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonE xeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 - dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=531928af-a73b-531a-b713-a 115dc247d74 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\. .\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\m si\core\ -dProjectExt=.wixproj -dProjectFileName=core_d.wixproj -dProjectName=core_d -dProjectPath=C:\Users\Administr ator\code\windows-python-installer\cpython\Tools\msi\core\core_d.wixproj -dTargetDir=C:\Users\Administrator\code\wind ows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core_d.msi -dTargetName=core_d -dTarget Path=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core_d.msi -out C:\Users\Administrato r\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\ -arch x86 -ext C:\Users\Administrat or\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll core_d.wxs core_fil es.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core_d.wxs core_files.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_d.msi -pdbout C:\Users\Administrato r\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_d.wixpdb -b C:\Users\Administrator\code\windows-pyth on-installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\ Users\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Admin istrator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administr ator\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-insta ller\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ -cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\cabcache\ -cultures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314 \WixUtilExtension.dll -loc core_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\o bj\\313win32_Release\msi_core_d\common_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users \Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\core_d.wixproj.BindCont entsFileListen-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32 _Release\msi_core_d\core_d.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows -python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\core_d.wixproj.BindBuiltOutputsFileListen-us.txt - wixprojectfile C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_d.wixproj C:\Users\Ad ministrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_d\pthC48106770B6EE5EF39BFDC5 456C59FD8\common.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ms i_core_d\core_d.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi _core_d\core_files.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core_d -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_d.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_d.wixproj" (Reb uild target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_pdb.wixproj" (4) on node 1 (Reb uild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_co re_pdb\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/cor e_pdb'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Pyt honwExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid ', '3.13/registry/core_pdb')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win3 2_Release\msi_core_pdb\core_pdbguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core _pdb -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-in staller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpg radeCode=987624e7-b8ab-5a16-b5d2-073958372ac7 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPytho nExeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=f840fcbd-7b45-5b7a-9068 -02bf108caf0b -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi \..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools \msi\core\ -dProjectExt=.wixproj -dProjectFileName=core_pdb.wixproj -dProjectName=core_pdb -dProjectPath=C:\Users\Adm inistrator\code\windows-python-installer\cpython\Tools\msi\core\core_pdb.wixproj -dTargetDir=C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core_pdb.msi -dTargetName=core_ pdb -dTargetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core_pdb.msi -out C:\User s\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\pthC48106770B6EE5EF3 9BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-instal ler\wix-314\WixUtilExtension.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=core _pdb -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-in staller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpg radeCode=987624e7-b8ab-5a16-b5d2-073958372ac7 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPytho nExeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=f840fcbd-7b45-5b7a-9068 -02bf108caf0b -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi \..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools \msi\core\ -dProjectExt=.wixproj -dProjectFileName=core_pdb.wixproj -dProjectName=core_pdb -dProjectPath=C:\Users\Adm inistrator\code\windows-python-installer\cpython\Tools\msi\core\core_pdb.wixproj -dTargetDir=C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=core_pdb.msi -dTargetName=core_ pdb -dTargetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\core_pdb.msi -out C:\User s\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\ -arch x86 -ext C:\U sers\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll cor e_pdb.wxs core_files.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core_pdb.wxs core_files.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_pdb.msi -pdbout C:\Users\Administra tor\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_pdb.wixpdb -b C:\Users\Administrator\code\windows- python-installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk =C:\Users\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Admin istrator\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\ar m64\ -cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\cabc ache\ -cultures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\w ix-314\WixUtilExtension.dll -loc core_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCb uild\obj\\313win32_Release\msi_core_pdb\common_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\core_pdb.wixp roj.BindContentsFileListen-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\o bj\\313win32_Release\msi_core_pdb\core_pdb.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administra tor\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\core_pdb.wixproj.BindBuiltOutput sFileListen-us.txt -wixprojectfile C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_p db.wixproj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_core_pdb\pt hC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\ obj\\313win32_Release\msi_core_pdb\core_pdb.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbui ld\obj\\313win32_Release\msi_core_pdb\core_files.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. core_pdb -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\core_pdb.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\core\core_pdb.wixproj" (R ebuild target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\dev\dev.wixproj" (5) on node 1 (Rebuild t arget(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_de v\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/dev '),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('PythonwE xeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3 .13/registry/dev')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ msi_dev\devguids.txt" ProcessInstallFiles: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" csv_t o_wxs.py "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev.g.cs v" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev.g.wxs" Wrote 807 lines to C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev \dev.g.wxs Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=dev -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=0d11279f-b73b-5dc3-90b3-454a5b03a3cc -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=7ef4e533-9f9a-5fdf-b64c-90e9 b00bc7bc -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ dev\ -dProjectExt=.wixproj -dProjectFileName=dev.wixproj -dProjectName=dev -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\dev\dev.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=dev.msi -dTargetName=dev -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\dev.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_dev\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=dev -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=0d11279f-b73b-5dc3-90b3-454a5b03a3cc -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=7ef4e533-9f9a-5fdf-b64c-90e9 b00bc7bc -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ dev\ -dProjectExt=.wixproj -dProjectFileName=dev.wixproj -dProjectName=dev -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\dev\dev.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=dev.msi -dTargetName=dev -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\dev.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_dev\ -arch x86 -ext C:\Users\Administrator\code\windows-python-ins taller\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll dev.wxs dev_files.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. dev.wxs dev_files.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=dev -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=0d11279f-b73b-5dc3-90b3-454a5b03a3cc -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=7ef4e533-9f9a-5fdf-b64c-90e9 b00bc7bc -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ dev\ -dProjectExt=.wixproj -dProjectFileName=dev.wixproj -dProjectName=dev -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\dev\dev.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=dev.msi -dTargetName=dev -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\dev.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_dev\pth0749F80434AFDCA721C7EFEC860A41AF\ -arch x86 -ext C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\ Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev.g.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. dev.g.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\dev.msi -pdbout C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\en-us\dev.wixpdb -b C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\Users\ Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Administrat or\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-installer\c python\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ -cc C :\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\cabcache\ -cultures :en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilE xtension.dll -loc dev_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win 32_Release\msi_dev\common_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administrato r\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev.wixproj.BindContentsFileListen-us.t xt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\de v.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python-installer\cpython \PCbuild\obj\\313win32_Release\msi_dev\dev.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectfile C:\Users\Adminis trator\code\windows-python-installer\cpython\Tools\msi\dev\dev.wixproj C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\obj\\313win32_Release\msi_dev\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Admin istrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev.wixobj C:\Users\Administrato r\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\dev_files.wixobj C:\Users\Administrator \code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev\pth0749F80434AFDCA721C7EFEC860A41AF\dev. g.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. dev -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\dev.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\dev\dev.wixproj" (Rebuild target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\dev\dev_d.wixproj" (6) on node 1 (Rebuild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_de v_d\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/dev _d'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Python wExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3.13/registry/dev_d')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Rele ase\msi_dev_d\dev_dguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=dev_ d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-insta ller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrad eCode=45aac528-7fc0-53a4-98d0-b2e93d28d6a2 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonEx eComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -d CommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=8a159b0f-eaae-54e2-9b9a-c9 db0e911080 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\.. \..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ms i\dev\ -dProjectExt=.wixproj -dProjectFileName=dev_d.wixproj -dProjectName=dev_d -dProjectPath=C:\Users\Administrator \code\windows-python-installer\cpython\Tools\msi\dev\dev_d.wixproj -dTargetDir=C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=dev_d.msi -dTargetName=dev_d -dTargetPath=C:\ Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\dev_d.msi -out C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtensi on.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=dev_ d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-insta ller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrad eCode=45aac528-7fc0-53a4-98d0-b2e93d28d6a2 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonEx eComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -d CommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=8a159b0f-eaae-54e2-9b9a-c9 db0e911080 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\.. \..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ms i\dev\ -dProjectExt=.wixproj -dProjectFileName=dev_d.wixproj -dProjectName=dev_d -dProjectPath=C:\Users\Administrator \code\windows-python-installer\cpython\Tools\msi\dev\dev_d.wixproj -dTargetDir=C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=dev_d.msi -dTargetName=dev_d -dTargetPath=C:\ Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\dev_d.msi -out C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\ -arch x86 -ext C:\Users\Administrator\code\wi ndows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll dev_d.wxs dev_files.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. dev_d.wxs dev_files.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\dev_d.msi -pdbout C:\Users\Administrator \code\windows-python-installer\cpython\PCbuild\win32\en-us\dev_d.wixpdb -b C:\Users\Administrator\code\windows-python -installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\Us ers\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Adminis trator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrat or\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-install er\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ - cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\cabcache\ -cu ltures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\Wi xUtilExtension.dll -loc dev_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\ 313win32_Release\msi_dev_d\common_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Admi nistrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\dev_d.wixproj.BindContentsFil eListen-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Releas e\msi_dev_d\dev_d.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\dev_d.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectf ile C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\dev\dev_d.wixproj C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\pthC48106770B6EE5EF39BFDC5456C59FD8\comm on.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\dev_d. wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_dev_d\dev_files .wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. dev_d -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\dev_d.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\dev\dev_d.wixproj" (Rebui ld target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\doc\doc.wixproj" (7) on node 1 (Rebuild t arget(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_do c\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/doc '),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('PythonwE xeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3 .13/registry/doc')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ msi_doc\docguids.txt" ProcessInstallFiles: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" csv_t o_wxs.py "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc.g.cs v" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc.g.wxs" Wrote 1698 lines to C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_do c\doc.g.wxs Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=doc -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=d28de04d-73f3-5f7d-9d86-5dfee35e43be -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=ac374d0a-d453-5481-9911-9875 fe1485d1 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ doc\ -dProjectExt=.wixproj -dProjectFileName=doc.wixproj -dProjectName=doc -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\doc\doc.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=doc.msi -dTargetName=doc -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\doc.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_doc\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=doc -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=d28de04d-73f3-5f7d-9d86-5dfee35e43be -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=ac374d0a-d453-5481-9911-9875 fe1485d1 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ doc\ -dProjectExt=.wixproj -dProjectFileName=doc.wixproj -dProjectName=doc -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\doc\doc.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=doc.msi -dTargetName=doc -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\doc.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_doc\ -arch x86 -ext C:\Users\Administrator\code\windows-python-ins taller\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll doc.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. doc.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=doc -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=d28de04d-73f3-5f7d-9d86-5dfee35e43be -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=ac374d0a-d453-5481-9911-9875 fe1485d1 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ doc\ -dProjectExt=.wixproj -dProjectFileName=doc.wixproj -dProjectName=doc -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\doc\doc.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=doc.msi -dTargetName=doc -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\doc.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_doc\pthAD8ED60C8ED091BAB151AAEEE37E2BD3\ -arch x86 -ext C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\ Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc.g.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. doc.g.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\doc.msi -pdbout C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\en-us\doc.wixpdb -b C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\Users\ Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Administrat or\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-installer\c python\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ -b do c_html=C:\Users\Administrator\code\windows-python-installer\cpython\Doc\build\html\ -cc C:\Users\Administrator\code\w indows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\cabcache\ -cultures:en-us -ext C:\Users\Adminis trator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll -loc C:\Users\A dministrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\common_en-US.wxl -loc C:\Use rs\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc_en-US.wxl -reusecab -sice:ICE43 -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administrator\code\windows-python-installer\cp ython\PCbuild\obj\\313win32_Release\msi_doc\doc.wixproj.BindContentsFileListen-us.txt -outputsfile C:\Users\Administr ator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc.wixproj.BindOutputsFileListen-us .txt -builtoutputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi _doc\doc.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectfile C:\Users\Administrator\code\windows-python-install er\cpython\Tools\msi\doc\doc.wixproj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win 32_Release\msi_doc\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Administrator\code\windows-python-insta ller\cpython\PCbuild\obj\\313win32_Release\msi_doc\doc.wixobj C:\Users\Administrator\code\windows-python-installer\cp ython\PCbuild\obj\\313win32_Release\msi_doc\pthAD8ED60C8ED091BAB151AAEEE37E2BD3\doc.g.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\doc\doc.wxs(33): warning LGHT1076: ICE69: Mismat ched component reference. Entry 'python.html' of the Shortcut table belongs to component 'doc_shortcut'. However, the f ormatted string in column 'Target' references file 'Doc_html_index.html' which belongs to component 'Doc_html_index.htm l'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\doc\doc .wixproj] C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\doc\doc.wxs(17): warning LGHT1076: ICE69: Mismat ched component reference. Entry 'regCB7A582659A9116C78CC099A55552A92' of the Registry table belongs to component 'doc_r eg'. However, the formatted string in column 'Value' references file 'Doc_html_index.html' which belongs to component ' Doc_html_index.html'. Components are in the same feature. [C:\Users\Administrator\code\windows-python-installer\cpython \Tools\msi\doc\doc.wixproj] doc -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\doc.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\doc\doc.wixproj" (Rebuild target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe.wixproj" (8) on node 1 (Rebuild t arget(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ex e\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/exe '),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('PythonwE xeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3 .13/registry/exe')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ msi_exe\exeguids.txt" _MergeMiscNewsWithPython: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -m pi p install -U blurb Requirement already satisfied: blurb in c:\users\administrator\code\windows-python-installer\cpython\externals\python x86\tools\lib\site-packages (1.2.1) "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -m bl urb merge -f "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\NEWS.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=6ac743d6-07ed-51ba-a949-467a8c40fd04 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=40acabcf-5cb6-54a1-83b9-1295 be4cb81e -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ exe\ -dProjectExt=.wixproj -dProjectFileName=exe.wixproj -dProjectName=exe -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\exe\exe.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe.msi -dTargetName=exe -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\exe.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_exe\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\A dministrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll C:\Users\ Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-install er\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgradeC ode=6ac743d6-07ed-51ba-a949-467a8c40fd04 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonExeC omponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCo mmonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=40acabcf-5cb6-54a1-83b9-1295 be4cb81e -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\. .\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ exe\ -dProjectExt=.wixproj -dProjectFileName=exe.wixproj -dProjectName=exe -dProjectPath=C:\Users\Administrator\code\ windows-python-installer\cpython\Tools\msi\exe\exe.wixproj -dTargetDir=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe.msi -dTargetName=exe -dTargetPath=C:\Users\Admini strator\code\windows-python-installer\cpython\PCbuild\win32\exe.msi -out C:\Users\Administrator\code\windows-python-i nstaller\cpython\PCbuild\obj\\313win32_Release\msi_exe\ -arch x86 -ext C:\Users\Administrator\code\windows-python-ins taller\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll exe.wxs exe_files.wxs exe_reg.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. exe.wxs exe_files.wxs exe_reg.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe.msi -pdbout C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\en-us\exe.wixpdb -b C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\Users\ Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Administrat or\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrator\c ode\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-installer\c python\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ -cc C :\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\cabcache\ -cultures :en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilE xtension.dll -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\ common_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ exe\exe_en-US.wxl -reusecab -sice:ICE43 -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administrator\code \windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\exe.wixproj.BindContentsFileListen-us.txt -ou tputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\exe.wixp roj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbui ld\obj\\313win32_Release\msi_exe\exe.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectfile C:\Users\Administrator \code\windows-python-installer\cpython\Tools\msi\exe\exe.wixproj C:\Users\Administrator\code\windows-python-installer \cpython\PCbuild\obj\\313win32_Release\msi_exe\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Users\Administrat or\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\exe.wixobj C:\Users\Administrator\code \windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\exe_files.wixobj C:\Users\Administrator\code\ windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe\exe_reg.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_files.wxs(41): error LGHT0103: The syste m cannot find the file 'api-ms-win-core-path-l1-1-0.dll'. [C:\Users\Administrator\code\windows-python-installer\cpython \Tools\msi\exe\exe.wixproj] Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe.wixproj" (Rebuild target(s)) -- FAILED. Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_d.wixproj" (9) on node 1 (Rebuild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ex e_d\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/exe _d'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Python wExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3.13/registry/exe_d')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Rele ase\msi_exe_d\exe_dguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe_ d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-insta ller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrad eCode=d92cd469-57c0-536b-88ad-ce948374f741 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonEx eComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -d CommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=dcbfd75d-f040-55fc-8941-cc 90cc8a21ec -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\.. \..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ms i\exe\ -dProjectExt=.wixproj -dProjectFileName=exe_d.wixproj -dProjectName=exe_d -dProjectPath=C:\Users\Administrator \code\windows-python-installer\cpython\Tools\msi\exe\exe_d.wixproj -dTargetDir=C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe_d.msi -dTargetName=exe_d -dTargetPath=C:\ Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\exe_d.msi -out C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\pthC48106770B6EE5EF39BFDC5456C59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtensi on.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe_ d -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-insta ller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgrad eCode=d92cd469-57c0-536b-88ad-ce948374f741 -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPythonEx eComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -d CommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=dcbfd75d-f040-55fc-8941-cc 90cc8a21ec -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\.. \..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ms i\exe\ -dProjectExt=.wixproj -dProjectFileName=exe_d.wixproj -dProjectName=exe_d -dProjectPath=C:\Users\Administrator \code\windows-python-installer\cpython\Tools\msi\exe\exe_d.wixproj -dTargetDir=C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe_d.msi -dTargetName=exe_d -dTargetPath=C:\ Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\exe_d.msi -out C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\ -arch x86 -ext C:\Users\Administrator\code\wi ndows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll exe_d.wxs exe_files.wxs exe_r eg.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. exe_d.wxs exe_files.wxs exe_reg.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_d.msi -pdbout C:\Users\Administrator \code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_d.wixpdb -b C:\Users\Administrator\code\windows-python -installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C:\Us ers\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Adminis trator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Administrat or\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-install er\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm64\ - cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\cabcache\ -cu ltures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\Wi xUtilExtension.dll -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ms i_exe_d\common_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Rele ase\msi_exe_d\exe_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administrator\code\w indows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\exe_d.wixproj.BindContentsFileListen-us.txt - outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\exe_ d.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python-installer\cpython \PCbuild\obj\\313win32_Release\msi_exe_d\exe_d.wixproj.BindBuiltOutputsFileListen-us.txt -wixprojectfile C:\Users\Adm inistrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_d.wixproj C:\Users\Administrator\code\windows-pyth on-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\pthC48106770B6EE5EF39BFDC5456C59FD8\common.wixobj C:\Use rs\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\exe_d.wixobj C:\Users\ Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\exe_files.wixobj C:\Users \Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_d\exe_reg.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. exe_d -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_d.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_d.wixproj" (Rebui ld target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_pdb.wixproj" (10) on node 1 (Rebu ild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ex e_pdb\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/exe _pdb'),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('Pyth onwExeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid' , '3.13/registry/exe_pdb')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_ Release\msi_exe_pdb\exe_pdbguids.txt" Compile: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe_ pdb -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-ins taller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgr adeCode=f96e066f-75de-5553-b245-4c7e8e0c490e -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPython ExeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=368610fb-f304-5d4a-b010- caee629864a2 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ ..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ msi\exe\ -dProjectExt=.wixproj -dProjectFileName=exe_pdb.wixproj -dProjectName=exe_pdb -dProjectPath=C:\Users\Adminis trator\code\windows-python-installer\cpython\Tools\msi\exe\exe_pdb.wixproj -dTargetDir=C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe_pdb.msi -dTargetName=exe_pdb -dTa rgetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\exe_pdb.msi -out C:\Users\Adminis trator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\pthC48106770B6EE5EF39BFDC5456C 59FD8\ -arch x86 -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix-31 4\WixUtilExtension.dll C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\common.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. common.wxs C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\candle.exe -sw1026 -dVersion=3.13.121.0 -dShortVersion=3.13 -dLongVersion=3.13.0rc1 -dMajorVersionNumber=3 -dMinorVersionNumber=13 -dUpg radeMinimumVersion=3.13.0.0 -dNextMajorVersionNumber=3.14.0.0 -dBitness=32-bit -dPlatformArchitecture=32bit -dPyDebug Ext= -dPyArchExt=-32 -dPyTestExt= -dPydTag=.cp313-win32 -dFreethreadedPydTag=.cp313t-win32 -dOptionalFeatureName=exe_ pdb -dssltag=-3 -dSuffix32=-32 -dIncludeFreethreaded=false -dCRTRedist=C:\Users\Administrator\code\windows-python-ins taller\cpython\externals\windows-installer\redist-1\x86 -dCoreUpgradeCode=d931076a-d223-5314-a7dc-5c755c936363 -dUpgr adeCode=f96e066f-75de-5553-b245-4c7e8e0c490e -dInstallDirectoryGuidSeed=69adad85-ecf2-5f37-96dc-cb457448d48b -dPython ExeComponentGuid=87fb349b-8592-5772-ba9b-8dbf551d44f5 -dPythonwExeComponentGuid=315b133c-1579-5fe7-a0c5-a87b4e21ed05 -dCommonPythonRegComponentGuid=ca6637c4-8595-5987-8bb0-fdec1343472b -dPythonRegComponentGuid=368610fb-f304-5d4a-b010- caee629864a2 -dConfiguration=Release -dOutDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\ ..\..\PCbuild\\win32\ -dPlatform=x86 -dProjectDir=C:\Users\Administrator\code\windows-python-installer\cpython\Tools\ msi\exe\ -dProjectExt=.wixproj -dProjectFileName=exe_pdb.wixproj -dProjectName=exe_pdb -dProjectPath=C:\Users\Adminis trator\code\windows-python-installer\cpython\Tools\msi\exe\exe_pdb.wixproj -dTargetDir=C:\Users\Administrator\code\wi ndows-python-installer\cpython\PCbuild\win32\ -dTargetExt=.msi -dTargetFileName=exe_pdb.msi -dTargetName=exe_pdb -dTa rgetPath=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\exe_pdb.msi -out C:\Users\Adminis trator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\ -arch x86 -ext C:\Users\Admin istrator\code\windows-python-installer\cpython\externals\windows-installer\wix-314\WixUtilExtension.dll exe_pdb.wxs e xe_files.wxs exe_reg.wxs Windows Installer XML Toolset Compiler version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. exe_pdb.wxs exe_files.wxs exe_reg.wxs AssignCultures: Culture: en-us Link: C:\Users\Administrator\code\windows-python-installer\cpython\externals\\windows-installer\wix-314\Light.exe -out C:\U sers\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_pdb.msi -pdbout C:\Users\Administrat or\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_pdb.wixpdb -b C:\Users\Administrator\code\windows-py thon-installer\cpython\PCbuild\win32\ -b src=C:\Users\Administrator\code\windows-python-installer\cpython\ -b tcltk=C :\Users\Administrator\code\windows-python-installer\cpython\externals\tcltk-8.6.14.0\win32\lib -b redist=C:\Users\Adm inistrator\code\windows-python-installer\cpython\externals\windows-installer\redist-1\x86 -b build32=C:\Users\Adminis trator\code\windows-python-installer\cpython\PCbuild\win32\ -b build64=C:\Users\Administrator\code\windows-python-ins taller\cpython\PCbuild\amd64\ -b buildarm64=C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\arm6 4\ -cc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\cabcach e\ -cultures:en-us -ext C:\Users\Administrator\code\windows-python-installer\cpython\externals\windows-installer\wix- 314\WixUtilExtension.dll -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Rele ase\msi_exe_pdb\common_en-US.wxl -loc C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313wi n32_Release\msi_exe_pdb\exe_en-US.wxl -reusecab -sice:ICE03 -sice:ICE57 -sice:ICE61 -contentsfile C:\Users\Administra tor\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\exe_pdb.wixproj.BindContentsFileL isten-us.txt -outputsfile C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ msi_exe_pdb\exe_pdb.wixproj.BindOutputsFileListen-us.txt -builtoutputsfile C:\Users\Administrator\code\windows-python -installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\exe_pdb.wixproj.BindBuiltOutputsFileListen-us.txt -wixpr ojectfile C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_pdb.wixproj C:\Users\Adminis trator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_exe_pdb\pthC48106770B6EE5EF39BFDC5456C 59FD8\common.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_ex e_pdb\exe_pdb.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_e xe_pdb\exe_files.wixobj C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ms i_exe_pdb\exe_reg.wixobj Windows Installer XML Toolset Linker version 3.14.0.5722 Copyright (c) .NET Foundation and contributors. All rights reserved. exe_pdb -> C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\en-us\exe_pdb.msi Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\exe\exe_pdb.wixproj" (Reb uild target(s)). Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\bundle\releaselocal.wixproj" (1) is bui lding "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\lib\lib.wixproj" (11) on node 1 (Rebuild target(s)). CoreClean: Creating directory "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_li b\". FindPythonForBuild: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" Using PythonForBuild="C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\to ols\python.exe" _GenerateGuids: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" -c "i mport uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), 'http://w ww.python.org/win32/' + j)) for i,j in [('CoreUpgradeCode', '3.13/upgradecode'),('UpgradeCode', '3.13/upgradecode/lib '),('InstallDirectoryGuidSeed', '3.13/installdirectoryseed'),('PythonExeComponentGuid', '3.13/python.exe'),('PythonwE xeComponentGuid', '3.13/pythonw.exe'),('CommonPythonRegComponentGuid', '3.13/registry'),('PythonRegComponentGuid', '3 .13/registry/lib')]))" > "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\ msi_lib\libguids.txt" ProcessInstallFiles: "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\\..\externals\pythonx86\tools\python.exe" csv_t o_wxs.py "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_lib\lib.g.cs v" "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_lib\lib.g.wxs" Wrote 2038 lines to C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_li b\lib.g.wxs GenerateCatalog: "C:\Program Files (x86)\Windows Kits\10\\bin\10.0.22621.0\x86\makecat.exe" "C:\Users\Administrator\code\windows-pytho n-installer\cpython\PCbuild\obj\\313win32_Release\msi_lib\lib.cdf" Succeeded ...... ```
liudonghua123 commented 2 weeks ago

However, it still failed with C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\code\windows-python-installer\cpython\PC\layout" -b "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32" -s "C:\Users\Administrator\code\windows-python-installer\cpython" -t "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32" --zip "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\win32\en-us\python-3.13.0rc1-embed-win32.zip" --precompile --zip-lib --include-underpth --include-stable --flat-dlls" exited with code -1073741819., it's the same issue on https://github.com/python/cpython/issues/123414. Even I stashed the changes and try to build without modification, it's the same problems.

Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj" on node 1 (Build target(
s)).
_Build:
  setlocal

  set PYTHONPATH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib
  rmdir /q/s "C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip
  _win32"
  "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Ad
  ministrator\code\windows-python-installer\cpython\PC\layout" -b "C:\Users\Administrator\code\windows-python-installer
  \cpython\Tools\msi\..\..\PCbuild\\win32" -s "C:\Users\Administrator\code\windows-python-installer\cpython" -t "C:\Use
  rs\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32" --zip "C:\
  Users\Administrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\win32\en-us\python-3.13.0rc1-embed-
  win32.zip" --precompile --zip-lib --include-underpth --include-stable --flat-dlls
  The system cannot find the file specified.
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: The command
"setlocal
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073:
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: set PYTHONPA
TH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: rmdir /q/s "
C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32"
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: "C:\Users\Ad
ministrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\co
de\windows-python-installer\cpython\PC\layout" -b "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\m
si\..\..\PCbuild\\win32" -s "C:\Users\Administrator\code\windows-python-installer\cpython" -t "C:\Users\Administrator\c
ode\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32" --zip "C:\Users\Administrator\
code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\win32\en-us\python-3.13.0rc1-embed-win32.zip" --precompil
e --zip-lib --include-underpth --include-stable --flat-dlls" exited with code -1073741819.
Done Building Project "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj" (Build tar
get(s)) -- FAILED.

Build FAILED.

"C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj" (Build target) (1) ->
(_Build target) ->
  C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: The comman
d "setlocal
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073:
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: set PYTHONPA
TH=C:\Users\Administrator\code\windows-python-installer\cpython\Lib
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: rmdir /q/s "
C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32"
C:\Users\Administrator\code\windows-python-installer\cpython\Tools\msi\make_zip.proj(27,9): error MSB3073: "C:\Users\Ad
ministrator\code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\\win32\python.exe" "C:\Users\Administrator\co
de\windows-python-installer\cpython\PC\layout" -b "C:\Users\Administrator\code\windows-python-installer\cpython\Tools\m
si\..\..\PCbuild\\win32" -s "C:\Users\Administrator\code\windows-python-installer\cpython" -t "C:\Users\Administrator\c
ode\windows-python-installer\cpython\PCbuild\obj\\313win32_Release\msi_python\zip_win32" --zip "C:\Users\Administrator\
code\windows-python-installer\cpython\Tools\msi\..\..\PCbuild\win32\en-us\python-3.13.0rc1-embed-win32.zip" --precompil
e --zip-lib --include-underpth --include-stable --flat-dlls" exited with code -1073741819.

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:03.08
C:\Users\Administrator>"C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python.exe" -V
Python 3.13.0rc1

C:\Users\Administrator>"C:\Users\Administrator\code\windows-python-installer\cpython\PCbuild\win32\python.exe"

C:\Users\Administrator>echo %errorlevel%
-1073741819

C:\Users\Administrator>