Bug#997492: spyne: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2021-10-25 Thread Bastian Germann

Control: retitle -1 spyne: unit test fail with sqlalchemy 1.4
Control: severity -1 important
Control: notfound -1 spyne/2.13.16-1
Control: found -1 spyne/2.13.16-2

The FTBFS is fixed but the root cause is not (see forwarded upstream issue).



Bug#997492: spyne: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2021-10-23 Thread Lucas Nussbaum
Source: spyne
Version: 2.13.16-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_clean
>   rm -f debian/debhelper-build-stamp
>   rm -rf debian/.debhelper/
>   rm -f -- debian/python3-spyne.substvars debian/files
>   rm -fr -- debian/python3-spyne/ debian/tmp/
>   find .  \( \( \
>   \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>   \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>   \) -exec rm -f {} + \) -o \
>   \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
> [ ! -d spyne.egg-info.orig ] || { rm -rf spyne.egg-info; mv 
> spyne.egg-info.orig spyne.egg-info; }
> make[1]: Leaving directory '/<>'
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building spyne using existing ./spyne_2.13.16.orig.tar.gz
> dpkg-source: info: building spyne in spyne_2.13.16-1.debian.tar.xz
> dpkg-source: info: building spyne in spyne_2.13.16-1.dsc
>  debian/rules binary
> dh binary -v --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O-v -O--buildsystem=pybuild
>dh_autoreconf -O-v -O--buildsystem=pybuild
>dh_auto_configure -O-v -O--buildsystem=pybuild
>   install -d /<>/debian/.debhelper/generated/_source/home
>   pybuild --configure --test-pytest -i python{version} -p 3.9
> I: pybuild base:232: python3.9 setup.py config 
> running config
>dh_auto_build -O-v -O--buildsystem=pybuild
>   pybuild --build --test-pytest -i python{version} -p 3.9
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/application.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/evmgr.py -> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/error.py -> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/decorator.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/descriptor.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/_base.py -> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/service.py -> /<>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/context.py -> /<>/.pybuild/cpython3_3.9/build/spyne
> creating /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/http.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/_base.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/wsgi.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/django.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/zeromq.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/pyramid.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/null.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/msgpack.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/server
> creating /<>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/http.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/_base.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/django.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/zeromq.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/client
> creating /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/coopmt.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/six.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/memo.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/fileproxy.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/simple.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/__init__.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/address.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/http.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/gencpp.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/_base.py -> 
> /<>/.pybuild/cpython3_3.9/build/spyne