-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Pipelines failing due to pip
error
#21691
Comments
I don't see any recent changes on master that could obviously have caused this, but maybe the version of pip installed on Azure Pipelines changed. The recent failure I remember had something to do with pypa/pip#7621 I think. |
https://dev.azure.com/web-platform-tests/wpt/_build/results?buildId=41863&view=logs&j=bf8f5026-3d1f-5955-26be-17f9e1ef0bb3&t=ba27e54b-6052-5ce8-7e19-8f300f61f1be&l=19 shows that pip 19.3.1 is in use. Unfortunately we don't have the version information for previous runs so we can't tell if it changed recently or not. However, it's doubtful it's because of pypa/pip#7621. |
https://stackoverflow.com/q/60004431 had a similar error and involved pip in a virtualenv, which is also the case here. @stephenmcgruer I'd suggest experimenting with installing or reinstalling pip to see if that has any effect. |
So 18a3e16 attempted to upgrade pip itself during the run. It was upgraded from That did not hit
|
Uninstalling and reinstalling pip appeared to have the same effect as upgrading it; permission denied trying to access |
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes #21691.
I'm trying #21722, it seemed to work on an experiment branch. |
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes #21691.
) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes #21691.
…Use Python Version" task, a=testonly Automatic update from web-platform-tests [Azure Pipelines] Consistently use the "Use Python Version" task (#21722) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes web-platform-tests/wpt#21691. -- wpt-commits: cd29a90fe885290847182ec381b7023099ce60d9 wpt-pr: 21722
…Use Python Version" task, a=testonly Automatic update from web-platform-tests [Azure Pipelines] Consistently use the "Use Python Version" task (#21722) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes web-platform-tests/wpt#21691. -- wpt-commits: cd29a90fe885290847182ec381b7023099ce60d9 wpt-pr: 21722 UltraBlame original commit: 4e05fce7636d0a9747a13aa2918cb198cf9caf83
…Use Python Version" task, a=testonly Automatic update from web-platform-tests [Azure Pipelines] Consistently use the "Use Python Version" task (#21722) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes web-platform-tests/wpt#21691. -- wpt-commits: cd29a90fe885290847182ec381b7023099ce60d9 wpt-pr: 21722 UltraBlame original commit: 4e05fce7636d0a9747a13aa2918cb198cf9caf83
…Use Python Version" task, a=testonly Automatic update from web-platform-tests [Azure Pipelines] Consistently use the "Use Python Version" task (#21722) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes web-platform-tests/wpt#21691. -- wpt-commits: cd29a90fe885290847182ec381b7023099ce60d9 wpt-pr: 21722 UltraBlame original commit: 4e05fce7636d0a9747a13aa2918cb198cf9caf83
…Use Python Version" task, a=testonly Automatic update from web-platform-tests [Azure Pipelines] Consistently use the "Use Python Version" task (#21722) https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops The default python/pip on the macOS VMs don't work any longer. It may be possible to fix this, but to fix the urgent issue use the method that's supported by Azure Pipelines. The python version will remain unchanged at 2.7.17, but pip will change from 19.3.1 to 20.0.2. pip_install.yml can be simplified because the remaining code path is the same for macOS and Windows. Fixes web-platform-tests/wpt#21691. -- wpt-commits: cd29a90fe885290847182ec381b7023099ce60d9 wpt-pr: 21722
At time of filing, the last ~10 runs on https://dev.azure.com/web-platform-tests/wpt/_build?definitionId=1&_a=summary fail multiple sub-commands due to:
Not sure yet whether this is an Azure Pipelines problem or a WPT problem. cc @mustjab in case, and @foolip mentioned that @jgraham may have recently mentioned dealing with a problem like this elsewhere?
The text was updated successfully, but these errors were encountered: