Package: src:python-libais
Version: 0.17+git.20190917.master.e464cf8-4
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/tag_block.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/lut.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/nmea_messages.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/vdm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/nmea_queue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/uscg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
copying ais/nmea.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility
copying ais/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility
copying ais/compatibility/gpsd.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream
copying ais/stream/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream
copying ais/stream/checksum.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/compatibility
copying test/compatibility/gpsd_test.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/compatibility
copying test/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/compatibility
running build_ext
building '_ais' extension
creating build
creating build/temp.linux-x86_64-cpython-312
creating build/temp.linux-x86_64-cpython-312/src
creating build/temp.linux-x86_64-cpython-312/src/libais
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais10.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais10.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais12.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais12.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais14.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais14.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais15.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais15.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais16.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais16.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais17.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais17.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais18.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais18.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais19.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais19.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais1_2_3.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais1_2_3.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais20.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais20.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais21.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais21.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais22.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais22.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais23.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais23.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais24.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais24.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais25.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais25.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais26.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais26.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais27.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais27.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais4_11.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais4_11.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais5.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais5.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais6.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais6.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais7_13.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais7_13.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8_1_22.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8_1_22.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8_1_26.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8_1_26.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8_200.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8_200.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8_366.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8_366.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais8_367.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais8_367.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais9.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais9.o -std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais_bitset.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais_bitset.o 
-std=c++11
x86_64-linux-gnu-g++ -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/python3.12 -c 
src/libais/ais_py.cpp -o build/temp.linux-x86_64-cpython-312/src/libais/ais_py.o -std=c++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -shared 
-Wl,-O1 -Wl,-Bsymbolic-functions -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-312/src/libais/ais.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais10.o build/temp.linux-x86_64-cpython-312/src/libais/ais12.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais14.o build/temp.linux-x86_64-cpython-312/src/libais/ais15.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais16.o build/temp.linux-x86_64-cpython-312/src/libais/ais17.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais18.o build/temp.linux-x86_64-cpython-312/src/libais/ais19.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais1_2_3.o build/temp.linux-x86_64-cpython-312/src/libais/ais20.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais21.o build/temp.linux-x86_64-cpython-312/src/libais/ais22.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais23.o build/temp.linux-x86_64-cpython-312/src/libais/ais24.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais25.o build/temp.linux-x86_64-cpython-312/src/libais/ais26.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais27.o build/temp.linux-x86_64-cpython-312/src/libais/ais4_11.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais5.o build/temp.linux-x86_64-cpython-312/src/libais/ais6.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais7_13.o build/temp.linux-x86_64-cpython-312/src/libais/ais8.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais8_1_22.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais8_1_26.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais8_200.o build/temp.linux-x86_64-cpython-312/src/libais/ais8_366.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais8_367.o build/temp.linux-x86_64-cpython-312/src/libais/ais9.o 
build/temp.linux-x86_64-cpython-312/src/libais/ais_bitset.o build/temp.linux-x86_64-cpython-312/src/libais/ais_py.o 
-L/usr/lib/x86_64-linux-gnu -o 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/_ais.cpython-312-x86_64-linux-gnu.so
running build_scripts
creating build/scripts-3.12
copying and adjusting bin/aisdecode -> build/scripts-3.12
changing mode of build/scripts-3.12/aisdecode from 644 to 755
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
python3.12 -m unittest discover -v
/usr/lib/python3.12/unittest/loader.py:339: FutureWarning: The compatability 
module is deprecated and will be removed in 1.0
  __import__(name)
/usr/lib/python3.12/unittest/loader.py:339: FutureWarning: The stream module is 
deprecated and will be removed in 1.0
  __import__(name)

----------------------------------------------------------------------
Ran 0 tests in 0.000s

NO TESTS RAN
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/<<PKGBUILDDIR>>/ais/__init__.py", line 7, in <module>
    from _ais import decode
