Created temporary directory: /tmp/pip-ephem-wheel-cache-cyvpsbys Created temporary directory: /tmp/pip-req-tracker-fsijyail Created requirements tracker '/tmp/pip-req-tracker-fsijyail' Created temporary directory: /tmp/pip-wheel-35nbnkl3 Collecting geonode-django-activity-stream==0.9.0 1 location(s) to search for versions of geonode-django-activity-stream: * https://pypi.org/simple/geonode-django-activity-stream/ Getting page https://pypi.org/simple/geonode-django-activity-stream/ Analyzing links from page https://pypi.org/simple/geonode-django-activity-stream/ Found link https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz#sha256=2b7194ea2de2de789ea4c6f8a5f0b2507efc6c8035cf58f4bee50928233d0667 (from https://pypi.org/simple/geonode-django-activity-stream/), version: 0.9.0 Using version 0.9.0 (newest of versions: 0.9.0) Created temporary directory: /tmp/pip-unpack-lhf1h39f Downloading https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz#sha256=2b7194ea2de2de789ea4c6f8a5f0b2507efc6c8035cf58f4bee50928233d0667 (from https://pypi.org/simple/geonode-django-activity-stream/) Added geonode-django-activity-stream==0.9.0 from https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz#sha256=2b7194ea2de2de789ea4c6f8a5f0b2507efc6c8035cf58f4bee50928233d0667 to build tracker '/tmp/pip-req-tracker-fsijyail' Running setup.py (path:/tmp/pip-wheel-35nbnkl3/geonode-django-activity-stream/setup.py) egg_info for package geonode-django-activity-stream Running command python setup.py egg_info running egg_info creating pip-egg-info/geonode_django_activity_stream.egg-info writing pip-egg-info/geonode_django_activity_stream.egg-info/PKG-INFO writing top-level names to pip-egg-info/geonode_django_activity_stream.egg-info/top_level.txt writing dependency_links to pip-egg-info/geonode_django_activity_stream.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/geonode_django_activity_stream.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/geonode_django_activity_stream.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/geonode_django_activity_stream.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-35nbnkl3/geonode-django-activity-stream has version 0.9.0, which satisfies requirement geonode-django-activity-stream==0.9.0 from https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz#sha256=2b7194ea2de2de789ea4c6f8a5f0b2507efc6c8035cf58f4bee50928233d0667 Removed geonode-django-activity-stream==0.9.0 from https://files.pythonhosted.org/packages/c7/94/45a7fd6d7707df0110545530e84be16569e59345fc2f9573504dd47d9099/geonode-django-activity-stream-0.9.0.tar.gz#sha256=2b7194ea2de2de789ea4c6f8a5f0b2507efc6c8035cf58f4bee50928233d0667 from build tracker '/tmp/pip-req-tracker-fsijyail' Building wheels for collected packages: geonode-django-activity-stream Created temporary directory: /tmp/pip-wheel-ihtwpkty Running setup.py bdist_wheel for geonode-django-activity-stream: started Destination directory: /tmp/pip-wheel-ihtwpkty Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-35nbnkl3/geonode-django-activity-stream/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-ihtwpkty running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/actstream copying actstream/compat.py -> build/lib/actstream copying actstream/apps.py -> build/lib/actstream copying actstream/__init__.py -> build/lib/actstream copying actstream/jsonfield.py -> build/lib/actstream copying actstream/feeds.py -> build/lib/actstream copying actstream/settings.py -> build/lib/actstream copying actstream/gfk.py -> build/lib/actstream copying actstream/actions.py -> build/lib/actstream copying actstream/views.py -> build/lib/actstream copying actstream/registry.py -> build/lib/actstream copying actstream/managers.py -> build/lib/actstream copying actstream/urls.py -> build/lib/actstream copying actstream/decorators.py -> build/lib/actstream copying actstream/admin.py -> build/lib/actstream copying actstream/signals.py -> build/lib/actstream copying actstream/models.py -> build/lib/actstream creating build/lib/actstream/migrations copying actstream/migrations/0002_remove_action_data.py -> build/lib/actstream/migrations copying actstream/migrations/__init__.py -> build/lib/actstream/migrations copying actstream/migrations/0003_add_follow_flag.py -> build/lib/actstream/migrations copying actstream/migrations/0001_initial.py -> build/lib/actstream/migrations creating build/lib/actstream/templatetags copying actstream/templatetags/activity_tags.py -> build/lib/actstream/templatetags copying actstream/templatetags/__init__.py -> build/lib/actstream/templatetags creating build/lib/actstream/tests copying actstream/tests/test_views.py -> build/lib/actstream/tests copying actstream/tests/test_feeds.py -> build/lib/actstream/tests copying actstream/tests/__init__.py -> build/lib/actstream/tests copying actstream/tests/test_zombies.py -> build/lib/actstream/tests copying actstream/tests/test_activity.py -> build/lib/actstream/tests copying actstream/tests/base.py -> build/lib/actstream/tests copying actstream/tests/test_gfk.py -> build/lib/actstream/tests creating build/lib/actstream/locale creating build/lib/actstream/locale/nl creating build/lib/actstream/locale/nl/LC_MESSAGES copying actstream/locale/nl/LC_MESSAGES/django.po -> build/lib/actstream/locale/nl/LC_MESSAGES creating build/lib/actstream/locale/es creating build/lib/actstream/locale/es/LC_MESSAGES copying actstream/locale/es/LC_MESSAGES/django.po -> build/lib/actstream/locale/es/LC_MESSAGES creating build/lib/actstream/locale/pt_BR creating build/lib/actstream/locale/pt_BR/LC_MESSAGES copying actstream/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/actstream/locale/pt_BR/LC_MESSAGES creating build/lib/actstream/locale/en creating build/lib/actstream/locale/en/LC_MESSAGES copying actstream/locale/en/LC_MESSAGES/django.po -> build/lib/actstream/locale/en/LC_MESSAGES creating build/lib/actstream/templates creating build/lib/actstream/templates/actstream copying actstream/templates/actstream/base.html -> build/lib/actstream/templates/actstream copying actstream/templates/actstream/following.html -> build/lib/actstream/templates/actstream copying actstream/templates/actstream/followers.html -> build/lib/actstream/templates/actstream copying actstream/templates/actstream/detail.html -> build/lib/actstream/templates/actstream copying actstream/templates/actstream/action.html -> build/lib/actstream/templates/actstream copying actstream/templates/actstream/actor.html -> build/lib/actstream/templates/actstream 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/actstream copying build/lib/actstream/compat.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/apps.py -> build/bdist.linux-armv7l/wheel/actstream creating build/bdist.linux-armv7l/wheel/actstream/migrations copying build/lib/actstream/migrations/0002_remove_action_data.py -> build/bdist.linux-armv7l/wheel/actstream/migrations copying build/lib/actstream/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/actstream/migrations copying build/lib/actstream/migrations/0003_add_follow_flag.py -> build/bdist.linux-armv7l/wheel/actstream/migrations copying build/lib/actstream/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/actstream/migrations copying build/lib/actstream/__init__.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/jsonfield.py -> build/bdist.linux-armv7l/wheel/actstream creating build/bdist.linux-armv7l/wheel/actstream/templates creating build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/base.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/following.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/followers.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/detail.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/action.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/templates/actstream/actor.html -> build/bdist.linux-armv7l/wheel/actstream/templates/actstream copying build/lib/actstream/feeds.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/settings.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/gfk.py -> build/bdist.linux-armv7l/wheel/actstream creating build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/test_views.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/test_feeds.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/__init__.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/test_zombies.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/test_activity.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/base.py -> build/bdist.linux-armv7l/wheel/actstream/tests copying build/lib/actstream/tests/test_gfk.py -> build/bdist.linux-armv7l/wheel/actstream/tests creating build/bdist.linux-armv7l/wheel/actstream/locale creating build/bdist.linux-armv7l/wheel/actstream/locale/nl creating build/bdist.linux-armv7l/wheel/actstream/locale/nl/LC_MESSAGES copying build/lib/actstream/locale/nl/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/actstream/locale/nl/LC_MESSAGES creating build/bdist.linux-armv7l/wheel/actstream/locale/es creating build/bdist.linux-armv7l/wheel/actstream/locale/es/LC_MESSAGES copying build/lib/actstream/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/actstream/locale/es/LC_MESSAGES creating build/bdist.linux-armv7l/wheel/actstream/locale/pt_BR creating build/bdist.linux-armv7l/wheel/actstream/locale/pt_BR/LC_MESSAGES copying build/lib/actstream/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/actstream/locale/pt_BR/LC_MESSAGES creating build/bdist.linux-armv7l/wheel/actstream/locale/en creating build/bdist.linux-armv7l/wheel/actstream/locale/en/LC_MESSAGES copying build/lib/actstream/locale/en/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/actstream/locale/en/LC_MESSAGES copying build/lib/actstream/actions.py -> build/bdist.linux-armv7l/wheel/actstream creating build/bdist.linux-armv7l/wheel/actstream/templatetags copying build/lib/actstream/templatetags/activity_tags.py -> build/bdist.linux-armv7l/wheel/actstream/templatetags copying build/lib/actstream/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/actstream/templatetags copying build/lib/actstream/views.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/registry.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/managers.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/urls.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/decorators.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/admin.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/signals.py -> build/bdist.linux-armv7l/wheel/actstream copying build/lib/actstream/models.py -> build/bdist.linux-armv7l/wheel/actstream running install_egg_info running egg_info creating geonode_django_activity_stream.egg-info writing dependency_links to geonode_django_activity_stream.egg-info/dependency_links.txt writing top-level names to geonode_django_activity_stream.egg-info/top_level.txt writing geonode_django_activity_stream.egg-info/PKG-INFO writing manifest file 'geonode_django_activity_stream.egg-info/SOURCES.txt' reading manifest file 'geonode_django_activity_stream.egg-info/SOURCES.txt' writing manifest file 'geonode_django_activity_stream.egg-info/SOURCES.txt' Copying geonode_django_activity_stream.egg-info to build/bdist.linux-armv7l/wheel/geonode_django_activity_stream-0.9.0-py3.4.egg-info running install_scripts adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS.txt" (matched pattern "AUTHORS*") creating build/bdist.linux-armv7l/wheel/geonode_django_activity_stream-0.9.0.dist-info/WHEEL creating '/tmp/pip-wheel-ihtwpkty/geonode_django_activity_stream-0.9.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'actstream/__init__.py' adding 'actstream/actions.py' adding 'actstream/admin.py' adding 'actstream/apps.py' adding 'actstream/compat.py' adding 'actstream/decorators.py' adding 'actstream/feeds.py' adding 'actstream/gfk.py' adding 'actstream/jsonfield.py' adding 'actstream/managers.py' adding 'actstream/models.py' adding 'actstream/registry.py' adding 'actstream/settings.py' adding 'actstream/signals.py' adding 'actstream/urls.py' adding 'actstream/views.py' adding 'actstream/locale/en/LC_MESSAGES/django.po' adding 'actstream/locale/es/LC_MESSAGES/django.po' adding 'actstream/locale/nl/LC_MESSAGES/django.po' adding 'actstream/locale/pt_BR/LC_MESSAGES/django.po' adding 'actstream/migrations/0001_initial.py' adding 'actstream/migrations/0002_remove_action_data.py' adding 'actstream/migrations/0003_add_follow_flag.py' adding 'actstream/migrations/__init__.py' adding 'actstream/templates/actstream/action.html' adding 'actstream/templates/actstream/actor.html' adding 'actstream/templates/actstream/base.html' adding 'actstream/templates/actstream/detail.html' adding 'actstream/templates/actstream/followers.html' adding 'actstream/templates/actstream/following.html' adding 'actstream/templatetags/__init__.py' adding 'actstream/templatetags/activity_tags.py' adding 'actstream/tests/__init__.py' adding 'actstream/tests/base.py' adding 'actstream/tests/test_activity.py' adding 'actstream/tests/test_feeds.py' adding 'actstream/tests/test_gfk.py' adding 'actstream/tests/test_views.py' adding 'actstream/tests/test_zombies.py' adding 'geonode_django_activity_stream-0.9.0.dist-info/AUTHORS.txt' adding 'geonode_django_activity_stream-0.9.0.dist-info/LICENSE.txt' adding 'geonode_django_activity_stream-0.9.0.dist-info/METADATA' adding 'geonode_django_activity_stream-0.9.0.dist-info/WHEEL' adding 'geonode_django_activity_stream-0.9.0.dist-info/top_level.txt' adding 'geonode_django_activity_stream-0.9.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for geonode-django-activity-stream: finished with status 'done' Stored in directory: /tmp/tmp4ws8wj12 Successfully built geonode-django-activity-stream Cleaning up... Removing source in /tmp/pip-wheel-35nbnkl3/geonode-django-activity-stream Removed build tracker '/tmp/pip-req-tracker-fsijyail'