Package: src:backdoor-factory
Version: 3.4.2+dfsg-5
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg tests:

[...]
308s /usr/bin/backdoor-factory:142: SyntaxWarning: invalid escape sequence '\_'
308s   "/_____/_____/_/    \__,_/"
308s /usr/bin/backdoor-factory:143: SyntaxWarning: invalid escape sequence '\_'
308s   "\___/\__/\____/_/   \__, /\n"
308s /usr/bin/backdoor-factory:330: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   if is_supported is "PE":
308s /usr/bin/backdoor-factory:361: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "ELF":
308s /usr/bin/backdoor-factory:374: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "MACHO":
308s /usr/bin/backdoor-factory:428: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   if is_supported is "PE":
308s /usr/bin/backdoor-factory:462: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "ELF":
308s /usr/bin/backdoor-factory:480: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "MACHO":
308s /usr/bin/backdoor-factory:549: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   if is_supported is "PE":
308s /usr/bin/backdoor-factory:580: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "ELF":
308s /usr/bin/backdoor-factory:594: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
308s   elif is_supported is "MACHO":
310s Traceback (most recent call last):
310s   File "/usr/bin/backdoor-factory", line 52, in <module>
310s     from bdfactory.pebin import pebin
310s File "/usr/lib/python3/dist-packages/bdfactory/pebin.py", line 56, in <module>
310s     from bdfactory.intel.intelCore import intelCore
310s File "/usr/lib/python3/dist-packages/bdfactory/intel/intelCore.py", line 38, in <module>
310s     from capstone import *
310s File "/usr/lib/python3/dist-packages/capstone/__init__.py", line 266, in <module>
310s     import distutils.sysconfig
310s ModuleNotFoundError: No module named 'distutils'
310s autopkgtest [13:34:41]: test ssh-bd-tcp-rst.sh: -----------------------] 310s autopkgtest [13:34:41]: test ssh-bd-tcp-rst.sh: - - - - - - - - - - results - - - - - - - - - -
310s ssh-bd-tcp-rst.sh    FAIL non-zero exit status 1
310s autopkgtest [13:34:41]: @@@@@@@@@@@@@@@@@@@@ summary
310s ssh-bd-tcp-rst-sec.sh FAIL non-zero exit status 1
310s ssh-bd-tcp-rst.sh    FAIL non-zero exit status 1

Reply via email to