Bug#901877: cnvkit: FTBFS (No module named 'future')
Package: src:cnvkit Version: 0.9.3-1 Severity: serious Dear maintainer: This package fails to build from source: Traceback (most recent call last): File "../cnvkit.py", line 4, in from future import standard_library ModuleNotFoundError: No module named 'future' See: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cnvkit.html for a full build log. Thanks.
Bug#901893: fortunes-debian-hints: FTBFS in buster/sid (hints-ar: No such file or directory)
Package: src:fortunes-debian-hints Version: 2.01.1 Severity: serious Dear maintainer: Since a few days, this package fails to build from source: Discard hints-ja (1 of 44 strings; only 2.27% translated; need 80%). Discard hints-pt (1 of 44 strings; only 2.27% translated; need 80%). Discard hints-sk (0 of 44 strings; only 0% translated; need 80%). Discard hints-sv (1 of 44 strings; only 2.27% translated; need 80%). Discard hints-tr (0 of 44 strings; only 0% translated; need 80%). Discard hints-vi (0 of 44 strings; only 0% translated; need 80%). Discard hints-zh_CN (1 of 44 strings; only 2.27% translated; need 80%). Discard hints-zh_TW (1 of 44 strings; only 2.27% translated; need 80%). strfile hints-ar hints-ar: No such file or directory debian/rules:7: recipe for target 'build' failed make: *** [build] Error 1 For a full build log, please see: https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/fortunes-debian-hints.html If this is a bug in one of the build-dependencies and you feel it should be reassigned, please use "affects" as well, so that the issue is still visible in the bug page for this package. Doing this should avoid duplicates. Thanks.
Bug#902162: translate-toolkit: FTBFS in stretch (broken by change in Africa/Windhoek timezone)
Package: src:translate-toolkit Version: 2.0.0-1 Severity: serious Tags: ftbfs Dear maintainer: This package does no longer build from source in Debian stretch: [...] === FAILURES === test_timezones def test_timezones(): pofile = po.pofile() # The following will only work on Unix because of tzset() and %z if 'tzset' in time.__dict__: os.environ['TZ'] = 'Asia/Kabul' time.tzset() assert time.timezone == -16200 # Typically "+0430" assert poheader.tzstring() == time.strftime("%z") os.environ['TZ'] = 'Asia/Seoul' time.tzset() assert time.timezone == -32400 # Typically "+0900" assert poheader.tzstring() == time.strftime("%z") os.environ['TZ'] = 'Africa/Johannesburg' time.tzset() assert time.timezone == -7200 # Typically "+0200" assert poheader.tzstring() == time.strftime("%z") os.environ['TZ'] = 'Africa/Windhoek' time.tzset() > assert time.timezone == -3600 E assert -7200 == -3600 E+ where -7200 = time.timezone ../../translate/storage/test_poheader.py:127: AssertionError === 1 failed, 2252 passed, 1 skipped, 51 xfailed, 6 xpassed in 10.48 seconds === E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: cp -a tests share /<>/.pybuild/pythonX.Y_2.7/build; cd /<>/.pybuild/pythonX.Y_2.7/build; PATH=/<>/debian/python-translate/usr/bin:$PATH python2.7 -m pytest -v -rxs dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned exit code 13 debian/rules:42: recipe for target 'override_dh_install' failed The above is from my own autobuilder, but it also happens here: https://tests.reproducible-builds.org/debian/rb-pkg/stretch/amd64/translate-toolkit.html Thanks.
Bug#902206: docker.io: FTBFS when built with dpkg-buildpackage -A (containerd: Command not found)
Package: src:docker.io Version: 18.03.1+dfsg1-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" and it failed: make[2]: Leaving directory '/<>/docker.io-18.03.1+dfsg1/.gopath/src/github.com/docker/cli' .gopath/bin/containerd -version make[1]: .gopath/bin/containerd: Command not found debian/rules:144: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 127 make[1]: Leaving directory '/<>/docker.io-18.03.1+dfsg1' debian/rules:46: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 To reproduce, please try "dpkg-buildpackage -A". Thanks.
Bug#902241: python-proliantutils: FTBFS in stretch (AssertionError: IloConnectionError not raised)
Package: src:python-proliantutils Version: 2.1.11-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch and it failed: [...] proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_asks_not_to_upload_firmware_file proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_asks_not_to_upload_firmware_file ... ok proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_asks_to_upload_firmware_file proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_asks_to_upload_firmware_file ... ok proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_calls_extract_of_fw_extractor_object proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_calls_extract_of_fw_extractor_object ... ok proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_throws_for_failed_extraction proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_throws_for_failed_extraction ... ok proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_throws_for_unknown_firmware_file_format proliantutils.tests.test_utils.UtilsTestCase.test_process_firmware_image_throws_for_unknown_firmware_file_format ... ok == FAIL: proliantutils.tests.ilo.test_firmware_controller.FirmwareImageUploaderTestCase.test__get_socket_throws_exception_in_case_of_failed_connection_2 proliantutils.tests.ilo.test_firmware_controller.FirmwareImageUploaderTestCase.test__get_socket_throws_exception_in_case_of_failed_connection_2 -- _StringException: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/ddt.py", line 129, in wrapper return func(self, *args, **kwargs) File "proliantutils/tests/ilo/test_firmware_controller.py", line 566, in test__get_socket_throws_exception_in_case_of_failed_connection self.assertRaises(expected_exception_type, fw_img_uploader._get_socket) File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__ "{0} not raised".format(exc_name)) AssertionError: IloConnectionError not raised -- Ran 473 tests in 5.071s FAILED (failures=1) debian/rules:14: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 I admit this is strange because it seems to build ok in the reproducible builds autobuilders. However, I've decided to report it anyway because I've tried to build it 55 times and it failed 55 times, on 23 different autobuilders: https://people.debian.org/~sanvila/build-logs/python-proliantutils/ I can even reproduce it with plain dpkg-buildpackage (i.e. without sbuild) on a brand new machine from Digital Ocean, so if you could not reproduce this, please contact me privately. As a last resort, I could give you access to one of such machines. Thanks.
Bug#902279: youtube-dl: FTBFS in buster/sid (No module named 'setuptools')
Package: src:youtube-dl Version: 2018.06.18-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster and it failed: dpkg-buildpackage: info: source package youtube-dl dpkg-buildpackage: info: source version 2018.06.18-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Rogério Brito dpkg-source --before-build youtube-dl-2018.06.18 fakeroot debian/rules clean dh clean --with python3 --buildsystem=pybuild --with bash-completion dh_auto_clean -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py clean Traceback (most recent call last): File "setup.py", line 11, in from setuptools import setup, Command ModuleNotFoundError: No module named 'setuptools' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "setup.py", line 14, in from distutils.core import setup, Command ModuleNotFoundError: No module named 'distutils.core' E: pybuild pybuild:336: clean: plugin distutils failed with: exit code=1: python3.6 setup.py clean dh_auto_clean: pybuild --clean -i python{version} -p 3.6 returned exit code 13 debian/rules:8: recipe for target 'clean' failed make: *** [clean] Error 25 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 This is from my own autobuilder, but there are full build logs available here: https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/youtube-dl.html Seems like a missing Build-Depends somewhere. To avoid this kind of bugs propagating to testing, please consider uploding in source only form (dpkg-buildpackage -S). Thanks.
Bug#880276: Bug is also in stretch
reopen 880276 thanks On Mon, 25 Dec 2017, Adrian Bunk wrote: > tags 880276 stretch > thanks > > https://tests.reproducible-builds.org/debian/history/ruby-encryptor.html Indeed, and for that reason, I'm reopening it. Dear maintainer: Please consider a fix for stable. Thanks.
Bug#880276: Bug is also in stretch
On Sun, Jun 24, 2018 at 04:04:53PM +0300, Adrian Bunk wrote: > That's actually bad in such cases: > > When the BTS has a "fixed" version it does not matter whether the bug is > open or closed - the BTS then does version tracking and knows that the > bug is still present in older versions (for RC bugs still present in > stable this also prevents archiving of the bug). > > "reopen" wipes "fixed", which wrongly reopens the bug for buster/unstable. Yes, the BTS itself warned me about that and I sent another email to fix that, except that I forgot to Cc people in the reopening email. Thanks.
Bug#902382: octave-linear-algebra: FTBFS randomly (failing tests)
Package: src:octave-linear-algebra Version: 2.2.2-5 Severity: serious Tags: ftbfs Dear maintainer. I tried to build this package in buster and it failed very often. The failures are like this: --- ! test failed ASSERT errors for: assert (x,A \ b,1e-9 * norm (x, inf)) Location | Observed | Expected | Reason (1) 51135.5981 51135.5987Abs err 0.00059066 exceeds tol 9.2514e-05 by 0.0005 (2) 15778.9081 15778.9083Abs err 0.00018218 exceeds tol 9.2514e-05 by 9e-05 --- I've put several build logs here from my own autobuilders: https://people.debian.org/~sanvila/build-logs/octave-linear-algebra/ but this also happens in the reproducible builds autobuilders: https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/octave-linear-algebra_2.2.2-5.rbuild.log.gz and even in the official buildds: https://buildd.debian.org/status/fetch.php?pkg=octave-linear-algebra&arch=mips&ver=2.2.2-5&stamp=1528668645&raw=0 Thanks.
Bug#902424: mongo-cxx-driver-legacy: FTBFS when built with dpkg-buildpackage -A
Package: src:mongo-cxx-driver-legacy Version: 1.1.3-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i install -d debian/.debhelper/bucket/files cp -an --reflink=auto src/third_party/gtest-1.7.0/build-aux/config.guess debian/.debhelper/bucket/files/9be3de218833c076786b919dc34aab691611f4cd73316e7705f2673e2c41921b.tmp mv debian/.debhelper/bucket/files/9be3de218833c076786b919dc34aab691611f4cd73316e7705f2673e2c41921b.tmp debian/.debhelper/bucket/files/9be3de218833c076786b919dc34aab691611f4cd73316e7705f2673e2c41921b cp -f /usr/share/misc/config.guess ./src/third_party/gtest-1.7.0/build-aux/config.guess cp -an --reflink=auto src/third_party/gtest-1.7.0/build-aux/config.sub debian/.debhelper/bucket/files/e308ae7f7f524bd790f8d4457c7c0a30f84034dd0b7d4388daca24275db4.tmp mv debian/.debhelper/bucket/files/e308ae7f7f524bd790f8d4457c7c0a30f84034dd0b7d4388daca24275db4.tmp debian/.debhelper/bucket/files/e308ae7f7f524bd790f8d4457c7c0a30f84034dd0b7d4388daca24275db4 cp -f /usr/share/misc/config.sub ./src/third_party/gtest-1.7.0/build-aux/config.sub dh_autoreconf -i debian/rules override_dh_auto_build make[1]: Entering directory '/<>' # Backup directories contained sources that should not be used. [... snipped ...] Chmod("tmp/include/mongo/util/time_support.h", 0644) Creating 'build/linux2/c++11_on/ssl/mongo/version.h' Install file: "build/linux2/c++11_on/ssl/mongo/version.h" as "tmp/include/mongo/version.h" Chmod("tmp/include/mongo/version.h", 0644) scons: done building targets. make[1]: Leaving directory '/<>' debian/rules override_dh_install make[1]: Entering directory '/<>' dh_install install -d debian/.debhelper/generated/libmongoclient-dev install -d debian/.debhelper/generated/libmongoclient0 install -d debian/.debhelper/generated/mongodb-dev # Move generated header files to the arch-specific include path install -d "/<>/debian/libmongoclient-dev/usr/include/${DEB_HOST_MULTIARCH}/mongo" mv /<>/debian/libmongoclient-dev/usr/include/mongo/config.h \ /<>/debian/libmongoclient-dev/usr/include/mongo/version.h \ "/<>/debian/libmongoclient-dev/usr/include/${DEB_HOST_MULTIARCH}/mongo" mv: cannot stat '/<>/debian/libmongoclient-dev/usr/include/mongo/config.h': No such file or directory mv: cannot stat '/<>/debian/libmongoclient-dev/usr/include/mongo/version.h': No such file or directory debian/rules:59: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 1 make[1]: Leaving directory '/<>' debian/rules:9: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 Hint: Try splitting override_dh_install into override_dh_install-indep and override_dh_install-arch. Thanks.
Bug#902424: closed by Apollon Oikonomopoulos (Bug#902424: fixed in mongo-cxx-driver-legacy 1.1.3-2)
Thanks for fixing this so quickly! I forgot to say that there is a simple way to avoid this kind of bugs to propagate to testing: you can upload in source only form by doing "dpkg-buildpackage -S". Give it a try some day. Thanks.
Bug#902459: faumachine: FTBFS in buster/sid (error: 'faum_dsdt' undeclared)
Package: src:faumachine Version: 20180503-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh_testdir ./autogen.sh configure.ac:140: installing 'scripts/compile' configure.ac:142: installing 'scripts/config.guess' configure.ac:142: installing 'scripts/config.sub' configure.ac:20: installing 'scripts/install-sh' configure.ac:20: installing 'scripts/missing' chips/Makefile.am: installing 'scripts/depcomp' lib/Makefile.am:174: warning: source file 'pattern-matcher/patternm.c' is in a subdirectory, lib/Makefile.am:174: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' [... snipped ...] ../../scripts/gcc.pl "gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs -Wredundant-decls -Wno-pointer-sign" -DHAVE_CONFIG_H -I. -I../..-DINIT_RM --sec-prefix=.init.rm -I../.. --freestanding -fno-pic -fno-PIC -fno-pie -fno-PIE -fno-dse -fno-pie -no-pie -Os -fomit-frame-pointer -mpreferred-stack-boundary=2 --freestanding -falign-functions=15 -I../mb_template_bios -I.. -I../../lib -DCONFIG_APM_SUPPORT -DCONFIG_MOUSE_SUPPORT -DCONFIG_PCI_SUPPORT -DCONFIG_PNP_SUPPORT -DCONFIG_SMI_SUPPORT -DCONFIG_SMP_SUPPORT -DCONFIG_ACPI_SUPPORT -DCONFIG_MB_GA_686DLX_SU PPORT -DCONFIG_INTEL_7180 -m32 -march=i386 -MT libinit_rm_a-print.o -MD -MP -MF .deps/libinit_rm_a-print.Tpo -c -o libinit_rm_a-print.o `test -f '../mb_template_bios/print.c' || echo './'`../mb_template_bios/print.c mv -f .deps/libinit_rm_a-print.Tpo .deps/libinit_rm_a-print.Po ../../scripts/gcc.pl "gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs -Wredundant-decls -Wno-pointer-sign" -DHAVE_CONFIG_H -I. -I../..-DINIT_RM --sec-prefix=.init.rm -I../.. --freestanding -fno-pic -fno-PIC -fno-pie -fno-PIE -fno-dse -fno-pie -no-pie -Os -fomit-frame-pointer -mpreferred-stack-boundary=2 --freestanding -falign-functions=15 -I../mb_template_bios -I.. -I../../lib -DCONFIG_APM_SUPPORT -DCONFIG_MOUSE_SUPPORT -DCONFIG_PCI_SUPPORT -DCONFIG_PNP_SUPPORT -DCONFIG_SMI_SUPPORT -DCONFIG_SMP_SUPPORT -DCONFIG_ACPI_SUPPORT -DCONFIG_MB_GA_686DLX_SU PPORT -DCONFIG_INTEL_7180 -m32 -march=i386 -MT libinit_rm_a-vsprintf.o -MD -MP -MF .deps/libinit_rm_a-vsprintf.Tpo -c -o libinit_rm_a-vsprintf.o `test -f '../mb_template_bios/vsprintf.c' || echo './'`../mb_template_bios/vsprintf.c mv -f .deps/libinit_rm_a-vsprintf.Tpo .deps/libinit_rm_a-vsprintf.Po ../../scripts/gcc.pl "gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wuninitialized -Wunknown-pragmas -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-noreturn -Wnested-externs -Wunused-local-typedefs -Wredundant-decls -Wno-pointer-sign" -DHAVE_CONFIG_H -I. -I../..-DINIT_RM --sec-prefix=.init.rm -I../.. --freestanding -fno-pic -fno-PIC -fno-pie -fno-PIE -fno-dse -fno-pie -no-pie -Os -fomit-frame-pointer -mpreferred-stack-boundary=2 --freestanding -falign-functions=15 -I../mb_template_bios -I.. -I../../lib -DCONFIG_APM_SUPPORT -DCONFIG_MOUSE_SUPPORT -DCONFIG_PCI_SUPPORT -DCONFIG_PNP_SUPPORT -DCONFIG_SMI_SUPPORT -DCONFIG_SMP_SUPPORT -DCONFIG_ACPI_SUPPORT -DCONFIG_MB_GA_686DLX_SU PPORT -DCONFIG_INTEL_7180 -m32 -march=i386 -MT libinit_rm_a-debug.o -MD -MP -MF .deps/libinit_rm_a-debug.Tpo -c -o libinit_rm_a-debug.o `test -f '../mb_template_bios/debug.c' || echo './'`../mb_template_bios/debug.c mv -f .deps/libinit_rm_a-debug.Tpo .deps/libinit_rm_a-debug.Po ../../scripts/gcc.pl "gcc -Wchar-subscripts -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit-function-declaration -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequen
Bug#902458: django-countries: FTBFS in buster/sid ("BAD" is not a valid choice)
Package: src:django-countries Version: 5.2-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py [... snipped ...] copying django_countries/ioc_data.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries copying django_countries/__init__.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries creating /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_fields.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_widgets.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_tags.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/custom_countries.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_countries.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_settings.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/settings.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/models.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_drf.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/forms.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/test_admin_filters.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests copying django_countries/tests/__init__.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/tests creating /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/templatetags copying django_countries/templatetags/__init__.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/templatetags copying django_countries/templatetags/countries.py -> /<>/.pybuild/cpython3_3.6_django-countries/build/django_countries/templatetags debian/rules override_dh_auto_test make[1]: Entering directory '/<>' set -e; \ for python in python2.7 python3.6; do \ PYTHONPATH="." DJANGO_SETTINGS_MODULE=django_countries.tests.settings $python /usr/bin/django-admin test django_countries.tests;\ done ..F. == FAIL: test_multi_deserialize_invalid (django_countries.tests.test_drf.TestDRF) -- Traceback (most recent call last): File "/<>/django_countries/tests/test_drf.py", line 147, in test_multi_deserialize_invalid ['"BAD" is not a valid choice.']) AssertionError: {1: [ErrorDetail(string=u'"BAD" is not a valid choice.', code=u'invalid_choice')]} != [u'"BAD" is not a valid choice.'] -- Ran 144 tests in 0.442s FAILED (failures=1) Creating test database for alias 'default'... System check identified no issues (0 silenced). Destroying test database for alias 'default'... debian/rules:14: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:10: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-countries.html 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 page for this package. Thanks.
Bug#902453: aff4: FTBFS in buster/sid
Package: src:aff4 Version: 0.24.post1-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with autoreconf,python2 --parallel dh_update_autotools_config -i -O--parallel dh_autoreconf -i -O--parallel configure.ac:104: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2601: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2617: AC_COMPILE_IFELSE is expanded from... m4/uriparser.m4:1: URIPARSER_CHECK is expanded from... configure.ac:104: the top level configure.ac:104: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2601: _AC_COMPILE_IFELSE is expanded from... [... snipped ...] ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "AFF4" #define PACKAGE_TARNAME "aff4" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "AFF4 0.1" #define PACKAGE_BUGREPORT "aff4-us...@googlegroups.com" #define PACKAGE_URL "http://www.aff4.org/"; #define PACKAGE "aff4" #define VERSION "0.1" #define HAVE_LIBRAPTOR2 1 #define HAVE_LIBUUID 1 #define HAVE_LIBZ 1 #define HAVE_LIBGLOG 1 #define HAVE_LIBSNAPPY 1 #define HAVE_LIBPTHREAD 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FCNTL_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define SIZEOF_OFF_T 8 #define SIZEOF_SIZE_T 8 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 1 dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 1 debian/rules:14: recipe for target 'override_dh_auto_configure' failed make[1]: *** [override_dh_auto_configure] Error 255 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/aff4.html 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 page for this package. Thanks.
Bug#902456: cf-python: FTBFS in buster/sid (AttributeError: 'module' object has no attribute 'netcdftime')
Package: src:cf-python Version: 1.3.2+dfsg1-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config debian/rules override_dh_auto_build-indep make[1]: Entering directory '/<>/cf-python-1.3.2+dfsg1' PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -E -b html docs/source docs/build/html Running Sphinx v1.7.5 Configuration error: There is a programable error in your configuration file: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/sphinx/config.py", line 161, in __init__ execfile_(filename, config) File "/usr/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/usr/lib/python2.7/dist-packages/six.py", line 709, in exec_ exec("""exec _code_ in _globs_, _locs_""") File "", line 1, in File "conf.py", line 340, in import inspect, cf File "/<>/cf-python-1.3.2+dfsg1/cf/__init__.py", line 81, in from .variable import Variable File "/<>/cf-python-1.3.2+dfsg1/cf/variable.py", line 21, in from .query import Query File "/<>/cf-python-1.3.2+dfsg1/cf/query.py", line 10, in from .cfdatetime import Datetime, dt File "/<>/cf-python-1.3.2+dfsg1/cf/cfdatetime.py", line 12, in from .unitsimport Units File "/<>/cf-python-1.3.2+dfsg1/cf/units.py", line 259, in _netCDF4_netcdftime_utime = netCDF4.netcdftime.utime AttributeError: 'module' object has no attribute 'netcdftime' debian/rules:14: recipe for target 'override_dh_auto_build-indep' failed make[1]: *** [override_dh_auto_build-indep] Error 2 make[1]: Leaving directory '/<>/cf-python-1.3.2+dfsg1' debian/rules:11: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cf-python.html 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 page for this package. Thanks.
Bug#902455: ccdproc: FTBFS in buster/sid (failing tests)
Package: src:ccdproc Version: 1.3.0-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py [... snipped ...] ccdproc/core.py:1568: RuntimeWarning: invalid value encountered in greater crarr = (rarr > thresh) ccdproc/tests/test_ccdproc.py::test_flat_correct_does_not_change_input /usr/lib/python2.7/dist-packages/astropy/units/quantity.py:641: RuntimeWarning: invalid value encountered in true_divide *arrays, **kwargs) ccdproc/tests/test_ccdproc.py::test_transform_image_does_not_change_input ccdproc/core.py:841: RuntimeWarning: invalid value encountered in sqrt nccd.data = transform_func(nccd.data, **kwargs) ccdproc/tests/test_ccdproc.py::test_wcs_project_onto_shifted_wcs ccdproc/core.py:921: RuntimeWarning: invalid value encountered in greater reprojected_mask = reprojected_mask > 1e-8 ccdproc/tests/test_ccdproc.py::test_wcs_project_onto_scale_wcs ccdproc/core.py:921: RuntimeWarning: invalid value encountered in greater reprojected_mask = reprojected_mask > 1e-8 docs/ccdproc/image_combination.rst -c:1: RuntimeWarning: divide by zero encountered in divide -c:1: RuntimeWarning: divide by zero encountered in divide -c:1: RuntimeWarning: divide by zero encountered in divide ccdproc/combiner.py:169: UserWarning: Warning: converting a masked element to nan. self._scaling = np.array(self._scaling) ccdproc/combiner.py:169: UserWarning: Warning: converting a masked element to nan. self._scaling = np.array(self._scaling) ccdproc/combiner.py:169: UserWarning: Warning: converting a masked element to nan. self._scaling = np.array(self._scaling) docs/ccdproc/image_management.rst ccdproc/image_collection.py:117: AstropyUserWarning: no FITS files in the collection. AstropyUserWarning) ccdproc/image_collection.py:117: AstropyUserWarning: no FITS files in the collection. AstropyUserWarning) ccdproc/image_collection.py:117: AstropyUserWarning: no FITS files in the collection. AstropyUserWarning) -- Docs: http://doc.pytest.org/en/latest/warnings.html = 4 failed, 370 passed, 3 skipped, 17 warnings in 6.83 seconds = debian/rules:16: recipe for target 'test-python2.7' failed make[1]: *** [test-python2.7] Error 1 make[1]: Leaving directory '/<>' debian/rules:12: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ccdproc.html 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 page for this package. Thanks.
Bug#902454: bochs: FTBFS in buster/sid ('AmlCode' undeclared)
Package: src:bochs Version: 2.6-5 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh_testdir libtoolize -c libtoolize: putting auxiliary files in '.'. libtoolize: copying file './compile' libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './depcomp' libtoolize: copying file './install-sh' libtoolize: copying file './missing' libtoolize: copying file './ltmain.sh' libtoolize: putting macros in 'libltdl/m4'. libtoolize: copying file 'libltdl/m4/libtool.m4' [... snipped ...] acpi-dsdt.dsl.i631: Return(0x01) Warning 3104 - ^ Reserved method should not return a value (_L0E) acpi-dsdt.dsl.i634: Return(0x01) Warning 3104 - ^ Reserved method should not return a value (_L0F) Intel ACPI Component Architecture ASL+ Optimizing Compiler/Disassembler version 20180508 Copyright (c) 2000 - 2018 Intel Corporation ASL Input: acpi-dsdt.dsl.i - 639 lines, 29236 bytes, 707 keywords AML Output:acpi-dsdt.aml - 7585 bytes, 253 named objects, 454 executable opcodes Hex Dump: acpi-dsdt.hex - 71586 bytes Compilation complete. 0 Errors, 51 Warnings, 10 Remarks, 494 Optimizations, 93 Constants Folded rm acpi-dsdt.dsl.i sed -i -e's/^unsigned/const unsigned/' acpi-dsdt.hex gcc -m32 -fno-stack-protector -O2 -Wall -c -o rombios32.o rombios32.c rombios32.c: In function 'setup_mtrr': rombios32.c:501:23: warning: variable 'wc' set but not used [-Wunused-but-set-variable] int i, vcnt, fix, wc; ^~ In file included from rombios32.c:1454:0: acpi-dsdt.hex: At top level: acpi-dsdt.hex:13:15: warning: extra tokens at end of #ifndef directive #ifndef __ACPI-DSDT_HEX__ ^ acpi-dsdt.hex:14:15: warning: ISO C99 requires whitespace after the macro name #define __ACPI-DSDT_HEX__ ^ acpi-dsdt.hex:16:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token const unsigned char acpi-dsdt_aml_code[] = ^ rombios32.c: In function 'acpi_bios_init': rombios32.c:1609:20: error: 'AmlCode' undeclared (first use in this function) addr += sizeof(AmlCode); ^~~ rombios32.c:1609:20: note: each undeclared identifier is reported only once for each function it appears in Makefile:125: recipe for target 'rombios32.o' failed make[1]: *** [rombios32.o] Error 1 make[1]: Leaving directory '/<>/bios' debian/rules:135: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bochs.html 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 page for this package. Thanks.
Bug#902461: flask-oauthlib: FTBFS in buster/sid (failing tests)
Package: src:flask-oauthlib Version: 0.9.5-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib copying flask_oauthlib/client.py -> /<>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib copying flask_oauthlib/__init__.py -> /<>/.pybuild/cpython3_3.6_flask-oauthlib/build/flask_oauthlib [... snipped ...] return load_source(name, filename, file) File "/usr/lib/python3.6/imp.py", line 172, in load_source module = _load(spec) File "", line 684, in _load File "", line 665, in _load_unlocked File "", line 678, in exec_module File "", line 219, in _call_with_frames_removed File "/<>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_oauth2/test_refresh.py", line 5, in from .base import TestCase File "/<>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_oauth2/base.py", line 8, in from flask_sqlalchemy import SQLAlchemy ModuleNotFoundError: No module named 'flask_sqlalchemy' == ERROR: Failure: ModuleNotFoundError (No module named 'mock') -- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib/python3.6/imp.py", line 235, in load_module return load_source(name, filename, file) File "/usr/lib/python3.6/imp.py", line 172, in load_source module = _load(spec) File "", line 684, in _load File "", line 665, in _load_unlocked File "", line 678, in exec_module File "", line 219, in _call_with_frames_removed File "/<>/.pybuild/cpython3_3.6_flask-oauthlib/build/tests/test_utils.py", line 4, in import mock ModuleNotFoundError: No module named 'mock' -- Ran 11 tests in 0.004s FAILED (errors=9) E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython3_3.6_flask-oauthlib/build; python3.6 -m nose tests dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 returned exit code 13 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-oauthlib.html 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 page for this package. Thanks.
Bug#902457: cupt: FTBFS in buster/sid (failing tests)
Package: src:cupt Version: 2.10.1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep -Bb/ --parallel --with bash-completion dh_testdir -i -O-Bb/ -O--parallel dh_update_autotools_config -i -O-Bb/ -O--parallel debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' dh_auto_configure -Bb/ -- -DCMAKE_BUILD_TYPE=RelWithDebInfo cd b && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info [... snipped ...] [03:42:41] tt/query/show/package-existance.t .. ok 92 ms ( 0.00 usr 0.00 sys + 0.05 cusr 0.02 csys = 0.07 CPU) [03:42:41] tt/query/show/status-of-installed-package.t ok 261 ms ( 0.00 usr 0.00 sys + 0.08 cusr 0.05 csys = 0.13 CPU) [03:42:41] tt/query/show/version-merging/architecture.t ... ok 129 ms ( 0.00 usr 0.00 sys + 0.07 cusr 0.02 csys = 0.09 CPU) [03:42:42] tt/query/show/version-merging/version-hash-release.t ... ok 195 ms ( 0.00 usr 0.00 sys + 0.08 cusr 0.03 csys = 0.11 CPU) [03:42:43] tt/query/version-string/compare.t .. ok 1230 ms ( 0.02 usr 0.00 sys + 0.23 cusr 0.19 csys = 0.44 CPU) [03:42:43] tt/query/version-string/invalid.t .. ok 195 ms ( 0.00 usr 0.00 sys + 0.08 cusr 0.03 csys = 0.11 CPU) [03:42:43] tt/query/why/basic.t ... ok 120 ms ( 0.01 usr 0.00 sys + 0.06 cusr 0.03 csys = 0.10 CPU) [03:42:44] tt/query/why/endurance.t ... ok 955 ms ( 0.00 usr 0.00 sys + 0.68 cusr 0.21 csys = 0.89 CPU) [03:42:44] tt/query/why/from-specific-packages.t .. ok 152 ms ( 0.00 usr 0.00 sys + 0.07 cusr 0.02 csys = 0.09 CPU) [03:42:44] tt/query/why/loop.t ok 93 ms ( 0.00 usr 0.00 sys + 0.07 cusr 0.01 csys = 0.08 CPU) [03:42:45] tt/query/why/priorities.t .. ok 311 ms ( 0.01 usr 0.00 sys + 0.11 cusr 0.04 csys = 0.16 CPU) [03:42:45] tt/query/why/recommends-and-suggests.t . ok 98 ms ( 0.00 usr 0.00 sys + 0.06 cusr 0.02 csys = 0.08 CPU) [03:42:45] tt/query/why/traverse-order.t .. ok 86 ms ( 0.00 usr 0.00 sys + 0.06 cusr 0.02 csys = 0.08 CPU) [03:42:45] tt/shell/basic.t ... ok 217 ms ( 0.00 usr 0.01 sys + 0.11 cusr 0.04 csys = 0.16 CPU) [03:42:45] tt/shell/cache-reload.t ok 387 ms ( 0.01 usr 0.00 sys + 0.15 cusr 0.09 csys = 0.25 CPU) [03:42:46] tt/shell/error-handling.t .. ok 278 ms ( 0.01 usr 0.00 sys + 0.12 cusr 0.03 csys = 0.16 CPU) [03:42:46] tt/shell/tokenising.t .. ok 178 ms ( 0.00 usr 0.00 sys + 0.10 cusr 0.04 csys = 0.14 CPU) [03:42:46] tt/version.t ... ok 94 ms ( 0.00 usr 0.01 sys + 0.06 cusr 0.02 csys = 0.09 CPU) [03:42:46] Test Summary Report --- tt/query/repo-signatures/validation-errors.t (Wstat: 768 Tests: 9 Failed: 3) Failed tests: 1-2, 9 Non-zero exit status: 3 Files=181, Tests=2072, 63 wallclock secs ( 0.87 usr 0.22 sys + 36.62 cusr 7.04 csys = 44.75 CPU) Result: FAIL test/CMakeFiles/test.dir/build.make:60: recipe for target 'test/CMakeFiles/test' failed make[4]: *** [test/CMakeFiles/test] Error 1 make[4]: Leaving directory '/<>/b' CMakeFiles/Makefile2:637: recipe for target 'test/CMakeFiles/test.dir/all'
Bug#902463: flask-script: FTBFS in buster/sid (failing tests)
Package: src:flask-script Version: 2.0.5-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<>/.pybuild/cpython2_2.7_flask-script/build/flask_script copying flask_script/commands.py -> /<>/.pybuild/cpython2_2.7_flask-script/build/flask_script copying flask_script/_compat.py -> /<>/.pybuild/cpython2_2.7_flask-script/build/flask_script copying flask_script/cli.py -> /<>/.pybuild/cpython2_2.7_flask-script/build/flask_script copying flask_script/__init__.py -> /<>/.pybuild/cpython2_2.7_flask-script/build/flask_script I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<>/.pybuild/cpython3_3.6_flask-script/build/flask_script copying flask_script/commands.py -> /<>/.pybuild/cpython3_3.6_flask-script/build/flask_script copying flask_script/_compat.py -> /<>/.pybuild/cpython3_3.6_flask-script/build/flask_script copying flask_script/cli.py -> /<>/.pybuild/cpython3_3.6_flask-script/build/flask_script copying flask_script/__init__.py -> /<>/.pybuild/cpython3_3.6_flask-script/build/flask_script debian/rules override_dh_auto_test make[1]: Entering directory '/<>' py.test tests.py = test session starts == platform linux2 -- Python 2.7.15, pytest-3.3.2, py-1.5.3, pluggy-0.6.0 rootdir: /<>, inifile: collected 0 items / 1 errors ERRORS __ ERROR collecting tests.py ___ ImportError while importing test module '/<>/tests.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests.py:8: in from flask.ext.script._compat import StringIO, text_type E ImportError: No module named ext.script._compat !!! Interrupted: 1 errors during collection === 1 error in 0.21 seconds debian/rules:13: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 2 make[1]: Leaving directory '/<>' debian/rules:10: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-script.html 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 page for this package. Thanks.
Bug#902460: flask-assets: FTBFS in buster/sid (failing tests)
Package: src:flask-assets Version: 0.12-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py copying src/flask_assets.py -> /<>/.pybuild/cpython3_3.6_flask-bcrypt/build dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: cd /<>/.pybuild/cpython3_3.6_flask-bcrypt/build; python3.6 -m nose tests [... snipped ...] == ERROR: Make sure url generation works with globs. -- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/case.py", line 381, in setUp try_run(self.inst, ('setup', 'setUp')) File "/usr/lib/python3/dist-packages/nose/util.py", line 471, in try_run return func() File "/<>/.pybuild/cpython3_3.6_flask-bcrypt/build/tests/test_integration.py", line 31, in setup self.app = Flask(__name__, static_path='/app_static') TypeError: __init__() got an unexpected keyword argument 'static_path' == ERROR: Test how urls are generated via the Flask static system -- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/case.py", line 381, in setUp try_run(self.inst, ('setup', 'setUp')) File "/usr/lib/python3/dist-packages/nose/util.py", line 471, in try_run return func() File "/<>/.pybuild/cpython3_3.6_flask-bcrypt/build/tests/test_integration.py", line 31, in setup self.app = Flask(__name__, static_path='/app_static') TypeError: __init__() got an unexpected keyword argument 'static_path' == ERROR: Make sure the "url" and "directory" config values are -- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/case.py", line 381, in setUp try_run(self.inst, ('setup', 'setUp')) File "/usr/lib/python3/dist-packages/nose/util.py", line 471, in try_run return func() File "/<>/.pybuild/cpython3_3.6_flask-bcrypt/build/tests/test_integration.py", line 153, in setup self.app = Flask(__name__, static_path='/initapp_static') TypeError: __init__() got an unexpected keyword argument 'static_path' -- Ran 29 tests in 0.066s FAILED (errors=9) E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython3_3.6_flask-bcrypt/build; python3.6 -m nose tests dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 returned exit code 13 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-assets.html 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 page for this package. Thanks.
Bug#902464: flask-silk: FTBFS in buster/sid (failing tests)
Package: src:flask-silk Version: 0.2-12 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with=python2,python3,sphinxdoc,linktree --buildsystem pybuild dh_testdir -i -O--buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config debian/rules override_dh_auto_build make[1]: Entering directory '/<>' dh_auto_build [... snipped ...] make[1]: Leaving directory '/<>' dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py test running test running egg_info writing requirements to Flask_Silk.egg-info/requires.txt writing Flask_Silk.egg-info/PKG-INFO writing top-level names to Flask_Silk.egg-info/top_level.txt writing dependency_links to Flask_Silk.egg-info/dependency_links.txt reading manifest file 'Flask_Silk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Flask_Silk.egg-info/SOURCES.txt' running build_ext Traceback (most recent call last): File "setup.py", line 46, in 'Topic :: Software Development :: Libraries :: Python Modules' File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 226, in run self.run_tests() File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 248, in run_tests exit=False, File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__ self.parseArgs(argv) File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs self.createTests() File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests self.module) File "/usr/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames suites = [self.loadTestsFromName(name, module) for name in names] File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName module = __import__('.'.join(parts_copy)) File "/<>/test.py", line 5, in from flask.ext.silk import Silk ImportError: No module named ext.silk E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: python2.7 setup.py test dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13 debian/rules:4: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-silk.html 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 page for this package. Thanks.
Bug#902465: golang-github-armon-go-metrics: FTBFS in buster/sid (failing tests)
Package: src:golang-github-armon-go-metrics Version: 0.0~git20170601.0.f036747-5 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/golang-github-armon-go-metrics-0.0\~git20170601.0.f036747/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/golang-github-armon-go-metrics-0.0\~git20170601.0.f036747/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/armon/go-metrics github.com/armon/go-metrics/circonus github.com/armon/go-metrics/datadog github.com/armon/go-metrics/prometheus github.com/armon/go-metrics github.com/hashicorp/go-cleanhttp github.com/hashicorp/go-retryablehttp github.com/circonus-labs/circonus-gometrics/api github.com/circonus-labs/circonus-gometrics/checkmgr github.com/circonus-labs/circonusllhist github.com/circonus-labs/circonus-gometrics [... snipped ...] --- PASS: TestNewStatsdSinkFromURL (0.00s) --- PASS: TestNewStatsdSinkFromURL/address_is_populated (0.00s) --- PASS: TestNewStatsdSinkFromURL/address_includes_port (0.00s) === RUN TestStatsite_Flatten --- PASS: TestStatsite_Flatten (0.00s) === RUN TestStatsite_PushFullQueue --- PASS: TestStatsite_PushFullQueue (0.00s) === RUN TestStatsite_Conn --- SKIP: TestStatsite_Conn (0.00s) statsite_test.go:46: === RUN TestNewStatsiteSinkFromURL === RUN TestNewStatsiteSinkFromURL/address_is_populated === RUN TestNewStatsiteSinkFromURL/address_includes_port --- PASS: TestNewStatsiteSinkFromURL (0.00s) --- PASS: TestNewStatsiteSinkFromURL/address_is_populated (0.00s) --- PASS: TestNewStatsiteSinkFromURL/address_includes_port (0.00s) FAIL FAILgithub.com/armon/go-metrics 0.230s === RUN TestNewCirconusSink --- PASS: TestNewCirconusSink (0.00s) === RUN TestFlattenKey --- PASS: TestFlattenKey (0.00s) === RUN TestSetGauge --- SKIP: TestSetGauge (0.00s) circonus_test.go:72: === RUN TestIncrCounter --- PASS: TestIncrCounter (0.00s) === RUN TestAddSample --- PASS: TestAddSample (0.00s) PASS ok github.com/armon/go-metrics/circonus0.003s === RUN TestParseKey --- PASS: TestParseKey (0.00s) === RUN TestFlattenKey --- PASS: TestFlattenKey (0.00s) === RUN TestMetricSink --- PASS: TestMetricSink (0.00s) === RUN TestTaggableMetrics --- PASS: TestTaggableMetrics (0.00s) PASS ok github.com/armon/go-metrics/datadog 0.002s ? github.com/armon/go-metrics/prometheus [no test files] dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/armon/go-metrics github.com/armon/go-metrics/circonus github.com/armon/go-metrics/datadog github.com/armon/go-metrics/prometheus returned exit code 1 debian/rules:5: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-armon-go-metrics.html 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 page for this package. Thanks.
Bug#902466: golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS in buster/sid (failing tests)
Package: src:golang-github-grpc-ecosystem-go-grpc-prometheus Version: 1.1+git20170826.0dafe0d-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_autoreconf -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang debian/rules override_dh_auto_build make[1]: Entering directory '/<>/golang-github-grpc-ecosystem-go-grpc-prometheus-1.1+git20170826.0dafe0d' cd obj-x86_64-linux-gnu/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto && \ GOPATH=obj-x86_64-linux-gnu make make[2]: Entering directory '/<>/golang-github-grpc-ecosystem-go-grpc-prometheus-1.1+git20170826.0dafe0d/obj-x86_64-linux-gnu/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto' PATH="obj-x86_64-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" protoc \ -I. \ -Iobj-x86_64-linux-gnu/src \ [... snipped ...] === RUN TestServerInterceptorSuite/TestUnaryIncrementsStarted --- FAIL: TestServerInterceptorSuite (0.08s) --- PASS: TestServerInterceptorSuite/TestRegisterPresetsStuff (0.02s) --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsHandled (0.01s) server_test.go:218: Error Trace:server_test.go:218 Error: Not equal: expected: 1 actual : 0 Test: TestServerInterceptorSuite/TestStreamingIncrementsHandled Messages: grpc_server_handled_total should be incremented for PingList FailedPrecondition --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsHistograms (0.01s) server_test.go:186: Error Trace:server_test.go:186 Error: Not equal: expected: 2 actual : 3 Test: TestServerInterceptorSuite/TestStreamingIncrementsHistograms Messages: grpc_server_handling_seconds_count should be incremented for PingList OK server_test.go:193: Error Trace:server_test.go:193 Error: Not equal: expected: 4 actual : 3 Test: TestServerInterceptorSuite/TestStreamingIncrementsHistograms Messages: grpc_server_handling_seconds_count should be incremented for PingList FailedPrecondition --- PASS: TestServerInterceptorSuite/TestStreamingIncrementsMessageCounts (0.01s) --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsStarted (0.00s) server_test.go:168: Error Trace:server_test.go:168 Error: Not equal: expected: 6 actual : 5 Test: TestServerInterceptorSuite/TestStreamingIncrementsStarted Messages: grpc_server_started_total should be incremented for PingList --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsHandled (0.01s) --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsHistograms (0.01s) --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsStarted (0.01s) server_test.go:86: stopped grpc.Server at: 127.0.0.1:33315 FAIL FAILgithub.com/grpc-ecosystem/go-grpc-prometheus0.124s ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto [no test files] dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/grpc-ecosystem/go-grpc-prometheus github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto returned exit code 1 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-grpc-ecosystem-go-grpc-prometheus.html 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 page for this package. Thanks.
Bug#902467: golang-github-kardianos-osext: FTBFS in buster/sid (failing tests)
Package: src:golang-github-kardianos-osext Version: 0.0~git20170510.0.ae77be6-5 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_autoreconf -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/golang-github-kardianos-osext-0.0\~git20170510.0.ae77be6/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/golang-github-kardianos-osext-0.0\~git20170510.0.ae77be6/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/kardianos/osext github.com/kardianos/osext dh_auto_test -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/kardianos/osext === RUN TestPrintExecutable --- PASS: TestPrintExecutable (0.00s) osext_test.go:32: Executable: /tmp/go-build962600465/b001/osext.test === RUN TestPrintExecutableFolder --- PASS: TestPrintExecutableFolder (0.00s) osext_test.go:39: Executable Folder: /tmp/go-build962600465/b001 === RUN TestExecutableFolder --- PASS: TestExecutableFolder (0.00s) === RUN TestExecutableMatch --- PASS: TestExecutableMatch (0.00s) === RUN TestExecutableDelete --- FAIL: TestExecutableDelete (0.00s) osext_test.go:135: Child returned "/tmp/go-build962600465/b001/osext.test (deleted)", not the same file as "/tmp/go-build962600465/b001/osext.test" FAIL FAILgithub.com/kardianos/osext 0.004s dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/kardianos/osext returned exit code 1 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-kardianos-osext.html 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 page for this package. Thanks.
Bug#902468: golang-github-mwitkow-go-conntrack: FTBFS in buster/sid (failing tests)
Package: src:golang-github-mwitkow-go-conntrack Version: 0.0~git20161129.cc309e4-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_autoreconf -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_configure: "github.com/mwitkow/go-conntrack" is already installed. Please check for circular dependencies. dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/golang-github-mwitkow-go-conntrack-0.0\~git20161129.cc309e4/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/golang-github-mwitkow-go-conntrack-0.0\~git20161129.cc309e4/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/mwitkow/go-conntrack github.com/mwitkow/go-conntrack/connhelpers github.com/beorn7/perks/quantile github.com/golang/protobuf/proto github.com/prometheus/client_model/go github.com/matttproud/golang_protobuf_extensions/pbutil github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/common/model github.com/prometheus/common/expfmt github.com/prometheus/procfs/internal/util github.com/prometheus/procfs/nfs github.com/prometheus/procfs/xfs github.com/prometheus/procfs github.com/prometheus/client_golang/prometheus golang.org/x/net/internal/timeseries golang.org/x/net/trace github.com/mwitkow/go-conntrack github.com/mwitkow/go-conntrack/connhelpers dh_auto_test -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/mwitkow/go-conntrack github.com/mwitkow/go-conntrack/connhelpers === RUN TestDialerWrapper === RUN TestDialerWrapper/TestDialerMetricsAreNotPreregisteredWithMonitoringOff === RUN TestDialerWrapper/TestDialerMetricsArePreregistered === RUN TestDialerWrapper/TestDialerRefusedFailure === RUN TestDialerWrapper/TestDialerResolutionFailure === RUN TestDialerWrapper/TestDialerUnderNormalConnection === RUN TestDialerWrapper/TestDialerWithContextName --- PASS: TestDialerWrapper (0.12s) --- PASS: TestDialerWrapper/TestDialerMetricsAreNotPreregisteredWithMonitoringOff (0.01s) --- PASS: TestDialerWrapper/TestDialerMetricsArePreregistered (0.02s) --- PASS: TestDialerWrapper/TestDialerRefusedFailure (0.01s) --- PASS: TestDialerWrapper/TestDialerResolutionFailure (0.04s) --- PASS: TestDialerWrapper/TestDialerUnderNormalConnection (0.02s) --- PASS: TestDialerWrapper/TestDialerWithContextName (0.01s) dialer_test.go:186: stopped http.Server at: 127.0.0.1:46241 === RUN TestListenerTestSuite === RUN TestListenerTestSuite/TestDialerTracingCapturedInPage === RUN TestListenerTestSuite/TestMonitoringNormalConns === RUN TestListenerTestSuite/TestTracingNormalComms === RUN TestListenerTestSuite/TestTrackingMetricsPreregistered --- FAIL: TestListenerTestSuite (0.05s) --- PASS: TestListenerTestSuite/TestDialerTracingCapturedInPage (0.01s) --- FAIL: TestListenerTestSuite/TestMonitoringNormalConns (0.01s) listener_test.go:81: Error Trace:listener_test.go:81 Error: Not equal: expected: 2 actual : 1 Test: TestListenerTestSuite/TestMonitoringNormalConns Messages: the closed conn counter must be incremented after connection was closed --- PASS: TestListenerTestSuite/TestTracingNormalComms (0.01s) --- PASS: TestListenerTestSuite/TestTrackingMetricsPreregistered (0.01s) listener_test.go:97: stopped http.Server at: 127.0.0.1:41893 FAIL FAILgithub.com/mwitkow/go-conntrack 0.180s ? github.com/mwitkow/go-conntrack/connhelpers [no test files] dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/mwitkow/go-conntrack github.com/mwitkow/go-conntrack/connhelpers returned exit code 1 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-mwitkow-go-conntrack.html 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 page for this package. Thanks.
Bug#902462: flask-restful: FTBFS in buster/sid (failing tests)
Package: src:flask-restful Version: 0.3.6-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=pybuild --with=python2,python3,sphinxdoc dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config debian/rules override_dh_auto_build make[1]: Entering directory '/<>' dh_auto_build I: pybuild base:217: /usr/bin/python setup.py build [... snipped ...] checking consistency... done preparing documents... done writing output... [ 11%] api writing output... [ 22%] extending writing output... [ 33%] fields writing output... [ 44%] index writing output... [ 55%] installation writing output... [ 66%] intermediate-usage writing output... [ 77%] quickstart writing output... [ 88%] reqparse writing output... [100%] testing /<>/docs/reqparse.rst:41: WARNING: undefined label: error-messages (if the link has no caption the label must precede a section header) generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 5 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make[2]: Leaving directory '/<>/docs' make[1]: Leaving directory '/<>' dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: cd /<>/.pybuild/cpython2_2.7_flask-restful/build; python2.7 -m nose tests ...E... == ERROR: test_fr_405 (tests.test_api.APITestCase) -- Traceback (most recent call last): File "/<>/.pybuild/cpython2_2.7_flask-restful/build/tests/test_api.py", line 787, in test_fr_405 set(['HEAD', 'OPTIONS'] + HelloWorld.methods)) TypeError: can only concatenate list (not "set") to list -- Ran 395 tests in 0.228s FAILED (errors=1) E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython2_2.7_flask-restful/build; python2.7 -m nose tests dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned exit code 13 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/flask-restful.html 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 page for this package. Thanks.
Bug#902469: golang-gopkg-hlandau-easyconfig.v1: FTBFS in buster/sid (failing tests)
Package: src:golang-gopkg-hlandau-easyconfig.v1 Version: 1.0.15-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_autoreconf -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -v -p 1 gopkg.in/hlandau/easyconfig.v1 gopkg.in/hlandau/easyconfig.v1/adaptconf gopkg.in/hlandau/easyconfig.v1/adaptenv gopkg.in/hlandau/easyconfig.v1/adaptflag gopkg.in/hlandau/easyconfig.v1/cflag gopkg.in/hlandau/easyconfig.v1/cstruct gopkg.in/hlandau/easyconfig.v1/manual gopkg.in/hlandau/configurable.v1 github.com/BurntSushi/toml gopkg.in/hlandau/easyconfig.v1/cflag gopkg.in/hlandau/svcutils.v1/exepath gopkg.in/hlandau/easyconfig.v1/adaptconf gopkg.in/hlandau/easyconfig.v1/adaptenv github.com/ogier/pflag github.com/alecthomas/units gopkg.in/alecthomas/kingpin.v2 gopkg.in/hlandau/easyconfig.v1/adaptflag # gopkg.in/hlandau/easyconfig.v1/adaptflag src/gopkg.in/hlandau/easyconfig.v1/adaptflag/adaptflag.go:227:22: cannot use byte(r) (type byte) as type rune in argument to fl.Short gopkg.in/hlandau/easyconfig.v1/cstruct gopkg.in/hlandau/easyconfig.v1/manual dh_auto_build: cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -v -p 1 gopkg.in/hlandau/easyconfig.v1 gopkg.in/hlandau/easyconfig.v1/adaptconf gopkg.in/hlandau/easyconfig.v1/adaptenv gopkg.in/hlandau/easyconfig.v1/adaptflag gopkg.in/hlandau/easyconfig.v1/cflag gopkg.in/hlandau/easyconfig.v1/cstruct gopkg.in/hlandau/easyconfig.v1/manual returned exit code 2 debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-gopkg-hlandau-easyconfig.v1.html 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 page for this package. Thanks.
Bug#902471: ipywidgets: FTBFS in buster/sid (error TS2352: Type 'HTMLButtonElement' cannot be converted to type 'HTMLInputElement')
Package: src:ipywidgets Version: 6.0.0-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' dh_auto_configure I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_configure -- -d ./widgetsnbextension I: pybuild base:217: python2.7 setup.py config INFO:root:setup.py entered INFO:root:$PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games running config I: pybuild base:217: python3.6 setup.py config INFO:root:setup.py entered INFO:root:$PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games running config make[1]: Leaving directory '/<>' debian/rules override_dh_auto_build make[1]: Entering directory '/<>' /usr/bin/make -C debian -f fakewebpack.mk all make[2]: Entering directory '/<>/debian' /usr/bin/make -f "fakewebpack-prep-unpacked.mk" all make[3]: Entering directory '/<>/debian' cd "fakewebpack-unpacked/phosphor/" && tsc --project src mkdir -p "fakewebpack-unpacked/phosphor/styles/" && NODE_PATH=../.. fakewebpack-helpers/css-loader-pack.py < "fakewebpack-unpacked/phosphor/styles/base.css.real" > "fakewebpack-unpacked/phosphor/styles/base.css" mkdir -p "fakewebpack-unpacked/phosphor/styles/" && m4 -DNODE_PATH=../.. -DCSS_INPUT=./base.css "fakewebpack-helpers/style-loader.js.m4" > "fakewebpack-unpacked/phosphor/styles/base.css?f74d" printf "module.exports = $(cat "fakewebpack-unpacked/jupyter-js-widgets/package.json.real");" > "fakewebpack-unpacked/jupyter-js-widgets/package.json" cd "fakewebpack-unpacked/jupyter-js-widgets/" && tsc --project src src/widget_selection.ts(366,30): error TS2352: Type 'HTMLButtonElement' cannot be converted to type 'HTMLInputElement'. Property 'accept' is missing in type 'HTMLButtonElement'. fakewebpack-prep-unpacked.mk:33: recipe for target 'fakewebpack-unpacked/jupyter-js-widgets/lib.stamp' failed make[3]: *** [fakewebpack-unpacked/jupyter-js-widgets/lib.stamp] Error 1 make[3]: Leaving directory '/<>/debian' fakewebpack.mk:73: recipe for target 'fakewebpack/widgetsnbextension-unpacked.stamp' failed make[2]: *** [fakewebpack/widgetsnbextension-unpacked.stamp] Error 2 make[2]: Leaving directory '/<>/debian' debian/rules:15: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ipywidgets.html 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 page for this package. Thanks.
Bug#902470: influxdb-python: FTBFS in buster/sid (failing tests)
Package: src:influxdb-python Version: 4.1.1-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<>/.pybuild/cpython2_2.7_influxdb/build/influxdb [... snipped ...] SKIP: Skipping server test (INFLUXDB_PYTHON_SKIP_SERVER_TESTS) test_create_database (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_create_user (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_create_user_admin (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_create_user_blank_password (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_create_user_blank_username (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_drop_database (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_drop_user (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_drop_user_nonexisting (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_fresh_server_no_db (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_get_list_users (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_get_list_users_empty (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_grant_privilege (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_grant_privilege_invalid (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_invalid_port_fails (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_query_fail (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_query_fail_ignore_errors (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_revoke_admin_privileges (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_revoke_privilege (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... test_revoke_privilege_invalid (influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: Skipping server tests... SKIP: Skipping server test (INFLUXDB_PYTHON_SKIP_SERVER_TESTS) Ensure precision is preserved when casting floats into strings. ... ok test_make_lines (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok test_make_lines_unicode (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok test_quote_ident (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok test_quote_literal (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok test_string_val_newline (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok test_timezone (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok == FAIL: test_write_points_from_dataframe_with_numeric_precision (influxdb.tests.dataframe_client_test.TestDataFrameClient) -- Traceback (most recent call last): File "/<>/influxdb/tests/dataframe_client_test.py", line 294, in test_write_points_from_dataframe_with_numeric_precision self.assertEqual(m.last_request.body, expected_default_precision) AssertionError: 'foo,hello=there 0="1",1=1i,2=1.1 0\nfoo,hello=there 0="2",1=2i,2=2.2 36000\n' != 'foo,hello=there 0="1",1=1i,2=1.111 0\nfoo,hello=there 0="2",1=2i,2=2.222 36000\n' -- Ran 190 tests in 0.634s FAILED (SKIP=23, failures=1) E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython2_2.7_influxdb/build; python2.7 -m nose {dir} --verbose dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13 debian/rules:10: recipe for tar
Bug#902505: node-cross-spawn: FTBFS in buster/sid (Cannot find module 'which')
Package: src:node-cross-spawn Version: 5.1.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>' nodejs test/prepare && mocha --bail -R spec test/test module.js:549 throw err; ^ Error: Cannot find module 'which' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/<>/lib/util/resolveCommand.js:4:13) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) debian/rules:11: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-cross-spawn.html 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 page for this package. Thanks.
Bug#902510: node-source-map-support: FTBFS in buster/sid (Cannot find module 'source-map')
Package: src:node-source-map-support Version: 0.5.5+ds-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>/node-source-map-support-0.5.5+ds' mocha -R spec test.js module.js:549 throw err; ^ Error: Cannot find module 'source-map' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/<>/node-source-map-support-0.5.5+ds/source-map-support.js:1:87) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/<>/node-source-map-support-0.5.5+ds/test.js:1:63) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at /usr/lib/nodejs/mocha/lib/mocha.js:231:27 at Array.forEach () at Mocha.loadFiles (/usr/lib/nodejs/mocha/lib/mocha.js:228:14) at Mocha.run (/usr/lib/nodejs/mocha/lib/mocha.js:536:10) at Object. (/usr/lib/nodejs/mocha/bin/_mocha:573:18) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:612:3 debian/rules:8: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>/node-source-map-support-0.5.5+ds' debian/rules:4: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-source-map-support.html 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 page for this package. Thanks.
Bug#902506: node-husl: FTBFS in buster/sid (uglifyjs: not found)
Package: src:node-husl Version: 6.0.1+dfsg-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_auto_configure -i debian/rules override_dh_auto_build make[1]: Entering directory '/<>/node-husl-6.0.1+dfsg' dh_auto_build make -j1 make[2]: Entering directory '/<>/node-husl-6.0.1+dfsg' coffee --compile husl.coffee make[2]: Leaving directory '/<>/node-husl-6.0.1+dfsg' make husl.min.js make[2]: Entering directory '/<>/node-husl-6.0.1+dfsg' uglifyjs husl.js > husl.min.js /bin/sh: 1: uglifyjs: not found Makefile:5: recipe for target 'husl.min.js' failed make[2]: *** [husl.min.js] Error 127 make[2]: Leaving directory '/<>/node-husl-6.0.1+dfsg' debian/rules:11: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory '/<>/node-husl-6.0.1+dfsg' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-husl.html 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 page for this package. Thanks.
Bug#902512: nodejs: FTBFS in buster/sid (failing tests)
Package: src:nodejs Version: 8.11.2~dfsg-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep CDBS WARNING: copyright-check disabled - licensecheck is missing. test -x debian/rules mkdir -p "." CDBS WARNING:DEB_COPYRIGHT_CHECK_IGNORE_REGEX is deprecated since 0.4.133 Scanning upstream source for new/changed copyright notices... set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(deps/v8/benchmarks/v8-logo\.png|test/fixtures/person\.jpg.*|test/fixtures/sample\.png|test/fixtures/google_ssl_hello\.bin|test/fixtures/test_cert\.pfx|src/res/node\.ico|debian/(changelog|copyright(|_hints|_newhints)))' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints /bin/sh: 1: /usr/bin/licensecheck: not found 0 combinations of copyright and licensing found. WARNING:New or changed notices discovered: [... snipped ...] ok 1888 known_issues/test-url-parse-conformance --- duration_ms: 0.608 ... ok 1889 known_issues/test-vm-attributes-property-not-on-sandbox --- duration_ms: 0.508 ... ok 1890 known_issues/test-vm-data-property-writable --- duration_ms: 0.508 ... ok 1891 known_issues/test-vm-getters --- duration_ms: 0.508 ... ok 1892 known_issues/test-vm-global-non-writable-properties --- duration_ms: 0.508 ... ok 1893 known_issues/test-vm-inherited_properties --- duration_ms: 0.508 ... ok 1894 known_issues/test-vm-ownkeys --- duration_ms: 0.508 ... ok 1895 known_issues/test-vm-ownpropertynames --- duration_ms: 0.509 ... ok 1896 known_issues/test-vm-ownpropertysymbols --- duration_ms: 0.508 ... ok 1897 known_issues/test-vm-proxy-failure-CP --- duration_ms: 0.508 ... Makefile:410: recipe for target 'test-ci-js' failed make[1]: *** [test-ci-js] Error 1 make[1]: Leaving directory '/<>' /usr/share/cdbs/1/class/makefile.mk:113: recipe for target 'debian/stamp-makefile-check' failed make: *** [debian/stamp-makefile-check] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nodejs.html 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 page for this package. Thanks.
Bug#902514: python-cliff: FTBFS in buster/sid (ImportError: No module named enum)
Package: src:python-cliff Version: 2.11.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --with python2,python3,sphinxdoc --buildsystem=python_distutils dh_update_autotools_config -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions [... snipped ...] == FAIL: cliff.tests.test_app.TestInteractiveMode.test_interactive_mode_cmdloop cliff.tests.test_app.TestInteractiveMode.test_interactive_mode_cmdloop -- _StringException: Traceback (most recent call last): File "cliff/tests/test_app.py", line 77, in test_interactive_mode_cmdloop app.run([]) File "cliff/app.py", line 277, in run result = self.interact() File "cliff/app.py", line 316, in interact from .interactive import InteractiveApp File "cliff/interactive.py", line 20, in import cmd2 File "/usr/lib/python2.7/dist-packages/cmd2.py", line 51, in from enum import Enum ImportError: No module named enum == FAIL: unittest2.loader._FailedTest.cliff.tests.test_interactive unittest2.loader._FailedTest.cliff.tests.test_interactive -- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: cliff.tests.test_interactive Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "cliff/tests/test_interactive.py", line 15, in import cmd2 File "/usr/lib/python2.7/dist-packages/cmd2.py", line 51, in from enum import Enum ImportError: No module named enum -- Ran 174 tests in 0.898s FAILED (failures=2, skipped=1) debian/rules:40: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-cliff.html 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 page for this package. Thanks.
Bug#902513: openturns: FTBFS in buster/sid (nlopt.hpp: No such file or directory)
Package: src:openturns Version: 1.10-5 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep DEB_BUILD_OPTIONS:environment=parallel=1 dh build-indep --buildsystem=cmake --with python2,python3 --parallel dh_update_autotools_config -i -O--buildsystem=cmake -O--parallel dh_autoreconf -i -O--buildsystem=cmake -O--parallel debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' DEB_BUILD_OPTIONS:environment=parallel=1 mkdir -p /<>/debian/tmp/usr/lib/R/site-library R CMD INSTALL --library=/<>/debian/tmp/usr/lib/R/site-library --built-timestamp='Sun, 08 Apr 2018 11:59:13 +' utils/rot_1.4.6.tar.gz * installing *source* package 'rot' ... ** R ** byte-compile and prepare package for lazy loading [... snipped ...] cd /<>/build-python2.7/lib/src && /usr/bin/g++ -DHAVE_CONFIG_H -DOT_DLL_EXPORTS -DOT_EXPORTS -I/usr/lib/cmake/hmat/../../../include/hmat -I/usr/include/libxml2 -I/<>/lib/include -I/<>/build-python2.7/lib/include -I/<>/lib/src -I/<>/lib/src/Base -I/<>/lib/src/Base/Algo -I/<>/lib/src/Base/Common -I/<>/lib/src/Base/Diff -I/<>/lib/src/Base/Diff/Ev3 -I/<>/lib/src/Base/Experiments -I/<>/lib/src/Base/Func -I/<>/lib/src/Base/Func/SpecFunc -I/<>/lib/src/Base/Geom -I/<>/lib/src/Base/Graph -I/<>/lib/src/Base/MetaModel -I/<>/lib/src/Base/Optim -I/<>/lib/src/Base/Solver -I/<>/lib/src/Base/Stat -I/<>/build-python2.7/lib/src/Base/Stat -I/<>/lib/src/Base/Type -I/<>/lib/src/Uncertainty -I/<>/lib/src/Uncertainty/Bayesia n -I/<>/lib/src/Uncertainty/Model -I/<>/lib/src/Uncertainty/Distribution -I/<>/lib/src/Uncertainty/Algorithm -I/<>/lib/src/Uncertainty/Algorithm/Analytical -I/<>/lib/src/Uncertainty/Algorithm/Classification -I/<>/lib/src/Uncertainty/Algorithm/MetaModel -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/Kriging -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation -I/<>/lib/src/Uncertainty/Algorithm/Optimization -I/<>/lib/src/Uncertainty/Algorithm/OrthogonalBasis -I/<>/lib/src/Uncertainty/Algorithm/Sensitivity -I/<>/lib/src/Uncertainty/Algorithm/Simulation -I/<>/lib/src/Uncertainty/Algorithm/Transformation -I/<>/lib/src/Uncertainty/Algorithm/Transformation/MarginalTransformation -I/<>/lib/src/Uncertainty/Algorit hm/Transformation/NatafEllipticalCopula -I/<>/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribution -I/<>/lib/src/Uncertainty/Algorithm/Transformation/NatafIndependentCopula -I/<>/lib/src/Uncertainty/Algorithm/Transformation/Rosenblatt -I/<>/lib/src/Uncertainty/Algorithm/Transformation/ProcessTransformation -I/<>/lib/src/Uncertainty/Algorithm/WeightedExperiments -I/<>/lib/src/Uncertainty/StatTests -I/<>/lib/src/Uncertainty/Process -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -o CMakeFiles/OT.dir/Base/Graph/Text.cxx.o -c /<>/lib/src/Base/Graph/Text.cxx [ 36%] Building CXX object lib/src/CMakeFiles/OT.dir/Base/Graph/Graph.cxx.o cd /<>/build-python2.7/lib/src && /usr/bin/g++ -DHAVE_CONFIG_H -DOT_DLL_EXPORTS -DOT_EXPORTS -I/usr/lib/cmake/hmat/../../../include/hmat -I/usr/include/libxml2 -I/<>/lib/include -I/<>/build-python2.7/lib/include -I/<>/lib/src -I/<>/lib/src/Base -I/<>/lib/src/Base/Algo -I/<>/lib/src/Base/Common -I/<>/lib/src/Base/Diff -I/<>/lib/src/Base/Diff/Ev3 -I/<>/lib/src/Base/Experiments -I/<>/lib/src/Base/Func -I/<>/lib/src/Base/Func/SpecFunc -I/<>/lib/src/Base/Geom -I/<>/lib/src/Base/Graph -I/<>/lib/src/Base/MetaModel -I/<>/lib/src/Base/Optim -I/<>/lib/src/Base/Solver -I/<>/lib/src/Base/Stat -I/<>/build-python2.7/lib/src/Base/Stat -I/<>/lib/src/Base/Type -I/<>/lib/src/Uncertainty -I/<>/lib/src/Uncertainty/Bayesia n -I/<>/lib/src/Uncertainty/Model -I/<>/lib/src/Uncertainty/Distribution -I/<>/lib/src/Uncertainty/Algorithm -I/<>/lib/src/Uncertainty/Algorithm/Analytical -I/<>/lib/src/Uncertainty/Algorithm/Classification -I/<>/lib/src/Uncertainty/Algorithm/MetaModel -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/Kriging -I/<>/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation -I/<>/lib/src/Uncertainty/Algorithm/Optimization -I/<>/lib/src/Uncertainty/Algorithm/OrthogonalBasis -I/<>/lib/src/Uncertainty/Algorithm/Sensitivity -I/<>/lib/src/Uncertainty/Algorithm/Simulation -I/<>/lib/src/Uncertainty/Algorithm/Transformation -I/<>/lib/src/Uncertainty/Algorithm/Transformation/MarginalTransformation -I/<>/lib/src/Uncertainty/Algorit hm/Transformation/NatafEllipticalCopula -I/<>/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribu
Bug#902509: node-serve-static: FTBFS in buster/sid (TypeError: mime.lookup is not a function)
Package: src:node-serve-static Version: 1.6.4-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh: Compatibility levels before 9 are deprecated (level 8 in use) dh_update_autotools_config -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>' mocha -C --reporter spec --bail --check-leaks --require should test/ serveStatic() basic operations â should require root path â should require root path to be string 1) should serve static files 2 passing (41ms) 1 failing 1) serveStatic() basic operations should serve static files: Uncaught TypeError: mime.lookup is not a function at SendStream.type (/usr/lib/nodejs/send/index.js:693:19) at SendStream.send (/usr/lib/nodejs/send/index.js:503:8) at onstat (/usr/lib/nodejs/send/index.js:585:10) at FSReqWrap.oncomplete (fs.js:153:5) debian/rules:13: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-serve-static.html 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 page for this package. Thanks.
Bug#902511: node-wrap-ansi: FTBFS in buster/sid (Cannot find module 'strip-ansi')
Package: src:node-wrap-ansi Version: 3.0.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>' mocha -u tdd --reporter spec module.js:549 throw err; ^ Error: Cannot find module 'strip-ansi' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/<>/test.js:6:17) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at /usr/lib/nodejs/mocha/lib/mocha.js:231:27 at Array.forEach () at Mocha.loadFiles (/usr/lib/nodejs/mocha/lib/mocha.js:228:14) at Mocha.run (/usr/lib/nodejs/mocha/lib/mocha.js:536:10) at Object. (/usr/lib/nodejs/mocha/bin/_mocha:573:18) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:612:3 debian/rules:13: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-wrap-ansi.html 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 page for this package. Thanks.
Bug#902508: node-send: FTBFS in buster/sid (TypeError: mime.lookup is not a function)
Package: src:node-send Version: 0.9.4-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh: Compatibility levels before 9 are deprecated (level 8 in use) dh_update_autotools_config -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>' cd node_modules/destroy ; mocha -C --reporter spec Destroy â should destroy a stream â should handle falsey values ReadStream â should not leak fd when called sync to open 3 passing (8ms) mocha -C --check-leaks --reporter spec --bail send.mime â should be exposed send(file).pipe(res) 1) should stream the file contents 1 passing (40ms) 1 failing 1) send(file).pipe(res) should stream the file contents: Uncaught TypeError: mime.lookup is not a function at SendStream.type (index.js:693:19) at SendStream.send (index.js:503:8) at onstat (index.js:585:10) at FSReqWrap.oncomplete (fs.js:153:5) debian/rules:11: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-send.html 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 page for this package. Thanks.
Bug#902507: node-multiparty: FTBFS in buster/sid (TypeError: mime.lookup is not a function)
Package: src:node-multiparty Version: 4.0.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh: Compatibility levels before 9 are deprecated (level 8 in use) dh_update_autotools_config -i debian/rules override_dh_auto_test make[1]: Entering directory '/<>' nodejs test/test.js Fixture tests: content-type/charset.http...(node:20301) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. OK content-type/charset-last.http...OK content-type/custom.http...OK content-type/custom-equal-sign.http...OK [... snipped ...] special-chars-in-filename/osx-firefox-3.6.http...OK special-chars-in-filename/osx-safari-5.http...OK special-chars-in-filename/xp-chrome-12.http...OK special-chars-in-filename/xp-ie-7.http...OK special-chars-in-filename/xp-ie-8.http...OK special-chars-in-filename/xp-safari-5.http...OK Standalone tests: test-chunked...(node:20311) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. OK test-connection-aborted-closed...(node:20325) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. OK test-connection-aborted...(node:20335) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. OK test-content-transfer-encoding...(node:20345) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. OK test-emit-order.../usr/lib/nodejs/form-data/form_data.js:130 'Content-Type: ' + (options.contentType || mime.lookup(options.filename || value.path)); ^ TypeError: mime.lookup is not a function at FormData._multiPartHeader (/usr/lib/nodejs/form-data/form_data.js:130:58) at FormData.append (/usr/lib/nodejs/form-data/form_data.js:39:21) at Request.attach (/usr/lib/nodejs/superagent/lib/node/index.js:200:18) at Server. (/<>/test/standalone/test-emit-order.js:51:7) at Object.onceWrapper (events.js:313:30) at emitNone (events.js:106:13) at Server.emit (events.js:208:7) at emitListeningNT (net.js:1382:10) at _combinedTickCallback (internal/process/next_tick.js:135:11) at process._tickCallback (internal/process/next_tick.js:180:9) /<>/test/test.js:61 if (code) throw new Error("exited with code " + code); ^ Error: exited with code 1 at ChildProcess. (/<>/test/test.js:61:25) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12) debian/rules:11: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-multiparty.html 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 page for this package. Thanks.
Bug#902517: python-ofxclient: FTBFS in buster/sid (failing tests)
Package: src:python-ofxclient Version: 2.0.3+git20180108-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/ofxclient copying ofxclient/util.py -> /<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/ofxclient copying ofxclient/client.py -> /<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/ofxclient [... snipped ...] -- Traceback (most recent call last): File "/<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/tests/secure_config.py", line 38, in testStaysUnsecure c = makeConfig() File "/<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/tests/secure_config.py", line 16, in makeConfig conf.set_secure('section1', 'password', 'PASSWORD') File "ofxclient/config.py", line 138, in set_secure ConfigParser.set(self, section, option, value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 1239, in set super(ConfigParser, self).set(section, option, value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 914, in set value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 392, in before_set "position %d" % (value, tmp_value.find('%'))) ValueError: invalid interpolation syntax in u'%{secured}' at position 0 == ERROR: testUnsavedOptions (tests.secure_config.IdentifySecureOptionTests) -- Traceback (most recent call last): File "/<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/tests/secure_config.py", line 82, in testUnsavedOptions c = makeConfig() File "/<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build/tests/secure_config.py", line 16, in makeConfig conf.set_secure('section1', 'password', 'PASSWORD') File "ofxclient/config.py", line 138, in set_secure ConfigParser.set(self, section, option, value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 1239, in set super(ConfigParser, self).set(section, option, value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 914, in set value) File "/usr/lib/python2.7/dist-packages/backports/configparser/__init__.py", line 392, in before_set "position %d" % (value, tmp_value.find('%'))) ValueError: invalid interpolation syntax in u'%{secured}' at position 0 -- Ran 24 tests in 0.027s FAILED (errors=11) E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/python-ofxclient-2.0.3+git20180108/.pybuild/cpython2_2.7_ofxclient/build; python2.7 -m nose -v tests/ofxconfig.py tests/__init__.py tests/institution.py tests/secure_config.py tests/account.py dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned exit code 13 debian/rules:15: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 25 make[1]: Leaving directory '/<>/python-ofxclient-2.0.3+git20180108' debian/rules:12: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-ofxclient.html 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 page for this package. Thanks.
Bug#902522: sorl-thumbnail: FTBFS in buster/sid (failing tests)
Package: src:sorl-thumbnail Version: 12.3+git20170708-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config debian/rules override_dh_auto_build make[1]: Entering directory '/<>/sorl-thumbnail-12.3+git20170708' dh_auto_build I: pybuild base:217: /usr/bin/python setup.py build [... snipped ...] = test session starts == platform linux2 -- Python 2.7.15, pytest-3.3.2, py-1.5.3, pluggy-0.6.0 Django settings: tests.settings.pgmagick (from environment variable) rootdir: /<>/sorl-thumbnail-12.3+git20170708, inifile: setup.cfg plugins: django-3.1.2 collected 68 items tests/thumbnail_tests/test_alternative_resolutions.py . [ 1%] tests/thumbnail_tests/test_backends.py ...F.s.. [ 19%] tests/thumbnail_tests/test_commands.py [ 25%] tests/thumbnail_tests/test_engines.py ..s.ss [ 63%] tests/thumbnail_tests/test_filters.py s.s. [ 69%] tests/thumbnail_tests/test_kvstore.py . [ 70%] tests/thumbnail_tests/test_parsers.py . [ 77%] tests/thumbnail_tests/test_storage.py [ 83%] tests/thumbnail_tests/test_templatetags.py ss. [100%] === FAILURES === _ TestDescriptors.test_is_valid_image __ self = def test_is_valid_image(self): with same_open_fd_count(self): > self.ENGINE.is_valid_image(b'invalidbinaryimage.jpg') tests/thumbnail_tests/test_backends.py:99: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = raw_data = 'invalidbinaryimage.jpg' def is_valid_image(self, raw_data): blob = Blob() blob.update(raw_data) > im = Image(blob) E RuntimeError: Magick: Unable to deduce image format () reported by magick/blob.c:739 (BlobToImage) sorl/thumbnail/engines/pgmagick_engine.py:29: RuntimeError 1 failed, 59 passed, 8 skipped in 1.22 seconds debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>/sorl-thumbnail-12.3+git20170708' debian/rules:10: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sorl-thumbnail.html 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 page for this package. Thanks.
Bug#902523: txt2tags: FTBFS in buster/sid (failing tests)
Package: src:txt2tags Version: 2.6-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild W: pybuild base:249: missing command (plugin=custom, method=configure, interpreter=python2.7, version=2.7) debian/rules override_dh_auto_build make[1]: Entering directory '/<>' dh_auto_build W: pybuild base:249: missing command (plugin=custom, method=build, interpreter=python2.7, version=2.7) cd doc && /usr/bin/make build make[2]: Entering directory '/<>/doc' s=`basename manpage-ca.man .man | sed -e 's/manpage/txt2tags/;s/-/./'`; \ [... snipped ...] Entering on module includeconf Testing includeconf-empty ... OK Testing includeconf-targeted-inside ... OK Testing includeconf-nesting ... OK Testing includeconf-nesting-folder ... OK Testing includeconf-text ... OK Testing includeconf-not-found ... OK Testing includeconf-body ... OK Testing includeconf-itself ... OK Testing includeconf-targeted ... OK Testing includeconf-multi ... OK Testing includeconf-default ... OK Testing includeconf-nesting-folder-back ... OK Testing C ... OK Testing config-file ... OK Testing C-C ... OK Testing config-file-config-file ... OK Testing C-C2 ... OK Testing config-file-config-file2 ... OK Testing C-default ... OK Testing config-file-default ... OK Testing C-empty ... OK Testing config-file-empty ... OK Testing C-not-found ... OK Testing config-file-not-found ... OK Testing C-text ... OK Testing config-file-text ... OK Testing C-targeted-inside ... OK Testing config-file-targeted-inside ... OK Testing C-nesting ... OK Testing config-file-nesting ... OK Testing C-nesting-folder ... OK Testing config-file-nesting-folder ... OK Testing C-nesting-folder-back ... OK Testing config-file-nesting-folder-back ... OK Totals: 255 tests (254 ok / 1 failed) Check out the files with errors: marks/error/macro.html debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:31: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/txt2tags.html 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 page for this package. Thanks.
Bug#902519: radio-beam: FTBFS in buster/sid (failing tests)
Package: src:radio-beam Version: 0.2-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config /usr/lib/python2.7/dist-packages/astropy_helpers/setup_helpers.py:102: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) running config I: pybuild base:217: python3.6 setup.py config running config /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:90: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) dh_auto_build -i -O--buildsystem=pybuild [... snipped ...] radio_beam/tests/test_beams.py::test_beams_from_fits_bintable PASSED [ 94%] radio_beam/tests/test_beams.py::test_indexing PASSED [ 94%] radio_beam/tests/test_beams.py::test_average_beams PASSED[ 95%] radio_beam/tests/test_beams.py::test_largest_beams[beams0-majors0-minors0-pas0] PASSED [ 95%] radio_beam/tests/test_beams.py::test_largest_beams[beams1-majors1-minors1-pas1] PASSED [ 95%] radio_beam/tests/test_beams.py::test_smallest_beams[beams0-majors0-minors0-pas0] PASSED [ 96%] radio_beam/tests/test_beams.py::test_smallest_beams[beams1-majors1-minors1-pas1] PASSED [ 96%] radio_beam/tests/test_beams.py::test_extrema_beams[beams0-majors0-minors0-pas0] PASSED [ 97%] radio_beam/tests/test_beams.py::test_extrema_beams[beams1-majors1-minors1-pas1] PASSED [ 97%] radio_beam/tests/test_beams.py::test_beams_with_invalid[majors0] PASSED [ 97%] radio_beam/tests/test_beams.py::test_beams_with_invalid[majors1] PASSED [ 98%] radio_beam/tests/test_beams.py::test_beams_iter PASSED [ 98%] radio_beam/tests/test_kernels.py::test_gauss_kernel PASSED [ 99%] radio_beam/tests/test_kernels.py::test_tophat_kernel PASSED [ 99%] docs/index.rst FAILED[100%] === FAILURES === ___ [doctest] docs/index.rst ___ 020 021 Create a beam from scratch:: 022 023 >>> from astropy import units as u 024 >>> my_beam = Beam(0.5*u.arcsec) 025 026 027 Use a beam for Jy -> K conversion:: 028 029 >>> (1*u.Jy).to(u.K, u.brightness_temperature(my_beam, 25*u.GHz)) Expected: Got: /tmp/radio_beam-test-9fxEB_/lib/python2.7/site-packages/docs/index.rst:29: DocTestFailure === warnings summary === None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead. -- Docs: http://doc.pytest.org/en/latest/warnings.html = 1 failed, 237 passed, 2 skipped, 1 warnings in 1.33 seconds == debian/rules:14: recipe for target 'test-python2.7' failed make[1]: *** [test-python2.7] Error 1 make[1]: Leaving directory '/<>' debian/rules:10: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/radio-beam.html 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 page for this package. Thanks.
Bug#902515: python-ghdiff: FTBFS in buster/sid (Could not find suitable distribution for Requirement.parse('chardet'))
Package: src:python-ghdiff Version: 0.4-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py copying src/ghdiff.py -> /<>/.pybuild/cpython3_3.6_ghdiff/build copying src/ipython_magic.py -> /<>/.pybuild/cpython3_3.6_ghdiff/build running egg_info writing src/ghdiff.egg-info/PKG-INFO writing dependency_links to src/ghdiff.egg-info/dependency_links.txt writing entry points to src/ghdiff.egg-info/entry_points.txt writing requirements to src/ghdiff.egg-info/requires.txt writing top-level names to src/ghdiff.egg-info/top_level.txt reading manifest file 'src/ghdiff.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/ghdiff.egg-info/SOURCES.txt' dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py test running test Searching for chardet Note: Bypassing https://pypi.org/simple/chardet/ (disallowed host; see http://bit.ly/2hrImnY for details). Couldn't find index page for 'chardet' (maybe misspelled?) Scanning index of all packages (this may take a while) Note: Bypassing https://pypi.org/simple/ (disallowed host; see http://bit.ly/2hrImnY for details). No local packages or working download links found for chardet error: Could not find suitable distribution for Requirement.parse('chardet') E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: python3.6 setup.py test dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13 debian/rules:5: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-ghdiff.html 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 page for this package. Thanks.
Bug#902526: zsh-syntax-highlighting: FTBFS in buster/sid (does not work with recent debhelper)
Package: src:zsh-syntax-highlighting Version: 0.6.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i dh_auto_build -i make -j1 make[1]: Entering directory '/<>' cd docs && \ cp highlighters.md all.md && \ printf '\n\nIndividual highlighters documentation\n=' >> all.md && \ for doc in highlighters/*.md; do printf '\n\n'; cat "$doc"; done >> all.md make[1]: Leaving directory '/<>' [... snipped ...] ok 1 - [1,8] «rm -rf /» make[1]: Leaving directory '/<>' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-indep dh binary-indep dh_testroot -i dh_prep -i debian/rules override_dh_auto_install make[1]: Entering directory '/<>' dh_auto_install -- PREFIX=/usr make -j1 install DESTDIR=/<>/debian/zsh-syntax-highlighting AM_UPDATE_INFO_DIR=no PREFIX=/usr make[2]: Entering directory '/<>' cd docs && \ cp highlighters.md all.md && \ printf '\n\nIndividual highlighters documentation\n=' >> all.md && \ for doc in highlighters/*.md; do printf '\n\n'; cat "$doc"; done >> all.md install -c -d /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting install -c -d /<>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting cp .version zsh-syntax-highlighting.zsh /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting cp COPYING.md README.md changelog.md /<>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting sed -e '1s/ .*//' -e '/^\[build-status-[a-z]*\]: /d' < README.md > /<>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/README.md printf "%s_%s%s\n" "0.6.0-1" "debian" \ > /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/.version printf "%s/%s\n" "debian" "0.6.0-1" \ > /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/.revision-hash : for dirname in highlighters highlighters/*/ ; do \ install -c -d /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting/"$dirname"; \ for fname in "$dirname"/*.zsh ; do [ -e "$fname" ] && cp "$fname" /<>/debian/zsh-syntax-highlighting/usr/share/zsh-syntax-highlighting"/$dirname"; done; \ done cp -R docs/* /<>/debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting make[2]: Leaving directory '/<>' rm debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/COPYING.md make[1]: Leaving directory '/<>' dh_installdocs -i debian/rules override_dh_installchangelogs make[1]: Entering directory '/<>' dh_installchangelogs rm debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md rm: cannot remove 'debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md': No such file or directory debian/rules:14: recipe for target 'override_dh_installchangelogs' failed make[1]: *** [override_dh_installchangelogs] Error 1 make[1]: Leaving directory '/<>' debian/rules:18: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/zsh-syntax-highlighting.html 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 page for this package. [ But in this case, I believe this is caused by a behaviour change in debhelper and I suppose you will have to cope with it ]. Thanks.
Bug#902524: xemacs21: FTBFS in buster/sid (does not work with recent debhelper)
Package: src:xemacs21 Version: 21.4.24-5 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep chmod +x debian/makevarfile debian/makevarfile "debian/var_file.pl" \ "MAJVERSION" "21" \ "VERSION" "21.4.24" \ "SUBNAME" "" \ "CONF_NAME" "x86_64-linux-gnu" \ "ARCH" "x86_64" \ "HTML_FILE_LOC" "debian/html" \ "TMP_FILE_LOC" "debian/tmp" \ "PREFIX" "usr" \ "TOPDIR" "/<>" \ "SUPPORT_BINS" "b2m etags gnuclient gnuattach gnudoit rcs-checkin ellcc" [... snipped ...] dh_md5sums -pxemacs21 -P/<>/debian/build/xemacs21 dh_builddeb -pxemacs21 -P/<>/debian/build/xemacs21 dpkg-deb: building package 'xemacs21' in '../xemacs21_21.4.24-5_all.deb'. dh_testroot dh_installdirs -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_installdirs: Compatibility levels before 9 are deprecated (level 5 in use) dh_movefiles -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel sh debian/move-el-files debian/tmp/usr/share/xemacs-21.4.24/lisp /<>/debian/build/xemacs21-supportel/usr/share/xemacs-21.4.24/lisp End directory given ( /<>/debian/build/xemacs21-supportel/usr/share/xemacs-21.4.24/lisp ) is not there... making it. gzip -9nfr /<>/debian/build/xemacs21-supportel/usr/share/xemacs-21.4.24 || exit 0 ( mkdir -p /<>/debian/build/xemacs21-supportel/usr/share/doc ; cd /<>/debian/build/xemacs21-supportel/usr/share/doc ; ln -sf xemacs21-support xemacs21-supportel ) dh_fixperms -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_installdeb -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_shlibdeps -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_shlibdeps: Compatibility levels before 9 are deprecated (level 5 in use) dh_gencontrol -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_makeshlibs -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_md5sums -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dh_builddeb -pxemacs21-supportel -P/<>/debian/build/xemacs21-supportel dpkg-deb: building package 'xemacs21-supportel' in '../xemacs21-supportel_21.4.24-5_all.deb'. dh_testroot dh_installdirs -pxemacs21-support -P/<>/debian/build/xemacs21-support dh_installdirs: Compatibility levels before 9 are deprecated (level 5 in use) dh_movefiles -pxemacs21-support -P/<>/debian/build/xemacs21-support dh_movefiles: Compatibility levels before 9 are deprecated (level 5 in use) mkdir -p /<>/debian/build/xemacs21-support/usr/lib/xemacs-21.4.24 cp /<>/debian/build/xemacs21-support/usr/share/xemacs-21.4.24/etc/xemacs-icon*.* /<>/debian/build/xemacs21-support/usr/share/icons cp debian/00debian.el /<>/debian/build/xemacs21-support/etc/xemacs21/site-start.d/ cp debian/site-start.el /<>/debian/build/xemacs21-support/usr/share/xemacs21/site-packages/lisp cp debian/debian-rundir.el /<>/debian/build/xemacs21-support/usr/share/xemacs21/site-packages/lisp rm -f /<>/debian/build/xemacs21-support/usr/share/info/xemacs21/dir* ( cd /<>/debian/build/xemacs21-support ; find . -name .cvsignore | xargs rm -f ) rm /<>/debian/build/xemacs21-support/usr/share/xemacs-21.4.24/etc/check_cygwin_setup.sh dh_installdocs --package=xemacs21-support -P/<>/debian/build/xemacs21-support dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installchangelogs -pxemacs21-support -P/<>/debian/build/xemacs21-support dh_installchangelogs: Compatibility levels before 9 are deprecated (level 5 in use) mv /<>/debian/build/xemacs21-support/usr/share/doc/xemacs21-support/ChangeLog /<>/debian/build/xemacs21-support/usr/share/doc/xemacs21-support/changelog mv: cannot stat '/<>/debian/build/xemacs21-support/usr/share/doc/xemacs21-support/ChangeLog': No such file or directory debian/PackagesMakefile:68: recipe for target 'xemacs21-support' failed make[1]: *** [xemacs21-support] Error 1 make[1]: Leaving directory '/<>' debian/rules:123: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/xemacs21.html 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 page for this package. [ But in this case, I believe this is caused by a behaviour change in debhelper and I suppose you will have to cope with it ]. Thanks.
Bug#902525: xorg-gtest: FTBFS in buster/sid (failing tests)
Package: src:xorg-gtest Version: 0.7.1-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with autoreconf dh_update_autotools_config -i dh_autoreconf -i examples/Makefile.am:35: warning: source file '$(top_srcdir)/gtest/src/gtest-all.cc' is in a subdirectory, examples/Makefile.am:35: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. [... snipped ...] [ OK ] ProcessValgrindArgsWrapper.ValgrindWrapperWithArgs/1 (36 ms) [ RUN ] ProcessValgrindArgsWrapper.ValgrindWrapperWithArgs/2 [ OK ] ProcessValgrindArgsWrapper.ValgrindWrapperWithArgs/2 (36 ms) [--] 3 tests from ProcessValgrindArgsWrapper (108 ms total) [--] Global test environment tear-down [==] 16 tests from 3 test cases ran. (306 ms total) [ PASSED ] 15 tests. [ FAILED ] 1 test, listed below: [ FAILED ] Process.ChildTearDown 1 FAILED TEST FAIL process-test (exit status: 1) Testsuite summary for X.org Testing Environment for Google Test 0.7.1 # TOTAL: 3 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 See test/test-suite.log Makefile:900: recipe for target 'test-suite.log' failed make[5]: *** [test-suite.log] Error 1 make[5]: Leaving directory '/<>/test' Makefile:1006: recipe for target 'check-TESTS' failed make[4]: *** [check-TESTS] Error 2 make[4]: Leaving directory '/<>/test' Makefile:1093: recipe for target 'check-am' failed make[3]: *** [check-am] Error 2 make[3]: Leaving directory '/<>/test' Makefile:465: recipe for target 'check-recursive' failed make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory '/<>' dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2 debian/rules:24: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 2 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/xorg-gtest.html 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 page for this package. Thanks.
Bug#902516: python-matplotlib-venn: FTBFS in buster/sid (failing tests)
Package: src:python-matplotlib-venn Version: 0.11.5-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild pybuild --configure --test-pytest -i python{version} -p 2.7 I: pybuild base:217: python2.7 setup.py config running config pybuild --configure --test-pytest -i python{version} -p 3.6 I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild pybuild --build --test-pytest -i python{version} -p 2.7 [... snipped ...] File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line 719, in _perform_collect self.items.extend(self.genitems(node)) File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line 860, in genitems rep = collect_one_node(node) File "/usr/lib/python2.7/dist-packages/_pytest/runner.py", line 502, in collect_one_node rep = ihook.pytest_make_collect_report(collector=collector) File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", line 617, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", line 222, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/usr/lib/python2.7/dist-packages/pluggy/__init__.py", line 216, in firstresult=hook.spec_opts.get('firstresult'), File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 180, in _multicall res = hook_impl.function(*args) File "/usr/lib/python2.7/dist-packages/_pytest/runner.py", line 369, in pytest_make_collect_report 'collect') File "/usr/lib/python2.7/dist-packages/_pytest/runner.py", line 189, in __init__ self.result = func() File "/usr/lib/python2.7/dist-packages/_pytest/runner.py", line 368, in lambda: list(collector.collect()), File "/usr/lib/python2.7/dist-packages/_pytest/doctest.py", line 217, in collect module = self.fspath.pyimport() File "/usr/lib/python2.7/dist-packages/py/_path/local.py", line 668, in pyimport __import__(modname) File "/<>/.pybuild/cpython2_2.7_matplotlib-venn/build/matplotlib_venn/__init__.py", line 55, in from matplotlib_venn._venn2 import venn2, venn2_circles File "/<>/.pybuild/cpython2_2.7_matplotlib-venn/build/matplotlib_venn/_venn2.py", line 22, in from matplotlib.pyplot import gca File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 71, in from matplotlib.backends import pylab_setup File "/usr/lib/python2.7/dist-packages/matplotlib/backends/__init__.py", line 16, in line for line in traceback.format_stack() ''' -- Docs: http://doc.pytest.org/en/latest/warnings.html === 15 failed, 34 passed, 3 warnings in 0.60 seconds === E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython2_2.7_matplotlib-venn/build; python2.7 -m pytest dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned exit code 13 debian/rules:10: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 25 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-matplotlib-venn.html 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 page for this package. Thanks.
Bug#902521: sklearn-pandas: FTBFS in buster/sid (failing tests)
Package: src:sklearn-pandas Version: 1.5.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild pybuild --configure --test-pytest -i python{version} -p 2.7 I: pybuild base:217: python2.7 setup.py config running config pybuild --configure --test-pytest -i python{version} -p 3.6 I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild pybuild --build --test-pytest -i python{version} -p 2.7 I: pybuild base:217: /usr/bin/python setup.py build [... snipped ...] Expecting nothing ok Trying: type(mapper5.fit_transform(data)) Expecting: ok Trying: pipe = sklearn.pipeline.Pipeline([ ('featurize', mapper), ('lm', sklearn.linear_model.LinearRegression())]) Expecting nothing ok Trying: np.round(cross_val_score(pipe, X=data.copy(), y=data.salary, scoring='r2'), 2) Expecting: array([ -1.09, -5.3 , -15.38]) ok Trying: from sklearn_pandas import CategoricalImputer Expecting nothing ok Trying: data = np.array(['a', 'b', 'b', np.nan], dtype=object) Expecting nothing ok Trying: imputer = CategoricalImputer() Expecting nothing ok Trying: imputer.fit_transform(data) Expecting: array(['a', 'b', 'b', 'b'], dtype=object) ok ** 1 items had failures: 3 of 45 in README.rst 45 tests in 1 items. 42 passed and 3 failed. ***Test Failed*** 3 failures. E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython2_2.7_sklearn-pandas/build; python2.7 -m pytest ; cd {dir}; python{version} -m doctest -v README.rst dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned exit code 13 debian/rules:8: recipe for target 'build-indep' failed make: *** [build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sklearn-pandas.html 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 page for this package. Thanks.
Bug#902520: ruby-parallel: FTBFS in buster/sid (failing tests)
Package: src:ruby-parallel Version: 1.12.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=ruby --with ruby dh_update_autotools_config -i -O--buildsystem=ruby dh_autoreconf -i -O--buildsystem=ruby dh_auto_configure -i -O--buildsystem=ruby dh_ruby --configure dh_auto_build -i -O--buildsystem=ruby dh_ruby --build dh_ruby --build dh_auto_test -i -O--buildsystem=ruby dh_ruby --test create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-indep [... snipped ...] 8) Parallel.in_processes does not open unnecessary pipes # Temporarily skipped with xit # ./spec/parallel_spec.rb:193 9) Parallel.map can be killed instantly # Temporarily skipped with xit # ./spec/parallel_spec.rb:389 Failures: 1) Parallel.map saves time Failure/Error: time_taken{ `ruby spec/cases/parallel_map_sleeping.rb` }.should <= 3.5 expected: <= 3.5 got:4.062194108963013 # ./spec/parallel_spec.rb:224:in `block (3 levels) in ' # ./spec/spec_helper.rb:8:in `block (2 levels) in ' 2) Parallel.map starts new process imediatly when old exists Failure/Error: time_taken{ `ruby spec/cases/parallel_map_uneven.rb` }.should <= 3.5 expected: <= 3.5 got:4.061793565750122 # ./spec/parallel_spec.rb:238:in `block (3 levels) in ' # ./spec/spec_helper.rb:8:in `block (2 levels) in ' Finished in 46.25 seconds (files took 0.08835 seconds to load) 120 examples, 2 failures, 9 pending Failed examples: rspec ./spec/parallel_spec.rb:221 # Parallel.map saves time rspec ./spec/parallel_spec.rb:235 # Parallel.map starts new process imediatly when old exists /usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format documentation failed ERROR: Test "ruby2.5" failed. Exiting. dh_auto_install: dh_ruby --install /<>/debian/ruby-parallel returned exit code 1 debian/rules:5: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-parallel.html 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 page for this package. Thanks.
Bug#902518: python-tackerclient: FTBFS in buster/sid (ImportError: No module named contextlib2)
Package: src:python-tackerclient Version: 0.11.0-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc dh_update_autotools_config -i -O--buildsystem=python_distutils dh_autoreconf -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. [... snipped ...] _StringException: Traceback (most recent call last): File "tackerclient/tests/unit/test_ssl.py", line 67, in test_ca_cert_passed self._test_verify_client_manager(cacert) File "tackerclient/tests/unit/test_ssl.py", line 53, in _test_verify_client_manager shell.run(cacert) File "tackerclient/shell.py", line 579, in run return self.interact() File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 316, in interact from .interactive import InteractiveApp File "/usr/lib/python2.7/dist-packages/cliff/interactive.py", line 20, in import cmd2 File "/usr/lib/python2.7/dist-packages/cmd2.py", line 111, in from contextlib2 import redirect_stdout, redirect_stderr ImportError: No module named contextlib2 == FAIL: tackerclient.tests.unit.test_ssl.TestSSL.test_ca_cert_passed_as_env_var tackerclient.tests.unit.test_ssl.TestSSL.test_ca_cert_passed_as_env_var -- _StringException: Traceback (most recent call last): File "tackerclient/tests/unit/test_ssl.py", line 71, in test_ca_cert_passed_as_env_var self._test_verify_client_manager([]) File "tackerclient/tests/unit/test_ssl.py", line 53, in _test_verify_client_manager shell.run(cacert) File "tackerclient/shell.py", line 579, in run return self.interact() File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 316, in interact from .interactive import InteractiveApp File "/usr/lib/python2.7/dist-packages/cliff/interactive.py", line 20, in import cmd2 File "/usr/lib/python2.7/dist-packages/cmd2.py", line 111, in from contextlib2 import redirect_stdout, redirect_stderr ImportError: No module named contextlib2 -- Ran 178 tests in 1.056s FAILED (failures=2) debian/rules:14: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' debian/rules:7: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The above is how the build ends in my autobuilder and it's not necessarily the relevant part. The failure is not, however, related to using dpkg-buildpackage -A, as it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-tackerclient.html 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 page for this package. Thanks.
Bug#902562: strace: FTBFS in stretch
Package: src:strace Version: 4.15-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -B" but it failed: [...] debian/rules build-arch mkdir -p build cd build; sh ../configure --prefix=/usr --build=x86_64-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc [... snipped ...] FAIL: futex === + ../strace -V + TIMEOUT=timeout -s 9 60 + timeout -s 9 60 true + exec timeout -s 9 60 ../../tests/futex.test + run_strace_match_diff -a27 + args=-a27 + [ -n -a27 -a -z -a27 ] + set -- -e trace=futex -a27 + run_prog + [ 0 -eq 0 ] + set -- ./futex + args=./futex + ./futex futex(0x7f6e5c2dbffc, 0x3, 0xfacefeed, 0xbadda7a0ca7b100d, 0x7f6e5c2dbffc, 0x9caffee1) = -1: Invalid argument + rc=1 + [ 1 -eq 77 ] + fail_ ./futex failed with code 1 + warn_ futex.test: failed test: ./futex failed with code 1 + printf %s\n futex.test: failed test: ./futex failed with code 1 futex.test: failed test: ./futex failed with code 1 + exit 1 The above is from my autobuilder, but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/strace.html I'm using linux-image-amd64 version 4.9.88-1+deb9u1 from security.debian.org. In case another package is to blame and you have to reassign, please use "affects" as well, so that this bug is still shown in the BTS web page for strace. Thanks.
Bug#902563: golang-github-shirou-gopsutil: FTBFS in machines not having virtualization support (?)
Package: src:golang-github-shirou-gopsutil Version: 2.18.02-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_autoreconf -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu github.com/shirou/gopsutil/disk github.com/shirou/gopsutil/docker github.com/shirou/gopsutil/host github.com/shirou/gopsutil/internal/common github.com/shirou/gopsutil/load github.com/shirou/gopsutil/mem github.com/shirou/gopsutil/net github.com/shirou/gopsutil/process github.com/shirou/gopsutil github.com/shirou/gopsutil/internal/common github.com/shirou/gopsutil/cpu golang.org/x/sys/unix github.com/shirou/gopsutil/disk github.com/shirou/gopsutil/docker [... snipped ...] === RUN TestVirtualization --- FAIL: TestVirtualization (0.00s) host_test.go:137: Virtualization() retuns empty system or role: , host_test.go:140: Virtualization(): , === RUN TestKernelVersion --- PASS: TestKernelVersion (0.00s) host_test.go:152: KernelVersion(): 4.9.0-6-amd64 FAIL FAILgithub.com/shirou/gopsutil/host 0.020s [...] --- PASS: Test_OpenFiles (0.00s) === RUN Test_Kill --- PASS: Test_Kill (0.10s) PASS ok github.com/shirou/gopsutil/process 0.314s dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/shirou/gopsutil github.com/shirou/gopsutil/cpu github.com/shirou/gopsutil/disk github.com/shirou/gopsutil/docker github.com/shirou/gopsutil/host github.com/shirou/gopsutil/internal/common github.com/shirou/gopsutil/load github.com/shirou/gopsutil/mem github.com/shirou/gopsutil/net github.com/shirou/gopsutil/process returned exit code 1 debian/rules:10: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The failure is not related to using "dpkg-buildpackage -A" at all, as a similar error happens here in reproducible builds in the i386 architecture: https://tests.reproducible-builds.org/debian/rb-pkg/buster/i386/golang-github-shirou-gopsutil.html I don't even understand the purpose of the test. Following a common reasoning from Chris Lamb in similar cases: Does this failing test means the program will not work properly on machines not having virtualization support? (I don't really think so). Thanks.
Bug#902638: mwic: FTBFS in buster/sid (dh: unable to load addon python3)
Package: src:mwic Version: 0.7.4-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] dpkg-buildpackage: info: source package mwic dpkg-buildpackage: info: source version 0.7.4-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Georg Faerber dpkg-source --before-build mwic-0.7.4 debian/rules clean dh clean --with=python3 dh: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 9) line 1. BEGIN failed--compilation aborted at (eval 9) line 1. debian/rules:4: recipe for target 'clean' failed make: *** [clean] Error 2 dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mwic.html If this is really a bug in one of the build-depends and you have to use "reassign", please use "affects" as well, so that this is still visible in the BTS page for this package. Thanks.
Bug#902637: autoradio: FTBFS in buster/sid
Package: src:autoradio Version: 2.8.10-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] dpkg-buildpackage: info: source package autoradio dpkg-buildpackage: info: source version 2.8.10-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Andrea Capriotti dpkg-source --before-build autoradio-2.8.10 fakeroot debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<>' dh_auto_clean dh_auto_clean: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_clean: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions python setup.py clean -a django_extensions is not installed; I do not use it Traceback (most recent call last): File "setup.py", line 16, in django.setup() File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate app_config.import_models() File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/<>/autoradio/jingles/models.py", line 4, in from autoradio.autoradio_config import * File "/<>/autoradio/autoradio_config.py", line 75, in locale.setlocale(locale.LC_ALL, config['autoradiod']['locale']) File "/usr/lib/python2.7/locale.py", line 581, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting dh_auto_clean: python setup.py clean -a returned exit code 1 debian/rules:5: recipe for target 'override_dh_auto_clean' failed make[1]: *** [override_dh_auto_clean] Error 1 make[1]: Leaving directory '/<>' debian/rules:3: recipe for target 'clean' failed make: *** [clean] Error 2 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/autoradio.html In this case the error is different: "ImportError: No module named magic". If this is really a bug in one of the build-depends and you have to use "reassign", please use "affects" as well, so that this is still visible in the BTS page for this package. Thanks.
Bug#902640: magit: FTBFS if machine has no domain
Package: src:magit Version: 2.13.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed. BuIld log follows: [...] dpkg-buildpackage: info: source package magit dpkg-buildpackage: info: source version 2.13.0-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Rémi Vanicat dpkg-source --before-build magit-2.13.0 fakeroot debian/rules clean dh clean --with elpa dh_auto_clean make -j1 clean make[1]: Entering directory '/<>' make[2]: Entering directory '/<>/lisp' Cleaning lisp/*... make[2]: Leaving directory '/<>/lisp' make[2]: Entering directory '/<>/Documentation' Cleaning Documentation/*... make[2]: Leaving directory '/<>/Documentation' Cleaning... make[1]: Leaving directory '/<>' debian/rules override_dh_clean make[1]: Entering directory '/<>' dh_clean make[1]: Leaving directory '/<>' debian/rules build-indep dh build-indep --with elpa dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i debian/rules override_dh_auto_build make[1]: Entering directory '/<>' make info make[2]: Entering directory '/<>' make[3]: Entering directory '/<>/Documentation' Generating magit.info Generating dir make[3]: Leaving directory '/<>/Documentation' make[2]: Leaving directory '/<>' do not run make make[1]: Leaving directory '/<>' debian/rules override_dh_elpa_test make[1]: Entering directory '/<>' make test make[2]: Entering directory '/<>' Loading /<>/t/magit-tests.el (source)... Cannot determine Magitâs version (error "/<>/lisp/magit.el" repo static elpa debug) Running 16 tests (2018-06-22 15:45:52+) passed 1/16 magit--with-safe-default-directory Keeping test directory: /tmp/magit-244342AY/ Test magit-get backtrace: (let ((dir (file-name-as-directory (make-temp-file "magit-" t))) (pr (lambda nil (let ((dir (file-name-as-directory (make-temp-file "magi ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc ert-run-test([cl-struct-ert-test magit-get nil (lambda nil (let ((di ert-run-or-rerun-test([cl-struct-ert--stats t [[cl-struct-ert-test m ert-run-tests(t #[385 "\306\307\"\203GDDIR>>' debian/rules:22: recipe for target 'override_dh_elpa_test' failed make[1]: *** [override_dh_elpa_test] Error 2 make[1]: Leaving directory '/<>' debian/rules:12: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 There is an interesting line saying "unable to auto-detect email address" where it may be seen that my machine has no domain. However, having a domain has never been a requirement to build Debian packages. In fact, one might ask: The fact that such test fails means the package will not work in machines not having a domain? To reproduce, please try "dpkg-buildpackage -A" on a machine not having a domain. Thanks.
Bug#902640: magit: FTBFS if machine has no domain
On Fri, Jun 29, 2018 at 09:41:16AM +0200, Rémi Vanicat wrote: > Le 28 juin 2018, Santiago Vila a écrit: > > [...] > > > There is an interesting line saying "unable to auto-detect email address" > > where it may be seen that my machine has no domain. However, having a > > domain has never been a requirement to build Debian packages. > > This can probably easily be fixed by giving git an email. Could you test > the attached patch ? It should fix the problem, Tested. Yes, it does! > but I have no easily > available host with no domain to test it today. Well, for this case, a host without domain would be just a host in which there is not a FQDN in /etc/hosts for the hostname, for example: 192.168.1.3 myhost If you can modify /etc/hosts in your own computer, you should be able in theory to reproduce the failure. Note: If you try plain dpkg-buildpackage to reproduce the error (as I did right now to test the patch), you have to temporarily rename your $HOME/.gitconfig file (where you will probably have another email setting for git). Thanks a lot.
Bug#902748: debhelper: Current version breaks "trivial-features" package
Package: debhelper Version: 11.3.4 Severity: serious Dear Niels et al: Apparently this version of debhelper breaks some packages like "trivial-features": https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/trivial-features.html dh clean dh: No packages to build. Architecture mismatch: amd64, want: debian/rules build dh build dh: No packages to build. Architecture mismatch: amd64, want: fakeroot debian/rules binary dh binary dh: No packages to build. Architecture mismatch: amd64, want: dpkg-genbuildinfo --build=binary dpkg-genbuildinfo: error: binary build with no binary artifacts found; .buildinfo is meaningless dpkg-buildpackage: error: dpkg-genbuildinfo --build=binary subprocess returned exit status 25 This package has a minimalistic debian/rules: #!/usr/bin/make -f %: dh $@ and a debian/control file with a single binary package which is "Arch: all". Additionally, the "babl" package fails in a similar way when built with "dpkg-buildpackage -A" (not visible this one in reproducible builds because they do plain "dpkg-buildpackage"). I'm reporting this problem here as I think this is a regression in debhelper, but if it's not please tell me and I will file individual reports on the other packages. Thanks.
Bug#902810: user-mode-linux: FTBFS in stretch (Hunk #1 FAILED in 07-remove-rpath.patch)
Package: src:user-mode-linux Version: 4.9-1um-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch + security + stretch-proposed-updates but it failed: [...] debian/rules build-arch tar -x -f /usr/src/linux-source-4.9.tar.xz touch unpack-stamp (cd linux-source-4.9 && QUILT_PATCHES=/<>/debian/patches quilt push -a) Applying patch /<>/debian/patches/02_x-terminal-emulator.patch patching file arch/um/drivers/xterm.c Applying patch /<>/debian/patches/03_uml_switch.patch patching file arch/um/drivers/daemon_kern.c Applying patch /<>/debian/patches/05_fix_static_build.patch patching file arch/um/Makefile Hunk #1 succeeded at 91 (offset 15 lines). Applying patch /<>/debian/patches/06-fix-linkage-on-386-arch.patch patching file arch/x86/um/Makefile Hunk #1 succeeded at 19 with fuzz 2. Applying patch /<>/debian/patches/07-remove-rpath.patch patching file arch/um/Makefile Hunk #1 FAILED at 107. 1 out of 1 hunk FAILED -- rejects in file arch/um/Makefile patching file arch/x86/Makefile.um Patch /<>/debian/patches/07-remove-rpath.patch does not apply (enforce with -f) debian/rules:54: recipe for target 'patch-stamp' failed make: *** [patch-stamp] Error 1 dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails with plain "dpkg-buildpackage" in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/stretch/amd64/user-mode-linux.html Thanks.
Bug#902820: gmap: FTBFS on stretch/amd64 if CPU has SSE2 and nothing more
Package: src:gmap Version: 2017-01-14-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch but it failed: [...] debian/rules build-arch dh build-arch --parallel --with autotools_dev dh_testdir -a -O--parallel dh_update_autotools_config -a -O--parallel dh_autotools-dev_updateconfig -a -O--parallel debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' dh_auto_configure -- --enable-shared --with-gmapdb=/var/cache/gmap \ --bindir=/usr/lib/gmap ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --enable-shared --with-gmapdb=/var/cache/gmap --bindir=/usr/lib/gmap checking package version... 2017-01-14 loading default site script ./config.site checking CFLAGS... -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security checking MPI_CFLAGS... [... snipped ...] gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-inbuffer.o `test -f 'inbuffer.c' || echo './'`inbuffer.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-samheader.o `test -f 'samheader.c' || echo './'`samheader.c samheader.c: In function 'SAM_header_change_HD_tosorted': samheader.c:201:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer,sizeof(char),CHUNK,input); ^~ samheader.c:206:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer,sizeof(char),headerlen,input); ^~ gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-outbuffer.o `test -f 'outbuffer.c' || echo './'`outbuffer.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-chimera.o `test -f 'chimera.c' || echo './'`chimera.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-datadir.o `test -f 'datadir.c' || echo './'`datadir.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-parserange.o `test -f 'parserange.c' || echo './'`parserange.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-getopt.o `test -f 'getopt.c' || echo './'`getopt.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o gmap_sse2-gmap.o `test -f 'gmap.c' || echo './'`gmap.c /bin/bash ../libtool --tag=CC --mode=link gcc -pthread -DTARGET=\"x86_64-pc-linux-gnu\" -DGMAPDB=\"/var/cache/gmap\" -mpopcnt -DHAVE_SSE2=1 -msse2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -o gmap.sse2 gmap_sse2-except.o gmap_sse2
Bug#897504: fixed in golang-github-hashicorp-go-plugin 0.0~git20170621.5ee1a665-1
found 897504 0.0~git20170621.5ee1a665-1 thanks Hello. I tried to rebuild this package in buster and it failed with the same error initially posted by Lucas Nussbaum: --- FAIL: TestClient_syncStreams (0.10s) rpc_client_test.go:59: bad: stdouttest^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ This also happens in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/golang-github-hashicorp-go-plugin.html So apparently the problem is still there. Thanks.
Bug#897523: fixed in check-postgres 2.24.0-1
found 897523 2.22.0-2 thanks Dear maintainer: I tried to build this package in stretch + security + stretch-proposed-updates and it failed with the same error posted by Lucas Nussbaum. Please consider an upload for stretch-proposed-updates, as packages in stretch must be buildable in stretch. Thanks.
Bug#902466: fixed in golang-github-grpc-ecosystem-go-grpc-prometheus 1.2.0-1
found 902466 1.2.0-1 thanks Dear maintainer: This is from my autobuilder today, building the package in buster: === RUN TestServerInterceptorSuite === RUN TestServerInterceptorSuite/TestRegisterPresetsStuff === RUN TestServerInterceptorSuite/TestStreamingIncrementsHandled === RUN TestServerInterceptorSuite/TestStreamingIncrementsHistograms === RUN TestServerInterceptorSuite/TestStreamingIncrementsMessageCounts === RUN TestServerInterceptorSuite/TestStreamingIncrementsStarted === RUN TestServerInterceptorSuite/TestUnaryIncrementsHandled === RUN TestServerInterceptorSuite/TestUnaryIncrementsHistograms === RUN TestServerInterceptorSuite/TestUnaryIncrementsStarted --- FAIL: TestServerInterceptorSuite (0.06s) --- PASS: TestServerInterceptorSuite/TestRegisterPresetsStuff (0.01s) --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsHandled (0.01s) server_test.go:219: Error Trace:server_test.go:219 Error: Not equal: expected: 1 actual : 0 Test: TestServerInterceptorSuite/TestStreamingIncrementsHandled Messages: grpc_server_handled_total should be incremented for PingList FailedPrecondition --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsHistograms (0.01s) server_test.go:194: Error Trace:server_test.go:194 Error: Not equal: expected: 4 actual : 3 Test: TestServerInterceptorSuite/TestStreamingIncrementsHistograms Messages: grpc_server_handling_seconds_count should be incremented for PingList FailedPrecondition --- PASS: TestServerInterceptorSuite/TestStreamingIncrementsMessageCounts (0.01s) --- FAIL: TestServerInterceptorSuite/TestStreamingIncrementsStarted (0.00s) server_test.go:169: Error Trace:server_test.go:169 Error: Not equal: expected: 6 actual : 5 Test: TestServerInterceptorSuite/TestStreamingIncrementsStarted Messages: grpc_server_started_total should be incremented for PingList --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsHandled (0.01s) --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsHistograms (0.01s) --- PASS: TestServerInterceptorSuite/TestUnaryIncrementsStarted (0.01s) server_test.go:87: stopped grpc.Server at: 127.0.0.1:35841 FAIL FAILgithub.com/grpc-ecosystem/go-grpc-prometheus0.095s ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/client [no test files] ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/protobuf [no test files] ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/server [no test files] ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto [no test files] dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/grpc-ecosystem/go-grpc-prometheus github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/client github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/protobuf github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/server github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto returned exit code 1 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 The same error happens in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/golang-github-grpc-ecosystem-go-grpc-prometheus.html I'm reopening this bug because the error is the same. Please consider source-only uploads (dpkg-buildpackage -S). Thanks.
Bug#903118: rustc: FTBFS in stretch (no cargo executable found)
Package: src:rustc Version: 1.24.1+dfsg1-1~deb9u1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" but it failed: [...] debian/rules build-indep /bin/sh: 1: rustc: not found dh build-indep --parallel dh_testdir -i -O--parallel dh_update_autotools_config -i -O--parallel debian/rules override_dh_auto_configure make[1]: Entering directory '/<>/rustc-1.24.1+dfsg1' /bin/sh: 1: rustc: not found m4 -DDEB_BUILD_RUST_TYPE="x86_64-unknown-linux-gnu" \ -DDEB_HOST_RUST_TYPE="x86_64-unknown-linux-gnu" \ -DDEB_TARGET_RUST_TYPE="x86_64-unknown-linux-gnu" \ -DRELEASE_CHANNEL="stable" \ -DBUILD_DOCS="true" \ -DMAKE_OPTIMISATIONS="true" \ -DLLVM_DESTDIR="" \ -DLLVM_VERSION="4.0" \ -DRUST_DESTDIR="" \ "debian/config.toml.in" > "debian/config.toml" if false || [ 0 != 0 ]; \ then sed -i -e '/^rustc = /d' -e '/^cargo = /d' "debian/config.toml"; fi # Work around armhf issue: https://github.com/rust-lang/rust/issues/45854 [ amd64 != armhf -a \ amd64 != armel ] || sed -i -e '/^debuginfo-only-std = /d' "debian/config.toml" # fail the build if we have any instances of OLD_LLVM_VERSION in debian, except for debian/changelog ! grep --color=always -i 'll...\?3\.9' --exclude=changelog -R debian : if [ -d stage0 ]; then mkdir -p build && ln -sfT ../stage0 build/cache; fi # work around #842634 if test $(grep "127.0.0.1\s*localhost" /etc/hosts | wc -l) -gt 1; then \ debian/ensure-patch -N debian/patches/d-host-duplicates.patch; fi # We patched mdbook so have to rm the checksums debian/prune-checksums src/vendor/mdbook/.cargo-checksum.json # Unfortunately upstream uses a duplicate copy of libbacktrace and wants to # compile it again for rust-installer, see #43449 ln -rsf src/libbacktrace -t src/vendor/backtrace-sys/src/ debian/prune-checksums src/vendor/backtrace-sys/.cargo-checksum.json # Link against system liblzma, see https://github.com/alexcrichton/xz2-rs/issues/16 echo 'fn main() { println!("cargo:rustc-link-lib=lzma"); }' > src/vendor/lzma-sys/build.rs debian/prune-checksums src/vendor/lzma-sys/.cargo-checksum.json # We excluded some embedded libraries in d/copyright debian/prune-checksums src/vendor/dbghelp-sys/.cargo-checksum.json # We patched this for sparc64 support debian/prune-checksums src/vendor/cc/.cargo-checksum.json # We don't run ./configure because we use debian/config.toml directly ln -sf debian/config.toml config.toml make[1]: Leaving directory '/<>/rustc-1.24.1+dfsg1' debian/rules override_dh_auto_build-indep make[1]: Entering directory '/<>/rustc-1.24.1+dfsg1' /bin/sh: 1: rustc: not found /usr/bin/make -C src/rt/hoedown src/html_blocks.c make[2]: Entering directory '/<>/rustc-1.24.1+dfsg1/src/rt/hoedown' gperf -I -L ANSI-C -N hoedown_find_block_tag -c -C -E -S 1 --ignore-case -m100 html_block_names.gperf > src/html_blocks.c make[2]: Leaving directory '/<>/rustc-1.24.1+dfsg1/src/rt/hoedown' sed -i -e 's/^docs = false/docs = true/' debian/config.toml RUST_BACKTRACE=1 ./x.py doc --config debian/config.toml -v --on-fail env Traceback (most recent call last): File "./x.py", line 20, in bootstrap.main() File "/<>/rustc-1.24.1+dfsg1/src/bootstrap/bootstrap.py", line 755, in main bootstrap() File "/<>/rustc-1.24.1+dfsg1/src/bootstrap/bootstrap.py", line 735, in bootstrap build.build_bootstrap() File "/<>/rustc-1.24.1+dfsg1/src/bootstrap/bootstrap.py", line 615, in build_bootstrap self.cargo())) Exception: no cargo executable found at `/usr/bin/cargo` debian/rules:216: recipe for target 'override_dh_auto_build-indep' failed make[1]: *** [override_dh_auto_build-indep] Error 1 make[1]: Leaving directory '/<>/rustc-1.24.1+dfsg1' debian/rules:143: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 I did "dpkg-buildpackage -A" but apparently it also fails with "dpkg-buildpackage -B" in every other architecture: https://buildd.debian.org/status/package.php?p=rustc&suite=stretch Thanks.
Bug#903124: libevent-rpc-perl: FTBFS in stretch (sbuild hangs, expired SSL certificate?)
Package: src:libevent-rpc-perl Version: 1.08-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch + security + stretch-proposed-updates but it failed: [...] debian/rules build-indep dh build-indep dh_testdir -i dh_update_autotools_config -i dh_auto_configure -i perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro" Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Event::RPC Writing MYMETA.yml and MYMETA.json dh_auto_build -i make -j1 make[1]: Entering directory '/<>' cp lib/Event/RPC/Message.pm blib/lib/Event/RPC/Message.pm cp lib/Event/RPC/Loop/AnyEvent.pm blib/lib/Event/RPC/Loop/AnyEvent.pm cp lib/Event/RPC/LogConnection.pm blib/lib/Event/RPC/LogConnection.pm cp lib/Event/RPC/Connection.pm blib/lib/Event/RPC/Connection.pm cp lib/Event/RPC/Loop/Event.pm blib/lib/Event/RPC/Loop/Event.pm cp lib/Event/RPC/Message/SerialiserBase.pm blib/lib/Event/RPC/Message/SerialiserBase.pm cp lib/Event/RPC/Logger.pm blib/lib/Event/RPC/Logger.pm cp lib/Event/RPC/AuthPasswdHash.pm blib/lib/Event/RPC/AuthPasswdHash.pm cp lib/Event/RPC/Message/Negotiate.pm blib/lib/Event/RPC/Message/Negotiate.pm cp lib/Event/RPC/Message/CBOR.pm blib/lib/Event/RPC/Message/CBOR.pm cp lib/Event/RPC/Message/JSON.pm blib/lib/Event/RPC/Message/JSON.pm cp lib/Event/RPC/Server.pm blib/lib/Event/RPC/Server.pm cp lib/Event/RPC.pm blib/lib/Event/RPC.pm cp lib/Event/RPC/Loop/Glib.pm blib/lib/Event/RPC/Loop/Glib.pm cp lib/Event/RPC/Loop.pm blib/lib/Event/RPC/Loop.pm cp lib/Event/RPC/Message/Storable.pm blib/lib/Event/RPC/Message/Storable.pm cp lib/Event/RPC/Client.pm blib/lib/Event/RPC/Client.pm cp lib/Event/RPC/Message/Sereal.pm blib/lib/Event/RPC/Message/Sereal.pm Manifying 17 pod documents make[1]: Leaving directory '/<>' dh_auto_test -i make -j1 test TEST_VERBOSE=1 make[1]: Entering directory '/<>' PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01.use.t ... 1..2 ok 1 - use Event::RPC::Server; ok 2 - use Event::RPC::Client; ok t/02.cnct.t .. 1..5 ok 1 - use Event::RPC::Client; ok 2 - connected ok 3 - object created via RPC ok 4 - client disconnected ok 5 - stop server ok t/03.cnct-auth.t . 1..6 ok 1 - use Event::RPC::Client; ok 2 - connection failed with wrong pw ok 3 - connected ok 4 - object created via RPC ok 5 - client disconnected ok 6 - server stopped ok t/04.cnct-auth-ssl-verifypeer-noca.t . 1..4 ok 1 - use Event::RPC::Client; ok 2 - ssl connection failed due to unsigned server key ok 3 - killing server process at PID 25781 ok 4 - server stopped ok Can't open SSL connection to localhost:27816: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at t/04.cnct-auth-ssl-verifypeer-wrongca.t line 57. # Looks like you planned 5 tests but ran 2. # Looks like your test exited with 255 just after 2. E: Build killed with signal TERM after 60 minutes of inactivity A similar error happens here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/stretch/amd64/libevent-rpc-perl.html Waiting time is different in this case ("pbuilder was killed by timeout after 24h") but the end result is the same. If this is really a bug in one of the build-depends and you have to use "reassign", please use "affects" as well, so that this is still visible in the BTS page for this package. Thanks.
Bug#903125: exec-maven-plugin: FTBFS in stretch (expected:<[mvn] --version> but was:<['mvn'] --version>)
Package: src:exec-maven-plugin Version: 1.1.1+dfsg-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in stretch + security + stretch-proposed-updates but it failed: [...] debian/rules build-indep test -x debian/rules mkdir -p "." /usr/share/maven-debian-helper/copy-repo.sh /<>/exec-maven-plugin-1.1.1+dfsg/debian find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No such file or directory find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': No such file or directory find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such file or directory mh_patchpoms -plibmaven-exec-plugin-java --debian-build --keep-pom-version --maven-repo=/<>/exec-maven-plugin-1.1.1+dfsg/debian/maven-repo --build-no-docs touch debian/stamp-poms-patched # before-build target may be used to unpatch the pom files, so we need to check if # patching the pom files is needed here, normally not if [ ! -f pom.xml.save ]; then \ /usr/bin/make -f debian/rules patch-poms; \ fi [... snipped ...] testOverrides(org.codehaus.mojo.exec.ExecMojoTest) Time elapsed: 0.043 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<[mvn] -f pom.xml> but was:<['mvn'] -f pom.xml> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.codehaus.mojo.exec.ExecMojoTest.checkMojo(ExecMojoTest.java:371) at org.codehaus.mojo.exec.ExecMojoTest.testOverrides(ExecMojoTest.java:331) testOverrides3(org.codehaus.mojo.exec.ExecMojoTest) Time elapsed: 0.035 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<[mvn] --version> but was:<['mvn'] --version> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.codehaus.mojo.exec.ExecMojoTest.checkMojo(ExecMojoTest.java:371) at org.codehaus.mojo.exec.ExecMojoTest.testOverrides3(ExecMojoTest.java:340) Running org.codehaus.mojo.exec.ExecJavaMojoTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.241 sec - in org.codehaus.mojo.exec.ExecJavaMojoTest Results : Failed tests: org.codehaus.mojo.exec.ExecMojoTest#testRunOK ComparisonFailure expected:<[mvn... org.codehaus.mojo.exec.ExecMojoTest#testRunFailure ComparisonFailure expected:... org.codehaus.mojo.exec.ExecMojoTest#testRunError ComparisonFailure expected:<[... org.codehaus.mojo.exec.ExecMojoTest#testOverrides ComparisonFailure expected:<... org.codehaus.mojo.exec.ExecMojoTest#testOverrides3 ComparisonFailure expected:... Tests run: 14, Failures: 5, Errors: 0, Skipped: 0 [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 14.291 s [INFO] Finished at: 2018-07-06T13:15:30+00:00 [INFO] Final Memory: 19M/90M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project exec-maven-plugin: There are test failures. [ERROR] [ERROR] Please refer to /<>/exec-maven-plugin-1.1.1+dfsg/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException /usr/share/cdbs/1/class/maven.mk:127: recipe for target 'debian/stamp-maven-check' failed make: *** [debian/stamp-maven-check] Error 1 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 The build was made with "dpkg-buildpackage -A" but I guess that's not relevant at all in this case. Apparently some build-dependency in security or stretch-proposed-updates changed behaviour in a way that makes the tests to break, but I'm not sure a reassign would be a good thing here. Thanks.
Bug#903124: libevent-rpc-perl: FTBFS in stretch (sbuild hangs, expired SSL certificate?)
On Fri, Jul 06, 2018 at 03:29:11PM +0200, gregor herrmann wrote: > So the bug only affects 1.08-2 in stable and is caused by the expired > certificate(s) in the package itself. > > If we want to fix this in stretch, we probably have to just update > t/ssl/. Or skip t/04.cnct-auth-ssl-verifypeer-wrongca.t (and maybe > also t/04.cnct-auth-ssl-verifypeer.t). Debian is like Las Vegas: "Packages in stretch must be buildable in stretch", so yes, I definitely think we want to fix this in stretch. Note: There is a point release planned for Saturday, July 14th, and new uploads for stretch-proposed-updates will be frozen this weekend. Thanks.
Bug#883974: abinit: FTBFS on mips64el: test failures
found 883974 8.0.8-1 thanks On Sat, 9 Dec 2017, Andreas Beckmann wrote: > Source: abinit > Version: 8.0.8-4 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Hi, > > abinit FTBFS on mips64el: > > https://buildd.debian.org/status/fetch.php?pkg=abinit&arch=mips64el&ver=8.0.8-4&stamp=1511985974&raw=0 The same error happens now in stretch on amd64: https://tests.reproducible-builds.org/debian/rbuild/stretch/amd64/abinit_8.0.8-1.rbuild.log.gz Thanks.
Bug#903133: debhelper: unable to build get-flash-videos
Package: debhelper Version: 11.3.5 Severity: serious Hello Niels. I am still unable to build some packages with this version of debhelper. For example, I got this in get-flash-videos_1.25.99-1, a package which used to build ok in the past: Installing /<>/debian/get-flash-videos/usr/share/man/man1/get_flash_videos.1p Installing /<>/debian/get-flash-videos/usr/bin/get_flash_videos make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:22: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A", in case it matters. As before, please confirm if this is a bug in debhelper or maybe I should reassign it to the get-flash-videos package. Thanks.
Bug#903133: debhelper: unable to build get-flash-videos
Other packages affected: asciidoc_8.6.10-2: make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:7: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 ruby-sham-rack_1.4.1-1: dh_installdocs -i -O--buildsystem=ruby dh_installdocs: Cannot find (any matches for) "README.markdown" (tried in .) debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 Thanks.
Bug#902466: fixed in golang-github-grpc-ecosystem-go-grpc-prometheus 1.2.0-2
found 902466 1.2.0-2 thanks Hello Dmitry. I assume this will be frustrating for you as maintainer, but believe me that it's also frustrating for me as reporter. I've built today version 1.2.0-2 ten times in four different autobuilders, and it failed ten times. Build logs available here: https://people.debian.org/~sanvila/build-logs/golang-github-grpc-ecosystem-go-grpc-prometheus/ Additionally, it still fails in reproducible builds: https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0-2.rbuild.log.gz I would say that whatever you did to solve this problem is not working. I see that the issue was already in github: https://github.com/grpc-ecosystem/go-grpc-prometheus/pull/44 May I suggest that you just disable the failing tests until they are fixed upstream? Thanks.
Bug#903169: blktrace: FTBFS in buster/sid (dh_installman: Cannot find "iowatcher/iowatcher.1")
Package: src:blktrace Version: 1.2.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch dh_update_autotools_config -a dh_auto_configure -a debian/rules override_dh_auto_build make[1]: Entering directory '/<>' # Building for a Linux-type OS, everything's fine # # variables are: # Package name blktrace # Full version # Upstream version 1.2.0 dh_auto_build -- CFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -Wno-shadow -g -Wl,-z,relro -Wl,-z,now" all docs make -j1 "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -Wno-shadow -g -Wl,-z,relro -Wl,-z,now" all docs [... snipped ...] (see the transcript file for additional information) Output written on btreplay.dvi (14 pages, 33888 bytes). Transcript written on btreplay.log. btreplay -> btreplay.pdf [1][2][3][4][5][6][7][8][9][10][11][12][13][14] 78363 bytes written make[4]: Leaving directory '/<>/btreplay/doc' make[3]: Leaving directory '/<>/btreplay' make[2]: Leaving directory '/<>' make[1]: Leaving directory '/<>' dh_auto_test -a fakeroot debian/rules binary-arch dh binary-arch dh_testroot -a dh_prep -a dh_installdirs -a debian/rules override_dh_auto_install make[1]: Entering directory '/<>' /usr/bin/make install \ prefix=/usr \ mandir=\${prefix}/share/man \ DESTDIR=/<>/debian/blktrace make[2]: Entering directory '/<>' install -m 755 -d /<>/debian/blktrace/usr/bin install -m 755 -d /<>/debian/blktrace/usr/share/man/man1 install -m 755 -d /<>/debian/blktrace/usr/share/man/man8 install -m 755 blkparse blktrace verify_blkparse blkrawverify blkiomon btrace btt/btt btreplay/btrecord btreplay/btreplay btt/bno_plot.py iowatcher/iowatcher /<>/debian/blktrace/usr/bin install -m 644 doc/*.1 /<>/debian/blktrace/usr/share/man/man1 install -m 644 doc/*.8 /<>/debian/blktrace/usr/share/man/man8 make[2]: Leaving directory '/<>' # move admin-only stuff to /usr/sbin cd /<>/debian/blktrace && \ mv usr/bin/btraceusr/sbin/ && \ mv usr/bin/blktrace usr/sbin/ && \ mv usr/bin/btreplay usr/sbin/ && \ mv usr/bin/btrecord usr/sbin/ # fix name of bno_plot cd /<>/debian/blktrace && \ mv usr/bin/bno_plot.py usr/bin/bno_plot make[1]: Leaving directory '/<>' dh_installdocs -a dh_installchangelogs -a dh_installman -a dh_installman: Cannot find (any matches for) "iowatcher/iowatcher.1" (tried in .) dh_installman: Aborting due to earlier error debian/rules:16: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/blktrace.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903168: backupninja: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:backupninja Version: 1.1.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' dh_auto_configure -- \ --libdir=\${prefix}/lib \ --libexecdir=\${prefix}/lib ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --libdir=\${prefix}/lib --libexecdir=\${prefix}/lib configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p [... snipped ...] make[4]: Entering directory '/<>/handlers' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<>/debian/backupninja/usr/share/backupninja' /usr/bin/install -c -m 644 borg borg.helper dup dup.helper maildir makecd makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper '/<>/debian/backupninja/usr/share/backupninja' make[4]: Leaving directory '/<>/handlers' make[3]: Leaving directory '/<>/handlers' Making install in lib make[3]: Entering directory '/<>/lib' make[4]: Entering directory '/<>/lib' /bin/mkdir -p '/<>/debian/backupninja/usr/lib/backupninja' /usr/bin/install -c easydialog parseini tools vserver '/<>/debian/backupninja/usr/lib/backupninja' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/lib' make[3]: Leaving directory '/<>/lib' Making install in man make[3]: Entering directory '/<>/man' make[4]: Entering directory '/<>/man' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<>/debian/backupninja/usr/share/man/man1' /usr/bin/install -c -m 644 backupninja.1 ninjahelper.1 '/<>/debian/backupninja/usr/share/man/man1' /bin/mkdir -p '/<>/debian/backupninja/usr/share/man/man5' /usr/bin/install -c -m 644 backup.d.5 backupninja.conf.5 '/<>/debian/backupninja/usr/share/man/man5' make[4]: Leaving directory '/<>/man' make[3]: Leaving directory '/<>/man' Making install in src make[3]: Entering directory '/<>/src' make[4]: Entering directory '/<>/src' /bin/mkdir -p '/<>/debian/backupninja/usr/sbin' /usr/bin/install -c backupninja ninjahelper '/<>/debian/backupninja/usr/sbin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/src' make[3]: Leaving directory '/<>/src' make[3]: Entering directory '/<>' make[4]: Entering directory '/<>' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>' make[3]: Leaving directory '/<>' make[2]: Leaving directory '/<>' chmod a-x /<>/debian/backupninja/usr/lib/backupninja/parseini chmod a-x /<>/debian/backupninja/usr/lib/backupninja/vserver rm /<>/debian/backupninja/usr/share/backupninja/example.* make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:8: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/backupninja.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903170: doit: FTBFS in buster/sid (dh_installexamples: Cannot find "doc/tutorial")
Package: src:doit Version: 0.31.0-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with bash-completion,sphinxdoc,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<>/.pybuild/cpython3_3.6_doit/build/doit copying doit/cmd_forget.py -> /<>/.pybuild/cpython3_3.6_doit/build/doit copying doit/cmd_run.py -> /<>/.pybuild/cpython3_3.6_doit/build/doit copying doit/task.py -> /<>/.pybuild/cpython3_3.6_doit/build/doit [... snipped ...] reading sources... [100%] uptodate looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] changes writing output... [ 11%] cmd_other writing output... [ 17%] cmd_run writing output... [ 23%] configuration writing output... [ 29%] contents writing output... [ 35%] dependencies writing output... [ 41%] extending writing output... [ 47%] faq writing output... [ 52%] index writing output... [ 58%] install writing output... [ 64%] related writing output... [ 70%] stories writing output... [ 76%] task_args writing output... [ 82%] task_creation writing output... [ 88%] tasks writing output... [ 94%] tools writing output... [100%] uptodate generating indices... highlighting module code... [ 50%] doit.cmd_base highlighting module code... [100%] doit.tools writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make[2]: Leaving directory '/<>/doc' make[1]: Leaving directory '/<>' dh_installdocs -i -O--buildsystem=pybuild dh_sphinxdoc -i -O--buildsystem=pybuild dh_installchangelogs -i -O--buildsystem=pybuild dh_installexamples -i -O--buildsystem=pybuild dh_installexamples: Cannot find (any matches for) "doc/tutorial" (tried in .) debian/rules:11: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/doit.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903178: libclass-insideout-perl: FTBFS in buster/sid (dh_installdocs: Cannot find "CONTRIBUTING")
Package: src:libclass-insideout-perl Version: 1.14-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_auto_configure -i perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro" Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::InsideOut Writing MYMETA.yml and MYMETA.json dh_auto_build -i make -j1 make[1]: Entering directory '/<>' cp lib/Class/InsideOut/Manual/About.pod blib/lib/Class/InsideOut/Manual/About.pod [... snipped ...] ok t/25_accessor_hooks_typetiny.t . 1..20 ok 1 - require t::Object::HookedTT; ok 2 - t::Object::HookedTT has/inherited its expected properties ok 3 - Creating a t::Object::HookedTT object ok 4 - integer(3.14) dies ok 5 - integer(42) lives ok 6 - integer() == 42 ok 7 - word() dies ok 8 - word(apple) lives ok 9 - word() eq 'apple' ok 10 - uppercase(banana) lives ok 11 - uppercase() eq 'BANANA' ok 12 - list(qw(foo bar bam)) lives ok 13 - list() gives qw(foo bar bam) ok 14 - list( [qw(foo bar bam)] ) lives ok 15 - list() gives qw(foo bar bam) ok 16 - reverser(qw(foo bar bam)) lives ok 17 - reverser() in list context gives qw(bam bar foo) ok 18 - reverser() in scalar context gives mabraboof ok 19 - write_only lives on write ok 20 - write only dies on write (and was caught) ok All tests successful. Files=26, Tests=443, 1 wallclock secs ( 0.05 usr 0.04 sys + 0.98 cusr 0.07 csys = 1.14 CPU) Result: PASS make[1]: Leaving directory '/<>' fakeroot debian/rules binary-indep dh binary-indep dh_testroot -i dh_prep -i dh_auto_install -i make -j1 install DESTDIR=/<>/debian/libclass-insideout-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr make[1]: Entering directory '/<>' Manifying 3 pod documents Installing /<>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut.pm Installing /<>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut/Manual/Advanced.pod Installing /<>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut/Manual/About.pod Installing /<>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut::Manual::Advanced.3pm Installing /<>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut.3pm Installing /<>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut::Manual::About.3pm make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "CONTRIBUTING" (tried in .) debian/rules:4: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libclass-insideout-perl.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903179: libmail-box-perl: FTBFS in buster/sid (dh_installdocs: Cannot find "TODO.v2")
Package: src:libmail-box-perl Version: 3.005-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_auto_configure -i perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro" Carp version 1.42 is ok (required is 0) Cwd version 3.67 is ok (required is 0) Date::Parse version 2.30 is ok (required is 0) Devel::GlobalDestruction version 0.14 is ok (required is 0.09) Errno version 1.28 is ok (required is 0) Fcntl version 1.13 is ok (required is 0) File::Basename version 2.85 is ok (required is 0) File::Compare version 1.1006 is ok (required is 0) File::Copy version 2.32 is ok (required is 0) [... snipped ...] Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Search.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Message::Head::Delayed.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Mbox::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Collection.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::Multi.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box-Index.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::Flock.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Dir::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Message::Head::Subset.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Dir.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::MH::Index.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Identity.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Message::Destructed.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::Mutt.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Search::Grep.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::MH::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Message::Dummy.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::POSIX.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box-Overview.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Maildir.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::File::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Tie::HASH.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::DotLock.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Locker::FcntlLock.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Manager.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Thread::Manager.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Search::SpamAssassin.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Message::Body::Delayed.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Tie::ARRAY.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::File.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Net::Message.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box-Shorts.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Net.3pm Installing /<>/debian/libmail-box-perl/usr/share/man/man3/Mail::Box::Mbox.3pm make[1]: Leaving directory '/<>' debian/rules override_dh_install make[1]: Entering directory '/<>' dh_install find debian/libmail-box-perl/usr/share/man/man3 -size 0 -delete make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "TODO.v2" (tried in .) debian/rules:4: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/r
Bug#903174: golang-github-google-subcommands: FTBFS in buster/sid (dh_installdocs: Cannot find "README.rst")
Package: src:golang-github-google-subcommands Version: 0.0~git20170830.ce3d4cfc-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/google/subcommands github.com/google/subcommands dh_auto_test -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/google/subcommands ? github.com/google/subcommands [no test files] fakeroot debian/rules binary-indep dh binary-indep --buildsystem=golang --with=golang dh_testroot -i -O--buildsystem=golang dh_prep -i -O--buildsystem=golang dh_auto_install -i -O--buildsystem=golang cd obj-x86_64-linux-gnu && mkdir -p /<>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands cd obj-x86_64-linux-gnu && cp -r -T src/github.com/google/subcommands /<>/golang-github-google-subcommands-0.0\~git20170830.ce3d4cfc/debian/golang-github-google-subcommands-dev/usr/share/gocode/src/github.com/google/subcommands dh_installdocs -i -O--buildsystem=golang dh_installdocs: Cannot find (any matches for) "README.rst" (tried in .) debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-google-subcommands.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903176: jags: FTBFS in buster/sid (dh_installdocs: Cannot find "doc/manual/jags_installation_manual.pdf")
Package: src:jags Version: 4.3.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch --with autoreconf dh_update_autotools_config -a dh_autoreconf -a sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found sh: 1: hg: not found libtoolize: putting auxiliary files in '.'. [... snipped ...] make[5]: Leaving directory '/<>/win/runtime64' make[4]: Leaving directory '/<>/win/runtime64' make[4]: Entering directory '/<>/win' make[5]: Entering directory '/<>/win' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/<>/win' make[4]: Leaving directory '/<>/win' make[3]: Leaving directory '/<>/win' Making install in doc make[3]: Entering directory '/<>/doc' Making install in manual make[4]: Entering directory '/<>/doc/manual' make[5]: Entering directory '/<>/doc/manual' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/<>/doc/manual' make[4]: Leaving directory '/<>/doc/manual' make[4]: Entering directory '/<>/doc' make[5]: Entering directory '/<>/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<>/debian/jags/usr/share/man/man1' /usr/bin/install -c -m 644 jags.1 '/<>/debian/jags/usr/share/man/man1' make[5]: Leaving directory '/<>/doc' make[4]: Leaving directory '/<>/doc' make[3]: Leaving directory '/<>/doc' Making install in test make[3]: Entering directory '/<>/test' make[4]: Entering directory '/<>/test' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/test' make[3]: Leaving directory '/<>/test' make[3]: Entering directory '/<>' make[4]: Entering directory '/<>' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>' make[3]: Leaving directory '/<>' make[2]: Leaving directory '/<>' find debian/ -name \*.la | \ xargs perl -p -i -e "s/dependency_libs='.*'/dependency_libs=''/" make[1]: Leaving directory '/<>' dh_installdocs -a dh_installdocs: Cannot find (any matches for) "doc/manual/jags_installation_manual.pdf" (tried in .) debian/rules:27: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jags.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903181: mnemosyne: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:mnemosyne Version: 2.6+ds-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with=python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'app' warnings.warn(msg) debian/rules override_dh_auto_build make[1]: Entering directory '/<>/mnemosyne-2.6+ds' make build-all-deps make[2]: Entering directory '/<>/mnemosyne-2.6+ds' # Also rebuilds the docs and the translations. [... snipped ...] copying mo/id/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/id/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/nl creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/nl/LC_MESSAGES copying mo/nl/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/nl/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/sv creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/sv/LC_MESSAGES copying mo/sv/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/sv/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/eo creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/eo/LC_MESSAGES copying mo/eo/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/eo/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/da creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/da/LC_MESSAGES copying mo/da/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/da/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/cs creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/cs/LC_MESSAGES copying mo/cs/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/cs/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/zh_TW creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/zh_TW/LC_MESSAGES copying mo/zh_TW/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/zh_TW/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/hu creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/hu/LC_MESSAGES copying mo/hu/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/hu/LC_MESSAGES creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/tr creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/tr/LC_MESSAGES copying mo/tr/LC_MESSAGES/mnemosyne.mo -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/share/locale/tr/LC_MESSAGES running install_egg_info running egg_info creating Mnemosyne.egg-info writing Mnemosyne.egg-info/PKG-INFO writing dependency_links to Mnemosyne.egg-info/dependency_links.txt writing top-level names to Mnemosyne.egg-info/top_level.txt writing manifest file 'Mnemosyne.egg-info/SOURCES.txt' reading manifest file 'Mnemosyne.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'mnemosyne/libmnemosyne/LICENSE' writing manifest file 'Mnemosyne.egg-info/SOURCES.txt' Copying Mnemosyne.egg-info to /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/lib/python3.6/dist-packages/Mnemosyne-2.6.egg-info Skipping SOURCES.txt running install_scripts creating /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/bin copying build/scripts-3.6/mnemosyne -> /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/bin changing mode of /<>/mnemosyne-2.6+ds/debian/mnemosyne/usr/bin/mnemosyne to 775 dh_installdocs -i -O--buildsystem=pybuild dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:7: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mnemosyne.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903173: get-flash-videos: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:get-flash-videos Version: 1.25.99-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro" Warning: prerequisite LWP::Protocol::socks 0 not found. Generating a Unix-style Makefile Writing Makefile for App::get_flash_videos Writing MYMETA.yml and MYMETA.json dh_auto_build -i make -j1 make[1]: Entering directory '/<>' cp lib/FlashVideo/Site/Cbs.pm blib/lib/FlashVideo/Site/Cbs.pm [... snipped ...] Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Channel4.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Ardmediathek.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Svtplay.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Canalvie.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Gorillavid.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Ima.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Googlevideosearch.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Sevenload.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Gawker.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Nfb.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Nicovideo.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Cultureunplugged.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Todaysbigthing.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Stupidvideos.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Redtube.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Kidswb.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Theonion.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Dplay.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Dailymotion.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Stagevu.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Joemonster.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Canoe.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Sbs.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Cwtv.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Abclocal.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Ted.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/5min.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Slashcontrol.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Tvnz.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Tva.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Zdf.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Fliqz.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Divxstage.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Vk.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Spiegel.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Filebox.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Vimeo.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/Site/Yourupload.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/VideoPreferences/Account.pm Installing /<>/debian/get-flash-videos/usr/share/perl5/FlashVideo/VideoPreferences/Quality.pm Installing /<>/debian/get-flash-videos/usr/share/man/man1/get_flash_videos.1p Installing /<>/debian/get-flash-videos/usr/bin/get_flash_videos make[1]: Leaving directory '/<>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:22: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: http
Bug#903172: fonts-ipamj-mincho: FTBFS in buster/sid (dh_installdocs: Cannot find "Readme_ipamjm003.01.txt")
Package: src:fonts-ipamj-mincho Version: 005.01-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i fakeroot debian/rules binary-indep dh binary-indep dh_testroot -i dh_prep -i dh_install -i dh_installdocs -i dh_installdocs: Cannot find (any matches for) "Readme_ipamjm003.01.txt" (tried in .) debian/rules:13: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fonts-ipamj-mincho.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903166: asciidoc: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:asciidoc Version: 8.6.10-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with python2 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking dh_auto_build -i [... snipped ...] /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/javascripts /usr/bin/install -c -m 644 javascripts/asciidoc.js javascripts/slidy.js javascripts/toc.js javascripts/LaTeXMathML.js javascripts/ASCIIMathML.js /<>/debian/tmp//etc/asciidoc/javascripts/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/images/icons/callouts /usr/bin/install -c -m 644 images/icons/callouts/8.png images/icons/callouts/11.png images/icons/callouts/3.png images/icons/callouts/7.png images/icons/callouts/12.png images/icons/callouts/6.png images/icons/callouts/10.png images/icons/callouts/9.png images/icons/callouts/5.png images/icons/callouts/15.png images/icons/callouts/2.png images/icons/callouts/14.png images/icons/callouts/13.png images/icons/callouts/4.png images/icons/callouts/1.png /<>/debian/tmp//etc/asciidoc/images/icons/callouts/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/images/icons /usr/bin/install -c -m 644 images/icons/tip.png images/icons/example.png images/icons/prev.png images/icons/caution.png images/icons/home.png images/icons/important.png images/icons/next.png images/icons/up.png images/icons/warning.png images/icons/note.png images/icons/README /<>/debian/tmp//etc/asciidoc/images/icons/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/filters/code /usr/bin/install -c -m 644 filters/code/code-filter.conf /<>/debian/tmp//etc/asciidoc/filters/code/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/filters/music /usr/bin/install -c -m 644 filters/music/music-filter.conf /<>/debian/tmp//etc/asciidoc/filters/music/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/filters/source /usr/bin/install -c -m 644 filters/source/source-highlight-filter.conf /<>/debian/tmp//etc/asciidoc/filters/source/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/filters/graphviz /usr/bin/install -c -m 644 filters/graphviz/graphviz-filter.conf /<>/debian/tmp//etc/asciidoc/filters/graphviz/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/filters/latex /usr/bin/install -c -m 644 filters/latex/latex-filter.conf /<>/debian/tmp//etc/asciidoc/filters/latex/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/themes/flask /usr/bin/install -c -m 644 themes/flask/flask.css /<>/debian/tmp//etc/asciidoc/themes/flask/ /usr/bin/install -c -d /<>/debian/tmp//etc/asciidoc/themes/volnitsky /usr/bin/install -c -m 644 themes/volnitsky/volnitsky.css /<>/debian/tmp//etc/asciidoc/themes/volnitsky/ (cd /<>/debian/tmp//usr/bin; ln -sf asciidoc.py asciidoc) (cd /<>/debian/tmp//usr/bin; ln -sf a2x.py a2x) make[1]: Leaving directory '/<>' debian/rules override_dh_install make[1]: Entering directory '/<>' dh_install \ -X debian/asciidoc/usr/bin/a2x \ -X debian/asciidoc/usr/bin/a2x.py \ -X debian/asciidoc/usr/bin/asciidoc.py \ -X debian/asciidoc/usr/bin/asciidoc install -m0755 a2x.py debian/asciidoc-base/usr/bin/a2x install -m0755 asciidoc.py debian/asciidoc-base/usr/bin/asciidoc install -m0755 tests/testasciidoc.py debian/asciidoc-tests/usr/bin/testasciidoc cp -a examples/website/ debian/asciidoc-doc/usr/share/doc/asciidoc/examples/ install -m0644 CHANGELOG.txt debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/CHANGELOG.txt install -m0644 INSTALL.txt debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/INSTALL.txt install -m0644 README.asciidoc debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/README.asciidoc cp -a doc/ debian/asciidoc-doc/usr/share/doc/asciidoc/ rm debian/asciidoc-doc/usr/share/doc/asciidoc/doc/*.1 ./asciidoc.py -b xhtml11 -a iconsdir=/usr/share/asciidoc/images/icons \ -a footer-style=none \ -o debian/asciidoc-doc/usr/share/doc/asciidoc/userguide.html doc/asciidoc.txt make[1]: Leaving directory '/
Bug#903177: libcdio-paranoia: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:libcdio-paranoia Version: 10.2+0.94+2-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh_testdir dh_autoreconf libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:80: installing './compile' configure.ac:28: installing './missing' example/C++/Makefile.am: installing './depcomp' [... snipped ...] Making install in test make[2]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test' Making install in cdda_interface make[3]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test/cdda_interface' make[4]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test/cdda_interface' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test/cdda_interface' make[3]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test/cdda_interface' Making install in data make[3]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test/data' make[4]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test/data' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test/data' make[3]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test/data' make[3]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test' make[4]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/test' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test' make[3]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test' make[2]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/test' Making install in example make[2]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[3]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[4]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[3]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[2]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2/example' make[2]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2' make[3]: Entering directory '/<>/libcdio-paranoia-10.2+0.94+2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<>/libcdio-paranoia-10.2+0.94+2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libcdio_paranoia.pc libcdio_cdda.pc '/<>/libcdio-paranoia-10.2+0.94+2/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' make[3]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2' make[2]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2' make[1]: Leaving directory '/<>/libcdio-paranoia-10.2+0.94+2' dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:83: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libcdio-paranoia.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903171: fonts-hosny-amiri: FTBFS in buster/sid (dh_installdocs: Cannot find "documentation/NEWS.txt")
Package: src:fonts-hosny-amiri Version: 0.111-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-indep dh binary-indep dh_testroot -i dh_prep -i dh_auto_install -i dh_install -i dh_installdocs -i dh_installdocs: Cannot find (any matches for) "documentation/NEWS.txt" (tried in .) debian/rules:5: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fonts-hosny-amiri.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903175: gtkterm: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:gtkterm Version: 0.99.7+git9d63182-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch dh_update_autotools_config -a dh_autoreconf -a dh_auto_configure -a ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes [... snipped ...] make[2]: Leaving directory '/<>/gtkterm-0.99.7+git9d63182/src' Making install in po make[2]: Entering directory '/<>/gtkterm-0.99.7+git9d63182/po' LANGUAGES="fr hu ru de "; \ for lang in $LANGUAGES; do \ dir=/<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/locale/$lang/LC_MESSAGES; \ /bin/bash /<>/gtkterm-0.99.7+git9d63182/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/gtkterm.mo; \ echo "installing $lang.gmo as $dir/gtkterm.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/gtkterm.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gtkterm.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/gtkterm.mo.m; \ echo "installing $lang.gmo.m as $dir/gtkterm.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/gtkterm.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gtkterm.mo.m"; \ else \ true; \ fi; \ fi; \ done installing fr.gmo as /<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/locale/fr/LC_MESSAGES/gtkterm.mo installing hu.gmo as /<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/locale/hu/LC_MESSAGES/gtkterm.mo installing ru.gmo as /<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/locale/ru/LC_MESSAGES/gtkterm.mo installing de.gmo as /<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/locale/de/LC_MESSAGES/gtkterm.mo make[2]: Leaving directory '/<>/gtkterm-0.99.7+git9d63182/po' make[2]: Entering directory '/<>/gtkterm-0.99.7+git9d63182' make[3]: Entering directory '/<>/gtkterm-0.99.7+git9d63182' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/man/man1' /usr/bin/install -c -m 644 gtkterm.1 '/<>/gtkterm-0.99.7+git9d63182/debian/gtkterm/usr/share/man/man1' make[3]: Leaving directory '/<>/gtkterm-0.99.7+git9d63182' make[2]: Leaving directory '/<>/gtkterm-0.99.7+git9d63182' make[1]: Leaving directory '/<>/gtkterm-0.99.7+git9d63182' dh_install -a dh_installdocs -a dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:8: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gtkterm.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903180: mimedefang: FTBFS in buster/sid (dh_installdocs: Cannot find "contrib/graphdefang-0.9/README")
Package: src:mimedefang Version: 2.83-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh_testdir # Add here commands to configure the package. ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --disable-anti-virus --with-confsubdir=/ --with-quarantinedir=/var/spool/MIMEDefang checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking for ar... ar [... snipped ...] fi /usr/bin/install -c -m 755 -s mimedefang-multiplexor /<>/debian/mimedefang/usr/bin/mimedefang-multiplexor /usr/bin/install -c -m 755 -s md-mx-ctrl /<>/debian/mimedefang/usr/bin/md-mx-ctrl /usr/bin/install -c -m 755 -s mimedefang /<>/debian/mimedefang/usr/bin/mimedefang /usr/bin/install -c -m 755 watch-mimedefang /<>/debian/mimedefang/usr/bin/watch-mimedefang /usr/bin/install -c -m 755 watch-multiple-mimedefangs.tcl /<>/debian/mimedefang/usr/bin/watch-multiple-mimedefangs.tcl /usr/bin/install -c -m 755 mimedefang.pl /<>/debian/mimedefang/usr/bin/mimedefang.pl /usr/bin/install -c -m 755 script/mimedefang-util /<>/debian/mimedefang/usr/bin/mimedefang-util /usr/bin/install -c -m 644 script/mimedefang-util.1 /<>/debian/mimedefang/usr/share/man/man1/mimedefang-util.1 /usr/bin/install -c -m 644 mimedefang.8 /<>/debian/mimedefang/usr/share/man/man8/mimedefang.8 /usr/bin/install -c -m 644 watch-mimedefang.8 /<>/debian/mimedefang/usr/share/man/man8/watch-mimedefang.8 /usr/bin/install -c -m 644 watch-multiple-mimedefangs.8 /<>/debian/mimedefang/usr/share/man/man8/watch-multiple-mimedefangs.8 /usr/bin/install -c -m 644 mimedefang.pl.8 /<>/debian/mimedefang/usr/share/man/man8/mimedefang.pl.8 /usr/bin/install -c -m 644 mimedefang-multiplexor.8 /<>/debian/mimedefang/usr/share/man/man8/mimedefang-multiplexor.8 /usr/bin/install -c -m 644 md-mx-ctrl.8 /<>/debian/mimedefang/usr/share/man/man8/md-mx-ctrl.8 /usr/bin/install -c -m 644 mimedefang-filter.5 /<>/debian/mimedefang/usr/share/man/man5/mimedefang-filter.5 /usr/bin/install -c -m 644 mimedefang-protocol.7 /<>/debian/mimedefang/usr/share/man/man7/mimedefang-protocol.7 /usr/bin/install -c -m 644 mimedefang-notify.7 /<>/debian/mimedefang/usr/share/man/man7/mimedefang-notify.7 if test "yes" = "yes" ; then \ if test -f /<>/debian/mimedefang/etc/mail/sa-mimedefang.cf ; then \ /usr/bin/install -c -m 644 SpamAssassin/spamassassin.cf /<>/debian/mimedefang/etc/mail/sa-mimedefang.cf.example || exit 1; \ else \ /usr/bin/install -c -m 644 SpamAssassin/spamassassin.cf /<>/debian/mimedefang/etc/mail/sa-mimedefang.cf || exit 1; \ fi \ fi make[1]: Leaving directory '/<>' cp debian/mimedefang.conf debian/mimedefang/usr/share/mimedefang/ cp debian/mimedefang.pl.conf debian/mimedefang/etc/mail/mimedefang.pl.conf rmdir debian/mimedefang/usr/sbin # Install graphdefang cp -r contrib/graphdefang-0.91/event debian/graphdefang/usr/share/graphdefang/ cp -p contrib/graphdefang-0.91/graphdefang-config-mimedefang-example debian/graphdefang/etc/graphdefang/ cp -p contrib/graphdefang-0.91/graphdefang.pl debian/graphdefang/usr/bin/ cp -p contrib/graphdefang-0.91/graphdefanglib.pl debian/graphdefang/usr/share/graphdefang/ cp -p contrib/graphdefang-0.91/reset-max-date.pl debian/graphdefang/usr/share/graphdefang/ cp -p contrib/graphdefang-0.91/web/graphdefang.cgi debian/graphdefang/usr/lib/cgi-bin install -m 644 contrib/graphdefang-0.91/web/index.php debian/graphdefang/var/lib/graphdefang cp -p graphdefang.pl.1 debian/graphdefang/usr/share/man/man1 dh_testdir dh_testroot dh_installdebconf dh_installdocs dh_installdocs: Cannot find (any matches for) "contrib/graphdefang-0.9/*example" (tried in .) dh_installdocs: Cannot find (any matches for) "contrib/graphdefang-0.9/README" (tried in .) debian/rules:94: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mimedefang.html [ Note: There has been a recent change in de
Bug#903167: autofs: FTBFS in buster/sid (dh_installman: Cannot find "debian/tmp/usr/share/man/man5/autofs_ldap_auth.conf.conf.5")
Package: src:autofs Version: 5.1.2-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch --with systemd dh_update_autotools_config -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' autoreconf --force MOUNT=/bin/mount UMOUNT=/bin/umount \ MOUNT_NFS=/sbin/mount.nfs \ E2FSCK=/sbin/fsck.ext2 E3FSCK=/sbin/fsck.ext3 E4FSCK=/sbin/fsck.ext4 \ initdir=/etc/init.d piddir=/var/run \ sssldir=/usr/lib/x86_64-linux-gnu/sssd/modules \ dh_auto_configure -- \ --disable-mount-locking \ --enable-force-shutdown \ [... snipped ...] Installed package default configuration as "autofs.conf". Installing autofs init configuation in /etc/default 'autofs.init.conf' -> '/<>/debian/tmp/etc/default/autofs' Installed package init configuration as "autofs". Installing autofs ldap auth config "autofs_ldap_auth.conf" in /etc 'autofs_ldap_auth.conf' -> '/<>/debian/tmp/etc/autofs_ldap_auth.conf' Installed package auth config as "autofs_ldap_auth.conf". Installing autofs default master map in /etc 'auto.master' -> '/<>/debian/tmp/etc/auto.master' Installed package master map as "auto.master". Installing autofs sample map "auto.misc" in /etc 'auto.misc' -> '/<>/debian/tmp/etc/auto.misc' Installed package sample map as "auto.misc". Backup of existing map made to "auto.misc.orig". Installing autofs sample map "auto.net" in /etc 'auto.net' -> '/<>/debian/tmp/etc/auto.net' Installed package sample map as "auto.net". Installing autofs sample map "auto.smb" in /etc 'auto.smb' -> '/<>/debian/tmp/etc/auto.smb' Installed package sample map as "auto.smb". make[2]: Leaving directory '/<>/samples' make[1]: Leaving directory '/<>' debian/rules override_dh_install make[1]: Entering directory '/<>' dh_install # remove hesiod and ldap modules, they're in separate packages rm -f debian/autofs/usr/lib/*/autofs/*hesiod*.so \ debian/autofs/usr/lib/*/autofs/*ldap*.so make[1]: Leaving directory '/<>' dh_installdocs -a debian/rules override_dh_installchangelogs make[1]: Entering directory '/<>' dh_installchangelogs CHANGELOG make[1]: Leaving directory '/<>' dh_installexamples -a dh_installman -a dh_installman: Cannot find (any matches for) "debian/tmp/usr/share/man/man5/autofs_ldap_auth.conf.conf.5" (tried in .) dh_installman: Aborting due to earlier error debian/rules:8: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/autofs.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903191: ruby-slack-notifier: FTBFS in buster/sid (dh_installdocs: Cannot find "readme.md")
Package: src:ruby-slack-notifier Version: 1.5.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=ruby --with ruby dh_update_autotools_config -i -O--buildsystem=ruby dh_auto_configure -i -O--buildsystem=ruby dh_ruby --configure dh_auto_build -i -O--buildsystem=ruby dh_ruby --build dh_ruby --build dh_auto_test -i -O--buildsystem=ruby dh_ruby --test fakeroot debian/rules binary-indep dh binary-indep --buildsystem=ruby --with ruby dh_testroot -i -O--buildsystem=ruby dh_prep -i -O--buildsystem=ruby [... snipped ...] handles mailto links in html when on ruby 2.1+ or have string-scrub installed handles invalid unicode sequences replaces invalid unicode sequences with the unicode replacement character Slack::Notifier #initialize sets the given hook_url to the endpoint URI sets the default_payload options sets a custom http client #ping passes the message through LinkFormatter passes attachment messages through LinkFormatter allows sending only an attachment passes attachment messages through LinkFormatter, even if a single value is passed with a default channel set does not require a channel to ping uses default channel allows override channel to be set with default webhook posts with the correct endpoint & data with a custom http_client set uses it #channel= sets the given channel #username= sets the given username #escape escapes sequences of < > &, but not quotes Finished in 0.02184 seconds (files took 0.10127 seconds to load) 29 examples, 0 failures ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â dh_ruby --install finished â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ debian/rules override_dh_install make[1]: Entering directory '/<>' dh_install rm -rf debian/ruby-slack-notifier/usr/bin make[1]: Leaving directory '/<>' dh_installdocs -i -O--buildsystem=ruby dh_installdocs: Cannot find (any matches for) "readme.md" (tried in .) debian/rules:3: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-slack-notifier.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903192: sniffles: FTBFS in buster/sid (dh_installman: Cannot find "debian/sniffles.1")
Package: src:sniffles Version: 1.0.8+ds-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch dh_update_autotools_config -a dh_autoreconf -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<>/sniffles-1.0.8+ds' dh_auto_configure -- \ -DCMAKE_INCLUDE_PATH="/usr/include/bamtools" cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_INCLUDE_PATH=/usr/include/bamtools .. -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info [... snipped ...] /<>/sniffles-1.0.8+ds/src/cluster/Cluster_SVs.cpp: In member function 'void Cluster_SVS::update_SVs(std::vector&)': /<>/sniffles-1.0.8+ds/src/cluster/Cluster_SVs.cpp:84:8: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system(move.c_str()); ~~^~ /<>/sniffles-1.0.8+ds/src/cluster/Cluster_SVs.cpp: In member function 'void Cluster_SVS::update_SVs()': /<>/sniffles-1.0.8+ds/src/cluster/Cluster_SVs.cpp:154:8: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system(del.c_str()); ~~^ [ 91%] Building CXX object src/CMakeFiles/sniffles.dir/force_calling/Force_calling.cpp.o cd /<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu/src && /usr/bin/c++ -I/usr/include/bamtools -I/<>/sniffles-1.0.8+ds/src/../lib/bamtools-2.3.0/src -I/<>/sniffles-1.0.8+ds/src/../lib/tclap-1.2.1/include -g -O2 -fdebug-prefix-map=/<>/sniffles-1.0.8+ds=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -o CMakeFiles/sniffles.dir/force_calling/Force_calling.cpp.o -c /<>/sniffles-1.0.8+ds/src/force_calling/Force_calling.cpp [ 95%] Building CXX object src/CMakeFiles/sniffles.dir/force_calling/VCF_parser.cpp.o cd /<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu/src && /usr/bin/c++ -I/usr/include/bamtools -I/<>/sniffles-1.0.8+ds/src/../lib/bamtools-2.3.0/src -I/<>/sniffles-1.0.8+ds/src/../lib/tclap-1.2.1/include -g -O2 -fdebug-prefix-map=/<>/sniffles-1.0.8+ds=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -o CMakeFiles/sniffles.dir/force_calling/VCF_parser.cpp.o -c /<>/sniffles-1.0.8+ds/src/force_calling/VCF_parser.cpp [100%] Linking CXX executable ../../bin/sniffles-core-1.0.8/sniffles cd /<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/sniffles.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -fdebug-prefix-map=/<>/sniffles-1.0.8+ds=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/sniffles.dir/tree/Breakpoint_Tree.cpp.o CMakeFiles/sniffles.dir/Genotyper/Genotyper.cpp.o CMakeFiles/sniffles.dir/Alignment.cpp.o CMakeFiles/sniffles.dir/BamParser.cpp.o CMakeFiles/sniffles.dir/Sniffles.cpp.o CMakeFiles/sniffles.dir/Ignore_Regions.cpp.o CMakeFiles/sniffles.dir/tree/Intervall_bed.cpp.o CMakeFiles/sniffles.dir/sub/Detect_Breakpoints.cpp.o CMakeFiles/sniffles.dir/sub/Breakpoint.cpp.o CMakeFiles/sniffles.dir/tree/IntervallTree.cpp.o CMakeFiles/sniffles.dir/tree/IntervallList.cpp.o CMakeFiles/sniffles.dir/realign/SWCPU.cpp.o CMakeFiles/sniffles.dir/realign/Realign.cpp.o CMakeFiles/sniffles.dir/print/VCFPrinter.cpp.o CMakeFiles/sniffles.dir/print/BedpePrinter.cpp.o CMakeFiles/sniffles.dir/print/IPrinter.cpp.o CMakeFiles/sniffles.dir/tree/BinTree.cpp.o CMake Files/sniffles.dir/print/NGMPrinter.cpp.o CMakeFiles/sniffles.dir/plane-sweep/PlaneSweep_slim.cpp.o CMakeFiles/sniffles.dir/cluster/Cluster_SVs.cpp.o CMakeFiles/sniffles.dir/force_calling/Force_calling.cpp.o CMakeFiles/sniffles.dir/force_calling/VCF_parser.cpp.o -o ../../bin/sniffles-core-1.0.8/sniffles -lbamtools -lz make[3]: Leaving directory '/<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu' [100%] Built target sniffles make[2]: Leaving directory '/<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_start /<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu/CMakeFiles 0 make[1]: Leaving directory '/<>/sniffles-1.0.8+ds/obj-x86_64-linux-gnu' debian/rules override_dh_auto_test make[1]: Entering directory '/<>/sniffles-1.0.8+ds' bin/sniffles-*/sniffles -m test_set/reads_region.bam -v test.vcf Estimating parameter... Max dist between aln events: 4 Max d
Bug#903186: pyavm: FTBFS in buster/sid (dh_installdocs: Cannot find "README.md")
Package: src:pyavm Version: 0.9.4-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<>/.pybuild/cpython2_2.7_pyavm/build/pyavm copying pyavm/exceptions.py -> /<>/.pybuild/cpython2_2.7_pyavm/build/pyavm [... snipped ...] copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/data/ssc2006-16a1.xml -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/data copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/data/opo0613a.xml -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/data copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/data/ssc2004-04a3.xml -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/data copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/data/ssc2004-06a1.xml -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/data copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/data/ssc2004-19a2.xml -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/data copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/__init__.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/test_avm.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/test_wcs_utils.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/test_specs.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/test_main.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/tests/test_io.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/embed.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/avm.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm copying /<>/.pybuild/cpython3_3.6_pyavm/build/pyavm/cv.py -> /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/exceptions.py to exceptions.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/specs.py to specs.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/wcs_utils.py to wcs_utils.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/png.py to png.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/jpeg.py to jpeg.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/datatypes.py to datatypes.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/extract.py to extract.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_header.py to test_header.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_avm.py to test_avm.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_wcs_utils.py to test_wcs_utils.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_specs.py to test_specs.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_main.py to test_main.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/tests/test_io.py to test_io.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/embed.py to embed.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pyavm/avm.py to avm.cpython-36.pyc byte-compiling /<>/debian/python3-pyavm/usr/lib/python3.6/dist-packages/pya
Bug#903182: mtr: FTBFS in buster/sid (dh_installman: Cannot find "mtr/mtr.8")
Package: src:mtr Version: 0.92-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-arch dh build-arch dh_update_autotools_config -a dh_autoreconf -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<>' ./bootstrap.sh touch configure.in && \ touch aclocal.m4 && \ touch configure head -n 1 debian/changelog | sed 's/[^(]*(\([^-]*\)-.*/\1/' > .tarball-version autoreconf -fi autoreconf: 'configure.ac' and 'configure.in' both present. autoreconf: proceeding with 'configure.ac' [... snipped ...] dh_auto_install --builddirectory=mtr --destdir=debian/mtr cd mtr && make -j1 install DESTDIR=/<>/debian/mtr AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/<>/mtr' make[3]: Entering directory '/<>/mtr' /bin/mkdir -p '/<>/debian/mtr/usr/bin' /usr/bin/install -c mtr mtr-packet '/<>/debian/mtr/usr/bin' make install-exec-hook make[4]: Entering directory '/<>/mtr' `setcap cap_net_raw+ep /<>/debian/mtr/usr/bin/mtr-packet` \ || chmod u+s /<>/debian/mtr/usr/bin/mtr-packet /bin/bash: line 1: setcap: command not found make[4]: Leaving directory '/<>/mtr' /bin/mkdir -p '/<>/debian/mtr/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 ../bash-completion/mtr '/<>/debian/mtr/usr/share/bash-completion/completions' /bin/mkdir -p '/<>/debian/mtr/usr/share/man/man8' /usr/bin/install -c -m 644 ../mtr.8 ../mtr-packet.8 '/<>/debian/mtr/usr/share/man/man8' make[3]: Leaving directory '/<>/mtr' make[2]: Leaving directory '/<>/mtr' dh_auto_install --builddirectory=mtr-tiny --destdir=debian/mtr-tiny cd mtr-tiny && make -j1 install DESTDIR=/<>/debian/mtr-tiny AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/<>/mtr-tiny' make[3]: Entering directory '/<>/mtr-tiny' /bin/mkdir -p '/<>/debian/mtr-tiny/usr/bin' /usr/bin/install -c mtr mtr-packet '/<>/debian/mtr-tiny/usr/bin' make install-exec-hook make[4]: Entering directory '/<>/mtr-tiny' `setcap cap_net_raw+ep /<>/debian/mtr-tiny/usr/bin/mtr-packet` \ || chmod u+s /<>/debian/mtr-tiny/usr/bin/mtr-packet /bin/bash: line 1: setcap: command not found make[4]: Leaving directory '/<>/mtr-tiny' /bin/mkdir -p '/<>/debian/mtr-tiny/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 ../bash-completion/mtr '/<>/debian/mtr-tiny/usr/share/bash-completion/completions' /bin/mkdir -p '/<>/debian/mtr-tiny/usr/share/man/man8' /usr/bin/install -c -m 644 ../mtr.8 ../mtr-packet.8 '/<>/debian/mtr-tiny/usr/share/man/man8' make[3]: Leaving directory '/<>/mtr-tiny' make[2]: Leaving directory '/<>/mtr-tiny' make[1]: Leaving directory '/<>' dh_installdocs -a debian/rules override_dh_installchangelogs-arch make[1]: Entering directory '/<>' dh_installchangelogs -a NEWS make[1]: Leaving directory '/<>' dh_installman -a dh_installman: Cannot find (any matches for) "mtr/mtr.8" (tried in .) dh_installman: Aborting due to earlier error debian/rules:7: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2 The build was made with "dpkg-buildpackage -B" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mtr.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903187: pyjwt: FTBFS in buster/sid (dh_installdocs: Cannot find "README.md")
Package: src:pyjwt Version: 1.5.3+ds1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config /usr/lib/python3/dist-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp debian/rules override_dh_auto_build make[1]: Entering directory '/<>/pyjwt-1.5.3+ds1' dh_auto_build I: pybuild base:217: /usr/bin/python setup.py build [... snipped ...] copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/__main__.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/utils.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/__init__.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/api_jws.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/exceptions.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/api_jwt.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/algorithms.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__pycache__/compat.cpython-36.pyc -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__pycache__ copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/exceptions.py -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__main__.py -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt copying /<>/pyjwt-1.5.3+ds1/.pybuild/cpython3_3.6_jwt/build/jwt/__init__.py -> /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/compat.py to compat.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/algorithms.py to algorithms.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/api_jws.py to api_jws.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/api_jwt.py to api_jwt.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/pycrypto.py to pycrypto.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/py_ecdsa.py to py_ecdsa.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/algorithms/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/contrib/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/utils.py to utils.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/exceptions.py to exceptions.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__main__.py to __main__.cpython-36.pyc byte-compiling /<>/pyjwt-1.5.3+ds1/debian/python3-jwt/usr/lib/python3.6/dist-packages/jwt/__init__.py to __init__.cpython-36.pyc running install_egg_info running egg_info writing PyJWT.egg-info/PKG-INFO writing dependency_links to PyJWT.egg-info/dependency_links.txt writing entry points to PyJWT.egg-info/entry_points.txt writing requirements to PyJWT.egg-info/requires.txt writing top-level names to PyJWT.egg-info/top_level.txt reading manifest file 'PyJWT.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3/dist-packages/setuptool
Bug#903184: ohcount: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:ohcount Version: 3.1.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=ruby --with ruby dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_update_autotools_config -i -O--buildsystem=ruby dh_auto_configure -i -O--buildsystem=ruby dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use) dh_ruby --configure dh_auto_build -i -O--buildsystem=ruby dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use) dh_ruby --build dh_ruby --build dh_auto_test -i -O--buildsystem=ruby dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use) dh_ruby --test [... snipped ...] Generating docs for file /<>/src/sourcefile.h... Generating docs for file /<>/src/structs.h... Generating page documentation... Generating docs for page detector_doc... Generating docs for page license_doc... Generating docs for page parser_doc... Generating group documentation... Generating class documentation... Generating docs for compound CallbackItem... Generating docs for compound LanguageMap... Generating docs for compound License... Generating docs for compound LicenseListItem... Generating docs for compound Loc... Generating docs for compound LocDelta... Generating docs for compound LocDeltaListItem... Generating docs for compound LocListItem... Generating docs for compound ParsedLanguage... Generating docs for compound ParsedLanguageListItem... Generating docs for compound SourceFile... Generating docs for compound SourceFileListItem... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 476/65536 hits=1426 misses=486 finished... cp -aR doc_build/html/* debian/ohcount-doc/usr/share/doc/ohcount-doc rm -rf debian/ohcount/ruby debian/ohcount-doc/ruby make[1]: Leaving directory '/<>' dh_installdocs -i -O--buildsystem=ruby dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use) dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:4: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ohcount.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903188: python-can: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:python-can Version: 2.1.0-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with python3,python2,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config debian/rules override_dh_auto_build make[1]: Entering directory '/<>' dh_auto_build I: pybuild base:217: /usr/bin/python setup.py build running build running build_py [... snipped ...] byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/socketcan/socketcan_common.py to socketcan_common.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/socketcan/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/socketcan/socketcan_constants.py to socketcan_constants.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/socketcan/socketcan_native.py to socketcan_native.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/socketcan/socketcan_ctypes.py to socketcan_ctypes.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/slcan.py to slcan.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/pcan/PCANBasic.py to PCANBasic.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/pcan/pcan.py to pcan.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/pcan/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/virtual.py to virtual.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/usb2can/serial_selector.py to serial_selector.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/usb2can/usb2canabstractionlayer.py to usb2canabstractionlayer.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/usb2can/usb2canInterface.py to usb2canInterface.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/usb2can/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/interface.py to interface.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/kvaser/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/kvaser/canlib.py to canlib.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/kvaser/argument_parser.py to argument_parser.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/kvaser/constants.py to constants.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/nican.py to nican.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/vector/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/vector/exceptions.py to exceptions.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/vector/vxlapi.py to vxlapi.cpython-36.pyc byte-compiling /<>/debian/python3-can/usr/lib/python3.6/dist-packages/can/interfaces/vector/canlib.py to canlib.cpython-36.pyc running install_egg_info running egg_info writing python_can.egg-info/PKG-INFO writing dependency_links to python_can.egg-info/dependency_links.txt writing requirements to python_can.egg-info/requires.txt writing top-level names to python_can.egg-info/top_level.txt reading manifest file 'python_can.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_can.egg-info/SOURCES.txt' Copying python_can.egg-info to /<>/debian/python3-can/usr/lib/python3.6/dist-packages/python_can-2.1.0.egg-info Skipping SOURCES.txt running install_scripts for f in debian/*/usr/bin/*.py; do mv $f ${f%.py}; done mv: cannot stat 'debian/*/usr/bin/*.py': No such file or directory debian/rules:18: recipe for target 'override_dh_auto_install' failed make[1]: [override_dh_auto_install] Error 1 (ignored) rm
Bug#903189: python-ptrace: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:python-ptrace Version: 0.9.3-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with=python2,python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<>/.pybuild/cpython2_2.7_ptrace/build/ptrace creating /<>/.pybuild/cpython2_2.7_ptrace/build/ptrace/binding [... snipped ...] byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/func_call.py to func_call.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/cpu_info.py to cpu_info.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/parse_expr.py to parse_expr.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/syscall_state.py to syscall_state.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/breakpoint.py to breakpoint.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/process_event.py to process_event.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/memory_mapping.py to memory_mapping.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/signal_reason.py to signal_reason.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/backtrace.py to backtrace.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/process.py to process.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/application.py to application.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/child.py to child.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/process_error.py to process_error.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/debugger/debugger.py to debugger.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/ctypes_tools.py to ctypes_tools.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/disasm.py to disasm.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/process_tools.py to process_tools.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/terminal.py to terminal.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/__init__.py to __init__.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/signames.py to signames.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/version.py to version.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/func_arg.py to func_arg.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/os_tools.py to os_tools.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/cpu.py to cpu.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/linux_struct.py to linux_struct.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/func.py to func.cpython-36.pyc byte-compiling /<>/debian/python3-ptrace/usr/lib/python3.6/dist-packages/ptrace/binding/__init__.py to __init__.cpython-36.pyc running install_scripts creating /<>/debian/python3-ptrace/usr/bin copying build/scripts-3.6/strace.py -> /<>/debian/python3-ptrace/usr/bin copying build/sc
Bug#903190: ruby-sham-rack: FTBFS in buster/sid (dh_installdocs: Cannot find "README.markdown")
Package: src:ruby-sham-rack Version: 1.4.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --buildsystem=ruby --with ruby dh_update_autotools_config -i -O--buildsystem=ruby dh_auto_configure -i -O--buildsystem=ruby dh_ruby --configure dh_auto_build -i -O--buildsystem=ruby dh_ruby --build dh_ruby --build dh_auto_test -i -O--buildsystem=ruby dh_ruby --test fakeroot debian/rules binary-indep dh binary-indep --buildsystem=ruby --with ruby dh_testroot -i -O--buildsystem=ruby dh_prep -i -O--buildsystem=ruby [... snipped ...] â Checking Rubygems dependency resolution on ruby2.5 â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ GEM_PATH=debian/ruby-sham-rack/usr/share/rubygems-integration/all:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all ruby2.5 -e gem\ \"sham_rack\" ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â Run tests for ruby2.5 from debian/ruby-tests.rake â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ RUBYLIB=/<>/debian/ruby-sham-rack/usr/lib/ruby/vendor_ruby:. GEM_PATH=debian/ruby-sham-rack/usr/share/rubygems-integration/all:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all ruby2.5 -S rake -f debian/ruby-tests.rake /usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb .*..*.*.*.* Pending: (Failures listed here are expected and do not affect your suite's status) 1) ShamRack mounted Rack application can be accessed using Patron # Temporarily skipped with xit # ./spec/sham_rack_spec.rb:58 2) ShamRack.allow_network_connections when false prevents Patron requests # Temporarily skipped with xit # ./spec/sham_rack_spec.rb:253 3) ShamRack Rack environment supports POST using Patron # Temporarily skipped with xit # ./spec/sham_rack_spec.rb:344 4) ShamRack Rack environment supports PUT using Patron # Temporarily skipped with xit # ./spec/sham_rack_spec.rb:367 5) ShamRack Rack environment supports DELETE using Patron # Temporarily skipped with xit # ./spec/sham_rack_spec.rb:387 Finished in 0.0718 seconds (files took 0.34145 seconds to load) 43 examples, 0 failures, 5 pending ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â dh_ruby --install finished â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ dh_installdocs -i -O--buildsystem=ruby dh_installdocs: Cannot find (any matches for) "README.markdown" (tried in .) debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-sham-rack.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903183: mygpoclient: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:mygpoclient Version: 1.8-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with python2,python3 --buildsystem pybuild dh_testdir -i -O--buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild pybuild --configure -i python{version} -p 2.7 D: pybuild pybuild:540: version: 3.20180326 D: pybuild pybuild:541: ['/usr/bin/pybuild', '--configure', '-i', 'python{version}', '-p', '2.7'] D: pybuild pybuild:36: cfg: Namespace(after_build=None, after_clean=None, after_configure=None, after_install=None, after_test=None, before_build=None, before_clean=None, before_configure=None, before_install=None, before_test=None, build_args=None, build_only=False, clean_args=None, clean_only=False, configure_args=None, configure_only=True, custom_tests=False, destdir='debian/tmp', detect_only=False, dir='/<>', disable=None, ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, ext_sub_repl=None, install_args=None, install_dir=None, install_only=False, interpreter=['python{version}'], list_systems=False, name='mygpoclient', print_args=None, quiet=False, really_quiet=False, system=None, test_args=None, test_nose=False, test_only=False, test_pytest=False, test_tox=False, verbose=True, versions=['2.7']) D: pybuild tools:230: invoking: /usr/bin/dpkg-architecture D: pybuild pybuild:129: detected build system: distutils (certainty: 50%) D: pybuild plugin_distutils:56: pydistutils config file: [clean] [... snipped ...] byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/json_test.py to json_test.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/json.py to json.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/feeds.py to feeds.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/api.py to api.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/public.py to public.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/public_test.py to public_test.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/simple.py to simple.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/api_test.py to api_test.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/http_test.py to http_test.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/simple_test.py to simple_test.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/testing.py to testing.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/http.py to http.cpython-36.pyc byte-compiling /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient/__init__.py to __init__.cpython-36.pyc running install_scripts creating /<>/debian/python3-mygpoclient/usr/bin copying build/scripts-3.6/mygpo-list-devices -> /<>/debian/python3-mygpoclient/usr/bin copying build/scripts-3.6/mygpo-bpsync -> /<>/debian/python3-mygpoclient/usr/bin copying build/scripts-3.6/mygpo-simple-client -> /<>/debian/python3-mygpoclient/usr/bin changing mode of /<>/debian/python3-mygpoclient/usr/bin/mygpo-list-devices to 775 changing mode of /<>/debian/python3-mygpoclient/usr/bin/mygpo-bpsync to 775 changing mode of /<>/debian/python3-mygpoclient/usr/bin/mygpo-simple-client to 775 running install_data creating /<>/debian/python3-mygpoclient/usr/share creating /<>/debian/python3-mygpoclient/usr/share/man creating /<>/debian/python3-mygpoclient/usr/share/man/man1 copying man/mygpo-bpsync.1 -> /<>/debian/python3-mygpoclient/usr/share/man/man1 running install_egg_info Writing /<>/debian/python3-mygpoclient/usr/lib/python3.6/dist-packages/mygpoclient-1.8.egg-info # rename python-mygpoclient (python2) binaries in /usr/bin mv -iv ./debian/python-mygpoclient/usr/bin/mygpo-bpsync ./debian/python-mygpoclient/usr/bin/mygpo2-bpsync renamed './debian/python-mygpoclient/usr/bin/mygpo-bpsync' -> './debian/python-mygpoclient/usr/bin/mygpo2-bpsync' mv -iv ./debian/python-mygpoclient/usr/bin/mygpo-list-devices ./debian/python-mygpoclient/usr/bin/mygpo2-list-devices renamed './debian/python-mygpoclient/usr/bin/mygpo-list-devices' -> './debian/python-mygpoclient/usr/bin/mygpo2-list-devices' mv -iv ./debian/python-mygpoclient/usr/bin/mygpo-simple-client ./
Bug#903185: openstack-doc-tools: FTBFS in buster/sid (dh_installman: Cannot find "doc/build/man/openstack-doc-test.1")
Package: src:openstack-doc-tools Version: 1.6.0-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc dh_update_autotools_config -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions [... snipped ...] pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions if [ -e /<>/debian/CHANGELOG ] ; then \ dh_installchangelogs /<>/debian/CHANGELOG ; \ else \ dh_installchangelogs ; \ fi make[1]: Leaving directory '/<>' debian/rules override_dh_installman make[1]: Entering directory '/<>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions sphinx-build -D today="November 01, 2017" -b man doc/source doc/build/man Running Sphinx v1.7.5 connecting events for openstackdocstheme making output directory... loading pickled environment... not yet created WARNING: no "man_pages" config value found; no manual pages will be written Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/dist-packages/openstackdocstheme/theme building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 8 added, 0 changed, 0 removed reading sources... [ 12%] autogenerate_config_docs reading sources... [ 25%] doc-tools-readme reading sources... [ 37%] index reading sources... [ 50%] installation reading sources... [ 62%] man/openstack-doc-test reading sources... [ 75%] release_notes reading sources... [ 87%] sitemap-readme reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done writing... build succeeded, 1 warnings. The manual pages are in doc/build/man. dh_installman -O--buildsystem=python_distutils dh_installman: Cannot find (any matches for) "doc/build/man/openstack-doc-test.1" (tried in .) dh_installman: Aborting due to earlier error debian/rules:59: recipe for target 'override_dh_installman' failed make[1]: *** [override_dh_installman] Error 25 make[1]: Leaving directory '/<>' debian/rules:9: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openstack-doc-tools.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
Bug#903193: velvetoptimiser: FTBFS in buster/sid (dh_installdocs: Cannot find "README")
Package: src:velvetoptimiser Version: 2.2.6-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i debian/rules override_dh_auto_build make[1]: Entering directory '/<>' grep -v FindBin VelvetOptimiser.pl > velvetoptimiser make[1]: Leaving directory '/<>' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-indep dh binary-indep dh_testroot -i dh_prep -i dh_install -i dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:9: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/velvetoptimiser.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.