ModuleNotFoundError: No module named '_ais'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/<<PKGBUILDDIR>>/ais/__init__.py", line 7, in <module>
    from _ais import decode
ModuleNotFoundError: No module named '_ais'
dh_auto_install
I: pybuild base:311: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/tmp
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
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 build_ext
running build_scripts
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/tag_block.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/lut.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/compatibility/gpsd.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/nmea_messages.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/vdm.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/nmea_queue.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream/checksum.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream/__pycache__/__init__.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stream/__pycache__/checksum.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/util.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/io.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/uscg.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/nmea_messages.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/tag_block.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/uscg.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/nmea.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/util.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/__init__.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/io.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/nmea_queue.cpython-312.pyc -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/__pycache__/vdm.cpython-312.pyc 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/stats.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ais/nmea.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/_ais.cpython-312-x86_64-linux-gnu.so 
-> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/compatibility/gpsd_test.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/compatibility/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test/compatibility
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/tag_block.py 
to tag_block.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/lut.py to 
lut.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/compatibility/gpsd.py
 to gpsd.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/nmea_messages.py
 to nmea_messages.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/vdm.py to 
vdm.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/nmea_queue.py 
to nmea_queue.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/__init__.py to 
__init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stream/checksum.py
 to checksum.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/util.py to 
util.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/io.py to 
io.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/uscg.py to 
uscg.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/stats.py to 
stats.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/ais/nmea.py to 
nmea.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test/compatibility/gpsd_test.py
 to gpsd_test.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/test/compatibility/__init__.py
 to __init__.cpython-312.pyc
running install_egg_info
running egg_info
creating libais.egg-info
writing libais.egg-info/PKG-INFO
writing dependency_links to libais.egg-info/dependency_links.txt
writing entry points to libais.egg-info/entry_points.txt
writing requirements to libais.egg-info/requires.txt
writing top-level names to libais.egg-info/top_level.txt
writing manifest file 'libais.egg-info/SOURCES.txt'
reading manifest file 'libais.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching 'Makefile' under directory 'docs'
adding license file 'LICENSE'
writing manifest file 'libais.egg-info/SOURCES.txt'
Copying libais.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/libais-0.17.egg-info
Skipping SOURCES.txt
running install_scripts
creating /<<PKGBUILDDIR>>/debian/tmp/usr/bin
copying build/scripts-3.12/aisdecode -> /<<PKGBUILDDIR>>/debian/tmp/usr/bin
changing mode of /<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode to 755
Installing libais_stats script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages 
help2man \
  --no-info \
  --name="Library for decoding maritime AIS messages" \
  --source="Debian" \
  --version-string  \
  /<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode > debian/aisdecode.1
`help2man' generates a man page out of `--help' and `--version' output.

Usage: help2man [OPTION]... EXECUTABLE

 -n, --name=STRING       description for the NAME paragraph
 -s, --section=SECTION   section number for manual page (1, 6, 8)
 -m, --manual=TEXT       name of manual (User Commands, ...)
 -S, --source=TEXT       source of program (FSF, Debian, ...)
 -L, --locale=STRING     select locale (default "C")
 -i, --include=FILE      include material from `FILE'
 -I, --opt-include=FILE  include material from `FILE' if it exists
 -o, --output=FILE       send output to `FILE'
 -p, --info-page=TEXT    name of Texinfo manual
 -N, --no-info           suppress pointer to Texinfo manual
 -l, --libtool           exclude the `lt-' from the program name
     --help              print this help, then exit
     --version           print version number, then exit

EXECUTABLE should accept `--help' and `--version' options and produce output on
stdout although alternatives may be specified using:

 -h, --help-option=STRING     help option string
 -v, --version-option=STRING  version option string
 --version-string=STRING      version string
 --no-discard-stderr          include stderr when parsing option output

Report bugs to <bug-help2...@gnu.org>.
make[1]: *** [debian/rules:26: override_dh_auto_install] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202408/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to