Created
February 18, 2018 12:58
-
-
Save attilagyorffy/a74c833172b0106781cedcebced03255 to your computer and use it in GitHub Desktop.
tux output in luma.examples on a nanopi neo air
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@NanoPi-NEO-Air:~# git clone https://github.com/rm-hull/luma.core.git | |
Cloning into 'luma.core'... | |
remote: Counting objects: 1338, done. | |
remote: Compressing objects: 100% (29/29), done. | |
remote: Total 1338 (delta 12), reused 15 (delta 5), pack-reused 1304 | |
Receiving objects: 100% (1338/1338), 376.52 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (791/791), done. | |
Checking connectivity... done. | |
root@NanoPi-NEO-Air:~# cd luma.core | |
root@NanoPi-NEO-Air:~/luma.core# pip install -e . | |
pip install tox coverage | |
Obtaining file:///root/luma.core | |
Requirement already satisfied (use --upgrade to upgrade): pillow>=4.0.0 in /usr/local/lib/python2.7/dist-packages (from luma.core===1.5.0) | |
Requirement already satisfied (use --upgrade to upgrade): smbus2 in /usr/local/lib/python2.7/dist-packages (from luma.core===1.5.0) | |
Requirement already satisfied (use --upgrade to upgrade): spidev in /usr/local/lib/python2.7/dist-packages (from luma.core===1.5.0) | |
Requirement already satisfied (use --upgrade to upgrade): RPI.GPIO in /usr/local/lib/python2.7/dist-packages (from luma.core===1.5.0) | |
Requirement already satisfied (use --upgrade to upgrade): monotonic in /usr/local/lib/python2.7/dist-packages (from luma.core===1.5.0) | |
Installing collected packages: luma.core | |
Running setup.py develop for luma.core | |
Successfully installed luma.core-1.5.0 | |
You are using pip version 8.1.1, however version 9.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
root@NanoPi-NEO-Air:~/luma.core# pip install tox coverage | |
tox | |
Requirement already satisfied (use --upgrade to upgrade): tox in /usr/local/lib/python2.7/dist-packages | |
Requirement already satisfied (use --upgrade to upgrade): coverage in /usr/local/lib/python2.7/dist-packages | |
Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from tox) | |
Requirement already satisfied (use --upgrade to upgrade): virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python2.7/dist-packages (from tox) | |
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.17 in /usr/local/lib/python2.7/dist-packages (from tox) | |
Requirement already satisfied (use --upgrade to upgrade): pluggy<1.0,>=0.3.0 in /usr/local/lib/python2.7/dist-packages (from tox) | |
You are using pip version 8.1.1, however version 9.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
root@NanoPi-NEO-Air:~/luma.core# tox | |
GLOB sdist-make: /root/luma.core/setup.py | |
py27 create: /root/luma.core/.tox/py27 | |
py27 installdeps: .[test] | |
py27 inst: /root/luma.core/.tox/dist/luma.core-1.5.0.zip | |
py27 installed: attrs==17.4.0,coverage==4.5.1,funcsigs==1.0.2,luma.core==1.5.0,mock==2.0.0,monotonic==1.4,pbr==3.1.1,Pillow==5.0.0,pluggy==0.6.0,py==1.5.2,pytest==3.4.0,pytest-cov==2.5.1,RPi.GPIO==0.6.3,six==1.11.0,smbus2==0.2.0,spidev==3.2 | |
py27 runtests: PYTHONHASHSEED='243217311' | |
py27 runtests: commands[0] | python setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
writing namespace_packages to luma.core.egg-info/namespace_packages.txt | |
writing requirements to luma.core.egg-info/requires.txt | |
writing top-level names to luma.core.egg-info/top_level.txt | |
writing dependency_links to luma.core.egg-info/dependency_links.txt | |
writing luma.core.egg-info/PKG-INFO | |
reading manifest file 'luma.core.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
no previously-included directories found matching 'doc/_build' | |
warning: no previously-included files matching '__pycache__' found under directory '*' | |
warning: no previously-included files matching '*.py[co]' found under directory '*' | |
warning: no previously-included files matching '*~' found under directory '*' | |
warning: no previously-included files matching '.coverage' found under directory '*' | |
warning: no previously-included files matching '.DS_Store' found under directory '*' | |
warning: no previously-included files matching '.ropeproject' found under directory '*' | |
writing manifest file 'luma.core.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-armv7l/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib.linux-armv7l-2.7 | |
creating build/lib.linux-armv7l-2.7/luma | |
creating build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/__init__.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/ansi_color.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/cmdline.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/const.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/device.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/error.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/framebuffer.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/image_composition.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/lib.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/mixin.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/render.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/sprite_system.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/threadpool.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/util.py -> build/lib.linux-armv7l-2.7/luma/core | |
copying luma/core/virtual.py -> build/lib.linux-armv7l-2.7/luma/core | |
creating build/lib.linux-armv7l-2.7/luma/core/legacy | |
copying luma/core/legacy/__init__.py -> build/lib.linux-armv7l-2.7/luma/core/legacy | |
copying luma/core/legacy/font.py -> build/lib.linux-armv7l-2.7/luma/core/legacy | |
creating build/lib.linux-armv7l-2.7/luma/core/interface | |
copying luma/core/interface/__init__.py -> build/lib.linux-armv7l-2.7/luma/core/interface | |
copying luma/core/interface/serial.py -> build/lib.linux-armv7l-2.7/luma/core/interface | |
creating build/bdist.linux-armv7l | |
creating build/bdist.linux-armv7l/egg | |
creating build/bdist.linux-armv7l/egg/luma | |
creating build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/__init__.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/ansi_color.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/cmdline.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/const.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/device.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/error.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/framebuffer.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/image_composition.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/lib.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/mixin.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/render.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/sprite_system.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/threadpool.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/util.py -> build/bdist.linux-armv7l/egg/luma/core | |
copying build/lib.linux-armv7l-2.7/luma/core/virtual.py -> build/bdist.linux-armv7l/egg/luma/core | |
creating build/bdist.linux-armv7l/egg/luma/core/legacy | |
copying build/lib.linux-armv7l-2.7/luma/core/legacy/__init__.py -> build/bdist.linux-armv7l/egg/luma/core/legacy | |
copying build/lib.linux-armv7l-2.7/luma/core/legacy/font.py -> build/bdist.linux-armv7l/egg/luma/core/legacy | |
creating build/bdist.linux-armv7l/egg/luma/core/interface | |
copying build/lib.linux-armv7l-2.7/luma/core/interface/__init__.py -> build/bdist.linux-armv7l/egg/luma/core/interface | |
copying build/lib.linux-armv7l-2.7/luma/core/interface/serial.py -> build/bdist.linux-armv7l/egg/luma/core/interface | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/ansi_color.py to ansi_color.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/cmdline.py to cmdline.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/const.py to const.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/device.py to device.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/error.py to error.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/framebuffer.py to framebuffer.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/image_composition.py to image_composition.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/lib.py to lib.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/mixin.py to mixin.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/render.py to render.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/sprite_system.py to sprite_system.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/threadpool.py to threadpool.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/util.py to util.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/virtual.py to virtual.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/legacy/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/legacy/font.py to font.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/interface/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-armv7l/egg/luma/core/interface/serial.py to serial.pyc | |
creating build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/namespace_packages.txt -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/not-zip-safe -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO | |
copying luma.core.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO | |
creating dist | |
creating 'dist/luma.core-1.5.0-py2.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it | |
removing 'build/bdist.linux-armv7l/egg' (and everything under it) | |
Processing luma.core-1.5.0-py2.7.egg | |
creating /root/luma.core/.tox/py27/lib/python2.7/site-packages/luma.core-1.5.0-py2.7.egg | |
Extracting luma.core-1.5.0-py2.7.egg to /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Adding luma.core 1.5.0 to easy-install.pth file | |
Installed /root/luma.core/.tox/py27/lib/python2.7/site-packages/luma.core-1.5.0-py2.7.egg | |
Processing dependencies for luma.core==1.5.0 | |
Searching for monotonic==1.4 | |
Best match: monotonic 1.4 | |
Adding monotonic 1.4 to easy-install.pth file | |
Using /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Searching for RPi.GPIO==0.6.3 | |
Best match: RPi.GPIO 0.6.3 | |
Adding RPi.GPIO 0.6.3 to easy-install.pth file | |
Using /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Searching for spidev==3.2 | |
Best match: spidev 3.2 | |
Adding spidev 3.2 to easy-install.pth file | |
Using /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Searching for smbus2==0.2.0 | |
Best match: smbus2 0.2.0 | |
Adding smbus2 0.2.0 to easy-install.pth file | |
Using /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Searching for Pillow==5.0.0 | |
Best match: Pillow 5.0.0 | |
Adding Pillow 5.0.0 to easy-install.pth file | |
Using /root/luma.core/.tox/py27/lib/python2.7/site-packages | |
Finished processing dependencies for luma.core==1.5.0 | |
py27 runtests: commands[1] | coverage run -m py.test -v -r wsx -s | |
============================= test session starts ============================== | |
platform linux2 -- Python 2.7.12, pytest-3.4.0, py-1.5.2, pluggy-0.6.0 -- /root/luma.core/.tox/py27/bin/python2.7 | |
cachedir: .pytest_cache | |
rootdir: /root/luma.core, inifile: | |
plugins: cov-2.5.1 | |
collected 128 items | |
tests/test_ansi_color.py::test_parse_str_no_escape PASSED | |
tests/test_ansi_color.py::test_parse_str_valid_ansi_colors PASSED | |
tests/test_ansi_color.py::test_parse_str_multiple_ansi_colors PASSED | |
tests/test_ansi_color.py::test_parse_str_unknown_ansi_colors_ignored PASSED | |
tests/test_ansi_color.py::test_strip_ansi_codes PASSED | |
tests/test_bitbang.py::test_data PASSED | |
tests/test_bitbang.py::test_cleanup PASSED | |
tests/test_bitbang.py::test_unsupported_gpio_platform PASSED | |
tests/test_canvas.py::test_canvas_background PASSED | |
tests/test_canvas.py::test_canvas_wrong_size PASSED | |
tests/test_cmdline.py::test_get_interface_types PASSED | |
tests/test_cmdline.py::test_get_display_types PASSED | |
tests/test_cmdline.py::test_get_choices_unknown_module PASSED | |
tests/test_cmdline.py::test_get_library_version PASSED | |
tests/test_cmdline.py::test_get_library_for_display_type PASSED | |
tests/test_cmdline.py::test_load_config_file_parse PASSED | |
tests/test_cmdline.py::test_create_parser PASSED | |
tests/test_cmdline.py::test_make_serial_i2c PASSED | |
tests/test_cmdline.py::test_make_serial_spi SKIPPED | |
tests/test_cmdline.py::test_make_serial_spi_alt_gpio PASSED | |
tests/test_cmdline.py::test_create_device PASSED | |
tests/test_cmdline.py::test_create_device_oled SKIPPED | |
tests/test_cmdline.py::test_create_device_lcd PASSED | |
tests/test_cmdline.py::test_create_device_led_matrix PASSED | |
tests/test_cmdline.py::test_create_device_emulator PASSED | |
tests/test_dummy.py::test_capture_noops PASSED | |
tests/test_dummy.py::test_portrait PASSED | |
tests/test_dummy.py::test_dither PASSED | |
tests/test_framebuffer.py::test_full_frame PASSED | |
tests/test_framebuffer.py::test_diff_to_previous PASSED | |
tests/test_framerate_regulator.py::test_init_default PASSED | |
tests/test_framerate_regulator.py::test_init_unlimited PASSED | |
tests/test_framerate_regulator.py::test_init_30fps PASSED | |
tests/test_framerate_regulator.py::test_sleep PASSED | |
tests/test_framerate_regulator.py::test_effective_FPS PASSED | |
tests/test_framerate_regulator.py::test_average_transit_time PASSED | |
tests/test_history.py::test_restore_throws_error_when_empty PASSED | |
tests/test_history.py::test_save_and_restore_reverts_image PASSED | |
tests/test_history.py::test_drop_and_restore PASSED | |
tests/test_i2c.py::test_init_device_not_found PASSED | |
tests/test_i2c.py::test_init_device_permission_error PASSED | |
tests/test_i2c.py::test_init_device_address_error PASSED | |
tests/test_i2c.py::test_init_no_bus PASSED | |
tests/test_i2c.py::test_init_bus_provided PASSED | |
tests/test_i2c.py::test_command PASSED | |
tests/test_i2c.py::test_i2c_command_device_not_found_error PASSED | |
tests/test_i2c.py::test_i2c_data PASSED | |
tests/test_i2c.py::test_i2c_data_chunked PASSED | |
tests/test_i2c.py::test_cleanup PASSED | |
tests/test_image_composition.py::test_composable_image_none PASSED | |
tests/test_image_composition.py::test_composable_image_image PASSED | |
tests/test_image_composition.py::test_composable_image_ctor PASSED | |
tests/test_image_composition.py::test_composable_image_crop_same PASSED | |
tests/test_image_composition.py::test_composable_image_crop_size_smaller_than_image_size PASSED | |
tests/test_image_composition.py::test_composable_image_crop_size_greater_than_image_size PASSED | |
tests/test_image_composition.py::test_composable_image_crop_offset PASSED | |
tests/test_image_composition.py::test_image_composition_ctor PASSED | |
tests/test_image_composition.py::test_image_add_image_none PASSED | |
tests/test_image_composition.py::test_image_remove_image_none PASSED | |
tests/test_image_composition.py::test_image_count PASSED | |
tests/test_image_composition.py::test_refresh_no_images PASSED | |
tests/test_image_composition.py::test_refresh PASSED | |
tests/test_legacy.py::test_textsize PASSED | |
tests/test_legacy.py::test_text_space PASSED | |
tests/test_legacy.py::test_text_char PASSED | |
tests/test_legacy.py::test_show_message PASSED | |
tests/test_lib.py::test_rpio_gpio PASSED | |
tests/test_lib.py::test_spidev PASSED | |
tests/test_lib.py::test_multi PASSED | |
tests/test_mixin.py::test_display_not_implemented PASSED | |
tests/test_observable.py::test_length PASSED | |
tests/test_observable.py::test_iteration PASSED | |
tests/test_observable.py::test_getattribute PASSED | |
tests/test_observable.py::test_getitem PASSED | |
tests/test_observable.py::test_setitem PASSED | |
tests/test_observable.py::test_setslice PASSED | |
tests/test_observable.py::test_delitem PASSED | |
tests/test_observable.py::test_getslice PASSED | |
tests/test_observable.py::test_repr PASSED | |
tests/test_proportional.py::test_narrow_char PASSED | |
tests/test_proportional.py::test_wide_char PASSED | |
tests/test_proportional.py::test_space_char PASSED | |
tests/test_proportional.py::test_doublequote_char PASSED | |
tests/test_proportional.py::test_trim_not_nonzero PASSED | |
tests/test_sevensegment.py::test_init PASSED | |
tests/test_sevensegment.py::test_overflow PASSED | |
tests/test_sevensegment.py::test_setter_getter PASSED | |
tests/test_spi.py::test_init PASSED | |
tests/test_spi.py::test_init_invalid_bus_speed PASSED | |
tests/test_spi.py::test_command PASSED | |
tests/test_spi.py::test_data PASSED | |
tests/test_spi.py::test_cleanup PASSED | |
tests/test_spi.py::test_init_device_not_found PASSED | |
tests/test_spi.py::test_unsupported_gpio_platform PASSED | |
tests/test_spritesheet.py::test_init PASSED | |
tests/test_spritesheet.py::test_len PASSED | |
tests/test_spritesheet.py::test_caching PASSED | |
tests/test_spritesheet.py::test_get PASSED | |
tests/test_spritesheet.py::test_get_string PASSED | |
tests/test_spritesheet.py::test_get_outofrange PASSED | |
tests/test_spritesheet.py::test_animate_unknown_seq PASSED | |
tests/test_spritesheet.py::test_animate_finite_seq PASSED | |
tests/test_spritesheet.py::test_animate_slow_seq PASSED | |
tests/test_spritesheet.py::test_animate_infinite_seq PASSED | |
tests/test_spritesheet.py::test_animate_subroutine PASSED | |
tests/test_terminal.py::test_default_text PASSED | |
tests/test_terminal.py::test_wrapped_text PASSED | |
tests/test_terminal.py::test_tab_alignment PASSED | |
tests/test_terminal.py::test_control_chars PASSED | |
tests/test_terminal.py::test_scrolling PASSED | |
tests/test_terminal.py::test_alt_colors PASSED | |
tests/test_terminal.py::test_ansi_colors PASSED | |
tests/test_terminal.py::test_ansi_colors_wrapped PASSED | |
tests/test_terminal.py::test_ansi_colors_scroll PASSED | |
tests/test_tolerant.py::test_default PASSED | |
tests/test_tolerant.py::test_custom_missing PASSED | |
tests/test_tolerant.py::test_with_proportional PASSED | |
tests/test_util.py::test_mutablestring PASSED | |
tests/test_viewport.py::test_range_overlap_over12 PASSED | |
tests/test_viewport.py::test_range_overlap_over123 PASSED | |
tests/test_viewport.py::test_range_overlap_over23 PASSED | |
tests/test_viewport.py::test_range_overlap_over234 PASSED | |
tests/test_viewport.py::test_range_overlap_over34 PASSED | |
tests/test_viewport.py::test_range_overlap_over4 PASSED | |
tests/test_viewport.py::test_range_overlap_over_none PASSED | |
tests/test_viewport.py::test_snapshot_last_updated PASSED | |
tests/test_viewport.py::test_viewport_set_position PASSED | |
tests/test_viewport.py::test_viewport_hotspot PASSED | |
=========================== short test summary info ============================ | |
SKIP [1] /root/luma.core/tests/test_cmdline.py:156: UnsupportedPlatform (GPIO access not available) | |
SKIP [1] /root/luma.core/tests/test_cmdline.py:215: UnsupportedPlatform (GPIO access not available) | |
==================== 126 passed, 2 skipped in 13.90 seconds ==================== | |
py27 runtests: commands[2] | coverage report | |
Name Stmts Miss Cover | |
----------------------------------------------------- | |
luma/core/__init__.py 1 0 100% | |
luma/core/ansi_color.py 26 0 100% | |
luma/core/cmdline.py 142 7 95% | |
luma/core/const.py 10 0 100% | |
luma/core/device.py 32 0 100% | |
luma/core/error.py 8 0 100% | |
luma/core/framebuffer.py 29 0 100% | |
luma/core/image_composition.py 51 0 100% | |
luma/core/interface/__init__.py 0 0 100% | |
luma/core/interface/serial.py 110 0 100% | |
luma/core/legacy/__init__.py 34 0 100% | |
luma/core/legacy/font.py 32 0 100% | |
luma/core/lib.py 12 0 100% | |
luma/core/mixin.py 22 0 100% | |
luma/core/render.py 20 0 100% | |
luma/core/sprite_system.py 93 0 100% | |
luma/core/threadpool.py 25 2 92% | |
luma/core/util.py 52 2 96% | |
luma/core/virtual.py 241 2 99% | |
----------------------------------------------------- | |
TOTAL 940 13 99% | |
py34 create: /root/luma.core/.tox/py34 | |
ERROR: InterpreterNotFound: python3.4 | |
py35 create: /root/luma.core/.tox/py35 | |
py35 installdeps: .[test] | |
ERROR: invocation failed (exit code 1), logfile: /root/luma.core/.tox/py35/log/py35-1.log | |
ERROR: actionid: py35 | |
msg: getenv | |
cmdargs: ['/root/luma.core/.tox/py35/bin/pip', 'install', '.[test]'] | |
Processing /root/luma.core | |
Collecting pillow>=4.0.0 (from luma.core==1.5.0) | |
Using cached Pillow-5.0.0.tar.gz | |
Collecting smbus2 (from luma.core==1.5.0) | |
Collecting spidev (from luma.core==1.5.0) | |
Using cached spidev-3.2.tar.gz | |
Collecting RPI.GPIO (from luma.core==1.5.0) | |
Using cached RPi.GPIO-0.6.3.tar.gz | |
Collecting pytest>=3.1 (from luma.core==1.5.0) | |
Using cached pytest-3.4.0-py2.py3-none-any.whl | |
Collecting pytest-cov (from luma.core==1.5.0) | |
Using cached pytest_cov-2.5.1-py2.py3-none-any.whl | |
Requirement already satisfied: setuptools in ./.tox/py35/lib/python3.5/site-packages (from pytest>=3.1->luma.core==1.5.0) | |
Collecting pluggy<0.7,>=0.5 (from pytest>=3.1->luma.core==1.5.0) | |
Collecting py>=1.5.0 (from pytest>=3.1->luma.core==1.5.0) | |
Using cached py-1.5.2-py2.py3-none-any.whl | |
Collecting attrs>=17.2.0 (from pytest>=3.1->luma.core==1.5.0) | |
Using cached attrs-17.4.0-py2.py3-none-any.whl | |
Collecting six>=1.10.0 (from pytest>=3.1->luma.core==1.5.0) | |
Using cached six-1.11.0-py2.py3-none-any.whl | |
Collecting coverage>=3.7.1 (from pytest-cov->luma.core==1.5.0) | |
Building wheels for collected packages: pillow, spidev, RPI.GPIO | |
Running setup.py bdist_wheel for pillow: started | |
Running setup.py bdist_wheel for pillow: finished with status 'error' | |
Complete output from command /root/luma.core/.tox/py35/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cb3liavz/pillow/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/tmpl5qva6d9pip-wheel- --python-tag cp35: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-armv7l-3.5 | |
creating build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Image.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_util.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/OleFileIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/features.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/version.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
running egg_info | |
writing top-level names to src/Pillow.egg-info/top_level.txt | |
writing dependency_links to src/Pillow.egg-info/dependency_links.txt | |
writing src/Pillow.egg-info/PKG-INFO | |
reading manifest file 'src/Pillow.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.c' | |
warning: no files found matching '*.h' | |
warning: no files found matching '*.sh' | |
no previously-included directories found matching 'docs/_static' | |
warning: no previously-included files found matching '.coveragerc' | |
warning: no previously-included files found matching 'codecov.yml' | |
warning: no previously-included files found matching '.editorconfig' | |
warning: no previously-included files found matching '.landscape.yaml' | |
warning: no previously-included files found matching '.travis' | |
warning: no previously-included files found matching '.travis/*' | |
warning: no previously-included files found matching 'appveyor.yml' | |
warning: no previously-included files found matching 'build_children.sh' | |
warning: no previously-included files found matching 'tox.ini' | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
writing manifest file 'src/Pillow.egg-info/SOURCES.txt' | |
running build_ext | |
building 'PIL._imaging' extension | |
creating build/temp.linux-armv7l-3.5/src | |
creating build/temp.linux-armv7l-3.5/src/libImaging | |
Building using 4 processes | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/_imaging.c -o build/temp.linux-armv7l-3.5/src/_imaging.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/outline.c -o build/temp.linux-armv7l-3.5/src/outline.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Bands.c -o build/temp.linux-armv7l-3.5/src/libImaging/Bands.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Convert.c -o build/temp.linux-armv7l-3.5/src/libImaging/Convert.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Bands.c:19: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Convert.c:36: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
src/_imaging.c:74:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
compilation terminated. | |
src/outline.c:20:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Dib.c -o build/temp.linux-armv7l-3.5/src/libImaging/Dib.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Fill.c -o build/temp.linux-armv7l-3.5/src/libImaging/Fill.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Dib.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Fill.c:19: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/GifDecode.c -o build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/JpegEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantOctree.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantOctree.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Pack.c -o build/temp.linux-armv7l-3.5/src/libImaging/Pack.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/GifDecode.c:25: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/JpegEncode.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Pack.c:29: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/PcxEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Storage.c -o build/temp.linux-armv7l-3.5/src/libImaging/Storage.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/UnpackYCC.c -o build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/PcxEncode.c:17: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/UnpackYCC.c:17: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Storage.c:38: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/ZipEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantPngQuant.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantPngQuant.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/ZipEncode.c:18: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/codec_fd.c -o build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o | |
src/libImaging/codec_fd.c:1:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantHash.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantHash.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantHeap.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantHeap.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/PcdDecode.c -o build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/PcdDecode.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.5/src/_imaging.o build/temp.linux-armv7l-3.5/src/decode.o build/temp.linux-armv7l-3.5/src/encode.o build/temp.linux-armv7l-3.5/src/map.o build/temp.linux-armv7l-3.5/src/display.o build/temp.linux-armv7l-3.5/src/outline.o build/temp.linux-armv7l-3.5/src/path.o build/temp.linux-armv7l-3.5/src/libImaging/Access.o build/temp.linux-armv7l-3.5/src/libImaging/AlphaComposite.o build/temp.linux-armv7l-3.5/src/libImaging/Resample.o build/temp.linux-armv7l-3.5/src/libImaging/Bands.o build/temp.linux-armv7l-3.5/src/libImaging/BcnDecode.o build/temp.linux-armv7l-3.5/src/libImaging/BitDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Blend.o build/temp.linux-armv7l-3.5/src/libImaging/Chops.o build/temp.linux-armv7l-3.5/src/libImaging/Convert.o build/temp.linux-armv7l-3.5/src/libImaging/ConvertYCbCr.o build/temp.linux-armv7l-3.5/src/libImaging/Copy.o build/temp.linux-armv7l-3.5/src/libImaging/Crc32.o build/temp.linux-armv7l-3.5/src/libImaging/Crop.o build/temp.linux-armv7l-3.5/src/libImaging/Dib.o build/temp.linux-armv7l-3.5/src/libImaging/Draw.o build/temp.linux-armv7l-3.5/src/libImaging/Effects.o build/temp.linux-armv7l-3.5/src/libImaging/EpsEncode.o build/temp.linux-armv7l-3.5/src/libImaging/File.o build/temp.linux-armv7l-3.5/src/libImaging/Fill.o build/temp.linux-armv7l-3.5/src/libImaging/Filter.o build/temp.linux-armv7l-3.5/src/libImaging/FliDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Geometry.o build/temp.linux-armv7l-3.5/src/libImaging/GetBBox.o build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o build/temp.linux-armv7l-3.5/src/libImaging/GifEncode.o build/temp.linux-armv7l-3.5/src/libImaging/HexDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Histo.o build/temp.linux-armv7l-3.5/src/libImaging/JpegDecode.o build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Matrix.o build/temp.linux-armv7l-3.5/src/libImaging/ModeFilter.o build/temp.linux-armv7l-3.5/src/libImaging/Negative.o build/temp.linux-armv7l-3.5/src/libImaging/Offset.o build/temp.linux-armv7l-3.5/src/libImaging/Pack.o build/temp.linux-armv7l-3.5/src/libImaging/PackDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Palette.o build/temp.linux-armv7l-3.5/src/libImaging/Paste.o build/temp.linux-armv7l-3.5/src/libImaging/Quant.o build/temp.linux-armv7l-3.5/src/libImaging/QuantOctree.o build/temp.linux-armv7l-3.5/src/libImaging/QuantHash.o build/temp.linux-armv7l-3.5/src/libImaging/QuantHeap.o build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o build/temp.linux-armv7l-3.5/src/libImaging/PcxDecode.o build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Point.o build/temp.linux-armv7l-3.5/src/libImaging/RankFilter.o build/temp.linux-armv7l-3.5/src/libImaging/RawDecode.o build/temp.linux-armv7l-3.5/src/libImaging/RawEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Storage.o build/temp.linux-armv7l-3.5/src/libImaging/SgiRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/SunRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/TgaRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Unpack.o build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o build/temp.linux-armv7l-3.5/src/libImaging/UnsharpMask.o build/temp.linux-armv7l-3.5/src/libImaging/XbmDecode.o build/temp.linux-armv7l-3.5/src/libImaging/XbmEncode.o build/temp.linux-armv7l-3.5/src/libImaging/ZipDecode.o build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o build/temp.linux-armv7l-3.5/src/libImaging/TiffDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KEncode.o build/temp.linux-armv7l-3.5/src/libImaging/BoxBlur.o build/temp.linux-armv7l-3.5/src/libImaging/QuantPngQuant.o build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o -L/root/luma.core/.tox/py35/lib -L/usr/local/lib -ljpeg -lz -ltiff -o build/lib.linux-armv7l-3.5/PIL/_imaging.cpython-35m-arm-linux-gnueabihf.so | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/_imaging.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/decode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/encode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/map.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/display.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/outline.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/path.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Access.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/AlphaComposite.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Resample.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Bands.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BcnDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BitDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Blend.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Chops.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Convert.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ConvertYCbCr.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Copy.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Crc32.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Crop.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Dib.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Draw.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Effects.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/EpsEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/File.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Fill.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Filter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/FliDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Geometry.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GetBBox.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GifEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/HexDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Histo.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/JpegDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Matrix.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ModeFilter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Negative.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Offset.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Pack.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PackDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Palette.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Paste.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Quant.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcxDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Point.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RankFilter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RawDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RawEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Storage.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/SgiRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/SunRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/TgaRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Unpack.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/UnsharpMask.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/XbmDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/XbmEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ZipDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/TiffDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BoxBlur.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o: No such file or directory | |
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for pillow | |
Running setup.py clean for pillow | |
Running setup.py bdist_wheel for spidev: started | |
Running setup.py bdist_wheel for spidev: finished with status 'error' | |
Complete output from command /root/luma.core/.tox/py35/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cb3liavz/spidev/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/tmpslwgixt4pip-wheel- --python-tag cp35: | |
running bdist_wheel | |
running build | |
running build_ext | |
building 'spidev' extension | |
creating build | |
creating build/temp.linux-armv7l-3.5 | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -c spidev_module.c -o build/temp.linux-armv7l-3.5/spidev_module.o | |
spidev_module.c:20:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for spidev | |
Running setup.py clean for spidev | |
Running setup.py bdist_wheel for RPI.GPIO: started | |
Running setup.py bdist_wheel for RPI.GPIO: finished with status 'error' | |
Complete output from command /root/luma.core/.tox/py35/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cb3liavz/RPI.GPIO/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/tmp7yyswhrwpip-wheel- --python-tag cp35: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-armv7l-3.5 | |
creating build/lib.linux-armv7l-3.5/RPi | |
copying RPi/__init__.py -> build/lib.linux-armv7l-3.5/RPi | |
creating build/lib.linux-armv7l-3.5/RPi/GPIO | |
copying RPi/GPIO/__init__.py -> build/lib.linux-armv7l-3.5/RPi/GPIO | |
running build_ext | |
building 'RPi._GPIO' extension | |
creating build/temp.linux-armv7l-3.5 | |
creating build/temp.linux-armv7l-3.5/source | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -c source/py_gpio.c -o build/temp.linux-armv7l-3.5/source/py_gpio.o | |
source/py_gpio.c:23:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for RPI.GPIO | |
Running setup.py clean for RPI.GPIO | |
Failed to build pillow spidev RPI.GPIO | |
Installing collected packages: pillow, smbus2, spidev, RPI.GPIO, pluggy, py, attrs, six, pytest, coverage, pytest-cov, luma.core | |
Running setup.py install for pillow: started | |
Running setup.py install for pillow: finished with status 'error' | |
Complete output from command /root/luma.core/.tox/py35/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cb3liavz/pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-u75x7vef-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/luma.core/.tox/py35/include/site/python3.5/pillow: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-armv7l-3.5 | |
creating build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Image.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_util.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/OleFileIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/features.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/version.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.5/PIL | |
copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.5/PIL | |
running egg_info | |
writing top-level names to src/Pillow.egg-info/top_level.txt | |
writing dependency_links to src/Pillow.egg-info/dependency_links.txt | |
writing src/Pillow.egg-info/PKG-INFO | |
reading manifest file 'src/Pillow.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.c' | |
warning: no files found matching '*.h' | |
warning: no files found matching '*.sh' | |
no previously-included directories found matching 'docs/_static' | |
warning: no previously-included files found matching '.coveragerc' | |
warning: no previously-included files found matching 'codecov.yml' | |
warning: no previously-included files found matching '.editorconfig' | |
warning: no previously-included files found matching '.landscape.yaml' | |
warning: no previously-included files found matching '.travis' | |
warning: no previously-included files found matching '.travis/*' | |
warning: no previously-included files found matching 'appveyor.yml' | |
warning: no previously-included files found matching 'build_children.sh' | |
warning: no previously-included files found matching 'tox.ini' | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
writing manifest file 'src/Pillow.egg-info/SOURCES.txt' | |
running build_ext | |
building 'PIL._imaging' extension | |
creating build/temp.linux-armv7l-3.5/src | |
creating build/temp.linux-armv7l-3.5/src/libImaging | |
Building using 4 processes | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/_imaging.c -o build/temp.linux-armv7l-3.5/src/_imaging.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/outline.c -o build/temp.linux-armv7l-3.5/src/outline.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Bands.c -o build/temp.linux-armv7l-3.5/src/libImaging/Bands.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Convert.c -o build/temp.linux-armv7l-3.5/src/libImaging/Convert.o | |
src/outline.c:20:20: fatal error: Python.h: No such file or directory | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Bands.c:19: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
src/_imaging.c:74:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Convert.c:36: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Dib.c -o build/temp.linux-armv7l-3.5/src/libImaging/Dib.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Fill.c -o build/temp.linux-armv7l-3.5/src/libImaging/Fill.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/GifDecode.c -o build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/JpegEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Dib.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Fill.c:19: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/JpegEncode.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/GifDecode.c:25: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Pack.c -o build/temp.linux-armv7l-3.5/src/libImaging/Pack.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Pack.c:29: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantOctree.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantOctree.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/PcxEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/Storage.c -o build/temp.linux-armv7l-3.5/src/libImaging/Storage.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/UnpackYCC.c -o build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/Storage.c:38: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/PcxEncode.c:17: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
compilation terminated. | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/UnpackYCC.c:17: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/ZipEncode.c -o build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantPngQuant.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantPngQuant.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/ZipEncode.c:18: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/codec_fd.c -o build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o | |
src/libImaging/codec_fd.c:1:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantHash.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantHash.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/QuantHeap.c -o build/temp.linux-armv7l-3.5/src/libImaging/QuantHeap.o | |
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="5.0.0" -I/usr/include/freetype2 -I/tmp/pip-build-cb3liavz/pillow/src/libImaging -I/usr/local/include -I/usr/include -I/usr/include/python3.5m -I/root/luma.core/.tox/py35/include/python3.5m -I/usr/include/arm-linux-gnueabihf -c src/libImaging/PcdDecode.c -o build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o | |
In file included from src/libImaging/Imaging.h:14:0, | |
from src/libImaging/PcdDecode.c:23: | |
src/libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory | |
compilation terminated. | |
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.5/src/_imaging.o build/temp.linux-armv7l-3.5/src/decode.o build/temp.linux-armv7l-3.5/src/encode.o build/temp.linux-armv7l-3.5/src/map.o build/temp.linux-armv7l-3.5/src/display.o build/temp.linux-armv7l-3.5/src/outline.o build/temp.linux-armv7l-3.5/src/path.o build/temp.linux-armv7l-3.5/src/libImaging/Access.o build/temp.linux-armv7l-3.5/src/libImaging/AlphaComposite.o build/temp.linux-armv7l-3.5/src/libImaging/Resample.o build/temp.linux-armv7l-3.5/src/libImaging/Bands.o build/temp.linux-armv7l-3.5/src/libImaging/BcnDecode.o build/temp.linux-armv7l-3.5/src/libImaging/BitDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Blend.o build/temp.linux-armv7l-3.5/src/libImaging/Chops.o build/temp.linux-armv7l-3.5/src/libImaging/Convert.o build/temp.linux-armv7l-3.5/src/libImaging/ConvertYCbCr.o build/temp.linux-armv7l-3.5/src/libImaging/Copy.o build/temp.linux-armv7l-3.5/src/libImaging/Crc32.o build/temp.linux-armv7l-3.5/src/libImaging/Crop.o build/temp.linux-armv7l-3.5/src/libImaging/Dib.o build/temp.linux-armv7l-3.5/src/libImaging/Draw.o build/temp.linux-armv7l-3.5/src/libImaging/Effects.o build/temp.linux-armv7l-3.5/src/libImaging/EpsEncode.o build/temp.linux-armv7l-3.5/src/libImaging/File.o build/temp.linux-armv7l-3.5/src/libImaging/Fill.o build/temp.linux-armv7l-3.5/src/libImaging/Filter.o build/temp.linux-armv7l-3.5/src/libImaging/FliDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Geometry.o build/temp.linux-armv7l-3.5/src/libImaging/GetBBox.o build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o build/temp.linux-armv7l-3.5/src/libImaging/GifEncode.o build/temp.linux-armv7l-3.5/src/libImaging/HexDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Histo.o build/temp.linux-armv7l-3.5/src/libImaging/JpegDecode.o build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Matrix.o build/temp.linux-armv7l-3.5/src/libImaging/ModeFilter.o build/temp.linux-armv7l-3.5/src/libImaging/Negative.o build/temp.linux-armv7l-3.5/src/libImaging/Offset.o build/temp.linux-armv7l-3.5/src/libImaging/Pack.o build/temp.linux-armv7l-3.5/src/libImaging/PackDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Palette.o build/temp.linux-armv7l-3.5/src/libImaging/Paste.o build/temp.linux-armv7l-3.5/src/libImaging/Quant.o build/temp.linux-armv7l-3.5/src/libImaging/QuantOctree.o build/temp.linux-armv7l-3.5/src/libImaging/QuantHash.o build/temp.linux-armv7l-3.5/src/libImaging/QuantHeap.o build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o build/temp.linux-armv7l-3.5/src/libImaging/PcxDecode.o build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Point.o build/temp.linux-armv7l-3.5/src/libImaging/RankFilter.o build/temp.linux-armv7l-3.5/src/libImaging/RawDecode.o build/temp.linux-armv7l-3.5/src/libImaging/RawEncode.o build/temp.linux-armv7l-3.5/src/libImaging/Storage.o build/temp.linux-armv7l-3.5/src/libImaging/SgiRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/SunRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/TgaRleDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Unpack.o build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o build/temp.linux-armv7l-3.5/src/libImaging/UnsharpMask.o build/temp.linux-armv7l-3.5/src/libImaging/XbmDecode.o build/temp.linux-armv7l-3.5/src/libImaging/XbmEncode.o build/temp.linux-armv7l-3.5/src/libImaging/ZipDecode.o build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o build/temp.linux-armv7l-3.5/src/libImaging/TiffDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KDecode.o build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KEncode.o build/temp.linux-armv7l-3.5/src/libImaging/BoxBlur.o build/temp.linux-armv7l-3.5/src/libImaging/QuantPngQuant.o build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o -L/root/luma.core/.tox/py35/lib -L/usr/local/lib -ljpeg -lz -ltiff -o build/lib.linux-armv7l-3.5/PIL/_imaging.cpython-35m-arm-linux-gnueabihf.so | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/_imaging.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/decode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/encode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/map.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/display.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/outline.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/path.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Access.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/AlphaComposite.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Resample.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Bands.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BcnDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BitDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Blend.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Chops.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Convert.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ConvertYCbCr.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Copy.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Crc32.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Crop.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Dib.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Draw.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Effects.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/EpsEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/File.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Fill.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Filter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/FliDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Geometry.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GetBBox.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GifDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/GifEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/HexDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Histo.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/JpegDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/JpegEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Matrix.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ModeFilter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Negative.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Offset.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Pack.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PackDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Palette.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Paste.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Quant.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcdDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcxDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/PcxEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Point.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RankFilter.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RawDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/RawEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Storage.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/SgiRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/SunRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/TgaRleDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Unpack.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/UnpackYCC.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/UnsharpMask.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/XbmDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/XbmEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ZipDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/ZipEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/TiffDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KDecode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/Jpeg2KEncode.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/BoxBlur.o: No such file or directory | |
arm-linux-gnueabihf-gcc: error: build/temp.linux-armv7l-3.5/src/libImaging/codec_fd.o: No such file or directory | |
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1 | |
---------------------------------------- | |
Command "/root/luma.core/.tox/py35/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cb3liavz/pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-u75x7vef-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/luma.core/.tox/py35/include/site/python3.5/pillow" failed with error code 1 in /tmp/pip-build-cb3liavz/pillow/ | |
ERROR: could not install deps [.[test]]; v = InvocationError('/root/luma.core/.tox/py35/bin/pip install .[test] (see /root/luma.core/.tox/py35/log/py35-1.log)', 1) | |
py36 create: /root/luma.core/.tox/py36 | |
ERROR: InterpreterNotFound: python3.6 | |
py37 create: /root/luma.core/.tox/py37 | |
ERROR: InterpreterNotFound: python3.7 | |
qa create: /root/luma.core/.tox/qa | |
qa installdeps: .[qa] | |
qa inst: /root/luma.core/.tox/dist/luma.core-1.5.0.zip | |
qa installed: configparser==3.5.0,docutils==0.14,enum34==1.1.6,flake8==3.5.0,luma.core==1.5.0,mccabe==0.6.1,monotonic==1.4,Pillow==5.0.0,pycodestyle==2.3.1,pyflakes==1.6.0,RPi.GPIO==0.6.3,rstcheck==3.2,smbus2==0.2.0,spidev==3.2 | |
qa runtests: PYTHONHASHSEED='243217311' | |
qa runtests: commands[0] | flake8 | |
qa runtests: commands[1] | rstcheck README.rst CHANGES.rst CONTRIBUTING.rst | |
doc create: /root/luma.core/.tox/doc | |
doc installdeps: .[docs] | |
doc inst: /root/luma.core/.tox/dist/luma.core-1.5.0.zip | |
doc installed: alabaster==0.7.10,Babel==2.5.3,certifi==2018.1.18,chardet==3.0.4,docutils==0.14,idna==2.6,imagesize==1.0.0,Jinja2==2.10,luma.core==1.5.0,MarkupSafe==1.0,monotonic==1.4,packaging==16.8,Pillow==5.0.0,Pygments==2.2.0,pyparsing==2.2.0,pytz==2018.3,requests==2.18.4,RPi.GPIO==0.6.3,six==1.11.0,smbus2==0.2.0,snowballstemmer==1.2.1,Sphinx==1.7.0,sphinxcontrib-websupport==1.0.1,spidev==3.2,typing==3.6.4,urllib3==1.22 | |
doc runtests: PYTHONHASHSEED='243217311' | |
doc runtests: commands[0] | sphinx-build -W -b html -d /root/luma.core/.tox/doc/tmp/doctrees . /root/luma.core/.tox/doc/tmp/html | |
Running Sphinx v1.7.0 | |
making output directory... | |
loading pickled environment... not yet created | |
loading intersphinx inventory from https://docs.python.org/3/objects.inv... | |
loading intersphinx inventory from https://pillow.readthedocs.io/en/latest/objects.inv... | |
building [mo]: targets for 0 po files that are out of date | |
building [html]: targets for 4 source files that are out of date | |
updating environment: 4 added, 0 changed, 0 removed | |
reading sources... [ 25%] api-documentation | |
reading sources... [ 50%] index | |
reading sources... [ 75%] install | |
reading sources... [100%] intro | |
looking for now-outdated files... none found | |
pickling environment... done | |
checking consistency... done | |
preparing documents... done | |
writing output... [ 25%] api-documentation | |
writing output... [ 50%] index | |
writing output... [ 75%] install | |
writing output... [100%] intro | |
generating indices... genindex py-modindex | |
highlighting module code... [ 7%] luma.core.ansi_color | |
highlighting module code... [ 14%] luma.core.const | |
highlighting module code... [ 21%] luma.core.device | |
highlighting module code... [ 28%] luma.core.error | |
highlighting module code... [ 35%] luma.core.framebuffer | |
highlighting module code... [ 42%] luma.core.interface.serial | |
highlighting module code... [ 50%] luma.core.legacy | |
highlighting module code... [ 57%] luma.core.legacy.font | |
highlighting module code... [ 64%] luma.core.mixin | |
highlighting module code... [ 71%] luma.core.render | |
highlighting module code... [ 78%] luma.core.sprite_system | |
highlighting module code... [ 85%] luma.core.threadpool | |
highlighting module code... [ 92%] luma.core.util | |
highlighting module code... [100%] luma.core.virtual | |
writing additional pages... search | |
copying static files... done | |
copying extra files... done | |
dumping search index in English (code: en) ... done | |
dumping object inventory... done | |
build succeeded. | |
The HTML pages are in ../.tox/doc/tmp/html. | |
___________________________________ summary ____________________________________ | |
py27: commands succeeded | |
SKIPPED: py34: InterpreterNotFound: python3.4 | |
ERROR: py35: could not install deps [.[test]]; v = InvocationError('/root/luma.core/.tox/py35/bin/pip install .[test] (see /root/luma.core/.tox/py35/log/py35-1.log)', 1) | |
SKIPPED: py36: InterpreterNotFound: python3.6 | |
SKIPPED: py37: InterpreterNotFound: python3.7 | |
qa: commands succeeded | |
doc: commands succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment