rough-minister-58256
03/29/2017, 12:21 AMwitty-crayon-22786
03/29/2017, 12:21 AMfull-kilobyte-93429
03/29/2017, 12:21 AMwitty-crayon-22786
03/29/2017, 12:22 AMfull-kilobyte-93429
03/29/2017, 12:32 AMrough-minister-58256
03/29/2017, 1:31 AMfull-kilobyte-93429
03/29/2017, 1:39 AMwitty-crayon-22786
03/29/2017, 1:40 AMrough-minister-58256
03/29/2017, 3:17 AMmysterious-action-44812
03/29/2017, 4:37 AM./pants compile tgt:
then I do ./pants repl tgt:
without changing anything in between, why does the latter trigger a full code build?witty-crayon-22786
03/29/2017, 5:09 AMtgt:
? it shouldn't.mysterious-action-44812
03/29/2017, 5:54 AMmysterious-action-44812
03/29/2017, 5:54 AMwitty-crayon-22786
03/29/2017, 6:26 AMwitty-crayon-22786
03/29/2017, 6:27 AMfancy-queen-20734
03/29/2017, 3:58 PMfaint-grass-11531
03/29/2017, 5:53 PMfast-megabyte-33579
03/29/2017, 5:54 PMfast-megabyte-33579
03/29/2017, 5:55 PMfaint-grass-11531
03/29/2017, 5:55 PM10:48 ~/python-commons $ pip install setuptools
Requirement already satisfied: setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
fast-megabyte-33579
03/29/2017, 5:57 PM.cache/pants
faint-grass-11531
03/29/2017, 5:57 PMfaint-grass-11531
03/29/2017, 5:58 PM10:57 ~/.cache $ sudo rm -r pants
10:57 ~/.cache $ cd
10:57 ~ $ cd python-commons/
10:58 ~/python-commons $ ./pants test src/test::
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 122 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 281 100 281 0 0 734 0 --:--:-- --:--:-- --:--:-- 734
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1802k 100 1802k 0 0 3104k 0 --:--:-- --:--:-- --:--:-- 3104k
New python executable in /Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/pants.Jg5XZW/install/bin/python
Installing setuptools, pip, wheel...
Complete output from command /Users/ruthgracewong...W/install/bin/python - setuptools pip wheel:
Ignoring indexes: <https://pypi-mirror.pinadmin.com/simple/,https://pypirepo.pinadmin.com/>
Collecting setuptools
Could not find a version that satisfies the requirement setuptools (from versions: )
No matching distribution found for setuptools
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "/Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/virtualenv-15.0.2/virtualenv.py", line 2332, in <module>
main()
File "/Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/virtualenv-15.0.2/virtualenv.py", line 711, in main
symlink=options.symlink)
File "/Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/virtualenv-15.0.2/virtualenv.py", line 944, in create_environment
download=download,
File "/Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/virtualenv-15.0.2/virtualenv.py", line 900, in install_wheel
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
File "/Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/virtualenv-15.0.2/virtualenv.py", line 795, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /Users/ruthgracewong...W/install/bin/python - setuptools pip wheel failed with error code 1
./pants: line 84: /Users/ruthgracewong/.cache/pants/setup/bootstrap-Darwin-x86_64/1.2.1/bin/python: No such file or directory
faint-grass-11531
03/29/2017, 5:58 PMfaint-grass-11531
03/29/2017, 5:59 PMfaint-grass-11531
03/29/2017, 6:00 PM/pants test --python-setup-resolver-cache-ttl=0 src/test::
gives the same errorfaint-grass-11531
03/29/2017, 6:01 PM/Users/ruthgracewong...p/install/bin/python
fast-megabyte-33579
03/29/2017, 6:02 PMfast-megabyte-33579
03/29/2017, 6:03 PM