Hi everyone,
we try to build the latest Aurora git version on a Debian 7 host.
Unfortunately, the resulting executor seems to be broken, as it fails to start
with the following message:
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0216 18:16:51.178513 25237 fetcher.cpp:76] Fetching URI
'/opt/thermos/bin/thermos_executor.sh'
I0216 18:16:51.178513 25237 fetcher.cpp:179] Copying resource from
'/opt/thermos/bin/thermos_executor.sh' to
'/var/lib/mesos/slaves/20141218-095422-1985259712-5050-31688-0/frameworks/20140919-174559-16842879-5050-27194-0000/executors/thermos-1424107010619-stratosphere-staging-strato-stage-service-71-0-9120fb5c-4b4b-425e-90f5-0d83224b9d64/runs/fe198e72-d41e-41c3-a006-27dad0ed758b'
Traceback (most recent call last):
File "/opt/thermos/bin/thermos_executor.pex/.bootstrap/_pex/pex.py", line
272, in execute
self.execute_entry(entry_point, args)
File "/opt/thermos/bin/thermos_executor.pex/.bootstrap/_pex/pex.py", line
320, in execute_entry
runner(entry_point)
File "/opt/thermos/bin/thermos_executor.pex/.bootstrap/_pex/pex.py", line
342, in execute_pkg_resources
runner = entry.load(require=False) # trust that the environment is sane
File "/opt/thermos/bin/thermos_executor.pex/.bootstrap/pkg_resources.py",
line 2048, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File
"/opt/thermos/bin/thermos_executor.pex/apache/aurora/executor/bin/thermos_executor_main.py",
line 24, in <module>
File
"/.pex/install/mesos.native-0.21.1-py2.7-linux-x86_64.egg.b3704775c8aad2e57af36756ac89f16a8ca72ae1/mesos.native-0.21.1-py2.7-linux-x86_64.egg/mesos/native/__init__.py",
line 17, in <module>
from ._mesos import MesosExecutorDriverImpl
File
"/.pex/install/mesos.interface-0.21.1-py2-none-any.whl.00a9556e7f26cf49f09f1542a1ee274c058ea78c/mesos.interface-0.21.1-py2-none-any.whl/mesos/interface/mesos_pb2.py",
line 4, in <module>
from google.protobuf.internal import enum_type_wrapper
ImportError: cannot import name enum_type_wrapper
I have attached the pants build log. It seems like pants is pulling in a wrong
protobuf version (protobuf-3.0.0_alpha_1 instead of protobuf 2.6.1).
The issue can even be simulated locally:
* pip install mesos.interface with an old virtualenv 1.11 (including pip 1.5
and setuptools 2.0.2) pulls in protobuf-3.0.0-alpha-1
* pip install mesos.interface with the latest and greatest pip 6.0.8 and
setuptools 12.2 pulls protobuf-2.6.1
How can this happen? Isn't the "build-support/virtualenv" script supposed to
prevent that? I also tried patching the setuptools_version in pants.ini, but it
did not help.
Any ideas?
Best Regards,
Stephan
+ ./pants binary src/main/python/apache/aurora/executor/bin:thermos_executor
18:05:49 00:00 [main]
(To run a reporting server: ./pants server)
18:05:49 00:00 [bootstrap]
18:05:49 00:00 [setup]
18:05:49 00:00 [parse][32m
Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile -> resources -> binary[0m
18:05:49 00:00 [bootstrap]
18:05:49 00:00 [bootstrap-jvm-tools]
18:05:49 00:00 [imports]
18:05:49 00:00 [ivy-imports]
18:05:50 00:01 [unpack-jars]
18:05:50 00:01 [unpack-jars]
18:05:50 00:01 [deferred-sources]
18:05:50 00:01 [deferred-sources]
18:05:50 00:01 [gen]
18:05:50 00:01 [thrift]
18:05:50 00:01 [scrooge]
18:05:50 00:01 [protoc]
18:05:50 00:01 [antlr]
18:05:50 00:01 [ragel]
18:05:50 00:01 [jaxb]
18:05:50 00:01 [wire]
18:05:50 00:01 [aapt]
18:05:50 00:01 [resolve]
18:05:50 00:01 [ivy]
18:05:50 00:01 [compile]
18:05:50 00:01 [compile]
18:05:50 00:01 [jvm]
18:05:50 00:01 [jvm-compilers]
18:05:50 00:01 [resources]
18:05:50 00:01 [prepare]
18:05:50 00:01 [binary]
18:05:50 00:01 [python-binary-create]Building chroot for [PythonBinary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/bin/BUILD, thermos_executor))]:
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, announcer))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, status_checker))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, task_info))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/config/BUILD, config))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, common))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, aurora_job_key))
Dumping library: PythonLibrary(SyntheticAddress(.pants.d/gen/thrift/combined/gen-py:api.src.main.thrift.org.apache.aurora.gen.py-thrift))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, cluster))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, cluster_option))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, clusters))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, pex_version))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, http_signaler))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, shellify))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/BUILD, transport))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/common/auth/BUILD, auth))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/api/src/main/thrift/org/apache/aurora/gen/BUILD, py-thrift-packaged))
Dumping library: PythonLibrary(SyntheticAddress(.pants.d/gen/thrift/combined/gen-py:api.src.main.thrift.org.apache.aurora.gen.py-thrift-test))
Dumping library: PythonLibrary(SyntheticAddress(.pants.d/gen/thrift/combined/gen-py:api.src.main.thrift.org.apache.aurora.gen.py-thrift-storage))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/config/schema/BUILD, schema))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/config/BUILD, schema))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, planner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, executor_detector))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, executor_timeout))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, health_checker))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, resource_manager))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, monitoring))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, detector))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, constants))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, path))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, disk))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, garbage))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, ckpt))
Dumping library: PythonLibrary(SyntheticAddress(.pants.d/gen/thrift/combined/gen-py:api.src.main.thrift.org.apache.thermos.py-thrift))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, monitor))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, process))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, resource))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/monitoring/BUILD, process_collector_psutil))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, common))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, options))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, statuses))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, sandbox))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/BUILD, executor_vars))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/BUILD, aurora_executor))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/BUILD, status_manager))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/BUILD, executor_base))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, kill_manager))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/common/BUILD, task_runner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/BUILD, thermos_task_runner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubatorpex: Packaging watchdog
pex: Packaging watchdog: 288.7ms
pex: Packaging protobuf
pex: Packaging protobuf: 5561.1ms
pex: Packaging argh
pex: Packaging argh: 185.6ms
pex: Packaging PyYAML
pex: Packaging PyYAML: 3806.7ms
pex: Packaging pathtools
pex: Packaging pathtools: 137.6ms
-aurora/src/main/python/apache/thermos/core/BUILD, core))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, inspector))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, muxer))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, runner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, helper))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, process))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/config/BUILD, config))
Dumping library: PythonBinary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/aurora/executor/bin/BUILD, thermos_executor))
Dumping requirement: mesos.native==0.21.1
Dumping requirement: twitter.common.app==0.3.2
Dumping requirement: twitter.common.log==0.3.2
Dumping requirement: twitter.common.metrics==0.3.2
Dumping requirement: twitter.common.concurrent==0.3.2
Dumping requirement: twitter.common.exceptions==0.3.2
Dumping requirement: twitter.common.quantity==0.3.2
Dumping requirement: twitter.common.zookeeper==0.3.2
Dumping requirement: mesos.interface==0.21.1
Dumping requirement: twitter.common.lang==0.3.2
Dumping requirement: pystachio==0.7.4
Dumping requirement: thrift==0.9.1
Dumping requirement: twitter.common.collections==0.3.2
Dumping requirement: pex==0.8.2
Dumping requirement: requests==2.3.0
Dumping requirement: twitter.common.string==0.3.2
Dumping requirement: psutil==2.1.3
Dumping requirement: twitter.common.dirutil==0.3.2
Dumping requirement: watchdog==0.7.0
Dumping requirement: twitter.common.recordio==0.3.2
Dumping requirement: api.src.main.thrift.org.apache.aurora.gen.py-thrift-test-d991619f==0.0.0
Dumping requirement: api.src.main.thrift.org.apache.thermos.py-thrift-d8c403d9==0.0.0
Dumping requirement: api.src.main.thrift.org.apache.aurora.gen.py-thrift-52c21cbe==0.0.0
Dumping requirement: api.src.main.thrift.org.apache.aurora.gen.py-thrift-storage-685680a0==0.0.0
Dumping requirement: thrift
Dumping distribution: .../twitter.common.collections-0.3.2-py2-none-any.whl
Dumping distribution: .../watchdog-0.7.0-py2-none-any.whl
Dumping distribution: .../twitter.common.quantity-0.3.2-py2-none-any.whl
Dumping distribution: .../pystachio-0.7.4-py2.py3-none-any.whl
Dumping distribution: .../twitter.common.recordio-0.3.2-py2-none-any.whl
Dumping distribution: .../thrift-0.9.1-cp27-none-linux_x86_64.whl
Dumping distribution: .../api.src.main.thrift.org.apache.aurora.gen.py_thrift_storage_685680a0-0.0.0-py2-none-any.whl
Dumping distribution: .../twitter.common.app-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.lang-0.3.2-py2-none-any.whl
Dumping distribution: .../kazoo-1.3.1-py2-none-any.whl
Dumping distribution: .../protobuf-3.0.0_alpha_1-py2-none-any.whl
Dumping distribution: .../twitter.common.process-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.log-0.3.2-py2-none-any.whl
Dumping distribution: .../zope.interface-4.1.2-cp27-none-linux_x86_64.whl
Dumping distribution: .../setuptools-7.0-py2.py3-none-any.whl
Dumping distribution: .../pex-0.8.2-py2.py3-none-any.whl
Dumping distribution: .../psutil-2.1.3-cp27-none-linux_x86_64.whl
Dumping distribution: .../twitter.common.zookeeper-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.concurrent-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.util-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.metrics-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.string-0.3.2-py2-none-any.whl
Dumping distribution: .../mesos.native-0.21.1-py2.7-linux-x86_64.egg
Dumping distribution: .../futures-2.1.6-py2.py3-none-any.whl
Dumping distribution: .../twitter.common.exceptions-0.3.2-py2-none-any.whl
Dumping distribution: .../mesos.interface-0.21.1-py2-none-any.whl
Dumping distribution: .../api.src.main.thrift.org.apache.aurora.gen.py_thrift_52c21cbe-0.0.0-py2-none-any.whl
Dumping distribution: .../twitter.common.options-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.contextutil-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.dirutil-0.3.2-py2-none-any.whl
Dumping distribution: .../api.src.main.thrift.org.apache.aurora.gen.py_thrift_test_d991619f-0.0.0-py2-none-any.whl
Dumping distribution: .../pathtools-0.1.2-py2-none-any.whl
Dumping distribution: .../api.src.main.thrift.org.apache.thermos.py_thrift_d8c403d9-0.0.0-py2-none-any.whl
Dumping distribution: .../twitter.common.decorators-0.3.2-py2-none-any.whl
Dumping distribution: .../requests-2.3.0-py2.py3-none-any.whl
Dumping distribution: .../PyYAML-3.11-cp27-none-linux_x86_64.whl
Dumping distribution: .../argh-0.26.1-py2-none-any.whl
18:06:03 00:14 [binary]
18:06:03 00:14 [dup][32m
SUCCESS[0m
+ ./pants binary src/main/python/apache/thermos/bin:thermos_runner
18:06:04 00:00 [main]
(To run a reporting server: ./pants server)
18:06:04 00:00 [bootstrap]
18:06:04 00:00 [setup]
18:06:04 00:00 [parse][32m
Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile -> resources -> binary[0m
18:06:04 00:00 [bootstrap]
18:06:04 00:00 [bootstrap-jvm-tools]
18:06:04 00:00 [imports]
18:06:04 00:00 [ivy-imports]
18:06:04 00:00 [unpack-jars]
18:06:04 00:00 [unpack-jars]
18:06:05 00:01 [deferred-sources]
18:06:05 00:01 [deferred-sources]
18:06:05 00:01 [gen]
18:06:05 00:01 [thrift]
18:06:05 00:01 [scrooge]
18:06:05 00:01 [protoc]
18:06:05 00:01 [antlr]
18:06:05 00:01 [ragel]
18:06:05 00:01 [jaxb]
18:06:05 00:01 [wire]
18:06:05 00:01 [aapt]
18:06:05 00:01 [resolve]
18:06:05 00:01 [ivy]
18:06:05 00:01 [compile]
18:06:05 00:01 [compile]
18:06:05 00:01 [jvm]
18:06:05 00:01 [jvm-compilers]
18:06:05 00:01 [resources]
18:06:05 00:01 [prepare]
18:06:05 00:01 [binary]
18:06:05 00:01 [python-binary-create]Building chroot for [PythonBinary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/bin/BUILD, thermos_runner))]:
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/bin/BUILD, thermos_runner_source))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, planner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, statuses))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/config/BUILD, schema))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, core))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, inspector))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, muxer))
Dumping library: PythonLibrary(SyntheticAddress(.pants.d/gen/thrift/combined/gen-py:api.src.main.thrift.org.apache.thermos.py-thrift))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, ckpt))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, path))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, runner))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, helper))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/core/BUILD, process))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, common))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, constants))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/common/BUILD, options))
Dumping library: PythonLibrary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/config/BUILD, config))
Dumping library: PythonBinary(BuildFileAddress(/tmp/tf/tf.aurora_build/label=Debian_7/incubator-aurora/src/main/python/apache/thermos/bin/BUILD, thermos_runner))
Dumping requirement: twitter.common.app==0.3.2
Dumping requirement: twitter.common.log==0.3.2
Dumping requirement: pystachio==0.7.4
Dumping requirement: twitter.common.lang==0.3.2
Dumping requirement: twitter.common.recordio==0.3.2
Dumping requirement: thrift==0.9.1
Dumping requirement: psutil==2.1.3
Dumping requirement: twitter.common.dirutil==0.3.2
Dumping requirement: twitter.common.quantity==0.3.2
Dumping requirement: api.src.main.thrift.org.apache.thermos.py-thrift-d8c403d9==0.0.0
Dumping requirement: thrift
Dumping distribution: .../twitter.common.collections-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.dirutil-0.3.2-py2-none-any.whl
Dumping distribution: .../psutil-2.1.3-cp27-none-linux_x86_64.whl
Dumping distribution: .../twitter.common.quantity-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.util-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.contextutil-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.options-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.lang-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.string-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.app-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.recordio-0.3.2-py2-none-any.whl
Dumping distribution: .../thrift-0.9.1-cp27-none-linux_x86_64.whl
Dumping distribution: .../twitter.common.process-0.3.2-py2-none-any.whl
Dumping distribution: .../twitter.common.log-0.3.2-py2-none-any.whl
Dumping distribution: .../pystachio-0.7.4-py2.py3-none-any.whl
Dumping distribution: .../api.src.main.thrift.org.apache.thermos.py_thrift_d8c403d9-0.0.0-py2-none-any.whl
18:06:05 00:01 [binary]
18:06:05 00:01 [dup][32m
SUCCESS[0m