Lucas Nussbaum, Aug 14, 2023 at 03:54:
> 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.

Hi Lucas,

I didn't manage to reproduce this. Here are both build logs binary and
source. I generated them with:

    dpkg-buildpackage -us -uc; dpkg-buildpackage -S -us -uc

I don't use sbuild so I don't have the same logs than you have. Making
the diff a bit complex.
dpkg-buildpackage: info: source package python-bonsai
dpkg-buildpackage: info: source version 1.5.0+ds-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jelmer Vernooij <jel...@debian.org>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying docs-disable-furo-theme.patch
dpkg-source: info: applying setup-do-not-use-distutils.patch
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:291: python3.11 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
I: pybuild pybuild:340: rm -rf /<<PKGBUILDDIR>>/docs/_build
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-bonsai using existing ./python-bonsai_1.5.0+ds.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building python-bonsai in python-bonsai_1.5.0+ds-3.debian.tar.xz
dpkg-source: info: building python-bonsai in python-bonsai_1.5.0+ds-3.dsc
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:291: python3.11 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
blhc: ignore-line-regexp: .*test_krb5\.o .*test_krb5
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:291: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/errors.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapclient.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapconnection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapdn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapentry.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapreference.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapurl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldapvaluelist.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/ldif.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/pool.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
copying src/bonsai/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory
copying src/bonsai/active_directory/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory
copying src/bonsai/active_directory/acl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory
copying src/bonsai/active_directory/sid.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio
copying src/bonsai/asyncio/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio
copying src/bonsai/asyncio/aioconnection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio
copying src/bonsai/asyncio/aiopool.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/gevent
copying src/bonsai/gevent/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/gevent
copying src/bonsai/gevent/geventconnection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/gevent
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/tornado
copying src/bonsai/tornado/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/tornado
copying src/bonsai/tornado/tornadoconnection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/tornado
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/trio
copying src/bonsai/trio/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/trio
copying src/bonsai/trio/trioconnection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/trio
running egg_info
creating bonsai.egg-info
writing bonsai.egg-info/PKG-INFO
writing dependency_links to bonsai.egg-info/dependency_links.txt
writing requirements to bonsai.egg-info/requires.txt
writing top-level names to bonsai.egg-info/top_level.txt
writing manifest file 'bonsai.egg-info/SOURCES.txt'
reading manifest file 'bonsai.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.css' under directory 'docs'
warning: no previously-included files matching '*' found under directory 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'bonsai.egg-info/SOURCES.txt'
running build_ext
creating /tmp/tmp761r29sx/tmp
creating /tmp/tmp761r29sx/tmp/tmp761r29sx
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c /tmp/tmp761r29sx/test_krb5.c -o /tmp/tmp761r29sx/tmp/tmp761r29sx/test_krb5.o
x86_64-linux-gnu-gcc /tmp/tmp761r29sx/tmp/tmp761r29sx/test_krb5.o -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lkrb5 -lgssapi -o /tmp/tmp761r29sx/test_krb5
creating /tmp/tmpnlghm2u6/tmp
creating /tmp/tmpnlghm2u6/tmp/tmpnlghm2u6
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c /tmp/tmpnlghm2u6/test_krb5.c -o /tmp/tmpnlghm2u6/tmp/tmpnlghm2u6/test_krb5.o
x86_64-linux-gnu-gcc /tmp/tmpnlghm2u6/tmp/tmpnlghm2u6/test_krb5.o -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lkrb5 -lgssapi_krb5 -o /tmp/tmpnlghm2u6/test_krb5
building 'bonsai._bonsai' extension
creating build
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/src
creating build/temp.linux-x86_64-cpython-311/src/_bonsai
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/bonsaimodule.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/bonsaimodule.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldap-xplat.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldap-xplat.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldapconnection.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapconnection.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldapconnectiter.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapconnectiter.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldapentry.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapentry.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldapmodlist.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapmodlist.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/ldapsearchiter.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapsearchiter.o
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_KRB5=1 -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c src/_bonsai/utils.c -o build/temp.linux-x86_64-cpython-311/src/_bonsai/utils.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/src/_bonsai/bonsaimodule.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldap-xplat.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapconnection.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapconnectiter.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapentry.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapmodlist.o build/temp.linux-x86_64-cpython-311/src/_bonsai/ldapsearchiter.o build/temp.linux-x86_64-cpython-311/src/_bonsai/utils.o -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lldap -llber -lkrb5 -lgssapi_krb5 -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/_bonsai.cpython-311-x86_64-linux-gnu.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest --ignore=tests/test_asyncio.py --ignore=tests/test_gevent.py --ignore=tests/test_ldapclient.py --ignore=tests/test_ldapconnection.py --ignore=tests/test_ldapentry.py --ignore=tests/test_ldapreference.py --ignore=tests/test_pool.py --ignore=tests/test_tornado.py --ignore=tests/test_trio.py --ignore=tests/test_utils.py
===================================================================================== test session starts =====================================================================================
platform linux -- Python 3.11.5, pytest-7.4.0, pluggy-1.3.0
rootdir: /<<PKGBUILDDIR>>
plugins: timeout-2.1.0
collected 100 items                                                                                                                                                                           

