This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"libraries": {}, | |
"targets": { | |
"tenderloin/tenderloin-protos/src/main/proto:proto": { | |
"libraries": [], | |
"is_code_gen": true, | |
"targets": [ | |
"all-protos/protobuf-common/src/main/java:lib", | |
"common-protos/src/main/proto:proto", | |
"parents/protos/src/main/proto:proto", |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-08 16:18:40,846 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ | |
2014-10-08 16:18:40,871 [ 25] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-135.1230, 21 Jul 2014 00:00) | |
2014-10-08 16:18:40,871 [ 25] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.9.5, x86_64) | |
2014-10-08 16:18:40,871 [ 25] INFO - #com.intellij.idea.Main - JRE: 1.6.0_65-b14-462-11M4609 (Apple Inc.) | |
2014-10-08 16:18:40,871 [ 25] INFO - #com.intellij.idea.Main - JVM: 20.65-b04-462 (Java HotSpot(TM) 64-Bit Server VM) | |
2014-10-08 16:18:40,875 [ 29] INFO - #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djsse.enableSNIExtension=false -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xbootclasspath/a:../lib/boot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Running pants in dev mode from /Users/zundel/Src/Pants/src/python/pants/bin/pants_exe.py *** | |
Bootstrapping pants_deps with requirements: | |
/Users/zundel/Src/pants/3rdparty/python/requirements.txt | |
/Users/zundel/Src/pants/3rdparty/python/internal_backend/requirements.txt | |
/Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt | |
Using /usr/local/bin/python2.7 | |
~/Src/pants/build-support ~/Src/Pants | |
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.0.5.tar.gz... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Running pants in dev mode from /Users/zundel/Src/Pants/src/python/pants/bin/pants_exe.py *** | |
22:26:12 00:00 [main] | |
(To run a reporting server: ./pants server) | |
22:26:12 00:00 [bootstrap] | |
22:26:12 00:00 [setup] | |
22:26:12 00:00 [parse]DEBUG] Located Distribution(u'/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin', minimum_version=None, maximum_version=None jdk=False) for constraints: minimum_version None, maximum_version None, jdk False | |
DEBUG] Selected protoc binary bootstrapped to: /Users/zundel/.pants.d/bin/protobuf/mac/10.9/2.4.1/protoc | |
[32m | |
Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile[0m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gbl_product_types={} | |
class product_type: | |
def __init__(self, product_types): | |
self._product_types = product_types; | |
def __call__(self, cls): | |
gbl_product_types[cls.__name__] = self._product_types | |
class Wrapped(cls): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Src/Pants master PEX_VERBOSE=5 ./pants clean-all test tests/python/pants_test/python:test_interpreter_cache -- -sktest_setup_using_eggs | |
INFO] Detected git repository at /Users/zundel/Src/pants on branch master | |
10:52:13 00:00 [main] | |
(To run a reporting server: ./pants server) | |
10:52:13 00:00 [bootstrap] | |
10:52:13 00:00 [setup] | |
10:52:13 00:00 [parse] | |
Executing tasks in goals: clean-all -> bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile -> resources -> test | |
10:52:14 00:01 [clean-all] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Src/Pants master PEX_VERBOSE=5 ./pants clean-all test tests/python/pants_test/python:test_interpreter_cache -- -sktest_setup_using_eggs 2>&1 | tee /tmp/issue-1908.txt | |
Bootstrapping pants_deps with requirements: | |
/Users/zundel/Src/pants/3rdparty/python/requirements.txt | |
/Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt | |
/Users/zundel/Src/pants/pants-plugins/3rdparty/python/requirements.txt | |
Using /usr/local/bin/python2.7 | |
~/Src/pants/build-support ~/Src/Pants | |
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.1.1.tar.gz... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PEX_VERBOSE=5 ./pants clean-all test tests/python/pants_test/python:test_interpreter_cache -- -sktest_setup_using_eggs | |
Bootstrapping pants_deps with requirements: | |
/Users/zundel/Src/pants/3rdparty/python/requirements.txt | |
/Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt | |
/Users/zundel/Src/pants/pants-plugins/3rdparty/python/requirements.txt | |
Using /usr/local/bin/python2.7 | |
~/Src/pants/build-support ~/Src/Pants | |
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.1.1.tar.gz... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Src/Pants debug-issue * git diff master | |
diff --git a/tests/python/pants_test/python/test_interpreter_cache.py b/tests/python/pants_test/python/test_interpreter_cache.py | |
index f48d229..0cffee6 100644 | |
--- a/tests/python/pants_test/python/test_interpreter_cache.py | |
+++ b/tests/python/pants_test/python/test_interpreter_cache.py | |
@@ -93,6 +93,13 @@ class TestInterpreterCache(unittest.TestCase): | |
python_repos = create_subsystem(PythonRepos, indexes=[], repos=[egg_dir]) | |
cache = PythonInterpreterCache(python_setup, python_repos) | |
+ print('') |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-29 11:35:09,086 [ 594419] INFO - e.LibraryDependencyDataService - Adding library dependency 'Pants: com.amazonaws:aws-java-sdk-swf-libraries:1.10.8' to module 'redshift_loader_src_test_java_lib' | |
2015-08-29 11:35:09,086 [ 594419] INFO - e.LibraryDependencyDataService - Configuring library dependency 'Pants: com.amazonaws:aws-java-sdk-swf-libraries:1.10.8' of module 'redshift_loader_src_test_java_lib' to be not exported and have scope Compile | |
2015-08-29 11:35:09,086 [ 594419] INFO - e.LibraryDependencyDataService - Adding library dependency 'Pants: com.amazonaws:aws-java-sdk-cloudhsm:1.10.8' to module 'redshift_loader_src_test_java_lib' | |
2015-08-29 11:35:09,086 [ 594419] INFO - e.LibraryDependencyDataService - Configuring library dependency 'Pants: com.amazonaws:aws-java-sdk-cloudhsm:1.10.8' of module 'redshift_loader_src_test_java_lib' to be not exported and have scope Compile | |
2015-08-29 11:35:09,086 [ 594419] INFO - e.LibraryDependencyDataService - Adding library dependency 'Pants: com.am |
OlderNewer