Created temporary directory: /tmp/pip-ephem-wheel-cache-36fbkfqe Created temporary directory: /tmp/pip-req-tracker-3a7vpkhm Created requirements tracker '/tmp/pip-req-tracker-3a7vpkhm' Created temporary directory: /tmp/pip-wheel-ttkb7ahx Collecting tm-analyzer==0.0.1 1 location(s) to search for versions of tm-analyzer: * https://pypi.org/simple/tm-analyzer/ Getting page https://pypi.org/simple/tm-analyzer/ Analyzing links from page https://pypi.org/simple/tm-analyzer/ Found link https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz#sha256=7ccbb5133fce0c3fac0a47dc0d972401afd3b0789aa110a8065baaf0fbb74918 (from https://pypi.org/simple/tm-analyzer/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-7iztib05 Downloading https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz#sha256=7ccbb5133fce0c3fac0a47dc0d972401afd3b0789aa110a8065baaf0fbb74918 (from https://pypi.org/simple/tm-analyzer/) Added tm-analyzer==0.0.1 from https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz#sha256=7ccbb5133fce0c3fac0a47dc0d972401afd3b0789aa110a8065baaf0fbb74918 to build tracker '/tmp/pip-req-tracker-3a7vpkhm' Running setup.py (path:/tmp/pip-wheel-ttkb7ahx/tm-analyzer/setup.py) egg_info for package tm-analyzer Running command python setup.py egg_info running egg_info creating pip-egg-info/tm_analyzer.egg-info writing requirements to pip-egg-info/tm_analyzer.egg-info/requires.txt writing dependency_links to pip-egg-info/tm_analyzer.egg-info/dependency_links.txt writing entry points to pip-egg-info/tm_analyzer.egg-info/entry_points.txt writing top-level names to pip-egg-info/tm_analyzer.egg-info/top_level.txt writing pip-egg-info/tm_analyzer.egg-info/PKG-INFO writing manifest file 'pip-egg-info/tm_analyzer.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/tm_analyzer.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/tm_analyzer.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-ttkb7ahx/tm-analyzer has version 0.0.1, which satisfies requirement tm-analyzer==0.0.1 from https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz#sha256=7ccbb5133fce0c3fac0a47dc0d972401afd3b0789aa110a8065baaf0fbb74918 Removed tm-analyzer==0.0.1 from https://files.pythonhosted.org/packages/ef/e2/fc31e9c97e15af24e284404c7c0883c7e23f979317f4ae73e29c90bdb397/tm-analyzer-0.0.1.tar.gz#sha256=7ccbb5133fce0c3fac0a47dc0d972401afd3b0789aa110a8065baaf0fbb74918 from build tracker '/tmp/pip-req-tracker-3a7vpkhm' Building wheels for collected packages: tm-analyzer Created temporary directory: /tmp/pip-wheel-iwj9mfh9 Running setup.py bdist_wheel for tm-analyzer: started Destination directory: /tmp/pip-wheel-iwj9mfh9 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-ttkb7ahx/tm-analyzer/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-iwj9mfh9 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/utils copying utils/ColorUtils_test.py -> build/lib/utils copying utils/ColorUtils.py -> build/lib/utils copying utils/JVMUtils.py -> build/lib/utils copying utils/__init__.py -> build/lib/utils copying utils/JVMUtils_test.py -> build/lib/utils creating build/lib/main copying main/analyzer.py -> build/lib/main copying main/__init__.py -> build/lib/main creating build/lib/handler copying handler/ThreadStartHandler.py -> build/lib/handler copying handler/GCHandler.py -> build/lib/handler copying handler/ObjectAllocHandler.py -> build/lib/handler copying handler/BaseHandler.py -> build/lib/handler copying handler/__init__.py -> build/lib/handler copying handler/MonitorContendedHandler.py -> build/lib/handler copying handler/ObjectFreeHandler.py -> build/lib/handler creating build/lib/aggregate copying aggregate/aggregate_to_json.py -> build/lib/aggregate copying aggregate/__init__.py -> build/lib/aggregate copying aggregate/GlobalAggregateInfo.py -> build/lib/aggregate creating build/lib/event copying event/Event.py -> build/lib/event copying event/GCEvent.py -> build/lib/event copying event/ThreadStartEvent.py -> build/lib/event copying event/ObjectAllocEvent.py -> build/lib/event copying event/ObjectFreeEvent.py -> build/lib/event copying event/MonitorContendedEvent.py -> build/lib/event copying event/__init__.py -> build/lib/event copying event/StackEvent.py -> build/lib/event creating build/lib/plot copying plot/BaseMaker.py -> build/lib/plot copying plot/BokehPlotMaker.py -> build/lib/plot copying plot/MongoPlotMaker.py -> build/lib/plot copying plot/__init__.py -> build/lib/plot creating build/lib/aggregate/handler copying aggregate/handler/ThreadContendHandler.py -> build/lib/aggregate/handler copying aggregate/handler/ThreadStartHandler.py -> build/lib/aggregate/handler copying aggregate/handler/AggregateObject.py -> build/lib/aggregate/handler copying aggregate/handler/ObjectAllocAndFreeHandler.py -> build/lib/aggregate/handler copying aggregate/handler/BaseHandler.py -> build/lib/aggregate/handler copying aggregate/handler/__init__.py -> build/lib/aggregate/handler creating build/lib/plot/maker copying plot/maker/ObjectAllocPlot.py -> build/lib/plot/maker copying plot/maker/ThreadContendPlot.py -> build/lib/plot/maker copying plot/maker/__init__.py -> build/lib/plot/maker copying plot/maker/ObjectAllocLine.py -> build/lib/plot/maker copying plot/maker/ThreadContendSegment.py -> build/lib/plot/maker installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/utils copying build/lib/utils/ColorUtils_test.py -> build/bdist.linux-armv7l/wheel/utils copying build/lib/utils/ColorUtils.py -> build/bdist.linux-armv7l/wheel/utils copying build/lib/utils/JVMUtils.py -> build/bdist.linux-armv7l/wheel/utils copying build/lib/utils/__init__.py -> build/bdist.linux-armv7l/wheel/utils copying build/lib/utils/JVMUtils_test.py -> build/bdist.linux-armv7l/wheel/utils creating build/bdist.linux-armv7l/wheel/main copying build/lib/main/analyzer.py -> build/bdist.linux-armv7l/wheel/main copying build/lib/main/__init__.py -> build/bdist.linux-armv7l/wheel/main creating build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/ThreadStartHandler.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/GCHandler.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/ObjectAllocHandler.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/BaseHandler.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/__init__.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/MonitorContendedHandler.py -> build/bdist.linux-armv7l/wheel/handler copying build/lib/handler/ObjectFreeHandler.py -> build/bdist.linux-armv7l/wheel/handler creating build/bdist.linux-armv7l/wheel/aggregate copying build/lib/aggregate/aggregate_to_json.py -> build/bdist.linux-armv7l/wheel/aggregate creating build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/ThreadContendHandler.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/ThreadStartHandler.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/AggregateObject.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/ObjectAllocAndFreeHandler.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/BaseHandler.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/handler/__init__.py -> build/bdist.linux-armv7l/wheel/aggregate/handler copying build/lib/aggregate/__init__.py -> build/bdist.linux-armv7l/wheel/aggregate copying build/lib/aggregate/GlobalAggregateInfo.py -> build/bdist.linux-armv7l/wheel/aggregate creating build/bdist.linux-armv7l/wheel/event copying build/lib/event/Event.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/GCEvent.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/ThreadStartEvent.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/ObjectAllocEvent.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/ObjectFreeEvent.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/MonitorContendedEvent.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/__init__.py -> build/bdist.linux-armv7l/wheel/event copying build/lib/event/StackEvent.py -> build/bdist.linux-armv7l/wheel/event creating build/bdist.linux-armv7l/wheel/plot copying build/lib/plot/BaseMaker.py -> build/bdist.linux-armv7l/wheel/plot copying build/lib/plot/BokehPlotMaker.py -> build/bdist.linux-armv7l/wheel/plot copying build/lib/plot/MongoPlotMaker.py -> build/bdist.linux-armv7l/wheel/plot copying build/lib/plot/__init__.py -> build/bdist.linux-armv7l/wheel/plot creating build/bdist.linux-armv7l/wheel/plot/maker copying build/lib/plot/maker/ObjectAllocPlot.py -> build/bdist.linux-armv7l/wheel/plot/maker copying build/lib/plot/maker/ThreadContendPlot.py -> build/bdist.linux-armv7l/wheel/plot/maker copying build/lib/plot/maker/__init__.py -> build/bdist.linux-armv7l/wheel/plot/maker copying build/lib/plot/maker/ObjectAllocLine.py -> build/bdist.linux-armv7l/wheel/plot/maker copying build/lib/plot/maker/ThreadContendSegment.py -> build/bdist.linux-armv7l/wheel/plot/maker running install_egg_info running egg_info writing requirements to tm_analyzer.egg-info/requires.txt writing top-level names to tm_analyzer.egg-info/top_level.txt writing entry points to tm_analyzer.egg-info/entry_points.txt writing tm_analyzer.egg-info/PKG-INFO writing dependency_links to tm_analyzer.egg-info/dependency_links.txt reading manifest file 'tm_analyzer.egg-info/SOURCES.txt' writing manifest file 'tm_analyzer.egg-info/SOURCES.txt' Copying tm_analyzer.egg-info to build/bdist.linux-armv7l/wheel/tm_analyzer-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/tm_analyzer-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-iwj9mfh9/tm_analyzer-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'aggregate/GlobalAggregateInfo.py' adding 'aggregate/__init__.py' adding 'aggregate/aggregate_to_json.py' adding 'aggregate/handler/AggregateObject.py' adding 'aggregate/handler/BaseHandler.py' adding 'aggregate/handler/ObjectAllocAndFreeHandler.py' adding 'aggregate/handler/ThreadContendHandler.py' adding 'aggregate/handler/ThreadStartHandler.py' adding 'aggregate/handler/__init__.py' adding 'event/Event.py' adding 'event/GCEvent.py' adding 'event/MonitorContendedEvent.py' adding 'event/ObjectAllocEvent.py' adding 'event/ObjectFreeEvent.py' adding 'event/StackEvent.py' adding 'event/ThreadStartEvent.py' adding 'event/__init__.py' adding 'handler/BaseHandler.py' adding 'handler/GCHandler.py' adding 'handler/MonitorContendedHandler.py' adding 'handler/ObjectAllocHandler.py' adding 'handler/ObjectFreeHandler.py' adding 'handler/ThreadStartHandler.py' adding 'handler/__init__.py' adding 'main/__init__.py' adding 'main/analyzer.py' adding 'plot/BaseMaker.py' adding 'plot/BokehPlotMaker.py' adding 'plot/MongoPlotMaker.py' adding 'plot/__init__.py' adding 'plot/maker/ObjectAllocLine.py' adding 'plot/maker/ObjectAllocPlot.py' adding 'plot/maker/ThreadContendPlot.py' adding 'plot/maker/ThreadContendSegment.py' adding 'plot/maker/__init__.py' adding 'utils/ColorUtils.py' adding 'utils/ColorUtils_test.py' adding 'utils/JVMUtils.py' adding 'utils/JVMUtils_test.py' adding 'utils/__init__.py' adding 'tm_analyzer-0.0.1.dist-info/METADATA' adding 'tm_analyzer-0.0.1.dist-info/WHEEL' adding 'tm_analyzer-0.0.1.dist-info/entry_points.txt' adding 'tm_analyzer-0.0.1.dist-info/top_level.txt' adding 'tm_analyzer-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for tm-analyzer: finished with status 'done' Stored in directory: /tmp/tmpv20fkd7o Successfully built tm-analyzer Cleaning up... Removing source in /tmp/pip-wheel-ttkb7ahx/tm-analyzer Removed build tracker '/tmp/pip-req-tracker-3a7vpkhm'