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 '/<<PKGBUILDDIR>>'
> 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 '/<<PKGBUILDDIR>>'
>  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 /<<PKGBUILDDIR>>/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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/application.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/evmgr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/error.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/decorator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/descriptor.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/service.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> copying spyne/context.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/wsgi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/django.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/zeromq.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/pyramid.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/null.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> copying spyne/server/msgpack.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/django.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> copying spyne/client/zeromq.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/coopmt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/six.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/memo.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/fileproxy.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/simple.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/address.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/gencpp.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/resource.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/tdict.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/toposort.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/dictdoc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/xml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/cherry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/odict.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/tlist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/django.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/wsgi_wrapper.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/oset.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/appreg.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/test.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/meta.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/attrdict.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/_twisted_ws.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/web.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/autorel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/etreeconv.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/protocol.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/cdict.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/dyninit.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/invregexp.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/email.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> copying spyne/util/color.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/util
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface
> copying spyne/interface/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface
> copying spyne/interface/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> copying spyne/const/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> copying spyne/const/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> copying spyne/const/xml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> copying spyne/const/xml_ns.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> copying spyne/const/ansi_color.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/const
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store
> copying spyne/store/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/enum.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/fault.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/relational.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/binary.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/complex.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/table.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> copying spyne/model/addtl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/auxproc
> copying spyne/auxproc/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/auxproc
> copying spyne/auxproc/sync.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/auxproc
> copying spyne/auxproc/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/auxproc
> copying spyne/auxproc/thread.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/auxproc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/csv.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/json.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/xml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/_inbase.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/_outbase.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/yaml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> copying spyne/protocol/msgpack.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/test_service.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/test_sqlalchemy_deprecated.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/sort_wsdl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/test_null_server.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/test_sqlalchemy.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/test_soft_validation.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> copying spyne/test/regen_wsdl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> copying spyne/server/twisted/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> copying spyne/server/twisted/http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> copying spyne/server/twisted/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> copying spyne/server/twisted/websocket.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> copying spyne/server/twisted/msgpack.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/server/twisted
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client/twisted
> copying spyne/client/twisted/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/client/twisted
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/wsdl
> copying spyne/interface/wsdl/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/wsdl
> copying spyne/interface/wsdl/defn.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/wsdl
> copying spyne/interface/wsdl/wsdl11.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/wsdl
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/defn.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/model.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> copying spyne/interface/xml_schema/genpy.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/interface/xml_schema
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/document.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/simple.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/override.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> copying spyne/store/relational/spatial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/store/relational
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/string.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/datetime.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/network.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/xml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/number.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> copying spyne/model/primitive/spatial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/primitive
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/dictdoc
> copying spyne/protocol/dictdoc/simple.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/dictdoc
> copying spyne/protocol/dictdoc/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/dictdoc
> copying spyne/protocol/dictdoc/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/dictdoc
> copying spyne/protocol/dictdoc/hier.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/dictdoc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/soap
> copying spyne/protocol/soap/soap12.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/soap
> copying spyne/protocol/soap/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/soap
> copying spyne/protocol/soap/mime.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/soap
> copying spyne/protocol/soap/soap11.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/soap
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html
> copying spyne/protocol/html/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html
> copying spyne/protocol/html/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html
> copying spyne/protocol/html/microformat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html
> copying spyne/protocol/html/addtl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/cloth
> copying spyne/protocol/cloth/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/cloth
> copying spyne/protocol/cloth/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/cloth
> copying spyne/protocol/cloth/to_parent.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/cloth
> copying spyne/protocol/cloth/to_cloth.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/cloth
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html/table
> copying spyne/protocol/html/table/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html/table
> copying spyne/protocol/html/table/_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html/table
> copying spyne/protocol/html/table/row.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html/table
> copying spyne/protocol/html/table/column.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/html/table
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/util
> copying spyne/test/util/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/util
> copying spyne/test/util/test_util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/util
> copying spyne/test/util/test_address.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/util
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface
> copying spyne/test/interface/test_interface.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface
> copying spyne/test/interface/test_wsgi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface
> copying spyne/test/interface/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface
> copying spyne/test/interface/test_xml_schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_soap_client_zeromq.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_zeep.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_httprpc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/_test_soap_client_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_pyramid.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_suds.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_django.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_wsi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_soap_client_http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_soap_client_http_twisted.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> copying spyne/test/interop/test_msgpackrpc_client_http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/transport
> copying spyne/test/transport/test_msgpack.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/transport
> copying spyne/test/transport/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/transport
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/test_complex.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/test_primitive.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/test_binary.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/test_enum.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> copying spyne/test/model/test_exception.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/model
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_msgpack.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_html_table.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_cloth.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_soap11.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_html_microformat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_soap12.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/_test_dictdoc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_yaml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_json.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_xml.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> copying spyne/test/protocol/test_http.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/protocol
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/multipython
> copying spyne/test/multipython/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/multipython
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/defult_services.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/test_wsdl_ports_services.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/port_service_services.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/test_op_req_suffix.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/test_default_wsdl.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> copying spyne/test/interface/wsdl/test_bindings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interface/wsdl
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/httprpc_csv_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/msgpackrpc_http_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/httprpc_pod_basic_twisted.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/_service.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> copying spyne/test/interop/server/httprpc_pod_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/soap_zeromq.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/httprpc_soap_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/soap_http_basic_twisted.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/soap_http_static.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> copying spyne/test/interop/server/soap12/soap_http_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap12
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/soap_zeromq.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/httprpc_soap_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/soap_http_basic_twisted.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/soap_http_static.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> copying spyne/test/interop/server/soap11/soap_http_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/interop/server/soap11
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/multipython/model
> copying spyne/test/multipython/model/test_complex.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/multipython/model
> copying spyne/test/multipython/model/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/multipython/model
>    dh_auto_test -O-v -O--buildsystem=pybuild
>       pybuild --test --test-pytest -i python{version} -p 3.9
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest --ignore=spyne/test/interop --ignore=examples 
> -k-test_msgpack
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> collected 687 items / 2 errors / 65 deselected / 620 selected
> 
> ==================================== ERRORS 
> ====================================
> __ ERROR collecting .pybuild/cpython3_3.9/build/spyne/test/test_sqlalchemy.py 
> __
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/test_sqlalchemy.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> spyne/test/test_sqlalchemy.py:47: in <module>
>     from spyne.store.relational import get_pk_columns
> spyne/store/relational/__init__.py:25: in <module>
>     from spyne.store.relational._base import add_column
> spyne/store/relational/_base.py:41: in <module>
>     from sqlalchemy.orm import _mapper_registry
> E   ImportError: cannot import name '_mapper_registry' from 'sqlalchemy.orm' 
> (/usr/lib/python3/dist-packages/sqlalchemy/orm/__init__.py)
> _ ERROR collecting 
> .pybuild/cpython3_3.9/build/spyne/test/test_sqlalchemy_deprecated.py _
> spyne/test/test_sqlalchemy_deprecated.py:47: in <module>
>     from spyne.model.table import TableModel
> spyne/model/table.py:105: in <module>
>     sqlalchemy.Binary: binary.ByteArray,
> E   AttributeError: module 'sqlalchemy' has no attribute 'Binary'
> ------------------------------- Captured stderr 
> --------------------------------
>   File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
>     return _run_code(code, main_globals, None,
>   File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
>     exec(code, run_globals)
>   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in 
> <module>
>     raise SystemExit(pytest.console_main())
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 185, 
> in console_main
>     code = main()
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 162, 
> in main
>     ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> <lambda>
>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 316, in 
> pytest_cmdline_main
>     return wrap_session(config, _main)
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 269, in 
> wrap_session
>     session.exitstatus = doit(config, session) or 0
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 322, in _main
>     config.hook.pytest_collection(session=session)
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> <lambda>
>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 333, in 
> pytest_collection
>     session.perform_collect()
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 634, in 
> perform_collect
>     self.items.extend(self.genitems(node))
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 811, in genitems
>     yield from self.genitems(subnode)
>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 808, in genitems
>     rep = collect_one_node(node)
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 458, in 
> collect_one_node
>     rep: CollectReport = ihook.pytest_make_collect_report(collector=collector)
>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__
>     return self._hookexec(self, self.get_hookimpls(), kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in 
> _hookexec
>     return self._inner_hookexec(hook, methods, kwargs)
>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in 
> <lambda>
>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in 
> _multicall
>     res = hook_impl.function(*args)
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341, in 
> pytest_make_collect_report
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 311, in 
> from_call
>     result: Optional[TResult] = func()
>   File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341, in 
> <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 503, in 
> collect
>     self._inject_setup_module_fixture()
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 516, in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 291, in obj
>     self._obj = obj = self._getobj()
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 500, in 
> _getobj
>     return self._importtestmodule()
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 578, in 
> _importtestmodule
>     mod = import_path(self.fspath, mode=importmode)
>   File "/usr/lib/python3/dist-packages/_pytest/pathlib.py", line 524, in 
> import_path
>     importlib.import_module(module_name)
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 
> 170, in exec_module
>     exec(co, module.__dict__)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/test/test_sqlalchemy_deprecated.py",
>  line 47, in <module>
>     from spyne.model.table import TableModel
>   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/table.py", 
> line 69, in <module>
>     traceback.print_stack()
> =============================== warnings summary 
> ===============================
> spyne/model/table.py:65
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/model/table.py:65: 
> UserWarning: 'spyne.model.table' module is deprecated. Please switch to 
> spyne.model.complex.TTableModel.
>   Here's where the import comes from:
>     warnings.warn("%r module is deprecated. Please switch to "
> 
> spyne/protocol/json.py:20
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/spyne/protocol/json.py:20: 
> DeprecationWarning: invalid escape sequence \s
>     """The ``spyne.protocol.json`` package contains the Json-related 
> protocols.
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/mark/__init__.py:264
>   /usr/lib/python3/dist-packages/_pytest/mark/__init__.py:264: 
> PytestDeprecationWarning: The `-k '-expr'` syntax to -k is deprecated.
>   Use `-k 'not expr'` instead.
>     deselect_by_keyword(items, config)
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> ERROR spyne/test/test_sqlalchemy.py
> ERROR spyne/test/test_sqlalchemy_deprecated.py - AttributeError: module 
> 'sqla...
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ================= 65 deselected, 3 warnings, 2 errors in 1.81s 
> =================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest 
> --ignore=spyne/test/interop --ignore=examples -k-test_msgpack
>       rm -fr -- /tmp/dh-xdg-rundir-cXH3Y0D9
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/spyne_2.13.16-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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to