Source: python-feather-format
Version: 0.3.0+dfsg1-1
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20161021 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --with python2,python3 --buildsystem=pybuild
> dh_testdir -O--buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config
> Compiling feather/ext.pyx because it changed.
> [1/1] Cythonizing feather/ext.pyx
> running config
> I: pybuild base:184: python3.5 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build
> running build
> running build_py
> creating
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> copying feather/api.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> copying feather/compat.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> copying feather/__init__.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> copying feather/version.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> creating
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather/tests
> copying feather/tests/test_reader.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather/tests
> copying feather/tests/__init__.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather/tests
> copying feather/libfeather.pxd ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> copying feather/ext.pyx ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather
> running build_ext
> building 'feather.ext' extension
> creating build
> creating build/temp.linux-x86_64-2.7
> creating build/temp.linux-x86_64-2.7/feather
> creating build/temp.linux-x86_64-2.7/src
> creating build/temp.linux-x86_64-2.7/src/feather
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c feather/ext.cpp -o
> build/temp.linux-x86_64-2.7/feather/ext.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> In file included from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
> from feather/ext.cpp:318:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by " "#defining
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
> #warning "Using deprecated NumPy API, disable it by " \
> ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/buffer.cc -o
> build/temp.linux-x86_64-2.7/src/feather/buffer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/io.cc -o
> build/temp.linux-x86_64-2.7/src/feather/io.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/metadata.cc -o
> build/temp.linux-x86_64-2.7/src/feather/metadata.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/reader.cc -o
> build/temp.linux-x86_64-2.7/src/feather/reader.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/status.cc -o
> build/temp.linux-x86_64-2.7/src/feather/status.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/types.cc -o
> build/temp.linux-x86_64-2.7/src/feather/types.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/writer.cc -o
> build/temp.linux-x86_64-2.7/src/feather/writer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro
> -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
> -Wdate-time -D_FORTIFY_SOURCE=2 -g
> -fdebug-prefix-map=/build/python2.7-EkQe1J/python2.7-2.7.12=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/feather/ext.o
> build/temp.linux-x86_64-2.7/src/feather/buffer.o
> build/temp.linux-x86_64-2.7/src/feather/io.o
> build/temp.linux-x86_64-2.7/src/feather/metadata.o
> build/temp.linux-x86_64-2.7/src/feather/reader.o
> build/temp.linux-x86_64-2.7/src/feather/status.o
> build/temp.linux-x86_64-2.7/src/feather/types.o
> build/temp.linux-x86_64-2.7/src/feather/writer.o -o
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_2.7/build/feather/ext.so
> I: pybuild base:184: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> copying feather/api.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> copying feather/compat.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> copying feather/__init__.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> copying feather/version.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> creating
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather/tests
> copying feather/tests/test_reader.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather/tests
> copying feather/tests/__init__.py ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather/tests
> copying feather/libfeather.pxd ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> copying feather/ext.pyx ->
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather
> running build_ext
> building 'feather.ext' extension
> creating build/temp.linux-x86_64-3.5
> creating build/temp.linux-x86_64-3.5/feather
> creating build/temp.linux-x86_64-3.5/src
> creating build/temp.linux-x86_64-3.5/src/feather
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c feather/ext.cpp -o
> build/temp.linux-x86_64-3.5/feather/ext.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> In file included from
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
> from
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
> from
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
> from feather/ext.cpp:318:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by " "#defining
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
> #warning "Using deprecated NumPy API, disable it by " \
> ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/buffer.cc -o
> build/temp.linux-x86_64-3.5/src/feather/buffer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/io.cc -o
> build/temp.linux-x86_64-3.5/src/feather/io.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/metadata.cc -o
> build/temp.linux-x86_64-3.5/src/feather/metadata.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/reader.cc -o
> build/temp.linux-x86_64-3.5/src/feather/reader.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/status.cc -o
> build/temp.linux-x86_64-3.5/src/feather/status.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/types.cc -o
> build/temp.linux-x86_64-3.5/src/feather/types.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python3/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python3.5m -c src/feather/writer.cc -o
> build/temp.linux-x86_64-3.5/src/feather/writer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/feather/ext.o
> build/temp.linux-x86_64-3.5/src/feather/buffer.o
> build/temp.linux-x86_64-3.5/src/feather/io.o
> build/temp.linux-x86_64-3.5/src/feather/metadata.o
> build/temp.linux-x86_64-3.5/src/feather/reader.o
> build/temp.linux-x86_64-3.5/src/feather/status.o
> build/temp.linux-x86_64-3.5/src/feather/types.o
> build/temp.linux-x86_64-3.5/src/feather/writer.o -o
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/.pybuild/pythonX.Y_3.5/build/feather/ext.cpython-35m-x86_64-linux-gnu.so
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py test
> running test
> running egg_info
> writing requirements to feather_format.egg-info/requires.txt
> writing feather_format.egg-info/PKG-INFO
> writing top-level names to feather_format.egg-info/top_level.txt
> writing dependency_links to feather_format.egg-info/dependency_links.txt
> writing manifest file 'feather_format.egg-info/SOURCES.txt'
> reading manifest file 'feather_format.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '../LICENSE.txt'
> warning: no previously-included files matching '*.so' found anywhere in
> distribution
> warning: no previously-included files matching '*.pyc' found anywhere in
> distribution
> warning: no previously-included files matching '*~' found anywhere in
> distribution
> warning: no previously-included files matching '#*' found anywhere in
> distribution
> warning: no previously-included files matching '.git*' found anywhere in
> distribution
> warning: no previously-included files matching '.DS_Store' found anywhere in
> distribution
> writing manifest file 'feather_format.egg-info/SOURCES.txt'
> running build_ext
> building 'feather.ext' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c feather/ext.cpp -o
> build/temp.linux-x86_64-2.7/feather/ext.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> In file included from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
> from
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
> from feather/ext.cpp:318:
> /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
> warning: #warning "Using deprecated NumPy API, disable it by " "#defining
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
> #warning "Using deprecated NumPy API, disable it by " \
> ^~~~~~~
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/buffer.cc -o
> build/temp.linux-x86_64-2.7/src/feather/buffer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/io.cc -o
> build/temp.linux-x86_64-2.7/src/feather/io.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/metadata.cc -o
> build/temp.linux-x86_64-2.7/src/feather/metadata.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/reader.cc -o
> build/temp.linux-x86_64-2.7/src/feather/reader.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/status.cc -o
> build/temp.linux-x86_64-2.7/src/feather/status.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/types.cc -o
> build/temp.linux-x86_64-2.7/src/feather/types.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ifeather
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/src
> -I/usr/include/python2.7 -c src/feather/writer.cc -o
> build/temp.linux-x86_64-2.7/src/feather/writer.o -std=c++11 -O3
> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
> C/ObjC but not for C++
> c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro
> -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
> -Wdate-time -D_FORTIFY_SOURCE=2 -g
> -fdebug-prefix-map=/build/python2.7-EkQe1J/python2.7-2.7.12=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
> -fdebug-prefix-map=/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/feather/ext.o
> build/temp.linux-x86_64-2.7/src/feather/buffer.o
> build/temp.linux-x86_64-2.7/src/feather/io.o
> build/temp.linux-x86_64-2.7/src/feather/metadata.o
> build/temp.linux-x86_64-2.7/src/feather/reader.o
> build/temp.linux-x86_64-2.7/src/feather/status.o
> build/temp.linux-x86_64-2.7/src/feather/types.o
> build/temp.linux-x86_64-2.7/src/feather/writer.o -o
> /<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/feather/ext.so
> test_boolean_no_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_boolean_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_boolean_object_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_category (feather.tests.test_reader.TestFeatherReader) ... FAIL
> test_empty_strings (feather.tests.test_reader.TestFeatherReader) ... ok
> test_file_not_exist (feather.tests.test_reader.TestFeatherReader) ... ok
> test_float_no_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_float_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_integer_no_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_integer_with_nulls (feather.tests.test_reader.TestFeatherReader) ... ok
> test_nan_as_null (feather.tests.test_reader.TestFeatherReader) ... ok
> test_non_string_columns (feather.tests.test_reader.TestFeatherReader) ... ok
> test_num_rows_attr (feather.tests.test_reader.TestFeatherReader) ... ok
> test_platform_numpy_integers (feather.tests.test_reader.TestFeatherReader)
> ... ok
> test_read_columns (feather.tests.test_reader.TestFeatherReader) ... ok
> test_strings (feather.tests.test_reader.TestFeatherReader) ... ok
> test_timestamp (feather.tests.test_reader.TestFeatherReader) ... ok
> test_unicode_filename (feather.tests.test_reader.TestFeatherReader) ... ok
>
> ======================================================================
> FAIL: test_category (feather.tests.test_reader.TestFeatherReader)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/feather/tests/test_reader.py",
> line 237, in test_category
> self._check_pandas_roundtrip(df)
> File
> "/<<BUILDDIR>>/python-feather-format-0.3.0+dfsg1/feather/tests/test_reader.py",
> line 62, in _check_pandas_roundtrip
> assert_frame_equal(result, expected)
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 1313,
> in assert_frame_equal
> obj='DataFrame.iloc[:, {0}]'.format(i))
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 1190,
> in assert_series_equal
> obj='{0} category'.format(obj))
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 988,
> in assert_categorical_equal
> obj='{0}.categories'.format(obj))
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 760,
> in assert_index_equal
> _check_types(left, right, obj=obj)
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 743,
> in _check_types
> assertIn(r.inferred_type, ('string', 'unicode'))
> File "/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 922,
> in assertIn
> assert a in b, "%s: %r is not in %r" % (msg.format(a, b), a, b)
> AssertionError: : 'mixed' is not in ('string', 'unicode')
>
> ----------------------------------------------------------------------
> Ran 18 tests in 0.060s
>
> FAILED (failures=1)
> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1:
> python2.7 setup.py test
> dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185
If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.
The full build log is available from:
http://aws-logs.debian.net/2016/10/21/python-feather-format_0.3.0+dfsg1-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team