Collecting core-parser-app==1.0.0b1 1 location(s) to search for versions of core-parser-app: * https://pypi.python.org/simple/core-parser-app/ Getting page https://pypi.python.org/simple/core-parser-app/ Analyzing links from page https://pypi.org/simple/core-parser-app/ Found link https://files.pythonhosted.org/packages/36/49/b4991128ed70732f7873bb5d1ddd86c456a214e1e664d04f1280770743eb/core_parser_app-1.0.0b1.tar.gz#sha256=8acf9bdcd5cf78fe7ee3f47b9c4c2f7efbf573045ff0e30af5d0bbed31d75ba7 (from https://pypi.org/simple/core-parser-app/), version: 1.0.0b1 Using version 1.0.0b1 (newest of versions: 1.0.0b1) Downloading https://files.pythonhosted.org/packages/36/49/b4991128ed70732f7873bb5d1ddd86c456a214e1e664d04f1280770743eb/core_parser_app-1.0.0b1.tar.gz (52kB) Downloading from URL https://files.pythonhosted.org/packages/36/49/b4991128ed70732f7873bb5d1ddd86c456a214e1e664d04f1280770743eb/core_parser_app-1.0.0b1.tar.gz#sha256=8acf9bdcd5cf78fe7ee3f47b9c4c2f7efbf573045ff0e30af5d0bbed31d75ba7 (from https://pypi.org/simple/core-parser-app/) Running setup.py (path:/tmp/pip-build-k5d8tjsj/core-parser-app/setup.py) egg_info for package core-parser-app Running command python setup.py egg_info running egg_info creating pip-egg-info/core_parser_app.egg-info writing pip-egg-info/core_parser_app.egg-info/PKG-INFO writing dependency_links to pip-egg-info/core_parser_app.egg-info/dependency_links.txt writing requirements to pip-egg-info/core_parser_app.egg-info/requires.txt writing top-level names to pip-egg-info/core_parser_app.egg-info/top_level.txt writing manifest file 'pip-egg-info/core_parser_app.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/core_parser_app.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/core_parser_app.egg-info/SOURCES.txt' /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:352: UserWarning: Normalizing '1.0.0-beta1' to '1.0.0b1' normalized_version, Source in /tmp/pip-build-k5d8tjsj/core-parser-app has version 1.0.0b1, which satisfies requirement core-parser-app==1.0.0b1 from https://files.pythonhosted.org/packages/36/49/b4991128ed70732f7873bb5d1ddd86c456a214e1e664d04f1280770743eb/core_parser_app-1.0.0b1.tar.gz#sha256=8acf9bdcd5cf78fe7ee3f47b9c4c2f7efbf573045ff0e30af5d0bbed31d75ba7 Building wheels for collected packages: core-parser-app Running setup.py bdist_wheel for core-parser-app: started Destination directory: /tmp/tmph1don03upip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-k5d8tjsj/core-parser-app/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/tmph1don03upip-wheel- /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:352: UserWarning: Normalizing '1.0.0-beta1' to '1.0.0b1' normalized_version, running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/core_parser_app copying core_parser_app/apps.py -> build/lib/core_parser_app copying core_parser_app/urls.py -> build/lib/core_parser_app copying core_parser_app/__init__.py -> build/lib/core_parser_app copying core_parser_app/admin.py -> build/lib/core_parser_app copying core_parser_app/settings.py -> build/lib/core_parser_app creating build/lib/tests copying tests/test_settings.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/core_parser_app/tools copying core_parser_app/tools/__init__.py -> build/lib/core_parser_app/tools creating build/lib/core_parser_app/components copying core_parser_app/components/__init__.py -> build/lib/core_parser_app/components creating build/lib/core_parser_app/views copying core_parser_app/views/__init__.py -> build/lib/core_parser_app/views creating build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/exceptions.py -> build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/discover.py -> build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/sanitize.py -> build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/urls.py -> build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/__init__.py -> build/lib/core_parser_app/tools/modules copying core_parser_app/tools/modules/xpathaccessor.py -> build/lib/core_parser_app/tools/modules creating build/lib/core_parser_app/tools/parser copying core_parser_app/tools/parser/exceptions.py -> build/lib/core_parser_app/tools/parser copying core_parser_app/tools/parser/parser.py -> build/lib/core_parser_app/tools/parser copying core_parser_app/tools/parser/__init__.py -> build/lib/core_parser_app/tools/parser creating build/lib/core_parser_app/tools/modules/views copying core_parser_app/tools/modules/views/views.py -> build/lib/core_parser_app/tools/modules/views copying core_parser_app/tools/modules/views/__init__.py -> build/lib/core_parser_app/tools/modules/views copying core_parser_app/tools/modules/views/module.py -> build/lib/core_parser_app/tools/modules/views creating build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/textarea_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/popup_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/checkboxes_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/sync_input_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/autocomplete_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/__init__.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/input_button_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/input_module.py -> build/lib/core_parser_app/tools/modules/views/builtin copying core_parser_app/tools/modules/views/builtin/options_module.py -> build/lib/core_parser_app/tools/modules/views/builtin creating build/lib/core_parser_app/tools/parser/renderer copying core_parser_app/tools/parser/renderer/checkbox.py -> build/lib/core_parser_app/tools/parser/renderer copying core_parser_app/tools/parser/renderer/list.py -> build/lib/core_parser_app/tools/parser/renderer copying core_parser_app/tools/parser/renderer/__init__.py -> build/lib/core_parser_app/tools/parser/renderer copying core_parser_app/tools/parser/renderer/table.py -> build/lib/core_parser_app/tools/parser/renderer copying core_parser_app/tools/parser/renderer/xml.py -> build/lib/core_parser_app/tools/parser/renderer creating build/lib/core_parser_app/tools/parser/utils copying core_parser_app/tools/parser/utils/__init__.py -> build/lib/core_parser_app/tools/parser/utils copying core_parser_app/tools/parser/utils/rendering.py -> build/lib/core_parser_app/tools/parser/utils copying core_parser_app/tools/parser/utils/xml.py -> build/lib/core_parser_app/tools/parser/utils creating build/lib/core_parser_app/components/data_structure_element copying core_parser_app/components/data_structure_element/models.py -> build/lib/core_parser_app/components/data_structure_element copying core_parser_app/components/data_structure_element/__init__.py -> build/lib/core_parser_app/components/data_structure_element copying core_parser_app/components/data_structure_element/api.py -> build/lib/core_parser_app/components/data_structure_element creating build/lib/core_parser_app/components/module copying core_parser_app/components/module/models.py -> build/lib/core_parser_app/components/module copying core_parser_app/components/module/__init__.py -> build/lib/core_parser_app/components/module copying core_parser_app/components/module/api.py -> build/lib/core_parser_app/components/module creating build/lib/core_parser_app/components/data_structure copying core_parser_app/components/data_structure/models.py -> build/lib/core_parser_app/components/data_structure copying core_parser_app/components/data_structure/__init__.py -> build/lib/core_parser_app/components/data_structure copying core_parser_app/components/data_structure/api.py -> build/lib/core_parser_app/components/data_structure creating build/lib/core_parser_app/views/user copying core_parser_app/views/user/ajax.py -> build/lib/core_parser_app/views/user copying core_parser_app/views/user/__init__.py -> build/lib/core_parser_app/views/user creating build/lib/core_parser_app/views/common copying core_parser_app/views/common/views.py -> build/lib/core_parser_app/views/common copying core_parser_app/views/common/ajax.py -> build/lib/core_parser_app/views/common copying core_parser_app/views/common/__init__.py -> build/lib/core_parser_app/views/common creating build/lib/core_parser_app/views/admin copying core_parser_app/views/admin/views.py -> build/lib/core_parser_app/views/admin copying core_parser_app/views/admin/__init__.py -> build/lib/core_parser_app/views/admin creating build/lib/tests/tools copying tests/tools/__init__.py -> build/lib/tests/tools creating build/lib/tests/components copying tests/components/__init__.py -> build/lib/tests/components creating build/lib/tests/tools/modules copying tests/tools/modules/__init__.py -> build/lib/tests/tools/modules creating build/lib/tests/tools/parser copying tests/tools/parser/__init__.py -> build/lib/tests/tools/parser creating build/lib/tests/tools/modules/tests copying tests/tools/modules/tests/__init__.py -> build/lib/tests/tools/modules/tests copying tests/tools/modules/tests/tests_unit_sanitize.py -> build/lib/tests/tools/modules/tests copying tests/tools/modules/tests/tests_unit_module.py -> build/lib/tests/tools/modules/tests creating build/lib/tests/components/data_structure_element copying tests/components/data_structure_element/tests_unit.py -> build/lib/tests/components/data_structure_element copying tests/components/data_structure_element/__init__.py -> build/lib/tests/components/data_structure_element copying tests/components/data_structure_element/tests_int.py -> build/lib/tests/components/data_structure_element creating build/lib/tests/components/module copying tests/components/module/tests_unit.py -> build/lib/tests/components/module copying tests/components/module/__init__.py -> build/lib/tests/components/module creating build/lib/tests/components/data_structure copying tests/components/data_structure/__init__.py -> build/lib/tests/components/data_structure copying tests/components/data_structure/tests_int.py -> build/lib/tests/components/data_structure creating build/lib/tests/components/data_structure_element/fixtures copying tests/components/data_structure_element/fixtures/fixtures.py -> build/lib/tests/components/data_structure_element/fixtures copying tests/components/data_structure_element/fixtures/__init__.py -> build/lib/tests/components/data_structure_element/fixtures running egg_info writing dependency_links to core_parser_app.egg-info/dependency_links.txt writing top-level names to core_parser_app.egg-info/top_level.txt writing core_parser_app.egg-info/PKG-INFO writing requirements to core_parser_app.egg-info/requires.txt reading manifest file 'core_parser_app.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'core_parser_app.egg-info/SOURCES.txt' creating build/lib/core_parser_app/static creating build/lib/core_parser_app/static/core_parser_app creating build/lib/core_parser_app/static/core_parser_app/common creating build/lib/core_parser_app/static/core_parser_app/common/css copying core_parser_app/static/core_parser_app/common/css/modules.css -> build/lib/core_parser_app/static/core_parser_app/common/css creating build/lib/core_parser_app/static/core_parser_app/common/js copying core_parser_app/static/core_parser_app/common/js/module_manager.js -> build/lib/core_parser_app/static/core_parser_app/common/js copying core_parser_app/static/core_parser_app/common/js/module_manager.raw.js -> build/lib/core_parser_app/static/core_parser_app/common/js creating build/lib/core_parser_app/static/core_parser_app/common/xsd copying core_parser_app/static/core_parser_app/common/xsd/annotations.xsd -> build/lib/core_parser_app/static/core_parser_app/common/xsd copying core_parser_app/static/core_parser_app/common/xsd/boolean.xsd -> build/lib/core_parser_app/static/core_parser_app/common/xsd copying core_parser_app/static/core_parser_app/common/xsd/date.xsd -> build/lib/core_parser_app/static/core_parser_app/common/xsd creating build/lib/core_parser_app/templates creating build/lib/core_parser_app/templates/core_parser_app creating build/lib/core_parser_app/templates/core_parser_app/common copying core_parser_app/templates/core_parser_app/common/module_manager.html -> build/lib/core_parser_app/templates/core_parser_app/common copying core_parser_app/templates/core_parser_app/common/module_manager_box.html -> build/lib/core_parser_app/templates/core_parser_app/common copying core_parser_app/templates/core_parser_app/common/modules.html -> build/lib/core_parser_app/templates/core_parser_app/common creating build/lib/core_parser_app/templates/core_parser_app/common/modals copying core_parser_app/templates/core_parser_app/common/modals/add_module.html -> build/lib/core_parser_app/templates/core_parser_app/common/modals creating build/lib/core_parser_app/tools/modules/static creating build/lib/core_parser_app/tools/modules/static/core_parser_app creating build/lib/core_parser_app/tools/modules/static/core_parser_app/css creating build/lib/core_parser_app/tools/modules/static/core_parser_app/css/builtin copying core_parser_app/tools/modules/static/core_parser_app/css/builtin/checkboxes.css -> build/lib/core_parser_app/tools/modules/static/core_parser_app/css/builtin copying core_parser_app/tools/modules/static/core_parser_app/css/builtin/textarea.css -> build/lib/core_parser_app/tools/modules/static/core_parser_app/css/builtin creating build/lib/core_parser_app/tools/modules/static/core_parser_app/js copying core_parser_app/tools/modules/static/core_parser_app/js/modules.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js copying core_parser_app/tools/modules/static/core_parser_app/js/modules.raw.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js creating build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/autocomplete.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/checkboxes.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/input.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/options.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/popup.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/sync_input.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying core_parser_app/tools/modules/static/core_parser_app/js/builtin/textarea.js -> build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin creating build/lib/core_parser_app/tools/modules/static/core_parser_app/xsl copying core_parser_app/tools/modules/static/core_parser_app/xsl/xsd2html4modules.xsl -> build/lib/core_parser_app/tools/modules/static/core_parser_app/xsl creating build/lib/core_parser_app/tools/modules/templates creating build/lib/core_parser_app/tools/modules/templates/core_parser_app copying core_parser_app/tools/modules/templates/core_parser_app/module.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app creating build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/autocomplete.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/checkboxes.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/input.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/input_button.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/options.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/popup.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/sync_input.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin copying core_parser_app/tools/modules/templates/core_parser_app/builtin/textarea.html -> build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin creating build/lib/core_parser_app/tools/parser/static creating build/lib/core_parser_app/tools/parser/static/core_parser_app creating build/lib/core_parser_app/tools/parser/static/core_parser_app/css copying core_parser_app/tools/parser/static/core_parser_app/css/use.css -> build/lib/core_parser_app/tools/parser/static/core_parser_app/css creating build/lib/core_parser_app/tools/parser/static/core_parser_app/js copying core_parser_app/tools/parser/static/core_parser_app/js/autosave.js -> build/lib/core_parser_app/tools/parser/static/core_parser_app/js copying core_parser_app/tools/parser/static/core_parser_app/js/autosave.raw.js -> build/lib/core_parser_app/tools/parser/static/core_parser_app/js copying core_parser_app/tools/parser/static/core_parser_app/js/autosave_checkbox.js -> build/lib/core_parser_app/tools/parser/static/core_parser_app/js copying core_parser_app/tools/parser/static/core_parser_app/js/buttons.js -> build/lib/core_parser_app/tools/parser/static/core_parser_app/js copying core_parser_app/tools/parser/static/core_parser_app/js/choice.js -> build/lib/core_parser_app/tools/parser/static/core_parser_app/js creating build/lib/core_parser_app/tools/parser/templates creating build/lib/core_parser_app/tools/parser/templates/renderer creating build/lib/core_parser_app/tools/parser/templates/renderer/default copying core_parser_app/tools/parser/templates/renderer/default/form-error.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default copying core_parser_app/tools/parser/templates/renderer/default/ul.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default copying core_parser_app/tools/parser/templates/renderer/default/warning.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default creating build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons copying core_parser_app/tools/parser/templates/renderer/default/buttons/add.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons copying core_parser_app/tools/parser/templates/renderer/default/buttons/collapse.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons copying core_parser_app/tools/parser/templates/renderer/default/buttons/delete.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons creating build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs copying core_parser_app/tools/parser/templates/renderer/default/inputs/boolean.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs copying core_parser_app/tools/parser/templates/renderer/default/inputs/checkbox.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs copying core_parser_app/tools/parser/templates/renderer/default/inputs/date.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs copying core_parser_app/tools/parser/templates/renderer/default/inputs/input.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs copying core_parser_app/tools/parser/templates/renderer/default/inputs/select.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs creating build/lib/core_parser_app/tools/parser/templates/renderer/default/test copying core_parser_app/tools/parser/templates/renderer/default/test/sample_no_data.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/test copying core_parser_app/tools/parser/templates/renderer/default/test/sample_with_data.html -> build/lib/core_parser_app/tools/parser/templates/renderer/default/test creating build/lib/core_parser_app/tools/parser/templates/renderer/list copying core_parser_app/tools/parser/templates/renderer/list/attributes.html -> build/lib/core_parser_app/tools/parser/templates/renderer/list copying core_parser_app/tools/parser/templates/renderer/list/li.html -> build/lib/core_parser_app/tools/parser/templates/renderer/list copying core_parser_app/tools/parser/templates/renderer/list/ul.html -> build/lib/core_parser_app/tools/parser/templates/renderer/list creating build/lib/core_parser_app/tools/parser/templates/renderer/table copying core_parser_app/tools/parser/templates/renderer/table/table.html -> build/lib/core_parser_app/tools/parser/templates/renderer/table copying core_parser_app/tools/parser/templates/renderer/table/tr.html -> build/lib/core_parser_app/tools/parser/templates/renderer/table copying core_parser_app/tools/parser/templates/renderer/table/wrap.html -> build/lib/core_parser_app/tools/parser/templates/renderer/table creating build/lib/core_parser_app/tools/parser/templates/renderer/xml copying core_parser_app/tools/parser/templates/renderer/xml/element.html -> build/lib/core_parser_app/tools/parser/templates/renderer/xml 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/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/static creating build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common creating build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/xsd copying build/lib/core_parser_app/static/core_parser_app/common/xsd/boolean.xsd -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/xsd copying build/lib/core_parser_app/static/core_parser_app/common/xsd/date.xsd -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/xsd copying build/lib/core_parser_app/static/core_parser_app/common/xsd/annotations.xsd -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/xsd creating build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/js copying build/lib/core_parser_app/static/core_parser_app/common/js/module_manager.raw.js -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/js copying build/lib/core_parser_app/static/core_parser_app/common/js/module_manager.js -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/js creating build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/css copying build/lib/core_parser_app/static/core_parser_app/common/css/modules.css -> build/bdist.linux-armv7l/wheel/core_parser_app/static/core_parser_app/common/css creating build/bdist.linux-armv7l/wheel/core_parser_app/tools creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/modules.raw.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/popup.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/input.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/checkboxes.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/options.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/sync_input.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/textarea.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/builtin/autocomplete.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/js/modules.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/js creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/css creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/css/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/css/builtin/textarea.css -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/css/builtin copying build/lib/core_parser_app/tools/modules/static/core_parser_app/css/builtin/checkboxes.css -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/css/builtin creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/xsl copying build/lib/core_parser_app/tools/modules/static/core_parser_app/xsl/xsd2html4modules.xsl -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/static/core_parser_app/xsl copying build/lib/core_parser_app/tools/modules/exceptions.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules copying build/lib/core_parser_app/tools/modules/discover.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views copying build/lib/core_parser_app/tools/modules/views/views.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/textarea_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/popup_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/checkboxes_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/sync_input_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/autocomplete_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/input_button_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/input_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/builtin/options_module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views/builtin copying build/lib/core_parser_app/tools/modules/views/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views copying build/lib/core_parser_app/tools/modules/views/module.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/views copying build/lib/core_parser_app/tools/modules/sanitize.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules copying build/lib/core_parser_app/tools/modules/urls.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules copying build/lib/core_parser_app/tools/modules/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/module.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/input_button.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/options.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/sync_input.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/textarea.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/input.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/checkboxes.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/popup.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/templates/core_parser_app/builtin/autocomplete.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules/templates/core_parser_app/builtin copying build/lib/core_parser_app/tools/modules/xpathaccessor.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/modules copying build/lib/core_parser_app/tools/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js copying build/lib/core_parser_app/tools/parser/static/core_parser_app/js/buttons.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js copying build/lib/core_parser_app/tools/parser/static/core_parser_app/js/autosave_checkbox.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js copying build/lib/core_parser_app/tools/parser/static/core_parser_app/js/autosave.raw.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js copying build/lib/core_parser_app/tools/parser/static/core_parser_app/js/choice.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js copying build/lib/core_parser_app/tools/parser/static/core_parser_app/js/autosave.js -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/js creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/css copying build/lib/core_parser_app/tools/parser/static/core_parser_app/css/use.css -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/static/core_parser_app/css copying build/lib/core_parser_app/tools/parser/exceptions.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser copying build/lib/core_parser_app/tools/parser/parser.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser copying build/lib/core_parser_app/tools/parser/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer copying build/lib/core_parser_app/tools/parser/renderer/checkbox.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer copying build/lib/core_parser_app/tools/parser/renderer/list.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer copying build/lib/core_parser_app/tools/parser/renderer/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer copying build/lib/core_parser_app/tools/parser/renderer/table.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer copying build/lib/core_parser_app/tools/parser/renderer/xml.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/renderer creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/utils copying build/lib/core_parser_app/tools/parser/utils/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/utils copying build/lib/core_parser_app/tools/parser/utils/rendering.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/utils copying build/lib/core_parser_app/tools/parser/utils/xml.py -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/utils creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/list copying build/lib/core_parser_app/tools/parser/templates/renderer/list/attributes.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/list copying build/lib/core_parser_app/tools/parser/templates/renderer/list/li.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/list copying build/lib/core_parser_app/tools/parser/templates/renderer/list/ul.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/list creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs/boolean.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs/date.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs/input.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs/select.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/inputs/checkbox.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/inputs copying build/lib/core_parser_app/tools/parser/templates/renderer/default/form-error.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/test copying build/lib/core_parser_app/tools/parser/templates/renderer/default/test/sample_with_data.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/test copying build/lib/core_parser_app/tools/parser/templates/renderer/default/test/sample_no_data.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/test copying build/lib/core_parser_app/tools/parser/templates/renderer/default/ul.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/buttons copying build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons/delete.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/buttons copying build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons/collapse.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/buttons copying build/lib/core_parser_app/tools/parser/templates/renderer/default/buttons/add.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default/buttons copying build/lib/core_parser_app/tools/parser/templates/renderer/default/warning.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/default creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/table copying build/lib/core_parser_app/tools/parser/templates/renderer/table/table.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/table copying build/lib/core_parser_app/tools/parser/templates/renderer/table/wrap.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/table copying build/lib/core_parser_app/tools/parser/templates/renderer/table/tr.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/table creating build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/xml copying build/lib/core_parser_app/tools/parser/templates/renderer/xml/element.html -> build/bdist.linux-armv7l/wheel/core_parser_app/tools/parser/templates/renderer/xml creating build/bdist.linux-armv7l/wheel/core_parser_app/components creating build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure_element copying build/lib/core_parser_app/components/data_structure_element/models.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure_element copying build/lib/core_parser_app/components/data_structure_element/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure_element copying build/lib/core_parser_app/components/data_structure_element/api.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure_element creating build/bdist.linux-armv7l/wheel/core_parser_app/components/module copying build/lib/core_parser_app/components/module/models.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/module copying build/lib/core_parser_app/components/module/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/module copying build/lib/core_parser_app/components/module/api.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/module creating build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure copying build/lib/core_parser_app/components/data_structure/models.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure copying build/lib/core_parser_app/components/data_structure/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure copying build/lib/core_parser_app/components/data_structure/api.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components/data_structure copying build/lib/core_parser_app/components/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/components copying build/lib/core_parser_app/apps.py -> build/bdist.linux-armv7l/wheel/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/views creating build/bdist.linux-armv7l/wheel/core_parser_app/views/user copying build/lib/core_parser_app/views/user/ajax.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/user copying build/lib/core_parser_app/views/user/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/user copying build/lib/core_parser_app/views/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views creating build/bdist.linux-armv7l/wheel/core_parser_app/views/common copying build/lib/core_parser_app/views/common/views.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/common copying build/lib/core_parser_app/views/common/ajax.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/common copying build/lib/core_parser_app/views/common/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/common creating build/bdist.linux-armv7l/wheel/core_parser_app/views/admin copying build/lib/core_parser_app/views/admin/views.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/admin copying build/lib/core_parser_app/views/admin/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app/views/admin copying build/lib/core_parser_app/urls.py -> build/bdist.linux-armv7l/wheel/core_parser_app copying build/lib/core_parser_app/__init__.py -> build/bdist.linux-armv7l/wheel/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/templates creating build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app creating build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common creating build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common/modals copying build/lib/core_parser_app/templates/core_parser_app/common/modals/add_module.html -> build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common/modals copying build/lib/core_parser_app/templates/core_parser_app/common/module_manager.html -> build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common copying build/lib/core_parser_app/templates/core_parser_app/common/modules.html -> build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common copying build/lib/core_parser_app/templates/core_parser_app/common/module_manager_box.html -> build/bdist.linux-armv7l/wheel/core_parser_app/templates/core_parser_app/common copying build/lib/core_parser_app/admin.py -> build/bdist.linux-armv7l/wheel/core_parser_app copying build/lib/core_parser_app/settings.py -> build/bdist.linux-armv7l/wheel/core_parser_app creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_settings.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/tools creating build/bdist.linux-armv7l/wheel/tests/tools/modules copying build/lib/tests/tools/modules/__init__.py -> build/bdist.linux-armv7l/wheel/tests/tools/modules creating build/bdist.linux-armv7l/wheel/tests/tools/modules/tests copying build/lib/tests/tools/modules/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests/tools/modules/tests copying build/lib/tests/tools/modules/tests/tests_unit_sanitize.py -> build/bdist.linux-armv7l/wheel/tests/tools/modules/tests copying build/lib/tests/tools/modules/tests/tests_unit_module.py -> build/bdist.linux-armv7l/wheel/tests/tools/modules/tests copying build/lib/tests/tools/__init__.py -> build/bdist.linux-armv7l/wheel/tests/tools creating build/bdist.linux-armv7l/wheel/tests/tools/parser copying build/lib/tests/tools/parser/__init__.py -> build/bdist.linux-armv7l/wheel/tests/tools/parser creating build/bdist.linux-armv7l/wheel/tests/components creating build/bdist.linux-armv7l/wheel/tests/components/data_structure_element copying build/lib/tests/components/data_structure_element/tests_unit.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure_element creating build/bdist.linux-armv7l/wheel/tests/components/data_structure_element/fixtures copying build/lib/tests/components/data_structure_element/fixtures/fixtures.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure_element/fixtures copying build/lib/tests/components/data_structure_element/fixtures/__init__.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure_element/fixtures copying build/lib/tests/components/data_structure_element/__init__.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure_element copying build/lib/tests/components/data_structure_element/tests_int.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure_element creating build/bdist.linux-armv7l/wheel/tests/components/module copying build/lib/tests/components/module/tests_unit.py -> build/bdist.linux-armv7l/wheel/tests/components/module copying build/lib/tests/components/module/__init__.py -> build/bdist.linux-armv7l/wheel/tests/components/module creating build/bdist.linux-armv7l/wheel/tests/components/data_structure copying build/lib/tests/components/data_structure/__init__.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure copying build/lib/tests/components/data_structure/tests_int.py -> build/bdist.linux-armv7l/wheel/tests/components/data_structure copying build/lib/tests/components/__init__.py -> build/bdist.linux-armv7l/wheel/tests/components copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying core_parser_app.egg-info to build/bdist.linux-armv7l/wheel/core_parser_app-1.0.0b1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/core_parser_app-1.0.0b1.dist-info/WHEEL Running setup.py bdist_wheel for core-parser-app: finished with status 'done' Stored in directory: /tmp/tmp5iafefsv Successfully built core-parser-app Cleaning up... Removing source in /tmp/pip-build-k5d8tjsj/core-parser-app