Your message dated Thu, 08 Aug 2019 14:54:03 +0000
with message-id <e1hvjnn-000g8g...@fasolo.debian.org>
and subject line Bug#841552: fixed in python-feather-format 0.3.1+dfsg1-2
has caused the Debian Bug report #841552,
regarding python-feather-format: FTBFS: dh_auto_test: pybuild --test -i
python{version} -p 2.7 returned exit code 13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
841552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-feather-format
Version: 0.3.0+dfsg1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
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.
--- End Message ---
--- Begin Message ---
Source: python-feather-format
Source-Version: 0.3.1+dfsg1-2
We believe that the bug you reported is fixed in the latest version of
python-feather-format, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 841...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ondřej Nový <on...@debian.org> (supplier of updated python-feather-format
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 08 Aug 2019 16:18:28 +0200
Source: python-feather-format
Architecture: source
Version: 0.3.1+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Ondřej Nový <on...@debian.org>
Closes: 841552 868971 896370 904115
Changes:
python-feather-format (0.3.1+dfsg1-2) unstable; urgency=medium
.
* Team upload.
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support (Closes: #841552, #904115).
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0 (no changes).
* Add autopkgtests.
* Add python3-six to {build-,}depends and python3-pandas to depends
(Closes: #896370).
* Enable all hardening.
* Change B-D from python3-dev to python3-all-dev (Closes: #868971).
Checksums-Sha1:
b13e6fabdc3020faed28cef4c7af81511fb44475 2299
python-feather-format_0.3.1+dfsg1-2.dsc
0908a72457e6dc39b15be88e811b3c217482b60b 3196
python-feather-format_0.3.1+dfsg1-2.debian.tar.xz
e34497889cd36f0e02b60917c80f7939ac909c63 6996
python-feather-format_0.3.1+dfsg1-2_amd64.buildinfo
Checksums-Sha256:
dd070ace23729f9e8144d4cc7eb4cb97e93f21609ffb13a9659ca6a5f03f431d 2299
python-feather-format_0.3.1+dfsg1-2.dsc
8f9dd3de396fc498e3c041879cc1f5586b64097851c547c86c01fbe341070a28 3196
python-feather-format_0.3.1+dfsg1-2.debian.tar.xz
f871ae26f519a5eaedd6bc7f833364b06cf150fcb4336beac8b0e7b3b0d065d2 6996
python-feather-format_0.3.1+dfsg1-2_amd64.buildinfo
Files:
64af0aa2b72c00c33b5be472ddaec731 2299 python optional
python-feather-format_0.3.1+dfsg1-2.dsc
0fbfbc512ee77b85e0c52e1948e2a343 3196 python optional
python-feather-format_0.3.1+dfsg1-2.debian.tar.xz
4bda590d30a92ff9add2bd4d06b380d5 6996 python optional
python-feather-format_0.3.1+dfsg1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAl1ML7UACgkQNXMSVZ0e
Bkt+dA/+IC2L6L++k6u5/sdQf7lGNhmM/IkLyLsKe6ohtl1T7rHc836kLLWX9UEg
N4iT/8KCeVIlCAAtSxRvt9/ifk9lrd3bguXj72XRg6doowIw+M8y84qyYL2phe+2
k5NCfl8tUNwwD01AFAzT5473+lcq4wfWBuvzRkJa3S+RfqOmYE5XU8fymhglaldD
TIGTj5fvvO901gK/waanqLFsr87RnqAbbNo+yyGvRgqq8sNrZ8MljvPe3FIfESvM
K8mJ+Oia1URkkif91EcYTzieyXC5OaFaKrcb68vWo78VBrbjttyyX1WJbIycuuti
kKrd1kCeL/NuibRoYBm8x62DqcwaSHYKEObWXtsTSi0BWlsCUdIRkJM9tFoF5XFk
XwLhHDxBEawOLLAgVMYwVgoCpjXCMDzTcSuIrCeq1gTAPozR493ju0iS49hePqZ3
mdbRz9h344L4FVJAFNLbpDrSB+PFx+c1tPXM/jkaYCqZM69UHEUDYTAoB6zNRlsL
zg9zDIw9tAo9p0KnPvhzWGa3cjMZaTgPrA/PXRxx5YCPFM+/8HY1rKZ2UvNG2TMa
87vPOB9vlJkHgZHX58zF5CAq3inpdMmfzubOcfZ9UOO3/yohy9/nBZgz7L4UawIa
FWfIsaiBa5xlstSCmM6g+syPA8lgb1vR/M6uXovX8NnaPvUR4sY=
=aGxR
-----END PGP SIGNATURE-----
--- End Message ---