tests/test_ad_acl.py ..............                                                                                                                                                     [ 14%]
tests/test_ad_securitydescriptor.py ...ssssss.....                                                                                                                                      [ 28%]
tests/test_ad_sid.py ................                                                                                                                                                   [ 44%]
tests/test_ad_useraccountcontrol.py ...                                                                                                                                                 [ 47%]
tests/test_ldapdn.py .........                                                                                                                                                          [ 56%]
tests/test_ldapurl.py ...........                                                                                                                                                       [ 67%]
tests/test_ldapvaluelist.py ............                                                                                                                                                [ 79%]
tests/test_ldifreader.py ................                                                                                                                                               [ 95%]
tests/test_ldifwriter.py .....                                                                                                                                                          [100%]

================================================================================ 94 passed, 6 skipped in 0.34s ================================================================================
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:291: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/tmp 
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running egg_info
writing bonsai.egg-info/PKG-INFO
writing dependency_links to bonsai.egg-info/dependency_links.txt
writing requirements to bonsai.egg-info/requires.txt
writing top-level names to bonsai.egg-info/top_level.txt
reading manifest file 'bonsai.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.css' under directory 'docs'
warning: no previously-included files matching '*' found under directory 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'bonsai.egg-info/SOURCES.txt'
running build_ext
creating /tmp/tmpg_ps4jh7/tmp
creating /tmp/tmpg_ps4jh7/tmp/tmpg_ps4jh7
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c /tmp/tmpg_ps4jh7/test_krb5.c -o /tmp/tmpg_ps4jh7/tmp/tmpg_ps4jh7/test_krb5.o
x86_64-linux-gnu-gcc /tmp/tmpg_ps4jh7/tmp/tmpg_ps4jh7/test_krb5.o -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lkrb5 -lgssapi -o /tmp/tmpg_ps4jh7/test_krb5
creating /tmp/tmpampw02tl/tmp
creating /tmp/tmpampw02tl/tmp/tmpampw02tl
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/sasl -I/usr/include -I/usr/include/python3.11 -c /tmp/tmpampw02tl/test_krb5.c -o /tmp/tmpampw02tl/tmp/tmpampw02tl/test_krb5.o
x86_64-linux-gnu-gcc /tmp/tmpampw02tl/tmp/tmpampw02tl/test_krb5.o -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lkrb5 -lgssapi_krb5 -o /tmp/tmpampw02tl/test_krb5
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/errors.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapclient.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapconnection.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapdn.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapentry.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapreference.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapurl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldapvaluelist.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/ldif.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/pool.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/utils.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/acl.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/sid.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/__pycache__/__init__.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/__pycache__/sid.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/active_directory/__pycache__/acl.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/__pycache__
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/aioconnection.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/aiopool.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/__pycache__/__init__.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/__pycache__/aioconnection.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/asyncio/__pycache__/aiopool.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/__pycache__
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/gevent
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/gevent/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/gevent
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/gevent/geventconnection.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/gevent
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/tornado
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/tornado/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/tornado
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/tornado/tornadoconnection.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/tornado
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/trio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/trio/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/trio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/trio/trioconnection.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/trio
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/_bonsai.cpython-311-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/__init__.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapdn.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/errors.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapurl.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapconnection.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapvaluelist.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapentry.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapclient.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/pool.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldapreference.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/ldif.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/bonsai/__pycache__/utils.cpython-311.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__pycache__
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/errors.py to errors.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapclient.py to ldapclient.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapconnection.py to ldapconnection.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapdn.py to ldapdn.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapentry.py to ldapentry.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapreference.py to ldapreference.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapurl.py to ldapurl.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldapvaluelist.py to ldapvaluelist.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/ldif.py to ldif.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/pool.py to pool.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/utils.py to utils.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/acl.py to acl.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/active_directory/sid.py to sid.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/aioconnection.py to aioconnection.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/asyncio/aiopool.py to aiopool.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/gevent/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/gevent/geventconnection.py to geventconnection.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/tornado/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/tornado/tornadoconnection.py to tornadoconnection.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/trio/__init__.py to __init__.cpython-311.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai/trio/trioconnection.py to trioconnection.cpython-311.pyc
running install_egg_info
Copying bonsai.egg-info to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.11/dist-packages/bonsai-1.5.0.egg-info
Skipping SOURCES.txt
running install_scripts
I: pybuild pybuild:340: PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp//usr/lib/python3.11/dist-packages python3.11 -m sphinx -N -b html /<<PKGBUILDDIR>>/docs/ /<<PKGBUILDDIR>>/docs/_build
Running Sphinx v5.3.0
making output directory... done
WARNING: html_static_path entry '_static' does not exist
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 6 source files that are out of date
updating environment: [new config] 6 added, 0 changed, 0 removed
reading sources... [ 16%] advanced
reading sources... [ 33%] api
reading sources... [ 50%] changelog
reading sources... [ 66%] index
reading sources... [ 83%] install
reading sources... [100%] tutorial

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 16%] advanced
writing output... [ 33%] api
writing output... [ 50%] changelog
writing output... [ 66%] index
writing output... [ 83%] install
writing output... [100%] tutorial

generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.

The HTML pages are in docs/_build.
   dh_install -O--buildsystem=pybuild
   dh_installdocs -O--buildsystem=pybuild
   dh_sphinxdoc -O--buildsystem=pybuild
   dh_installchangelogs -O--buildsystem=pybuild
   dh_python3 -O--buildsystem=pybuild
   dh_installsystemduser -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
   dh_compress -O--buildsystem=pybuild
   dh_fixperms -O--buildsystem=pybuild
   dh_missing -O--buildsystem=pybuild
   dh_dwz -a -O--buildsystem=pybuild
   dh_strip -a -O--buildsystem=pybuild
   dh_makeshlibs -a -O--buildsystem=pybuild
   dh_shlibdeps -a -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
   dh_gencontrol -O--buildsystem=pybuild
dpkg-gencontrol: warning: package python3-bonsai-doc: substitution variable ${sphinxdoc:Built-Using} unused, but is defined
   dh_md5sums -O--buildsystem=pybuild
   dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-bonsai' in '../python3-bonsai_1.5.0+ds-3_amd64.deb'.
dpkg-deb: building package 'python3-bonsai-dbgsym' in '../python3-bonsai-dbgsym_1.5.0+ds-3_amd64.deb'.
dpkg-deb: building package 'python3-bonsai-doc' in '../python3-bonsai-doc_1.5.0+ds-3_all.deb'.
 dpkg-genbuildinfo -O../python-bonsai_1.5.0+ds-3_amd64.buildinfo
 dpkg-genchanges -O../python-bonsai_1.5.0+ds-3_amd64.changes
dpkg-genchanges: info: not including original source code in upload
 dpkg-source --after-build .
dpkg-source: info: unapplying setup-do-not-use-distutils.patch
dpkg-source: info: unapplying docs-disable-furo-theme.patch
dpkg-buildpackage: info: binary and diff upload (original source NOT included)
dpkg-buildpackage: info: source package python-bonsai
dpkg-buildpackage: info: source version 1.5.0+ds-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jelmer Vernooij <jel...@debian.org>
 dpkg-source --before-build .
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying docs-disable-furo-theme.patch
dpkg-source: info: applying setup-do-not-use-distutils.patch
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:291: python3.11 setup.py clean 
running clean
removing '/root/tmp/python-bonsai/.pybuild/cpython3_3.11/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
I: pybuild pybuild:340: rm -rf /root/tmp/python-bonsai/docs/_build
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-bonsai using existing ./python-bonsai_1.5.0+ds.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building python-bonsai in python-bonsai_1.5.0+ds-3.debian.tar.xz
dpkg-source: info: building python-bonsai in python-bonsai_1.5.0+ds-3.dsc
 dpkg-genbuildinfo --build=source -O../python-bonsai_1.5.0+ds-3_source.buildinfo
 dpkg-genchanges --build=source -O../python-bonsai_1.5.0+ds-3_source.changes
dpkg-genchanges: info: not including original source code in upload
 dpkg-source --after-build .
dpkg-source: info: unapplying setup-do-not-use-distutils.patch
dpkg-source: info: unapplying docs-disable-furo-theme.patch
dpkg-buildpackage: info: source-only, diff-only upload (original source NOT included)

Reply via email to