Skip to content

Instantly share code, notes, and snippets.

@squeaky-pl
Created September 15, 2015 10:59
Show Gist options
  • Save squeaky-pl/64267e65b0f4c447af40 to your computer and use it in GitHub Desktop.
Save squeaky-pl/64267e65b0f4c447af40 to your computer and use it in GitHub Desktop.
Running setup.py bdist_wheel for zope.interface
Complete output from command /wheel_venv/bin/python3.5 -c "import setuptools;__file__='/data/.pip/build/zope.interface/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpgzg8ul58pip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/zope
copying src/zope/__init__.py -> build/lib.linux-x86_64-3.5/zope
creating build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/ro.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/_flatten.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/interfaces.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/interface.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/exceptions.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/registry.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/declarations.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/advice.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/adapter.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/_compat.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/__init__.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/document.py -> build/lib.linux-x86_64-3.5/zope/interface
copying src/zope/interface/verify.py -> build/lib.linux-x86_64-3.5/zope/interface
creating build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/ifoo.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_declarations.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/m2.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/advisory_testing.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_advice.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_ro.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_document.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_registry.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_sorting.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/m1.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_interface.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/ifoo_other.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/dummy.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_interfaces.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_exceptions.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/idummy.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/odd.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_odd_declarations.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_element.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_verify.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/__init__.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
copying src/zope/interface/tests/test_adapter.py -> build/lib.linux-x86_64-3.5/zope/interface/tests
running egg_info
writing dependency_links to src/zope.interface.egg-info/dependency_links.txt
writing top-level names to src/zope.interface.egg-info/top_level.txt
writing namespace_packages to src/zope.interface.egg-info/namespace_packages.txt
writing src/zope.interface.egg-info/PKG-INFO
writing requirements to src/zope.interface.egg-info/requires.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/zope.interface.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
writing manifest file 'src/zope.interface.egg-info/SOURCES.txt'
copying src/zope/interface/_zope_interface_coptimizations.c -> build/lib.linux-x86_64-3.5/zope/interface
creating build/lib.linux-x86_64-3.5/zope/interface/common
copying src/zope/interface/common/__init__.py -> build/lib.linux-x86_64-3.5/zope/interface/common
copying src/zope/interface/common/idatetime.py -> build/lib.linux-x86_64-3.5/zope/interface/common
copying src/zope/interface/common/interfaces.py -> build/lib.linux-x86_64-3.5/zope/interface/common
copying src/zope/interface/common/mapping.py -> build/lib.linux-x86_64-3.5/zope/interface/common
copying src/zope/interface/common/sequence.py -> build/lib.linux-x86_64-3.5/zope/interface/common
creating build/lib.linux-x86_64-3.5/zope/interface/common/tests
copying src/zope/interface/common/tests/__init__.py -> build/lib.linux-x86_64-3.5/zope/interface/common/tests
copying src/zope/interface/common/tests/basemapping.py -> build/lib.linux-x86_64-3.5/zope/interface/common/tests
copying src/zope/interface/common/tests/test_idatetime.py -> build/lib.linux-x86_64-3.5/zope/interface/common/tests
copying src/zope/interface/common/tests/test_import_interfaces.py -> build/lib.linux-x86_64-3.5/zope/interface/common/tests
running build_ext
building 'zope.interface._zope_interface_coptimizations' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/zope
creating build/temp.linux-x86_64-3.5/src/zope/interface
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.5m -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-x86_64-3.5/src/zope/interface/_zope_interface_coptimizations.o
gcc -shared -Wl,--as-needed build/temp.linux-x86_64-3.5/src/zope/interface/_zope_interface_coptimizations.o -L/usr/lib -lpython3.5m -o build/lib.linux-x86_64-3.5/zope/interface/_zope_interface_coptimizations.cpython-35m-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
Skipping installation of build/bdist.linux-x86_64/wheel/zope/__init__.py (namespace package)
copying zope/interface/ro.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/_flatten.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/interfaces.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/interface.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/exceptions.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/registry.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/declarations.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/_zope_interface_coptimizations.c -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/advice.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/adapter.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/_compat.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/__init__.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/_zope_interface_coptimizations.cpython-35m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/document.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/verify.py -> build/bdist.linux-x86_64/wheel/zope/interface
copying zope/interface/tests/ifoo.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_declarations.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/m2.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/advisory_testing.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_advice.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_ro.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_document.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_registry.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_sorting.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/m1.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_interface.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/ifoo_other.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/dummy.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_interfaces.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_exceptions.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/idummy.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/odd.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_odd_declarations.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_element.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_verify.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/__init__.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/tests/test_adapter.py -> build/bdist.linux-x86_64/wheel/zope/interface/tests
copying zope/interface/common/mapping.py -> build/bdist.linux-x86_64/wheel/zope/interface/common
copying zope/interface/common/idatetime.py -> build/bdist.linux-x86_64/wheel/zope/interface/common
copying zope/interface/common/interfaces.py -> build/bdist.linux-x86_64/wheel/zope/interface/common
copying zope/interface/common/__init__.py -> build/bdist.linux-x86_64/wheel/zope/interface/common
copying zope/interface/common/sequence.py -> build/bdist.linux-x86_64/wheel/zope/interface/common
copying zope/interface/common/tests/test_idatetime.py -> build/bdist.linux-x86_64/wheel/zope/interface/common/tests
copying zope/interface/common/tests/test_import_interfaces.py -> build/bdist.linux-x86_64/wheel/zope/interface/common/tests
copying zope/interface/common/tests/basemapping.py -> build/bdist.linux-x86_64/wheel/zope/interface/common/tests
copying zope/interface/common/tests/__init__.py -> build/bdist.linux-x86_64/wheel/zope/interface/common/tests
running install_egg_info
Copying src/zope.interface.egg-info to build/bdist.linux-x86_64/wheel/zope.interface-4.1.2-py3.5.egg-info
Installing build/bdist.linux-x86_64/wheel/zope.interface-4.1.2-py3.5-nspkg.pth
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/data/.pip/build/zope.interface/setup.py", line 147, in <module>
**extra)
File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 213, in run
archive_basename = self.get_archive_basename()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 161, in get_archive_basename
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 155, in get_tag
assert tag == supported_tags[0]
AssertionError
----------------------------------------
Failed building wheel for zope.interface
Running setup.py bdist_wheel for zodbpickle
Complete output from command /wheel_venv/bin/python3.5 -c "import setuptools;__file__='/data/.pip/build/zodbpickle/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpvsxoc7yhpip-wheel-:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/pickletools_2.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/fastpickle.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/slowpickle.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/pickletools_3.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/pickle_3.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/pickle.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/pickle_2.py -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/__init__.py -> build/lib.linux-x86_64-3.5/zodbpickle
creating build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/pickletester_2.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/test_pickle_3.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/test_pickle.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/test_pickle_2.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/pickletester_3.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
copying src/zodbpickle/tests/__init__.py -> build/lib.linux-x86_64-3.5/zodbpickle/tests
running egg_info
writing src/zodbpickle.egg-info/PKG-INFO
writing top-level names to src/zodbpickle.egg-info/top_level.txt
writing requirements to src/zodbpickle.egg-info/requires.txt
writing dependency_links to src/zodbpickle.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/zodbpickle.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
writing manifest file 'src/zodbpickle.egg-info/SOURCES.txt'
copying src/zodbpickle/_pickle_27.c -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/_pickle_32.c -> build/lib.linux-x86_64-3.5/zodbpickle
copying src/zodbpickle/_pickle_33.c -> build/lib.linux-x86_64-3.5/zodbpickle
running build_ext
building 'zodbpickle._pickle' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/zodbpickle
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.5m -c src/zodbpickle/_pickle_33.c -o build/temp.linux-x86_64-3.5/src/zodbpickle/_pickle_33.o
src/zodbpickle/_pickle_33.c: In function 'Pdata_grow':
src/zodbpickle/_pickle_33.c:221:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (new_allocated > (PY_SSIZE_T_MAX / sizeof(PyObject *)))
^
gcc -shared -Wl,--as-needed build/temp.linux-x86_64-3.5/src/zodbpickle/_pickle_33.o -L/usr/lib -lpython3.5m -o build/lib.linux-x86_64-3.5/zodbpickle/_pickle.cpython-35m-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/pickletools_2.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/fastpickle.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/_pickle_27.c -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/slowpickle.py -> build/bdist.linux-x86_64/wheel/zodbpickle
creating build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/pickletester_2.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/test_pickle_3.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/test_pickle.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/test_pickle_2.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/pickletester_3.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/tests/__init__.py -> build/bdist.linux-x86_64/wheel/zodbpickle/tests
copying build/lib.linux-x86_64-3.5/zodbpickle/_pickle.cpython-35m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/pickletools_3.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/pickle_3.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/_pickle_32.c -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/pickle.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/pickle_2.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/__init__.py -> build/bdist.linux-x86_64/wheel/zodbpickle
copying build/lib.linux-x86_64-3.5/zodbpickle/_pickle_33.c -> build/bdist.linux-x86_64/wheel/zodbpickle
running install_egg_info
Copying src/zodbpickle.egg-info to build/bdist.linux-x86_64/wheel/zodbpickle-0.6.0-py3.5.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/data/.pip/build/zodbpickle/setup.py", line 87, in <module>
zip_safe=False
File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 213, in run
archive_basename = self.get_archive_basename()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 161, in get_archive_basename
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/wheel_venv/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 155, in get_tag
assert tag == supported_tags[0]
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment