Cibuildwheel: Azure Windows Python 3.5 is missing wheel tags

Created on 26 Jan 2020  Â·  13Comments  Â·  Source: joerick/cibuildwheel

I just converted https://github.com/pallets/markupsafe to use cibuildwheel on Azure. It seems like the Windows Python 3.5 build is not building a platform tagged wheel. It's producing "MarkupSafe-1.1.1-py3-none-any.whl" instead of "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl".


Azure Windows log

2020-01-26T17:31:27.0301502Z ##[section]Starting: Run cibuildwheel
2020-01-26T17:31:27.0413783Z ==============================================================================
2020-01-26T17:31:27.0414120Z Task         : Command line
2020-01-26T17:31:27.0414252Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2020-01-26T17:31:27.0414395Z Version      : 2.163.0
2020-01-26T17:31:27.0414548Z Author       : Microsoft Corporation
2020-01-26T17:31:27.0414706Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2020-01-26T17:31:27.0414879Z ==============================================================================
2020-01-26T17:31:27.8030658Z Generating script.
2020-01-26T17:31:27.8125677Z Script contents:
2020-01-26T17:31:27.8132429Z cibuildwheel --output-dir wheels .
2020-01-26T17:31:27.8443834Z ========================== Starting Command Output ===========================
2020-01-26T17:31:27.8695747Z ##[command]"C:\windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "d:\a\_temp\fd3f30f6-6e79-4ef5-ae0f-b4d7935b6d9b.cmd""
2020-01-26T17:31:28.2825249Z 
2020-01-26T17:31:28.2826605Z      _ _       _ _   _       _           _
2020-01-26T17:31:28.2827324Z  ___|_| |_ _ _|_| |_| |_ _ _| |_ ___ ___| |
2020-01-26T17:31:28.2827902Z |  _| | . | | | | | . | | | |   | -_| -_| |
2020-01-26T17:31:28.2828391Z |___|_|___|___|_|_|___|_____|_|_|___|___|_|
2020-01-26T17:31:28.2829062Z 
2020-01-26T17:31:28.2829545Z cibuildwheel version 1.1.0
2020-01-26T17:31:28.2829992Z 
2020-01-26T17:31:28.2830429Z Build options:
2020-01-26T17:31:28.2830905Z   platform: 'windows'
2020-01-26T17:31:28.2831383Z   before_build: None
2020-01-26T17:31:28.2831832Z   build_selector: BuildSelector('*' - '')
2020-01-26T17:31:28.2832734Z   build_verbosity: 0
2020-01-26T17:31:28.2834369Z   environment: ParsedEnvironment([])
2020-01-26T17:31:28.2835103Z   output_dir: 'wheels'
2020-01-26T17:31:28.2835627Z   project_dir: '.'
2020-01-26T17:31:28.2835996Z   repair_command: ''
2020-01-26T17:31:28.2836398Z   test_command: None
2020-01-26T17:31:28.2836774Z   test_extras: ''
2020-01-26T17:31:28.2837129Z   test_requires: []
2020-01-26T17:31:28.2837480Z 
2020-01-26T17:31:28.2837830Z Here we go!
2020-01-26T17:31:28.2838176Z 
2020-01-26T17:31:28.2849065Z + Download https://dist.nuget.org/win-x86-commandline/latest/nuget.exe to C:\cibw\nuget.exe
2020-01-26T17:31:28.4025447Z + Download https://bootstrap.pypa.io/get-pip.py to C:\cibw\get-pip.py
2020-01-26T17:31:28.5361836Z + C:\cibw\nuget.exe install python2x86 -Version 2.7.17 -OutputDirectory C:/cibw/python
2020-01-26T17:31:29.8687738Z Feeds used:
2020-01-26T17:31:29.8688777Z   https://api.nuget.org/v3/index.json
2020-01-26T17:31:29.8689300Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:31:29.8689869Z 
2020-01-26T17:31:29.9309503Z 
2020-01-26T17:31:29.9310380Z 
2020-01-26T17:31:29.9971654Z Attempting to gather dependency information for package 'python2x86.2.7.17' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:31:30.6341564Z Gathering dependency information took 620.95 ms
2020-01-26T17:31:30.6479827Z Attempting to resolve dependencies for package 'python2x86.2.7.17' with DependencyBehavior 'Lowest'
2020-01-26T17:31:30.7096132Z Resolving dependency information took 0 ms
2020-01-26T17:31:30.7097280Z Resolving actions to install package 'python2x86.2.7.17'
2020-01-26T17:31:30.7119239Z Resolved actions to install package 'python2x86.2.7.17'
2020-01-26T17:31:30.7461374Z Retrieving package 'python2x86 2.7.17' from 'nuget.org'.
2020-01-26T17:31:31.0266370Z   GET https://api.nuget.org/v3-flatcontainer/python2x86/2.7.17/python2x86.2.7.17.nupkg
2020-01-26T17:31:31.1815651Z   OK https://api.nuget.org/v3-flatcontainer/python2x86/2.7.17/python2x86.2.7.17.nupkg 155ms
2020-01-26T17:31:31.2076177Z Installing python2x86 2.7.17.
2020-01-26T17:31:34.2930419Z Adding package 'python2x86.2.7.17' to folder 'C:\cibw\python'
2020-01-26T17:31:35.6451096Z Added package 'python2x86.2.7.17' to folder 'C:\cibw\python'
2020-01-26T17:31:35.6483180Z Successfully installed 'python2x86 2.7.17' to C:\cibw\python
2020-01-26T17:31:35.6528527Z Executing nuget actions took 4.92 sec
2020-01-26T17:31:35.6776430Z + where python
2020-01-26T17:31:35.8478820Z C:\cibw\python\python2x86.2.7.17\tools\python.exe
2020-01-26T17:31:35.8502713Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:31:35.8511997Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:31:35.8568263Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:31:35.9231021Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:31:36.3602368Z + python --version
2020-01-26T17:31:36.5725451Z Python 2.7.17
2020-01-26T17:31:36.5778565Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:31:36.7245731Z 32
2020-01-26T17:31:36.7296312Z + python -m pip install --upgrade pip
2020-01-26T17:31:38.1947937Z DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:31:38.9719477Z Collecting pip
2020-01-26T17:31:39.1126515Z   Downloading https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl (1.4MB)
2020-01-26T17:31:39.4586743Z Installing collected packages: pip
2020-01-26T17:31:39.4588068Z   Found existing installation: pip 19.2.3
2020-01-26T17:31:39.5423032Z     Uninstalling pip-19.2.3:
2020-01-26T17:31:39.5832916Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:31:43.6934644Z Successfully installed pip-20.0.2
2020-01-26T17:31:44.2135933Z + pip --version
2020-01-26T17:31:44.4382199Z pip 20.0.2 from c:\cibw\python\python2x86.2.7.17\tools\lib\site-packages\pip (python 2.7)
2020-01-26T17:31:44.4383732Z 
2020-01-26T17:31:44.4538559Z + pip install --upgrade setuptools wheel
2020-01-26T17:31:44.8564554Z DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:31:46.6842060Z Collecting setuptools
2020-01-26T17:31:46.7436200Z   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
2020-01-26T17:31:47.1104741Z Collecting wheel
2020-01-26T17:31:47.1240298Z   Downloading wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:31:47.1899235Z Installing collected packages: setuptools, wheel
2020-01-26T17:31:47.1900217Z   Attempting uninstall: setuptools
2020-01-26T17:31:47.1905340Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:31:47.2148515Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:31:47.2615632Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:31:48.2774523Z Successfully installed setuptools-44.0.0 wheel-0.33.6
2020-01-26T17:31:48.5195237Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:31:48.9220767Z DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:31:48.9359517Z Processing d:\a\1\s
2020-01-26T17:31:49.3614716Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:31:49.3632511Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:31:50.0855444Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:31:50.0875248Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp27-cp27m-win32.whl size=14304 sha256=6c168d4c75ec6feb9fbfdce1b1d54b2066299d482a26d7eaa4cba87207c143b7
2020-01-26T17:31:50.0876341Z   Stored in directory: c:\users\vssadm~1\appdata\local\temp\pip-ephem-wheel-cache-kt4fa3\wheels\49\c6\fa\da2b6ebd6f217243efe0099308de5d2c980ac15f8a165c3cf9
2020-01-26T17:31:50.0881349Z Successfully built MarkupSafe
2020-01-26T17:31:50.1481780Z + C:\cibw\nuget.exe install python2 -Version 2.7.17 -OutputDirectory C:/cibw/python
2020-01-26T17:31:50.7013522Z Feeds used:
2020-01-26T17:31:50.7014692Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:31:50.7015255Z   https://api.nuget.org/v3/index.json
2020-01-26T17:31:50.7015695Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:31:50.7016096Z 
2020-01-26T17:31:50.8180308Z 
2020-01-26T17:31:50.8181443Z 
2020-01-26T17:31:50.8201574Z Attempting to gather dependency information for package 'python2.2.7.17' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:31:51.2435771Z Gathering dependency information took 407.85 ms
2020-01-26T17:31:51.2570714Z Attempting to resolve dependencies for package 'python2.2.7.17' with DependencyBehavior 'Lowest'
2020-01-26T17:31:51.3054926Z Resolving dependency information took 0 ms
2020-01-26T17:31:51.3056041Z Resolving actions to install package 'python2.2.7.17'
2020-01-26T17:31:51.3078254Z Resolved actions to install package 'python2.2.7.17'
2020-01-26T17:31:51.3445090Z Retrieving package 'python2 2.7.17' from 'nuget.org'.
2020-01-26T17:31:51.5146398Z   GET https://api.nuget.org/v3-flatcontainer/python2/2.7.17/python2.2.7.17.nupkg
2020-01-26T17:31:51.5214088Z   OK https://api.nuget.org/v3-flatcontainer/python2/2.7.17/python2.2.7.17.nupkg 7ms
2020-01-26T17:31:51.5439774Z Installing python2 2.7.17.
2020-01-26T17:31:54.5710929Z Adding package 'python2.2.7.17' to folder 'C:\cibw\python'
2020-01-26T17:31:56.3114584Z Added package 'python2.2.7.17' to folder 'C:\cibw\python'
2020-01-26T17:31:56.3133748Z Successfully installed 'python2 2.7.17' to C:\cibw\python
2020-01-26T17:31:56.3159543Z Executing nuget actions took 4.99 sec
2020-01-26T17:31:56.3344173Z + where python
2020-01-26T17:31:56.3495846Z C:\cibw\python\python2.2.7.17\tools\python.exe
2020-01-26T17:31:56.3506549Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:31:56.3513682Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:31:56.3568073Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:31:56.4178969Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:31:56.4485485Z + python --version
2020-01-26T17:31:56.6933142Z Python 2.7.17
2020-01-26T17:31:56.6983232Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:31:56.8266091Z 64
2020-01-26T17:31:56.8324014Z + python -m pip install --upgrade pip
2020-01-26T17:31:58.5377150Z DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:31:59.1448976Z Collecting pip
2020-01-26T17:31:59.2361010Z   Using cached https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl
2020-01-26T17:31:59.5300203Z Installing collected packages: pip
2020-01-26T17:31:59.5301431Z   Found existing installation: pip 19.2.3
2020-01-26T17:31:59.6061187Z     Uninstalling pip-19.2.3:
2020-01-26T17:31:59.6379745Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:32:03.7025405Z Successfully installed pip-20.0.2
2020-01-26T17:32:04.3556969Z + pip --version
2020-01-26T17:32:04.5843868Z pip 20.0.2 from c:\cibw\python\python2.2.7.17\tools\lib\site-packages\pip (python 2.7)
2020-01-26T17:32:04.5845542Z 
2020-01-26T17:32:04.6001564Z + pip install --upgrade setuptools wheel
2020-01-26T17:32:04.9625421Z DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:32:06.6161337Z Collecting setuptools
2020-01-26T17:32:06.6211978Z   Using cached setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
2020-01-26T17:32:07.0703932Z Collecting wheel
2020-01-26T17:32:07.0733500Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:32:07.1600797Z Installing collected packages: setuptools, wheel
2020-01-26T17:32:07.1601906Z   Attempting uninstall: setuptools
2020-01-26T17:32:07.1606511Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:32:07.1820647Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:32:07.2261990Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:32:08.0824365Z Successfully installed setuptools-44.0.0 wheel-0.33.6
2020-01-26T17:32:08.3204524Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:32:08.6893545Z DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2020-01-26T17:32:08.7009556Z Processing d:\a\1\s
2020-01-26T17:32:09.0711644Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:32:09.0728942Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:32:09.7058531Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:32:09.7079068Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl size=14126 sha256=809ce482dec9b6108be118005e08cee60cff3873bc2aaa69f06f2574eab7c503
2020-01-26T17:32:09.7079859Z   Stored in directory: c:\users\vssadm~1\appdata\local\temp\pip-ephem-wheel-cache-77y6g1\wheels\49\c6\fa\da2b6ebd6f217243efe0099308de5d2c980ac15f8a165c3cf9
2020-01-26T17:32:09.7085492Z Successfully built MarkupSafe
2020-01-26T17:32:09.7695980Z + C:\cibw\nuget.exe install pythonx86 -Version 3.5.4 -OutputDirectory C:/cibw/python
2020-01-26T17:32:10.3286976Z Feeds used:
2020-01-26T17:32:10.3287967Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:32:10.3288469Z   https://api.nuget.org/v3/index.json
2020-01-26T17:32:10.3288879Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:32:10.3289249Z 
2020-01-26T17:32:10.4489243Z 
2020-01-26T17:32:10.4490337Z 
2020-01-26T17:32:10.4510764Z Attempting to gather dependency information for package 'pythonx86.3.5.4' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:32:10.8492513Z Gathering dependency information took 382.53 ms
2020-01-26T17:32:10.8624179Z Attempting to resolve dependencies for package 'pythonx86.3.5.4' with DependencyBehavior 'Lowest'
2020-01-26T17:32:10.9098825Z Resolving dependency information took 0 ms
2020-01-26T17:32:10.9099646Z Resolving actions to install package 'pythonx86.3.5.4'
2020-01-26T17:32:10.9122395Z Resolved actions to install package 'pythonx86.3.5.4'
2020-01-26T17:32:10.9480530Z Retrieving package 'pythonx86 3.5.4' from 'nuget.org'.
2020-01-26T17:32:11.1142406Z   GET https://api.nuget.org/v3-flatcontainer/pythonx86/3.5.4/pythonx86.3.5.4.nupkg
2020-01-26T17:32:11.1208194Z   OK https://api.nuget.org/v3-flatcontainer/pythonx86/3.5.4/pythonx86.3.5.4.nupkg 6ms
2020-01-26T17:32:11.1474429Z Installing pythonx86 3.5.4.
2020-01-26T17:32:13.4664073Z Adding package 'pythonx86.3.5.4' to folder 'C:\cibw\python'
2020-01-26T17:32:16.0440683Z Added package 'pythonx86.3.5.4' to folder 'C:\cibw\python'
2020-01-26T17:32:16.0460845Z Successfully installed 'pythonx86 3.5.4' to C:\cibw\python
2020-01-26T17:32:16.0487020Z Executing nuget actions took 5.12 sec
2020-01-26T17:32:16.0672460Z + where python
2020-01-26T17:32:16.0822296Z C:\cibw\python\pythonx86.3.5.4\tools\python.exe
2020-01-26T17:32:16.0833816Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:32:16.0841801Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:32:16.0895261Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:32:16.1504162Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:32:16.1841472Z + python --version
2020-01-26T17:32:16.2474236Z Python 3.5.4
2020-01-26T17:32:16.2522287Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:32:16.4357716Z 32
2020-01-26T17:32:16.4445010Z + python C:\cibw\get-pip.py
2020-01-26T17:32:22.4965248Z Collecting pip
2020-01-26T17:32:22.5060699Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:32:23.1014531Z Collecting wheel
2020-01-26T17:32:23.1052651Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:32:23.1466448Z Installing collected packages: pip, wheel
2020-01-26T17:32:23.1467429Z   Attempting uninstall: pip
2020-01-26T17:32:23.1477413Z     Found existing installation: pip 9.0.1
2020-01-26T17:32:23.2286228Z     Uninstalling pip-9.0.1:
2020-01-26T17:32:23.2474175Z       Successfully uninstalled pip-9.0.1
2020-01-26T17:32:27.0931357Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:32:27.3497403Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:32:27.3498418Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:32:27.3498950Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:32:27.4063313Z + python -m pip install --upgrade pip
2020-01-26T17:32:28.3871405Z Requirement already up-to-date: pip in c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages (20.0.2)
2020-01-26T17:32:28.4611751Z + pip --version
2020-01-26T17:32:28.7527489Z pip 20.0.2 from c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages\pip (python 3.5)
2020-01-26T17:32:28.7528586Z 
2020-01-26T17:32:28.7788306Z + pip install --upgrade setuptools wheel
2020-01-26T17:32:30.5967803Z Collecting setuptools
2020-01-26T17:32:30.6547139Z   Downloading setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:32:30.9134483Z Requirement already up-to-date: wheel in c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages (0.33.6)
2020-01-26T17:32:30.9292759Z Installing collected packages: setuptools
2020-01-26T17:32:30.9293897Z   Attempting uninstall: setuptools
2020-01-26T17:32:30.9300197Z     Found existing installation: setuptools 28.8.0
2020-01-26T17:32:30.9526405Z     Uninstalling setuptools-28.8.0:
2020-01-26T17:32:30.9788187Z       Successfully uninstalled setuptools-28.8.0
2020-01-26T17:32:31.7965688Z Successfully installed setuptools-45.1.0
2020-01-26T17:32:32.3780825Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:32:32.8963447Z Processing d:\a\1\s
2020-01-26T17:32:33.4199693Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:32:33.4216171Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:32:38.7191670Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:32:38.7212225Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12789 sha256=354efe895f2cc0f976d955db7886aec671cfe05ee1f1ba64223c9c198d8b521f
2020-01-26T17:32:38.7213401Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-kp5u4buj\wheels\db\ca\4f\6fb48d0a7ad6d59b0a9d09c4d91d981999ffa1b1965f8b0977
2020-01-26T17:32:38.7228811Z Successfully built MarkupSafe
2020-01-26T17:32:38.8007003Z + C:\cibw\nuget.exe install python -Version 3.5.4 -OutputDirectory C:/cibw/python
2020-01-26T17:32:39.3486759Z Feeds used:
2020-01-26T17:32:39.3488708Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:32:39.3489421Z   https://api.nuget.org/v3/index.json
2020-01-26T17:32:39.3489845Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:32:39.3490239Z 
2020-01-26T17:32:39.4783547Z 
2020-01-26T17:32:39.4784563Z 
2020-01-26T17:32:39.4803915Z Attempting to gather dependency information for package 'python.3.5.4' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:32:39.9016894Z Gathering dependency information took 405.19 ms
2020-01-26T17:32:39.9148679Z Attempting to resolve dependencies for package 'python.3.5.4' with DependencyBehavior 'Lowest'
2020-01-26T17:32:39.9623184Z Resolving dependency information took 0 ms
2020-01-26T17:32:39.9624189Z Resolving actions to install package 'python.3.5.4'
2020-01-26T17:32:39.9645027Z Resolved actions to install package 'python.3.5.4'
2020-01-26T17:32:39.9998666Z Retrieving package 'python 3.5.4' from 'nuget.org'.
2020-01-26T17:32:40.1701315Z   GET https://api.nuget.org/v3-flatcontainer/python/3.5.4/python.3.5.4.nupkg
2020-01-26T17:32:40.1773474Z   OK https://api.nuget.org/v3-flatcontainer/python/3.5.4/python.3.5.4.nupkg 7ms
2020-01-26T17:32:40.2032689Z Installing python 3.5.4.
2020-01-26T17:32:42.5846898Z Adding package 'python.3.5.4' to folder 'C:\cibw\python'
2020-01-26T17:32:44.1188344Z Added package 'python.3.5.4' to folder 'C:\cibw\python'
2020-01-26T17:32:44.1207223Z Successfully installed 'python 3.5.4' to C:\cibw\python
2020-01-26T17:32:44.1247689Z Executing nuget actions took 4.14 sec
2020-01-26T17:32:44.1437736Z + where python
2020-01-26T17:32:44.1590826Z C:\cibw\python\python.3.5.4\tools\python.exe
2020-01-26T17:32:44.1601218Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:32:44.1608073Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:32:44.1668545Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:32:44.2306015Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:32:44.2660333Z + python --version
2020-01-26T17:32:44.2865641Z Python 3.5.4
2020-01-26T17:32:44.2896290Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:32:44.9841193Z 64
2020-01-26T17:32:44.9918463Z + python C:\cibw\get-pip.py
2020-01-26T17:32:49.1933073Z Collecting pip
2020-01-26T17:32:49.2024201Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:32:49.6357332Z Collecting wheel
2020-01-26T17:32:49.6401050Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:32:49.7157762Z Installing collected packages: pip, wheel
2020-01-26T17:32:49.7158692Z   Attempting uninstall: pip
2020-01-26T17:32:49.7167172Z     Found existing installation: pip 9.0.1
2020-01-26T17:32:49.8002674Z     Uninstalling pip-9.0.1:
2020-01-26T17:32:49.8170874Z       Successfully uninstalled pip-9.0.1
2020-01-26T17:32:53.0181625Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:32:54.0121053Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:32:54.0122265Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:32:54.0122714Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:32:54.0701454Z + python -m pip install --upgrade pip
2020-01-26T17:32:54.9440685Z Requirement already up-to-date: pip in c:\cibw\python\python.3.5.4\tools\lib\site-packages (20.0.2)
2020-01-26T17:32:55.0173933Z + pip --version
2020-01-26T17:32:55.2900391Z pip 20.0.2 from c:\cibw\python\python.3.5.4\tools\lib\site-packages\pip (python 3.5)
2020-01-26T17:32:55.2901988Z 
2020-01-26T17:32:55.3191530Z + pip install --upgrade setuptools wheel
2020-01-26T17:32:57.2354840Z Collecting setuptools
2020-01-26T17:32:57.2414167Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:32:57.4410187Z Requirement already up-to-date: wheel in c:\cibw\python\python.3.5.4\tools\lib\site-packages (0.33.6)
2020-01-26T17:32:57.4561133Z Installing collected packages: setuptools
2020-01-26T17:32:57.4561884Z   Attempting uninstall: setuptools
2020-01-26T17:32:57.4567960Z     Found existing installation: setuptools 28.8.0
2020-01-26T17:32:57.4807844Z     Uninstalling setuptools-28.8.0:
2020-01-26T17:32:57.7827170Z       Successfully uninstalled setuptools-28.8.0
2020-01-26T17:32:58.5943186Z Successfully installed setuptools-45.1.0
2020-01-26T17:32:58.8391499Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:32:59.3327530Z Processing d:\a\1\s
2020-01-26T17:32:59.9080924Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:32:59.9098903Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:33:03.1543225Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:33:03.1564762Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12789 sha256=a895a01924d40d23446d150c985733d4d903df2730f1b9e8aecab693b98b0d23
2020-01-26T17:33:03.1565856Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-xp6_1uvi\wheels\db\ca\4f\6fb48d0a7ad6d59b0a9d09c4d91d981999ffa1b1965f8b0977
2020-01-26T17:33:03.1579667Z Successfully built MarkupSafe
2020-01-26T17:33:03.2446408Z + C:\cibw\nuget.exe install pythonx86 -Version 3.6.8 -OutputDirectory C:/cibw/python
2020-01-26T17:33:03.7863008Z Feeds used:
2020-01-26T17:33:03.7864270Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:33:03.7864928Z   https://api.nuget.org/v3/index.json
2020-01-26T17:33:03.7865503Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:33:03.7866038Z 
2020-01-26T17:33:03.9201769Z 
2020-01-26T17:33:03.9202613Z 
2020-01-26T17:33:03.9222396Z Attempting to gather dependency information for package 'pythonx86.3.6.8' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:33:04.1535597Z Gathering dependency information took 216.11 ms
2020-01-26T17:33:04.1663092Z Attempting to resolve dependencies for package 'pythonx86.3.6.8' with DependencyBehavior 'Lowest'
2020-01-26T17:33:04.2169826Z Resolving dependency information took 0 ms
2020-01-26T17:33:04.2172184Z Resolving actions to install package 'pythonx86.3.6.8'
2020-01-26T17:33:04.2193900Z Resolved actions to install package 'pythonx86.3.6.8'
2020-01-26T17:33:04.2547345Z Retrieving package 'pythonx86 3.6.8' from 'nuget.org'.
2020-01-26T17:33:04.4675305Z   GET https://api.nuget.org/v3-flatcontainer/pythonx86/3.6.8/pythonx86.3.6.8.nupkg
2020-01-26T17:33:04.5222759Z   OK https://api.nuget.org/v3-flatcontainer/pythonx86/3.6.8/pythonx86.3.6.8.nupkg 47ms
2020-01-26T17:33:04.5451562Z Installing pythonx86 3.6.8.
2020-01-26T17:33:07.4018221Z Adding package 'pythonx86.3.6.8' to folder 'C:\cibw\python'
2020-01-26T17:33:09.7395379Z Added package 'pythonx86.3.6.8' to folder 'C:\cibw\python'
2020-01-26T17:33:09.7415184Z Successfully installed 'pythonx86 3.6.8' to C:\cibw\python
2020-01-26T17:33:09.7441935Z Executing nuget actions took 5.5 sec
2020-01-26T17:33:09.7621313Z + where python
2020-01-26T17:33:09.7790167Z C:\cibw\python\pythonx86.3.6.8\tools\python.exe
2020-01-26T17:33:09.7801057Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:33:09.7808185Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:33:09.7859733Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:33:09.8503198Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:33:09.8815500Z + python --version
2020-01-26T17:33:09.9110000Z Python 3.6.8
2020-01-26T17:33:09.9143101Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:33:10.0055173Z 32
2020-01-26T17:33:10.0122868Z + python C:\cibw\get-pip.py
2020-01-26T17:33:13.4708406Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:33:13.4709642Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:33:13.4710362Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:33:14.0077453Z Collecting pip
2020-01-26T17:33:14.0174021Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:33:14.4856254Z Collecting wheel
2020-01-26T17:33:14.4895445Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:33:14.5669758Z Installing collected packages: pip, wheel
2020-01-26T17:33:14.5670635Z   Attempting uninstall: pip
2020-01-26T17:33:14.5679131Z     Found existing installation: pip 18.1
2020-01-26T17:33:14.6705678Z     Uninstalling pip-18.1:
2020-01-26T17:33:14.6947493Z       Successfully uninstalled pip-18.1
2020-01-26T17:33:17.8233364Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:33:18.8631338Z + python -m pip install --upgrade pip
2020-01-26T17:33:19.6393814Z Requirement already up-to-date: pip in c:\cibw\python\pythonx86.3.6.8\tools\lib\site-packages (20.0.2)
2020-01-26T17:33:19.7028719Z + pip --version
2020-01-26T17:33:19.9796753Z pip 20.0.2 from c:\cibw\python\pythonx86.3.6.8\tools\lib\site-packages\pip (python 3.6)
2020-01-26T17:33:19.9797791Z 
2020-01-26T17:33:20.0025342Z + pip install --upgrade setuptools wheel
2020-01-26T17:33:21.7256037Z Collecting setuptools
2020-01-26T17:33:21.7320139Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:33:21.9554995Z Requirement already up-to-date: wheel in c:\cibw\python\pythonx86.3.6.8\tools\lib\site-packages (0.33.6)
2020-01-26T17:33:21.9746569Z Installing collected packages: setuptools
2020-01-26T17:33:21.9747369Z   Attempting uninstall: setuptools
2020-01-26T17:33:21.9753642Z     Found existing installation: setuptools 40.6.2
2020-01-26T17:33:22.0080407Z     Uninstalling setuptools-40.6.2:
2020-01-26T17:33:22.0426712Z       Successfully uninstalled setuptools-40.6.2
2020-01-26T17:33:22.8497104Z Successfully installed setuptools-45.1.0
2020-01-26T17:33:23.1153174Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:33:23.6094304Z Processing d:\a\1\s
2020-01-26T17:33:24.1534460Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:33:24.1550016Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:33:46.8793698Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:33:46.8816257Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp36-cp36m-win32.whl size=16188 sha256=e87eaed950141ffdf0c5460de4e13ba366dc682db1f44565171e1fb2a7a55741
2020-01-26T17:33:46.8817455Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-azvyy2hg\wheels\a9\f6\6f\456cd2a0642a56d49c1b98ef0ab7cc5182db7c9df7bd69ca98
2020-01-26T17:33:46.8832269Z Successfully built MarkupSafe
2020-01-26T17:33:46.9549155Z + C:\cibw\nuget.exe install python -Version 3.6.8 -OutputDirectory C:/cibw/python
2020-01-26T17:33:47.4973673Z Feeds used:
2020-01-26T17:33:47.4974612Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:33:47.4975103Z   https://api.nuget.org/v3/index.json
2020-01-26T17:33:47.4975495Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:33:47.4975866Z 
2020-01-26T17:33:47.6457481Z 
2020-01-26T17:33:47.6458684Z 
2020-01-26T17:33:47.6481971Z Attempting to gather dependency information for package 'python.3.6.8' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:33:47.8776860Z Gathering dependency information took 213.53 ms
2020-01-26T17:33:47.8902491Z Attempting to resolve dependencies for package 'python.3.6.8' with DependencyBehavior 'Lowest'
2020-01-26T17:33:47.9379168Z Resolving dependency information took 0 ms
2020-01-26T17:33:47.9380116Z Resolving actions to install package 'python.3.6.8'
2020-01-26T17:33:47.9400455Z Resolved actions to install package 'python.3.6.8'
2020-01-26T17:33:47.9754067Z Retrieving package 'python 3.6.8' from 'nuget.org'.
2020-01-26T17:33:48.1877100Z   GET https://api.nuget.org/v3-flatcontainer/python/3.6.8/python.3.6.8.nupkg
2020-01-26T17:33:48.2357071Z   OK https://api.nuget.org/v3-flatcontainer/python/3.6.8/python.3.6.8.nupkg 41ms
2020-01-26T17:33:48.2589206Z Installing python 3.6.8.
2020-01-26T17:33:50.8496113Z Adding package 'python.3.6.8' to folder 'C:\cibw\python'
2020-01-26T17:33:53.7744443Z Added package 'python.3.6.8' to folder 'C:\cibw\python'
2020-01-26T17:33:53.7763483Z Successfully installed 'python 3.6.8' to C:\cibw\python
2020-01-26T17:33:53.7790266Z Executing nuget actions took 5.82 sec
2020-01-26T17:33:53.7975283Z + where python
2020-01-26T17:33:53.8131502Z C:\cibw\python\python.3.6.8\tools\python.exe
2020-01-26T17:33:53.8142370Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:33:53.8149639Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:33:53.8207665Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:33:53.8818907Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:33:53.9128387Z + python --version
2020-01-26T17:33:53.9503013Z Python 3.6.8
2020-01-26T17:33:53.9536551Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:33:54.6558098Z 64
2020-01-26T17:33:54.6627578Z + python C:\cibw\get-pip.py
2020-01-26T17:33:57.7110199Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:33:57.7115382Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:33:57.7117631Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:33:58.1942976Z Collecting pip
2020-01-26T17:33:58.2036825Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:33:58.6858069Z Collecting wheel
2020-01-26T17:33:58.6899310Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:33:58.7253100Z Installing collected packages: pip, wheel
2020-01-26T17:33:58.7253773Z   Attempting uninstall: pip
2020-01-26T17:33:58.7261942Z     Found existing installation: pip 18.1
2020-01-26T17:33:58.8179705Z     Uninstalling pip-18.1:
2020-01-26T17:33:58.8376043Z       Successfully uninstalled pip-18.1
2020-01-26T17:34:03.1217682Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:34:03.5587649Z + python -m pip install --upgrade pip
2020-01-26T17:34:04.3014761Z Requirement already up-to-date: pip in c:\cibw\python\python.3.6.8\tools\lib\site-packages (20.0.2)
2020-01-26T17:34:04.3655013Z + pip --version
2020-01-26T17:34:04.5941085Z pip 20.0.2 from c:\cibw\python\python.3.6.8\tools\lib\site-packages\pip (python 3.6)
2020-01-26T17:34:04.5942262Z 
2020-01-26T17:34:04.6156720Z + pip install --upgrade setuptools wheel
2020-01-26T17:34:06.0738933Z Collecting setuptools
2020-01-26T17:34:06.0792008Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:34:06.2515651Z Requirement already up-to-date: wheel in c:\cibw\python\python.3.6.8\tools\lib\site-packages (0.33.6)
2020-01-26T17:34:06.2659186Z Installing collected packages: setuptools
2020-01-26T17:34:06.2659955Z   Attempting uninstall: setuptools
2020-01-26T17:34:06.2665510Z     Found existing installation: setuptools 40.6.2
2020-01-26T17:34:06.2968454Z     Uninstalling setuptools-40.6.2:
2020-01-26T17:34:06.3238530Z       Successfully uninstalled setuptools-40.6.2
2020-01-26T17:34:07.0407964Z Successfully installed setuptools-45.1.0
2020-01-26T17:34:07.4596180Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:34:07.8689581Z Processing d:\a\1\s
2020-01-26T17:34:08.3045913Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:34:08.3064963Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:34:14.0430276Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:34:14.0451213Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl size=16768 sha256=52b3921ffd5b22294df76d12748cf1517544f41d9e10a7abfb9eb7c5e3a07660
2020-01-26T17:34:14.0452331Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-lbtwm_xe\wheels\a9\f6\6f\456cd2a0642a56d49c1b98ef0ab7cc5182db7c9df7bd69ca98
2020-01-26T17:34:14.0464897Z Successfully built MarkupSafe
2020-01-26T17:34:14.1198656Z + C:\cibw\nuget.exe install pythonx86 -Version 3.7.5 -OutputDirectory C:/cibw/python
2020-01-26T17:34:14.6672257Z Feeds used:
2020-01-26T17:34:14.6673136Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:34:14.6673468Z   https://api.nuget.org/v3/index.json
2020-01-26T17:34:14.6673750Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:34:14.6675126Z 
2020-01-26T17:34:14.8244814Z 
2020-01-26T17:34:14.8245791Z 
2020-01-26T17:34:14.8267695Z Attempting to gather dependency information for package 'pythonx86.3.7.5' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:34:15.0588659Z Gathering dependency information took 216.21 ms
2020-01-26T17:34:15.0719746Z Attempting to resolve dependencies for package 'pythonx86.3.7.5' with DependencyBehavior 'Lowest'
2020-01-26T17:34:15.1214551Z Resolving dependency information took 0 ms
2020-01-26T17:34:15.1216247Z Resolving actions to install package 'pythonx86.3.7.5'
2020-01-26T17:34:15.1238470Z Resolved actions to install package 'pythonx86.3.7.5'
2020-01-26T17:34:15.1597764Z Retrieving package 'pythonx86 3.7.5' from 'nuget.org'.
2020-01-26T17:34:15.3727767Z   GET https://api.nuget.org/v3-flatcontainer/pythonx86/3.7.5/pythonx86.3.7.5.nupkg
2020-01-26T17:34:15.4215707Z   OK https://api.nuget.org/v3-flatcontainer/pythonx86/3.7.5/pythonx86.3.7.5.nupkg 41ms
2020-01-26T17:34:15.4469766Z Installing pythonx86 3.7.5.
2020-01-26T17:34:18.1133685Z Adding package 'pythonx86.3.7.5' to folder 'C:\cibw\python'
2020-01-26T17:34:20.2325875Z Added package 'pythonx86.3.7.5' to folder 'C:\cibw\python'
2020-01-26T17:34:20.2345580Z Successfully installed 'pythonx86 3.7.5' to C:\cibw\python
2020-01-26T17:34:20.2372242Z Executing nuget actions took 5.09 sec
2020-01-26T17:34:20.2552665Z + where python
2020-01-26T17:34:20.2705061Z C:\cibw\python\pythonx86.3.7.5\tools\python.exe
2020-01-26T17:34:20.2714422Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:34:20.2721606Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:34:20.2784136Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:34:20.3443002Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:34:20.3782652Z + python --version
2020-01-26T17:34:20.4179522Z Python 3.7.5
2020-01-26T17:34:20.4212370Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:34:20.5130365Z 32
2020-01-26T17:34:20.5196438Z + python C:\cibw\get-pip.py
2020-01-26T17:34:24.3664342Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:34:24.3665854Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:34:24.3666596Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:34:24.6629582Z Collecting pip
2020-01-26T17:34:24.6724089Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:34:25.3483811Z Collecting wheel
2020-01-26T17:34:25.3532561Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:34:25.3906618Z Installing collected packages: pip, wheel
2020-01-26T17:34:25.3907662Z   Attempting uninstall: pip
2020-01-26T17:34:25.3916028Z     Found existing installation: pip 19.2.3
2020-01-26T17:34:25.5126116Z     Uninstalling pip-19.2.3:
2020-01-26T17:34:25.5507858Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:34:28.9118441Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:34:30.0879301Z + python -m pip install --upgrade pip
2020-01-26T17:34:30.7808431Z Requirement already up-to-date: pip in c:\cibw\python\pythonx86.3.7.5\tools\lib\site-packages (20.0.2)
2020-01-26T17:34:30.8442053Z + pip --version
2020-01-26T17:34:31.0910924Z pip 20.0.2 from c:\cibw\python\pythonx86.3.7.5\tools\lib\site-packages\pip (python 3.7)
2020-01-26T17:34:31.0912255Z 
2020-01-26T17:34:31.1127817Z + pip install --upgrade setuptools wheel
2020-01-26T17:34:32.5893593Z Collecting setuptools
2020-01-26T17:34:32.5956229Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:34:32.8769440Z Requirement already up-to-date: wheel in c:\cibw\python\pythonx86.3.7.5\tools\lib\site-packages (0.33.6)
2020-01-26T17:34:32.8919285Z Installing collected packages: setuptools
2020-01-26T17:34:32.8920290Z   Attempting uninstall: setuptools
2020-01-26T17:34:32.8924869Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:34:32.9238484Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:34:32.9529067Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:34:33.7045027Z Successfully installed setuptools-45.1.0
2020-01-26T17:34:34.1829151Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:34:34.6271256Z Processing d:\a\1\s
2020-01-26T17:34:35.1352337Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:34:35.1367551Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:34:38.3629135Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:34:38.3649510Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp37-cp37m-win32.whl size=16188 sha256=11be4964961c21edb5187c176beee4db7ea0bc91aadaca3f27a406f34a7f8090
2020-01-26T17:34:38.3650679Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-lu9qim6a\wheels\ab\d6\d3\43d300a6071326ace16aad002d166549bd5ba4bd8647fcad25
2020-01-26T17:34:38.3656862Z Successfully built MarkupSafe
2020-01-26T17:34:38.4288475Z + C:\cibw\nuget.exe install python -Version 3.7.5 -OutputDirectory C:/cibw/python
2020-01-26T17:34:38.9793563Z Feeds used:
2020-01-26T17:34:38.9794698Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:34:38.9795218Z   https://api.nuget.org/v3/index.json
2020-01-26T17:34:38.9795728Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:34:38.9796130Z 
2020-01-26T17:34:39.1430678Z 
2020-01-26T17:34:39.1431744Z 
2020-01-26T17:34:39.1449390Z Attempting to gather dependency information for package 'python.3.7.5' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:34:39.3697068Z Gathering dependency information took 209.46 ms
2020-01-26T17:34:39.3817818Z Attempting to resolve dependencies for package 'python.3.7.5' with DependencyBehavior 'Lowest'
2020-01-26T17:34:39.4301767Z Resolving dependency information took 0 ms
2020-01-26T17:34:39.4303030Z Resolving actions to install package 'python.3.7.5'
2020-01-26T17:34:39.4324921Z Resolved actions to install package 'python.3.7.5'
2020-01-26T17:34:39.4664197Z Retrieving package 'python 3.7.5' from 'nuget.org'.
2020-01-26T17:34:39.6824274Z   GET https://api.nuget.org/v3-flatcontainer/python/3.7.5/python.3.7.5.nupkg
2020-01-26T17:34:39.7287991Z   OK https://api.nuget.org/v3-flatcontainer/python/3.7.5/python.3.7.5.nupkg 40ms
2020-01-26T17:34:39.7522308Z Installing python 3.7.5.
2020-01-26T17:34:42.7488753Z Adding package 'python.3.7.5' to folder 'C:\cibw\python'
2020-01-26T17:34:46.6663253Z Added package 'python.3.7.5' to folder 'C:\cibw\python'
2020-01-26T17:34:46.6701896Z Successfully installed 'python 3.7.5' to C:\cibw\python
2020-01-26T17:34:46.6727910Z Executing nuget actions took 7.22 sec
2020-01-26T17:34:46.6923688Z + where python
2020-01-26T17:34:46.7080367Z C:\cibw\python\python.3.7.5\tools\python.exe
2020-01-26T17:34:46.7090337Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:34:46.7098057Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:34:46.7156772Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:34:46.7803776Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:34:46.8118381Z + python --version
2020-01-26T17:34:46.9943686Z Python 3.7.5
2020-01-26T17:34:46.9979817Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:34:47.0728951Z 64
2020-01-26T17:34:47.0793084Z + python C:\cibw\get-pip.py
2020-01-26T17:34:50.0662682Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:34:50.0664063Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:34:50.0664583Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:34:50.7626766Z Collecting pip
2020-01-26T17:34:50.7717645Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:34:51.2234606Z Collecting wheel
2020-01-26T17:34:51.2273657Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:34:51.2605126Z Installing collected packages: pip, wheel
2020-01-26T17:34:51.2606014Z   Attempting uninstall: pip
2020-01-26T17:34:51.2618604Z     Found existing installation: pip 19.2.3
2020-01-26T17:34:51.3540084Z     Uninstalling pip-19.2.3:
2020-01-26T17:34:51.3742204Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:34:54.3946742Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:34:54.7574960Z + python -m pip install --upgrade pip
2020-01-26T17:34:55.2727552Z Requirement already up-to-date: pip in c:\cibw\python\python.3.7.5\tools\lib\site-packages (20.0.2)
2020-01-26T17:34:55.3632222Z + pip --version
2020-01-26T17:34:55.5634538Z pip 20.0.2 from c:\cibw\python\python.3.7.5\tools\lib\site-packages\pip (python 3.7)
2020-01-26T17:34:55.5635585Z 
2020-01-26T17:34:55.5902757Z + pip install --upgrade setuptools wheel
2020-01-26T17:34:56.9273444Z Collecting setuptools
2020-01-26T17:34:56.9348142Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:34:57.2655366Z Requirement already up-to-date: wheel in c:\cibw\python\python.3.7.5\tools\lib\site-packages (0.33.6)
2020-01-26T17:34:57.2782162Z Installing collected packages: setuptools
2020-01-26T17:34:57.2783000Z   Attempting uninstall: setuptools
2020-01-26T17:34:57.2787101Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:34:57.3035752Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:34:57.3346037Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:34:58.0309264Z Successfully installed setuptools-45.1.0
2020-01-26T17:34:58.2905032Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:34:58.6717479Z Processing d:\a\1\s
2020-01-26T17:34:59.0952308Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:34:59.0967324Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:35:02.0678381Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:35:02.0697969Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl size=16769 sha256=97535334ebf9b0ff0cc1682d4994fdbf70251637c1a1890cead0ce055a9b343b
2020-01-26T17:35:02.0698700Z   Stored in directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-0ovrmd29\wheels\ab\d6\d3\43d300a6071326ace16aad002d166549bd5ba4bd8647fcad25
2020-01-26T17:35:02.0705384Z Successfully built MarkupSafe
2020-01-26T17:35:02.1317326Z + C:\cibw\nuget.exe install pythonx86 -Version 3.8.0 -OutputDirectory C:/cibw/python
2020-01-26T17:35:02.6876685Z Feeds used:
2020-01-26T17:35:02.6877809Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:35:02.6878573Z   https://api.nuget.org/v3/index.json
2020-01-26T17:35:02.6879009Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:35:02.6879443Z 
2020-01-26T17:35:02.8571428Z 
2020-01-26T17:35:02.8572547Z 
2020-01-26T17:35:02.8591752Z Attempting to gather dependency information for package 'pythonx86.3.8.0' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:35:03.1019146Z Gathering dependency information took 223.85 ms
2020-01-26T17:35:03.1148531Z Attempting to resolve dependencies for package 'pythonx86.3.8.0' with DependencyBehavior 'Lowest'
2020-01-26T17:35:03.1625998Z Resolving dependency information took 0 ms
2020-01-26T17:35:03.1626947Z Resolving actions to install package 'pythonx86.3.8.0'
2020-01-26T17:35:03.1650385Z Resolved actions to install package 'pythonx86.3.8.0'
2020-01-26T17:35:03.2034526Z Retrieving package 'pythonx86 3.8.0' from 'nuget.org'.
2020-01-26T17:35:03.4241465Z   GET https://api.nuget.org/v3-flatcontainer/pythonx86/3.8.0/pythonx86.3.8.0.nupkg
2020-01-26T17:35:03.4676831Z   OK https://api.nuget.org/v3-flatcontainer/pythonx86/3.8.0/pythonx86.3.8.0.nupkg 36ms
2020-01-26T17:35:03.4937852Z Installing pythonx86 3.8.0.
2020-01-26T17:35:05.7485521Z Adding package 'pythonx86.3.8.0' to folder 'C:\cibw\python'
2020-01-26T17:35:07.7654809Z Added package 'pythonx86.3.8.0' to folder 'C:\cibw\python'
2020-01-26T17:35:07.7673526Z Successfully installed 'pythonx86 3.8.0' to C:\cibw\python
2020-01-26T17:35:07.7699613Z Executing nuget actions took 4.58 sec
2020-01-26T17:35:07.7913161Z + where python
2020-01-26T17:35:07.8069878Z C:\cibw\python\pythonx86.3.8.0\tools\python.exe
2020-01-26T17:35:07.8078540Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:35:07.8085878Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:35:07.8142279Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:35:07.8780774Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:35:07.9097203Z + python --version
2020-01-26T17:35:07.9426340Z Python 3.8.0
2020-01-26T17:35:07.9462029Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:35:08.1722282Z 32
2020-01-26T17:35:08.1793357Z + python C:\cibw\get-pip.py
2020-01-26T17:35:11.7486618Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:35:11.7487924Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:35:11.7488484Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:35:12.7441936Z Collecting pip
2020-01-26T17:35:12.7532435Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:35:13.4632682Z Collecting wheel
2020-01-26T17:35:13.4672674Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:35:13.5200214Z Installing collected packages: pip, wheel
2020-01-26T17:35:13.5201194Z   Attempting uninstall: pip
2020-01-26T17:35:13.5210977Z     Found existing installation: pip 19.2.3
2020-01-26T17:35:13.8057443Z     Uninstalling pip-19.2.3:
2020-01-26T17:35:13.8179862Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:35:17.2522339Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:35:17.7920980Z + python -m pip install --upgrade pip
2020-01-26T17:35:18.4332040Z Requirement already up-to-date: pip in c:\cibw\python\pythonx86.3.8.0\tools\lib\site-packages (20.0.2)
2020-01-26T17:35:18.4999691Z + pip --version
2020-01-26T17:35:18.7577845Z pip 20.0.2 from c:\cibw\python\pythonx86.3.8.0\tools\lib\site-packages\pip (python 3.8)
2020-01-26T17:35:18.7579411Z 
2020-01-26T17:35:18.7797213Z + pip install --upgrade setuptools wheel
2020-01-26T17:35:20.3288480Z Collecting setuptools
2020-01-26T17:35:20.3348660Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:35:20.6162953Z Requirement already up-to-date: wheel in c:\cibw\python\pythonx86.3.8.0\tools\lib\site-packages (0.33.6)
2020-01-26T17:35:20.6313335Z Installing collected packages: setuptools
2020-01-26T17:35:20.6314347Z   Attempting uninstall: setuptools
2020-01-26T17:35:20.6318490Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:35:20.7036512Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:35:20.7381240Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:35:21.4485623Z Successfully installed setuptools-45.1.0
2020-01-26T17:35:21.9288445Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:35:22.3977454Z Processing d:\a\1\s
2020-01-26T17:35:22.8832339Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:35:22.8850455Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:35:26.0236457Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:35:26.0259906Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp38-cp38-win32.whl size=16229 sha256=596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b
2020-01-26T17:35:26.0260649Z   Stored in directory: C:\Users\VssAdministrator\AppData\Local\Temp\pip-ephem-wheel-cache-t8grn4u5\wheels\b2\00\86\339e88bc15d1f310161745a417e9aab800345ac58dce2c9fa1
2020-01-26T17:35:26.0266536Z Successfully built MarkupSafe
2020-01-26T17:35:26.0908721Z + C:\cibw\nuget.exe install python -Version 3.8.0 -OutputDirectory C:/cibw/python
2020-01-26T17:35:26.6583757Z Feeds used:
2020-01-26T17:35:26.6584857Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T17:35:26.6585392Z   https://api.nuget.org/v3/index.json
2020-01-26T17:35:26.6585814Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T17:35:26.6586211Z 
2020-01-26T17:35:26.8480830Z 
2020-01-26T17:35:26.8481938Z 
2020-01-26T17:35:26.8502305Z Attempting to gather dependency information for package 'python.3.8.0' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T17:35:27.1017758Z Gathering dependency information took 235.58 ms
2020-01-26T17:35:27.1172749Z Attempting to resolve dependencies for package 'python.3.8.0' with DependencyBehavior 'Lowest'
2020-01-26T17:35:27.1680222Z Resolving dependency information took 0 ms
2020-01-26T17:35:27.1681246Z Resolving actions to install package 'python.3.8.0'
2020-01-26T17:35:27.1703017Z Resolved actions to install package 'python.3.8.0'
2020-01-26T17:35:27.2081720Z Retrieving package 'python 3.8.0' from 'nuget.org'.
2020-01-26T17:35:27.4225839Z   GET https://api.nuget.org/v3-flatcontainer/python/3.8.0/python.3.8.0.nupkg
2020-01-26T17:35:27.4689873Z   OK https://api.nuget.org/v3-flatcontainer/python/3.8.0/python.3.8.0.nupkg 39ms
2020-01-26T17:35:27.4914936Z Installing python 3.8.0.
2020-01-26T17:35:29.7233617Z Adding package 'python.3.8.0' to folder 'C:\cibw\python'
2020-01-26T17:35:31.1401048Z Added package 'python.3.8.0' to folder 'C:\cibw\python'
2020-01-26T17:35:31.1419673Z Successfully installed 'python 3.8.0' to C:\cibw\python
2020-01-26T17:35:31.1444748Z Executing nuget actions took 3.95 sec
2020-01-26T17:35:31.1644287Z + where python
2020-01-26T17:35:31.1798159Z C:\cibw\python\python.3.8.0\tools\python.exe
2020-01-26T17:35:31.1808049Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T17:35:31.1827596Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T17:35:31.1891540Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T17:35:31.2562270Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T17:35:31.2902165Z + python --version
2020-01-26T17:35:31.5609796Z Python 3.8.0
2020-01-26T17:35:31.5643111Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T17:35:31.6778109Z 64
2020-01-26T17:35:31.6852929Z + python C:\cibw\get-pip.py
2020-01-26T17:35:34.6799134Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T17:35:34.6800701Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T17:35:34.6801595Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T17:35:35.5353139Z Collecting pip
2020-01-26T17:35:35.5442600Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T17:35:36.1725482Z Collecting wheel
2020-01-26T17:35:36.1756850Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T17:35:36.2097055Z Installing collected packages: pip, wheel
2020-01-26T17:35:36.2097998Z   Attempting uninstall: pip
2020-01-26T17:35:36.2108706Z     Found existing installation: pip 19.2.3
2020-01-26T17:35:36.4521667Z     Uninstalling pip-19.2.3:
2020-01-26T17:35:36.4621788Z       Successfully uninstalled pip-19.2.3
2020-01-26T17:35:40.2577633Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T17:35:40.5192205Z + python -m pip install --upgrade pip
2020-01-26T17:35:41.1220917Z Requirement already up-to-date: pip in c:\cibw\python\python.3.8.0\tools\lib\site-packages (20.0.2)
2020-01-26T17:35:41.1855881Z + pip --version
2020-01-26T17:35:41.3987412Z pip 20.0.2 from c:\cibw\python\python.3.8.0\tools\lib\site-packages\pip (python 3.8)
2020-01-26T17:35:41.3988254Z 
2020-01-26T17:35:41.4214690Z + pip install --upgrade setuptools wheel
2020-01-26T17:35:42.7754591Z Collecting setuptools
2020-01-26T17:35:42.7806055Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T17:35:42.9584190Z Requirement already up-to-date: wheel in c:\cibw\python\python.3.8.0\tools\lib\site-packages (0.33.6)
2020-01-26T17:35:42.9732141Z Installing collected packages: setuptools
2020-01-26T17:35:42.9732966Z   Attempting uninstall: setuptools
2020-01-26T17:35:42.9736966Z     Found existing installation: setuptools 41.2.0
2020-01-26T17:35:43.0334657Z     Uninstalling setuptools-41.2.0:
2020-01-26T17:35:43.0564192Z       Successfully uninstalled setuptools-41.2.0
2020-01-26T17:35:43.7783122Z Successfully installed setuptools-45.1.0
2020-01-26T17:35:44.2186844Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheelxe65uiuu\built_wheel --no-deps
2020-01-26T17:35:44.5992159Z Processing d:\a\1\s
2020-01-26T17:35:45.0822638Z Building wheels for collected packages: MarkupSafe
2020-01-26T17:35:45.0839654Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T17:35:48.3899992Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T17:35:48.3920738Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl size=16800 sha256=e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be
2020-01-26T17:35:48.3921523Z   Stored in directory: C:\Users\VssAdministrator\AppData\Local\Temp\pip-ephem-wheel-cache-dlu69ir7\wheels\b2\00\86\339e88bc15d1f310161745a417e9aab800345ac58dce2c9fa1
2020-01-26T17:35:48.3927136Z Successfully built MarkupSafe
2020-01-26T17:35:48.5051364Z ##[section]Finishing: Run cibuildwheel

Most helpful comment

there this script setting a correct environment, but that's somehow not being used on Azure Pipelines. @joerick, do you remember why?

That file doesn't seem to do anything for Python v3.5 and above, as far as I can see...

(At the time I assumed that it was appveyor-specific – at least, there didn't seem to be a problem without it!)

We don't see this issue in our tests, so I think it'd be worth trying the Azure image that we use - we're on vs2017-win2016, rather than windows-latest, maybe that image has a toolchain old enough for Python 3.5.

All 13 comments

@davidism That's very weird indeed; I need to look into this further, but there are already two things you could try:

  • Does anything go wrong during the wheel's build, that makes setuptools/wheel/pip decide to create a universal wheel? Maybe try running with CIBW_BUILD_VERBOSITY=1 (or 2 or 3), so we can see if that gives more info.
  • Maybe this has something to do with the new pip 20 release. Have a try if CIBW_BEFORE_BUILD="pip install pip<20" makes a difference?

Here's the build for cp35-*, verbosity 3, and pip==19.3.1. Downgrading pip didn't change the result.

2020-01-26T19:38:27.2121924Z ##[section]Starting: Run cibuildwheel
2020-01-26T19:38:27.2214799Z ==============================================================================
2020-01-26T19:38:27.2215095Z Task         : Command line
2020-01-26T19:38:27.2215233Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2020-01-26T19:38:27.2215370Z Version      : 2.163.0
2020-01-26T19:38:27.2215506Z Author       : Microsoft Corporation
2020-01-26T19:38:27.2215627Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2020-01-26T19:38:27.2215744Z ==============================================================================
2020-01-26T19:38:27.9702065Z Generating script.
2020-01-26T19:38:27.9819198Z Script contents:
2020-01-26T19:38:27.9827236Z cibuildwheel --output-dir wheels .
2020-01-26T19:38:28.0229229Z ========================== Starting Command Output ===========================
2020-01-26T19:38:28.0495884Z ##[command]"C:\windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "d:\a\_temp\15a38e76-3c6a-4a86-ad8f-8d5edc9af0b8.cmd""
2020-01-26T19:38:28.4506730Z 
2020-01-26T19:38:28.4507769Z      _ _       _ _   _       _           _
2020-01-26T19:38:28.4508039Z  ___|_| |_ _ _|_| |_| |_ _ _| |_ ___ ___| |
2020-01-26T19:38:28.4508220Z |  _| | . | | | | | . | | | |   | -_| -_| |
2020-01-26T19:38:28.4508369Z |___|_|___|___|_|_|___|_____|_|_|___|___|_|
2020-01-26T19:38:28.4508545Z 
2020-01-26T19:38:28.4508968Z cibuildwheel version 1.1.0
2020-01-26T19:38:28.4509269Z 
2020-01-26T19:38:28.4509560Z Build options:
2020-01-26T19:38:28.4509861Z   platform: 'windows'
2020-01-26T19:38:28.4510168Z   before_build: 'python -m pip install pip==19.3.1'
2020-01-26T19:38:28.4510469Z   build_selector: BuildSelector('cp35-*' - '')
2020-01-26T19:38:28.4510773Z   build_verbosity: 3
2020-01-26T19:38:28.4511406Z   environment: ParsedEnvironment([])
2020-01-26T19:38:28.4512192Z   output_dir: 'wheels'
2020-01-26T19:38:28.4512579Z   project_dir: '.'
2020-01-26T19:38:28.4512925Z   repair_command: ''
2020-01-26T19:38:28.4513276Z   test_command: None
2020-01-26T19:38:28.4513633Z   test_extras: ''
2020-01-26T19:38:28.4513962Z   test_requires: []
2020-01-26T19:38:28.4514493Z 
2020-01-26T19:38:28.4514846Z Here we go!
2020-01-26T19:38:28.4515167Z 
2020-01-26T19:38:28.4519927Z + Download https://dist.nuget.org/win-x86-commandline/latest/nuget.exe to C:\cibw\nuget.exe
2020-01-26T19:38:28.7862076Z + Download https://bootstrap.pypa.io/get-pip.py to C:\cibw\get-pip.py
2020-01-26T19:38:29.0658777Z + C:\cibw\nuget.exe install pythonx86 -Version 3.5.4 -OutputDirectory C:/cibw/python
2020-01-26T19:38:30.6866347Z Feeds used:
2020-01-26T19:38:30.6867390Z   https://api.nuget.org/v3/index.json
2020-01-26T19:38:30.6867938Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T19:38:30.6868333Z 
2020-01-26T19:38:30.8694196Z 
2020-01-26T19:38:30.8695504Z 
2020-01-26T19:38:30.9300932Z Attempting to gather dependency information for package 'pythonx86.3.5.4' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T19:38:31.5222079Z Gathering dependency information took 577.35 ms
2020-01-26T19:38:31.5344354Z Attempting to resolve dependencies for package 'pythonx86.3.5.4' with DependencyBehavior 'Lowest'
2020-01-26T19:38:31.5960878Z Resolving dependency information took 0 ms
2020-01-26T19:38:31.5962046Z Resolving actions to install package 'pythonx86.3.5.4'
2020-01-26T19:38:31.5984953Z Resolved actions to install package 'pythonx86.3.5.4'
2020-01-26T19:38:31.6283048Z Retrieving package 'pythonx86 3.5.4' from 'nuget.org'.
2020-01-26T19:38:31.8918260Z   GET https://api.nuget.org/v3-flatcontainer/pythonx86/3.5.4/pythonx86.3.5.4.nupkg
2020-01-26T19:38:31.8969160Z   OK https://api.nuget.org/v3-flatcontainer/pythonx86/3.5.4/pythonx86.3.5.4.nupkg 5ms
2020-01-26T19:38:31.9219118Z Installing pythonx86 3.5.4.
2020-01-26T19:38:34.6334545Z Adding package 'pythonx86.3.5.4' to folder 'C:\cibw\python'
2020-01-26T19:38:35.9150025Z Added package 'pythonx86.3.5.4' to folder 'C:\cibw\python'
2020-01-26T19:38:35.9170824Z Successfully installed 'pythonx86 3.5.4' to C:\cibw\python
2020-01-26T19:38:35.9205148Z Executing nuget actions took 4.3 sec
2020-01-26T19:38:35.9398405Z + where python
2020-01-26T19:38:35.9702279Z C:\cibw\python\pythonx86.3.5.4\tools\python.exe
2020-01-26T19:38:35.9715488Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T19:38:35.9722225Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T19:38:35.9788708Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T19:38:36.0949356Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T19:38:37.1497944Z + python --version
2020-01-26T19:38:37.1983739Z Python 3.5.4
2020-01-26T19:38:37.2030329Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T19:38:37.3963211Z 32
2020-01-26T19:38:37.4046957Z + python C:\cibw\get-pip.py
2020-01-26T19:38:44.2824759Z Collecting pip
2020-01-26T19:38:44.3394643Z   Downloading pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T19:38:46.4575733Z Collecting wheel
2020-01-26T19:38:46.4639735Z   Downloading wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T19:38:46.5180493Z Installing collected packages: pip, wheel
2020-01-26T19:38:46.5181737Z   Attempting uninstall: pip
2020-01-26T19:38:46.5189805Z     Found existing installation: pip 9.0.1
2020-01-26T19:38:46.5981819Z     Uninstalling pip-9.0.1:
2020-01-26T19:38:46.6175576Z       Successfully uninstalled pip-9.0.1
2020-01-26T19:38:50.6020727Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T19:38:51.0028551Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T19:38:51.0029533Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T19:38:51.0029959Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T19:38:51.0787952Z + python -m pip install --upgrade pip
2020-01-26T19:38:52.2607934Z Requirement already up-to-date: pip in c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages (20.0.2)
2020-01-26T19:38:52.3317600Z + pip --version
2020-01-26T19:38:52.7316185Z pip 20.0.2 from c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages\pip (python 3.5)
2020-01-26T19:38:52.7317022Z 
2020-01-26T19:38:52.7581948Z + pip install --upgrade setuptools wheel
2020-01-26T19:38:55.0774802Z Collecting setuptools
2020-01-26T19:38:55.1320959Z   Downloading setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T19:38:55.5509012Z Requirement already up-to-date: wheel in c:\cibw\python\pythonx86.3.5.4\tools\lib\site-packages (0.33.6)
2020-01-26T19:38:55.5695296Z Installing collected packages: setuptools
2020-01-26T19:38:55.5696529Z   Attempting uninstall: setuptools
2020-01-26T19:38:55.5702386Z     Found existing installation: setuptools 28.8.0
2020-01-26T19:38:55.5927694Z     Uninstalling setuptools-28.8.0:
2020-01-26T19:38:55.6184684Z       Successfully uninstalled setuptools-28.8.0
2020-01-26T19:38:56.3216977Z Successfully installed setuptools-45.1.0
2020-01-26T19:38:56.6543800Z + python -m pip install pip==19.3.1
2020-01-26T19:38:57.5421109Z Collecting pip==19.3.1
2020-01-26T19:38:57.5910214Z   Downloading pip-19.3.1-py2.py3-none-any.whl (1.4 MB)
2020-01-26T19:38:58.0065445Z Installing collected packages: pip
2020-01-26T19:38:58.0066587Z   Attempting uninstall: pip
2020-01-26T19:38:58.0072637Z     Found existing installation: pip 20.0.2
2020-01-26T19:38:58.1228586Z     Uninstalling pip-20.0.2:
2020-01-26T19:38:58.1470299Z       Successfully uninstalled pip-20.0.2
2020-01-26T19:39:00.6859426Z Successfully installed pip-19.3.1
2020-01-26T19:39:00.8119169Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheel9heheet8\built_wheel --no-deps -vvv
2020-01-26T19:39:01.3716991Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-ld1aizau
2020-01-26T19:39:01.3720869Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-tracker-u7t5_sz2
2020-01-26T19:39:01.3727760Z Created requirements tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-u7t5_sz2'
2020-01-26T19:39:01.3731634Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-_bjzh_3m
2020-01-26T19:39:01.3742357Z Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
2020-01-26T19:39:01.3743837Z Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
2020-01-26T19:39:01.3746334Z Processing d:\a\1\s
2020-01-26T19:39:01.3749628Z   Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h
2020-01-26T19:39:01.4481465Z   Added file:///D:/a/1/s to build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-u7t5_sz2'
2020-01-26T19:39:01.4484373Z     Running setup.py (path:C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\setup.py) egg_info for package from file:///D:/a/1/s
2020-01-26T19:39:01.4488782Z     Running command python setup.py egg_info
2020-01-26T19:39:01.7486388Z     running egg_info
2020-01-26T19:39:01.7494004Z     creating C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info
2020-01-26T19:39:01.7499333Z     writing dependency_links to C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:01.7503098Z     writing C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:01.7510459Z     writing top-level names to C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:01.7526959Z     writing manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:01.8615749Z     reading manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:01.8622181Z     reading manifest template 'MANIFEST.in'
2020-01-26T19:39:01.8635147Z     no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:01.8642854Z     warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:01.8661884Z     writing manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:01.8902262Z   Source in c:\users\vssadm~1\appdata\local\temp\pip-req-build-kft9lu8h has version 1.1.1, which satisfies requirement MarkupSafe==1.1.1 from file:///D:/a/1/s
2020-01-26T19:39:01.8905179Z   Removed MarkupSafe==1.1.1 from file:///D:/a/1/s from build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-u7t5_sz2'
2020-01-26T19:39:01.8919547Z Building wheels for collected packages: MarkupSafe
2020-01-26T19:39:01.8923034Z   Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-ithvujnf
2020-01-26T19:39:01.8926147Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T19:39:01.8927208Z   Destination directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-ithvujnf
2020-01-26T19:39:01.8930439Z   Running command 'c:\cibw\python\pythonx86.3.5.4\tools\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-build-kft9lu8h\\setup.py'"'"'; __file__='"'"'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-build-kft9lu8h\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-ithvujnf'
2020-01-26T19:39:02.2049234Z   running bdist_wheel
2020-01-26T19:39:02.2087113Z   running build
2020-01-26T19:39:02.2087892Z   running build_py
2020-01-26T19:39:02.2337215Z   creating build
2020-01-26T19:39:02.2338188Z   creating build\lib.win32-3.5
2020-01-26T19:39:02.2338609Z   creating build\lib.win32-3.5\markupsafe
2020-01-26T19:39:02.2340910Z   copying src\markupsafe\_compat.py -> build\lib.win32-3.5\markupsafe
2020-01-26T19:39:02.2349246Z   copying src\markupsafe\_constants.py -> build\lib.win32-3.5\markupsafe
2020-01-26T19:39:02.2358217Z   copying src\markupsafe\_native.py -> build\lib.win32-3.5\markupsafe
2020-01-26T19:39:02.2366763Z   copying src\markupsafe\__init__.py -> build\lib.win32-3.5\markupsafe
2020-01-26T19:39:02.2373531Z   running egg_info
2020-01-26T19:39:02.2447993Z   creating src\MarkupSafe.egg-info
2020-01-26T19:39:02.2450872Z   writing src\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:02.2460473Z   writing dependency_links to src\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:02.2464208Z   writing top-level names to src\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:02.2471969Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:02.2488197Z   reading manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:02.2492759Z   reading manifest template 'MANIFEST.in'
2020-01-26T19:39:02.2506529Z   no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:02.2514444Z   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:02.2533719Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:02.2545960Z   running build_ext
2020-01-26T19:39:02.2555805Z   building 'markupsafe._speedups' extension
2020-01-26T19:39:03.9135256Z   creating build\temp.win32-3.5
2020-01-26T19:39:03.9136429Z   creating build\temp.win32-3.5\Release
2020-01-26T19:39:03.9136751Z   creating build\temp.win32-3.5\Release\src
2020-01-26T19:39:03.9136973Z   creating build\temp.win32-3.5\Release\src\markupsafe
2020-01-26T19:39:03.9137393Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\cibw\python\pythonx86.3.5.4\tools\include -Ic:\cibw\python\pythonx86.3.5.4\tools\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" /Tcsrc/markupsafe/_speedups.c /Fobuild\temp.win32-3.5\Release\src/markupsafe/_speedups.obj
2020-01-26T19:39:04.1629151Z   _speedups.c
2020-01-26T19:39:06.1595594Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\cibw\python\pythonx86.3.5.4\tools\libs /LIBPATH:c:\cibw\python\pythonx86.3.5.4\tools\PCbuild\win32 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\LIB" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\LIB" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\ucrt\x86" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x86" /EXPORT:PyInit__speedups build\temp.win32-3.5\Release\src/markupsafe/_speedups.obj /OUT:build\lib.win32-3.5\markupsafe\_speedups.cp35-win32.pyd /IMPLIB:build\temp.win32-3.5\Release\src/markupsafe\_speedups.cp35-win32.lib
2020-01-26T19:39:06.7916858Z      Creating library build\temp.win32-3.5\Release\src/markupsafe\_speedups.cp35-win32.lib and object build\temp.win32-3.5\Release\src/markupsafe\_speedups.cp35-win32.exp
2020-01-26T19:39:06.7947640Z   Generating code
2020-01-26T19:39:06.9689662Z   Finished generating code
2020-01-26T19:39:06.9846437Z   LINK : fatal error LNK1158: cannot run 'rc.exe'
2020-01-26T19:39:06.9955934Z   ==========================================================================
2020-01-26T19:39:06.9956572Z   WARNING: The C extension could not be compiled, speedups are not enabled.
2020-01-26T19:39:06.9956920Z   Failure information, if any, is above.
2020-01-26T19:39:06.9957183Z   Retrying the build without the C extension now.
2020-01-26T19:39:06.9957613Z   ==========================================================================
2020-01-26T19:39:06.9995151Z   running bdist_wheel
2020-01-26T19:39:07.0000920Z   running build
2020-01-26T19:39:07.0001512Z   running build_py
2020-01-26T19:39:07.0005991Z   creating build\lib
2020-01-26T19:39:07.0008792Z   creating build\lib\markupsafe
2020-01-26T19:39:07.0012325Z   copying src\markupsafe\_compat.py -> build\lib\markupsafe
2020-01-26T19:39:07.0021550Z   copying src\markupsafe\_constants.py -> build\lib\markupsafe
2020-01-26T19:39:07.0029767Z   copying src\markupsafe\_native.py -> build\lib\markupsafe
2020-01-26T19:39:07.0037589Z   copying src\markupsafe\__init__.py -> build\lib\markupsafe
2020-01-26T19:39:07.0050749Z   running egg_info
2020-01-26T19:39:07.0061824Z   writing src\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:07.0068672Z   writing dependency_links to src\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:07.0075012Z   writing top-level names to src\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:07.0089363Z   reading manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:07.0107233Z   reading manifest template 'MANIFEST.in'
2020-01-26T19:39:07.0119243Z   no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:07.0125846Z   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:07.0143074Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:07.0152277Z   copying src\markupsafe\_speedups.c -> build\lib\markupsafe
2020-01-26T19:39:07.0178227Z   installing to build\bdist.win32\wheel
2020-01-26T19:39:07.0178829Z   running install
2020-01-26T19:39:07.0181237Z   running install_lib
2020-01-26T19:39:07.0221163Z   creating build\bdist.win32
2020-01-26T19:39:07.0224575Z   creating build\bdist.win32\wheel
2020-01-26T19:39:07.0229328Z   creating build\bdist.win32\wheel\markupsafe
2020-01-26T19:39:07.0233013Z   copying build\lib\markupsafe\_compat.py -> build\bdist.win32\wheel\.\markupsafe
2020-01-26T19:39:07.0243012Z   copying build\lib\markupsafe\_constants.py -> build\bdist.win32\wheel\.\markupsafe
2020-01-26T19:39:07.0250473Z   copying build\lib\markupsafe\_native.py -> build\bdist.win32\wheel\.\markupsafe
2020-01-26T19:39:07.0260844Z   copying build\lib\markupsafe\_speedups.c -> build\bdist.win32\wheel\.\markupsafe
2020-01-26T19:39:07.0270350Z   copying build\lib\markupsafe\__init__.py -> build\bdist.win32\wheel\.\markupsafe
2020-01-26T19:39:07.0277667Z   running install_egg_info
2020-01-26T19:39:07.0316162Z   Copying src\MarkupSafe.egg-info to build\bdist.win32\wheel\.\MarkupSafe-1.1.1-py3.5.egg-info
2020-01-26T19:39:07.0356894Z   running install_scripts
2020-01-26T19:39:07.0720551Z   creating build\bdist.win32\wheel\MarkupSafe-1.1.1.dist-info\WHEEL
2020-01-26T19:39:07.0734215Z   creating 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-ithvujnf\MarkupSafe-1.1.1-py3-none-any.whl' and adding 'build\bdist.win32\wheel' to it
2020-01-26T19:39:07.0751501Z   adding 'markupsafe/__init__.py'
2020-01-26T19:39:07.0756219Z   adding 'markupsafe/_compat.py'
2020-01-26T19:39:07.0763870Z   adding 'markupsafe/_constants.py'
2020-01-26T19:39:07.0769181Z   adding 'markupsafe/_native.py'
2020-01-26T19:39:07.0776912Z   adding 'markupsafe/_speedups.c'
2020-01-26T19:39:07.0780848Z   adding 'MarkupSafe-1.1.1.dist-info/LICENSE.rst'
2020-01-26T19:39:07.0784415Z   adding 'MarkupSafe-1.1.1.dist-info/METADATA'
2020-01-26T19:39:07.0787553Z   adding 'MarkupSafe-1.1.1.dist-info/WHEEL'
2020-01-26T19:39:07.0789607Z   adding 'MarkupSafe-1.1.1.dist-info/top_level.txt'
2020-01-26T19:39:07.0792349Z   adding 'MarkupSafe-1.1.1.dist-info/RECORD'
2020-01-26T19:39:07.0795429Z   removing build\bdist.win32\wheel
2020-01-26T19:39:07.0818380Z   ==========================================================================
2020-01-26T19:39:07.0819085Z   WARNING: The C extension could not be compiled, speedups are not enabled.
2020-01-26T19:39:07.0820051Z   Plain-Python build succeeded.
2020-01-26T19:39:07.0820458Z   ==========================================================================
2020-01-26T19:39:07.1083629Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T19:39:07.1100733Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12766 sha256=0cf12f3730c3d587ea7764cc0bdc18a4c416a27963341c75bd700ab62e28a39e
2020-01-26T19:39:07.1101823Z   Stored in directory: c:\users\vssadm~1\appdata\local\temp\cibuildwheel9heheet8\built_wheel
2020-01-26T19:39:07.1106414Z Successfully built MarkupSafe
2020-01-26T19:39:07.1107443Z Cleaning up...
2020-01-26T19:39:07.1109121Z   Removing source in C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-kft9lu8h
2020-01-26T19:39:07.1343034Z Removed build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-u7t5_sz2'
2020-01-26T19:39:07.1420745Z WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
2020-01-26T19:39:07.1421685Z You should consider upgrading via the 'python -m pip install --upgrade pip' command.
2020-01-26T19:39:07.1896120Z + C:\cibw\nuget.exe install python -Version 3.5.4 -OutputDirectory C:/cibw/python
2020-01-26T19:39:07.7656351Z Feeds used:
2020-01-26T19:39:07.7668988Z   C:\Users\VssAdministrator\.nuget\packages\
2020-01-26T19:39:07.7673089Z   https://api.nuget.org/v3/index.json
2020-01-26T19:39:07.7678590Z   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
2020-01-26T19:39:07.7680342Z 
2020-01-26T19:39:07.8860246Z 
2020-01-26T19:39:07.8861101Z 
2020-01-26T19:39:07.8881166Z Attempting to gather dependency information for package 'python.3.5.4' with respect to project 'C:\cibw\python', targeting 'Any,Version=v0.0'
2020-01-26T19:39:08.3300968Z Gathering dependency information took 426.62 ms
2020-01-26T19:39:08.3432343Z Attempting to resolve dependencies for package 'python.3.5.4' with DependencyBehavior 'Lowest'
2020-01-26T19:39:08.3899657Z Resolving dependency information took 0 ms
2020-01-26T19:39:08.3900851Z Resolving actions to install package 'python.3.5.4'
2020-01-26T19:39:08.3921762Z Resolved actions to install package 'python.3.5.4'
2020-01-26T19:39:08.4286923Z Retrieving package 'python 3.5.4' from 'nuget.org'.
2020-01-26T19:39:08.8901622Z   GET https://api.nuget.org/v3-flatcontainer/python/3.5.4/python.3.5.4.nupkg
2020-01-26T19:39:08.8956290Z   OK https://api.nuget.org/v3-flatcontainer/python/3.5.4/python.3.5.4.nupkg 4ms
2020-01-26T19:39:08.9168515Z Installing python 3.5.4.
2020-01-26T19:39:11.1998165Z Adding package 'python.3.5.4' to folder 'C:\cibw\python'
2020-01-26T19:39:13.7873518Z Added package 'python.3.5.4' to folder 'C:\cibw\python'
2020-01-26T19:39:13.7890780Z Successfully installed 'python 3.5.4' to C:\cibw\python
2020-01-26T19:39:13.7917543Z Executing nuget actions took 5.38 sec
2020-01-26T19:39:13.8101985Z + where python
2020-01-26T19:39:13.8252613Z C:\cibw\python\python.3.5.4\tools\python.exe
2020-01-26T19:39:13.8262339Z C:\hostedtoolcache\windows\Python\3.8.1\x64\python.exe
2020-01-26T19:39:13.8268730Z C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
2020-01-26T19:39:13.8323729Z C:\hostedtoolcache\windows\Python\3.7.6\x64\python.exe
2020-01-26T19:39:13.9004275Z C:\ProgramData\Chocolatey\bin\python.exe
2020-01-26T19:39:13.9328739Z + python --version
2020-01-26T19:39:13.9519952Z Python 3.5.4
2020-01-26T19:39:13.9545967Z + python -c "import struct; print(struct.calcsize('P') * 8)"
2020-01-26T19:39:14.0777368Z 64
2020-01-26T19:39:14.0853432Z + python C:\cibw\get-pip.py
2020-01-26T19:39:19.0753135Z Collecting pip
2020-01-26T19:39:19.0858915Z   Using cached pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
2020-01-26T19:39:20.0560901Z Collecting wheel
2020-01-26T19:39:20.0599017Z   Using cached wheel-0.33.6-py2.py3-none-any.whl (21 kB)
2020-01-26T19:39:20.1005394Z Installing collected packages: pip, wheel
2020-01-26T19:39:20.1006274Z   Attempting uninstall: pip
2020-01-26T19:39:20.1015500Z     Found existing installation: pip 9.0.1
2020-01-26T19:39:20.1725991Z     Uninstalling pip-9.0.1:
2020-01-26T19:39:20.1896173Z       Successfully uninstalled pip-9.0.1
2020-01-26T19:39:24.5410866Z Successfully installed pip-20.0.2 wheel-0.33.6
2020-01-26T19:39:25.0833515Z WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
2020-01-26T19:39:25.0834743Z Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
2020-01-26T19:39:25.0835239Z To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
2020-01-26T19:39:25.1557919Z + python -m pip install --upgrade pip
2020-01-26T19:39:26.0966438Z Requirement already up-to-date: pip in c:\cibw\python\python.3.5.4\tools\lib\site-packages (20.0.2)
2020-01-26T19:39:26.1829219Z + pip --version
2020-01-26T19:39:26.4434906Z pip 20.0.2 from c:\cibw\python\python.3.5.4\tools\lib\site-packages\pip (python 3.5)
2020-01-26T19:39:26.4436305Z 
2020-01-26T19:39:26.4727776Z + pip install --upgrade setuptools wheel
2020-01-26T19:39:28.2829556Z Collecting setuptools
2020-01-26T19:39:28.2888986Z   Using cached setuptools-45.1.0-py3-none-any.whl (583 kB)
2020-01-26T19:39:28.7004371Z Requirement already up-to-date: wheel in c:\cibw\python\python.3.5.4\tools\lib\site-packages (0.33.6)
2020-01-26T19:39:28.7164076Z Installing collected packages: setuptools
2020-01-26T19:39:28.7165375Z   Attempting uninstall: setuptools
2020-01-26T19:39:28.7170709Z     Found existing installation: setuptools 28.8.0
2020-01-26T19:39:28.7384182Z     Uninstalling setuptools-28.8.0:
2020-01-26T19:39:28.7658905Z       Successfully uninstalled setuptools-28.8.0
2020-01-26T19:39:29.4616960Z Successfully installed setuptools-45.1.0
2020-01-26T19:39:30.0478113Z + python -m pip install pip==19.3.1
2020-01-26T19:39:30.9165131Z Collecting pip==19.3.1
2020-01-26T19:39:30.9250587Z   Using cached pip-19.3.1-py2.py3-none-any.whl (1.4 MB)
2020-01-26T19:39:31.1993331Z Installing collected packages: pip
2020-01-26T19:39:31.2012047Z   Attempting uninstall: pip
2020-01-26T19:39:31.2022779Z     Found existing installation: pip 20.0.2
2020-01-26T19:39:31.3052555Z     Uninstalling pip-20.0.2:
2020-01-26T19:39:31.3259745Z       Successfully uninstalled pip-20.0.2
2020-01-26T19:39:33.7450255Z Successfully installed pip-19.3.1
2020-01-26T19:39:33.8689807Z + pip wheel D:\a\1\s -w C:\Users\VSSADM~1\AppData\Local\Temp\cibuildwheel9heheet8\built_wheel --no-deps -vvv
2020-01-26T19:39:34.3536884Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-ephem-wheel-cache-idv3d443
2020-01-26T19:39:34.3540926Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-tracker-jyii0klq
2020-01-26T19:39:34.3547515Z Created requirements tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-jyii0klq'
2020-01-26T19:39:34.3551728Z Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-bhawc5on
2020-01-26T19:39:34.3563048Z Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
2020-01-26T19:39:34.3564206Z Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
2020-01-26T19:39:34.3566872Z Processing d:\a\1\s
2020-01-26T19:39:34.3570436Z   Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f
2020-01-26T19:39:34.4290080Z   Added file:///D:/a/1/s to build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-jyii0klq'
2020-01-26T19:39:34.4292661Z     Running setup.py (path:C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\setup.py) egg_info for package from file:///D:/a/1/s
2020-01-26T19:39:34.4297011Z     Running command python setup.py egg_info
2020-01-26T19:39:34.6882500Z     running egg_info
2020-01-26T19:39:34.6890657Z     creating C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info
2020-01-26T19:39:34.6895631Z     writing C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:34.6903531Z     writing dependency_links to C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:34.6909588Z     writing top-level names to C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:34.6921553Z     writing manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:34.7951796Z     reading manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:34.7955929Z     reading manifest template 'MANIFEST.in'
2020-01-26T19:39:34.7966427Z     no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:34.7972870Z     warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:34.7989847Z     writing manifest file 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f\pip-egg-info\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:34.8279476Z   Source in c:\users\vssadm~1\appdata\local\temp\pip-req-build-4ggerh5f has version 1.1.1, which satisfies requirement MarkupSafe==1.1.1 from file:///D:/a/1/s
2020-01-26T19:39:34.8283073Z   Removed MarkupSafe==1.1.1 from file:///D:/a/1/s from build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-jyii0klq'
2020-01-26T19:39:34.8297203Z Building wheels for collected packages: MarkupSafe
2020-01-26T19:39:34.8300640Z   Created temporary directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-m7sgsh__
2020-01-26T19:39:34.8302065Z   Building wheel for MarkupSafe (setup.py): started
2020-01-26T19:39:34.8302977Z   Destination directory: C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-m7sgsh__
2020-01-26T19:39:34.8304496Z   Running command 'c:\cibw\python\python.3.5.4\tools\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-build-4ggerh5f\\setup.py'"'"'; __file__='"'"'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-build-4ggerh5f\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-m7sgsh__'
2020-01-26T19:39:35.1389162Z   running bdist_wheel
2020-01-26T19:39:35.1425323Z   running build
2020-01-26T19:39:35.1426266Z   running build_py
2020-01-26T19:39:35.1679205Z   creating build
2020-01-26T19:39:35.1680144Z   creating build\lib.win-amd64-3.5
2020-01-26T19:39:35.1682819Z   creating build\lib.win-amd64-3.5\markupsafe
2020-01-26T19:39:35.1683732Z   copying src\markupsafe\_compat.py -> build\lib.win-amd64-3.5\markupsafe
2020-01-26T19:39:35.1684637Z   copying src\markupsafe\_constants.py -> build\lib.win-amd64-3.5\markupsafe
2020-01-26T19:39:35.1691566Z   copying src\markupsafe\_native.py -> build\lib.win-amd64-3.5\markupsafe
2020-01-26T19:39:35.1699652Z   copying src\markupsafe\__init__.py -> build\lib.win-amd64-3.5\markupsafe
2020-01-26T19:39:35.1706159Z   running egg_info
2020-01-26T19:39:35.1788139Z   creating src\MarkupSafe.egg-info
2020-01-26T19:39:35.1788936Z   writing top-level names to src\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:35.1789632Z   writing dependency_links to src\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:35.1797317Z   writing src\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:35.1809553Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:35.1824371Z   reading manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:35.1829828Z   reading manifest template 'MANIFEST.in'
2020-01-26T19:39:35.1841897Z   no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:35.1850428Z   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:35.1867533Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:35.1876579Z   running build_ext
2020-01-26T19:39:35.1897232Z   building 'markupsafe._speedups' extension
2020-01-26T19:39:36.5335969Z   creating build\temp.win-amd64-3.5
2020-01-26T19:39:36.5336460Z   creating build\temp.win-amd64-3.5\Release
2020-01-26T19:39:36.5336774Z   creating build\temp.win-amd64-3.5\Release\src
2020-01-26T19:39:36.5337334Z   creating build\temp.win-amd64-3.5\Release\src\markupsafe
2020-01-26T19:39:36.5338014Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\cibw\python\python.3.5.4\tools\include -Ic:\cibw\python\python.3.5.4\tools\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" /Tcsrc/markupsafe/_speedups.c /Fobuild\temp.win-amd64-3.5\Release\src/markupsafe/_speedups.obj
2020-01-26T19:39:36.6017703Z   _speedups.c
2020-01-26T19:39:37.3806719Z   C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\cibw\python\python.3.5.4\tools\libs /LIBPATH:c:\cibw\python\python.3.5.4\tools\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\LIB\amd64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\LIB\amd64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x64" /EXPORT:PyInit__speedups build\temp.win-amd64-3.5\Release\src/markupsafe/_speedups.obj /OUT:build\lib.win-amd64-3.5\markupsafe\_speedups.cp35-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.5\Release\src/markupsafe\_speedups.cp35-win_amd64.lib
2020-01-26T19:39:38.0842156Z   _speedups.obj : warning LNK4197: export 'PyInit__speedups' specified multiple times; using first specification
2020-01-26T19:39:38.1009671Z      Creating library build\temp.win-amd64-3.5\Release\src/markupsafe\_speedups.cp35-win_amd64.lib and object build\temp.win-amd64-3.5\Release\src/markupsafe\_speedups.cp35-win_amd64.exp
2020-01-26T19:39:38.1042145Z   Generating code
2020-01-26T19:39:38.2652811Z   Finished generating code
2020-01-26T19:39:38.2723414Z   LINK : fatal error LNK1158: cannot run 'rc.exe'
2020-01-26T19:39:38.2848732Z   ==========================================================================
2020-01-26T19:39:38.2849637Z   WARNING: The C extension could not be compiled, speedups are not enabled.
2020-01-26T19:39:38.2850077Z   Failure information, if any, is above.
2020-01-26T19:39:38.2850501Z   Retrying the build without the C extension now.
2020-01-26T19:39:38.2850901Z   ==========================================================================
2020-01-26T19:39:38.2887503Z   running bdist_wheel
2020-01-26T19:39:38.2894021Z   running build
2020-01-26T19:39:38.2894731Z   running build_py
2020-01-26T19:39:38.2897845Z   creating build\lib
2020-01-26T19:39:38.2899988Z   creating build\lib\markupsafe
2020-01-26T19:39:38.2904901Z   copying src\markupsafe\_compat.py -> build\lib\markupsafe
2020-01-26T19:39:38.2912936Z   copying src\markupsafe\_constants.py -> build\lib\markupsafe
2020-01-26T19:39:38.2923072Z   copying src\markupsafe\_native.py -> build\lib\markupsafe
2020-01-26T19:39:38.2933728Z   copying src\markupsafe\__init__.py -> build\lib\markupsafe
2020-01-26T19:39:38.2938478Z   running egg_info
2020-01-26T19:39:38.2950267Z   writing top-level names to src\MarkupSafe.egg-info\top_level.txt
2020-01-26T19:39:38.2957225Z   writing dependency_links to src\MarkupSafe.egg-info\dependency_links.txt
2020-01-26T19:39:38.2964598Z   writing src\MarkupSafe.egg-info\PKG-INFO
2020-01-26T19:39:38.2979584Z   reading manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:38.2995134Z   reading manifest template 'MANIFEST.in'
2020-01-26T19:39:38.3006828Z   no previously-included directories found matching 'docs\_build'
2020-01-26T19:39:38.3013587Z   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2020-01-26T19:39:38.3030543Z   writing manifest file 'src\MarkupSafe.egg-info\SOURCES.txt'
2020-01-26T19:39:38.3039344Z   copying src\markupsafe\_speedups.c -> build\lib\markupsafe
2020-01-26T19:39:38.3089122Z   installing to build\bdist.win-amd64\wheel
2020-01-26T19:39:38.3098265Z   running install
2020-01-26T19:39:38.3104651Z   running install_lib
2020-01-26T19:39:38.3125739Z   creating build\bdist.win-amd64
2020-01-26T19:39:38.3134534Z   creating build\bdist.win-amd64\wheel
2020-01-26T19:39:38.3147154Z   creating build\bdist.win-amd64\wheel\markupsafe
2020-01-26T19:39:38.3155739Z   copying build\lib\markupsafe\_compat.py -> build\bdist.win-amd64\wheel\.\markupsafe
2020-01-26T19:39:38.3172537Z   copying build\lib\markupsafe\_constants.py -> build\bdist.win-amd64\wheel\.\markupsafe
2020-01-26T19:39:38.3194784Z   copying build\lib\markupsafe\_native.py -> build\bdist.win-amd64\wheel\.\markupsafe
2020-01-26T19:39:38.3209268Z   copying build\lib\markupsafe\_speedups.c -> build\bdist.win-amd64\wheel\.\markupsafe
2020-01-26T19:39:38.3238884Z   copying build\lib\markupsafe\__init__.py -> build\bdist.win-amd64\wheel\.\markupsafe
2020-01-26T19:39:38.3264711Z   running install_egg_info
2020-01-26T19:39:38.3291459Z   Copying src\MarkupSafe.egg-info to build\bdist.win-amd64\wheel\.\MarkupSafe-1.1.1-py3.5.egg-info
2020-01-26T19:39:38.3326812Z   running install_scripts
2020-01-26T19:39:38.3699227Z   creating build\bdist.win-amd64\wheel\MarkupSafe-1.1.1.dist-info\WHEEL
2020-01-26T19:39:38.3712159Z   creating 'C:\Users\VSSADM~1\AppData\Local\Temp\pip-wheel-m7sgsh__\MarkupSafe-1.1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
2020-01-26T19:39:38.3725332Z   adding 'markupsafe/__init__.py'
2020-01-26T19:39:38.3730389Z   adding 'markupsafe/_compat.py'
2020-01-26T19:39:38.3736704Z   adding 'markupsafe/_constants.py'
2020-01-26T19:39:38.3741592Z   adding 'markupsafe/_native.py'
2020-01-26T19:39:38.3748239Z   adding 'markupsafe/_speedups.c'
2020-01-26T19:39:38.3751717Z   adding 'MarkupSafe-1.1.1.dist-info/LICENSE.rst'
2020-01-26T19:39:38.3755377Z   adding 'MarkupSafe-1.1.1.dist-info/METADATA'
2020-01-26T19:39:38.3757894Z   adding 'MarkupSafe-1.1.1.dist-info/WHEEL'
2020-01-26T19:39:38.3759828Z   adding 'MarkupSafe-1.1.1.dist-info/top_level.txt'
2020-01-26T19:39:38.3761889Z   adding 'MarkupSafe-1.1.1.dist-info/RECORD'
2020-01-26T19:39:38.3764424Z   removing build\bdist.win-amd64\wheel
2020-01-26T19:39:38.3784337Z   ==========================================================================
2020-01-26T19:39:38.3785007Z   WARNING: The C extension could not be compiled, speedups are not enabled.
2020-01-26T19:39:38.3785414Z   Plain-Python build succeeded.
2020-01-26T19:39:38.3785776Z   ==========================================================================
2020-01-26T19:39:38.4081394Z   Building wheel for MarkupSafe (setup.py): finished with status 'done'
2020-01-26T19:39:38.4098082Z   Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12770 sha256=916f520a41b32c44c5fb0d0d3d371eebe48d5ccc7e3feb0a5b334af88a312a24
2020-01-26T19:39:38.4099061Z   Stored in directory: c:\users\vssadm~1\appdata\local\temp\cibuildwheel9heheet8\built_wheel
2020-01-26T19:39:38.4103895Z Successfully built MarkupSafe
2020-01-26T19:39:38.4104887Z Cleaning up...
2020-01-26T19:39:38.4107062Z   Removing source in C:\Users\VSSADM~1\AppData\Local\Temp\pip-req-build-4ggerh5f
2020-01-26T19:39:38.4321696Z Removed build tracker 'C:\\Users\\VSSADM~1\\AppData\\Local\\Temp\\pip-req-tracker-jyii0klq'
2020-01-26T19:39:38.4392361Z WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
2020-01-26T19:39:38.4393109Z You should consider upgrading via the 'python -m pip install --upgrade pip' command.
2020-01-26T19:39:38.5322169Z ##[section]Finishing: Run cibuildwheel


config

trigger:
  - '*'

jobs:
  - job: Build
    variables:
      CIBW_BUILD_VERBOSITY: '3'
      CIBW_BUILD: 'cp35-*'
      CIBW_BEFORE_BUILD: 'python -m pip install pip==19.3.1'

    strategy:
      matrix:
        Windows:
          vmImage: 'windows-latest'

    pool:
      vmImage: $[ variables.vmImage ]

    steps:
      - task: UsePythonVersion@0
        displayName: Use Python

      - script: pip install cibuildwheel
        displayName: Install cibuildwheel

      - script: cibuildwheel --output-dir wheels .
        displayName: Run cibuildwheel

      - publish: 'wheels'

Something seems to be going wrong with the compilation of your project: WARNING: The C extension could not be compiled, speedups are not enabled.. I'm continuing to look at the error, but maybe you also have ideas what this could be?

EDIT: The actual error: LINK : fatal error LNK1158: cannot run 'rc.exe'. So something's wrong with the compilation environment?

It's been so long since I dealt with Windows. Is there something I need to install for Python 3.5 like vcpython27 for Python 2.7?

Hmm, I think setuptools uses an older compiler, yes, and there this script setting a correct environment, but that's somehow not being used on Azure Pipelines. @joerick, do you remember why? The commit making sure that it doesn't run on Azure seems to be yours?

there this script setting a correct environment, but that's somehow not being used on Azure Pipelines. @joerick, do you remember why?

That file doesn't seem to do anything for Python v3.5 and above, as far as I can see...

(At the time I assumed that it was appveyor-specific – at least, there didn't seem to be a problem without it!)

We don't see this issue in our tests, so I think it'd be worth trying the Azure image that we use - we're on vs2017-win2016, rather than windows-latest, maybe that image has a toolchain old enough for Python 3.5.

It worked with vs2017-win2016, thanks.

If the questions @YannickJadoul linked solve the issue too, it would be nice if cibuildwheel could incorporate them. While I can use this workaround, it's not really documented and there might be other reasons people want to use the latest image for Python 3.5.

Agreed, we should document that. It could be possible to install a missing compiler if it's not on the build machine, but it's going to be a lot simpler to require the use of an older image - and Python 3.5 EOL is only 9 months away. Thanks for the report @davidism !

@YannickJadoul I'm also thinking that building a non-platform wheel in cibuildwheel could be an error... it seems this optional extension pattern is quite widespread. What do you think?

If the questions @YannickJadoul linked solve the issue too, it would be nice if cibuildwheel could incorporate them. While I can use this workaround, it's not really documented and there might be other reasons people want to use the latest image for Python 3.5.

Did you try this, in the end, or not? I currently don't have the right project to try it out on, and no experience with Azure Pipelines.

Agreed, we should document that. It could be possible to install a missing compiler if it's not on the build machine, but it's going to be a lot simpler to require the use of an older image - and Python 3.5 EOL is only 9 months away. Thanks for the report @davidism !

I'm still kind of curious why the old image works but the new one doesn't, but the EOL argument might be a good reason to not get into this too much.

@YannickJadoul I'm also thinking that building a non-platform wheel in cibuildwheel could be an error... it seems this optional extension pattern is quite widespread. What do you think?

Yes, I think I agree. I don't think there's a good reason to build universal wheels with cibuildwheel? Or should we still provide a possibility to do so?
The good news is that we're already checking the wheel's name anyway (to figure out whether we need to call auditwheel/delocate), so this should be very easy :-)

I don't think there's a good reason to build universal wheels with cibuildwheel?

I can't think of one. I've created #255 to track that.

The requirement for {vmImage: 'vs2017-win2016'} has been noted in the setup docs.

Glad you got it working @davidism - it's a pleasure to support the work you guys are doing over at Pallets!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kcpevey picture kcpevey  Â·  4Comments

Legrandin picture Legrandin  Â·  12Comments

djhoese picture djhoese  Â·  8Comments

MaxHalford picture MaxHalford  Â·  11Comments

kavvkon picture kavvkon  Â·  7Comments