refined-addition-53644
01/17/2022, 7:28 AM./pants --version
[Container] 2022/01/16 12:15:24 Running command ./pants --version
Bootstrapping Pants using /root/.pyenv/shims/python3.9
Creating the virtualenv PEX.
Downloading the Pex PEX.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 640 100 640 0 0 4155 0 --:--:-- --:--:-- --:--:-- 4155
100 3529k 100 3529k 0 0 6022k 0 --:--:-- --:--:-- --:--:-- 6022k
SHA256 fingerprint of <https://github.com/pantsbuild/pex/releases/download/v2.1.42/pex|https://github.com/pantsbuild/pex/releases/download/v2.1.42/pex> verified.
/root/.pex/unzipped_pexes/478cc1fa371ca40aa3e7dafee735ca438d4a243f/.deps/pex-2.1.42-py2.py3-none-any.whl/pex/tools/commands/venv.py:141: PEXWarning: Encountered collision building venv at /root/.pex/venvs/short/dc38d0c9 from /root/.pex/pip.pex/46820cb5af0dcf9295a4e7f30184cc0e9fa063dc:
1. /root/.pex/venvs/03b607396193156de8491b3e2ea46ca910e84d78/832e95f85413646e8b7b056ab4e60414f83d7397.47eb3dc96e434261accfbb50af53fcc5/lib/python3.9/site-packages/constraints.txt was provided by:
/root/.pex/pip.pex/46820cb5af0dcf9295a4e7f30184cc0e9fa063dc/.deps/setuptools/constraints.txt
/root/.pex/pip.pex/46820cb5af0dcf9295a4e7f30184cc0e9fa063dc/.deps/wheel/constraints.txt
pex_warnings.warn(message)
happy-kitchen-89482
01/17/2022, 3:58 PMconstraints.txt
, which is not even needed at runtime AFAIK and probably didn't need to be packaged into the dist to begin withrefined-addition-53644
01/17/2022, 4:11 PMenough-analyst-54434
01/17/2022, 5:25 PMrefined-addition-53644
01/17/2022, 5:52 PMenough-analyst-54434
01/17/2022, 6:02 PMpolite-garden-50641
01/17/2022, 7:56 PM~/.cache/pants/setup
folder so pants doesn't need get downloaded and bootstrapped on every CI run.
https://www.pantsbuild.org/docs/using-pants-in-ci#directories-to-cacherefined-addition-53644
01/17/2022, 9:11 PMpolite-garden-50641
01/17/2022, 10:00 PMenough-analyst-54434
01/18/2022, 2:56 AMpants
script can be re-curled and checked in as outlined in https://www.pantsbuild.org/docs/installation and your warnings in CI/CD should go away. Thanks for the report.