Source: botch
Version: 0.21-3
Severity: serious
Tags: buster sid

Some recent change in unstable makes botch FTBFS:

https://tests.reproducible-builds.org/debian/history/botch.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/botch.html

...
/usr/bin/make test
make[2]: Entering directory '/build/1st/botch-0.21'
# FIXME: add more tests
#./tests.py
#OCAMLPATH=/build/1st/botch-0.21/dose/_build ocamlbuild -classic-display 
-use-ocamlfind -cflags "-w +a-4-9-24" tests.native
#./tests.native
pyflakes3 tools/*.py
# E402 is triggered by the sys.path.append() statement in front of import of 
utils
# see https://github.com/PyCQA/pycodestyle/issues/264
pycodestyle --ignore=E402 tools/*.py
tools/calcportsmetric.py:87:9: E722 do not use bare except'
tools/dose2html.py:595:17: E722 do not use bare except'
tools/util.py:125:9: E722 do not use bare except'
Makefile:311: recipe for target 'test-python' failed
make[2]: *** [test-python] Error 1
make[2]: Leaving directory '/build/1st/botch-0.21'
debian/rules:25: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 2

Reply via email to