Package: src:python-libais
Version: 0.17+git.20190917.master.e464cf8-5
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
I: pybuild base:311: python3.13 setup.py clean /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-3.13' does not exist -- can't clean it
rm -rf .eggs
rm -rf .pybuild
rm -rf .pytest_cache
rm -f _ais.*.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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.13 setup.py config /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
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:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/lut.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/uscg.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/nmea.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/tag_block.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/vdm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/nmea_messages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/nmea_queue.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais copying ais/io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais
copying ais/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility copying test/compatibility/gpsd_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility
copying test/compatibility/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility copying ais/compatibility/gpsd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility
copying ais/compatibility/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
copying ais/stream/checksum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
copying ais/stream/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream
running build_ext
building '_ais' extension
creating build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais10.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais12.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais14.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais15.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais16.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais17.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais18.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais19.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais1_2_3.cpp
-o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais20.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais21.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais22.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais23.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais24.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais25.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais26.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais27.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais4_11.cpp -
o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais5.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais6.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais7_13.cpp -
o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8_1_22.
cpp -o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8_1_26.
cpp -o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8_200.cpp
-o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8_366.cpp
-o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais8_367.cpp
-o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais9.cpp -o
build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais_bitset.
cpp -o build/temp.linux-x86_64-cpython-313/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.13 -c src/libais/ais_py.cpp -
o build/temp.linux-x86_64-cpython-313/src/libais/ais_py.o -std=c++11 x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR [too-long-redacted] cpython-313-x86_64-linux-gnu.so
running build_scripts
creating build/scripts-3.13
copying and adjusting bin/aisdecode -> build/scripts-3.13
changing mode of build/scripts-3.13/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.13/build; python3.13 -m unittest discover -v
/usr/lib/python3.13/unittest/loader.py:339: FutureWarning: The compatability module is deprecated and will be removed in 1.0
__import__(name)
/usr/lib/python3.13/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>>'
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:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg) /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:90: 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/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility/gpsd_test.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/compatibility/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/util.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/lut.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/gpsd.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/compatibility/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/uscg.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/tag_block.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/vdm.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/uscg.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea_messages.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/vdm.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/nmea_queue.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/io.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/tag_block.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__pycache__/util.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea_messages.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/nmea_queue.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stats.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/io.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/checksum.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__pycache__/__init__.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__pycache__/checksum.cpython-313.pyc -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ais/stream/__init__.py -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/_ais.cpython-313-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility/gpsd_test.py to gpsd_test.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/test/compatibility/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/util.py to util.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/lut.py to lut.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/gpsd.py to gpsd.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/compatibility/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/uscg.py to uscg.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea.py to nmea.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/tag_block.py to tag_block.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/vdm.py to vdm.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea_messages.py to nmea_messages.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/nmea_queue.py to nmea_queue.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stats.py to stats.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/io.py to io.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/__init__.py to __init__.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/checksum.py to checksum.cpython-313.pyc
byte-compiling /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/ais/stream/__init__.py to __init__.cpython-313.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.13/dist-packages/libais-0.17.egg-info
Skipping SOURCES.txt
running install_scripts
creating /<<PKGBUILDDIR>>/debian/tmp/usr/bin
copying build/scripts-3.13/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.13/dist-packages help2man \
--no-info \
--name="Library for decoding maritime AIS messages" \
--source="Debian" \
--version-string=0.17+git.20190917.master.e464cf8 \
/<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode > debian/aisdecode.1
help2man: can't get `--help' info from /<<PKGBUILDDIR>>/debian/tmp/usr/bin/aisdecode
Try `--no-discard-stderr' if option outputs to stderr
make[1]: *** [debian/rules:28: override_dh_auto_install] Error 127
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: 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/202504/
About the archive rebuild: The build was made on virtual machines 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 add an affects on src:python-libais, so that this is still
visible in the BTS web page for this package.
Thanks.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)