Source: bandit Version: 1.6.2-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20221220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > make[1]: pyversions: No such file or directory > py3versions: no X-Python3-Version in control file, using supported versions > for i in 3.11 3.10 ; do \ > python3 setup.py install -f --install-layout=deb > --root=/<<PKGBUILDDIR>>/debian/tmp ; \ > done > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: > EasyInstallDeprecationWarning: easy_install command is deprecated. Use build > and pip and other standards-based tools. > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/command/install.py:34: > SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and > pip and other standards-based tools. > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > running install > [pbr] Generating AUTHORS > [pbr] AUTHORS complete (0.0s) > running build > running build_py > creating build > creating build/lib > creating build/lib/bandit > creating build/lib/bandit/cli > copying bandit/cli/__init__.py -> build/lib/bandit/cli > copying bandit/cli/main.py -> build/lib/bandit/cli > copying bandit/cli/config_generator.py -> build/lib/bandit/cli > copying bandit/cli/baseline.py -> build/lib/bandit/cli > creating build/lib/bandit/blacklists > copying bandit/blacklists/__init__.py -> build/lib/bandit/blacklists > copying bandit/blacklists/imports.py -> build/lib/bandit/blacklists > copying bandit/blacklists/calls.py -> build/lib/bandit/blacklists > copying bandit/blacklists/utils.py -> build/lib/bandit/blacklists > creating build/lib/bandit/formatters > copying bandit/formatters/__init__.py -> build/lib/bandit/formatters > copying bandit/formatters/csv.py -> build/lib/bandit/formatters > copying bandit/formatters/screen.py -> build/lib/bandit/formatters > copying bandit/formatters/yaml.py -> build/lib/bandit/formatters > copying bandit/formatters/json.py -> build/lib/bandit/formatters > copying bandit/formatters/text.py -> build/lib/bandit/formatters > copying bandit/formatters/html.py -> build/lib/bandit/formatters > copying bandit/formatters/custom.py -> build/lib/bandit/formatters > copying bandit/formatters/xml.py -> build/lib/bandit/formatters > copying bandit/formatters/utils.py -> build/lib/bandit/formatters > copying bandit/__init__.py -> build/lib/bandit > copying bandit/__main__.py -> build/lib/bandit > creating build/lib/bandit/core > copying bandit/core/__init__.py -> build/lib/bandit/core > copying bandit/core/meta_ast.py -> build/lib/bandit/core > copying bandit/core/node_visitor.py -> build/lib/bandit/core > copying bandit/core/issue.py -> build/lib/bandit/core > copying bandit/core/manager.py -> build/lib/bandit/core > copying bandit/core/docs_utils.py -> build/lib/bandit/core > copying bandit/core/test_set.py -> build/lib/bandit/core > copying bandit/core/metrics.py -> build/lib/bandit/core > copying bandit/core/extension_loader.py -> build/lib/bandit/core > copying bandit/core/tester.py -> build/lib/bandit/core > copying bandit/core/context.py -> build/lib/bandit/core > copying bandit/core/config.py -> build/lib/bandit/core > copying bandit/core/blacklisting.py -> build/lib/bandit/core > copying bandit/core/constants.py -> build/lib/bandit/core > copying bandit/core/test_properties.py -> build/lib/bandit/core > copying bandit/core/utils.py -> build/lib/bandit/core > creating build/lib/bandit/plugins > copying bandit/plugins/ssh_no_host_key_verification.py -> > build/lib/bandit/plugins > copying bandit/plugins/__init__.py -> build/lib/bandit/plugins > copying bandit/plugins/general_hardcoded_tmp.py -> build/lib/bandit/plugins > copying bandit/plugins/injection_sql.py -> build/lib/bandit/plugins > copying bandit/plugins/exec.py -> build/lib/bandit/plugins > copying bandit/plugins/injection_shell.py -> build/lib/bandit/plugins > copying bandit/plugins/django_sql_injection.py -> build/lib/bandit/plugins > copying bandit/plugins/django_xss.py -> build/lib/bandit/plugins > copying bandit/plugins/try_except_pass.py -> build/lib/bandit/plugins > copying bandit/plugins/general_bad_file_permissions.py -> > build/lib/bandit/plugins > copying bandit/plugins/asserts.py -> build/lib/bandit/plugins > copying bandit/plugins/crypto_request_no_cert_validation.py -> > build/lib/bandit/plugins > copying bandit/plugins/try_except_continue.py -> build/lib/bandit/plugins > copying bandit/plugins/injection_wildcard.py -> build/lib/bandit/plugins > copying bandit/plugins/general_hardcoded_password.py -> > build/lib/bandit/plugins > copying bandit/plugins/jinja2_templates.py -> build/lib/bandit/plugins > copying bandit/plugins/yaml_load.py -> build/lib/bandit/plugins > copying bandit/plugins/injection_paramiko.py -> build/lib/bandit/plugins > copying bandit/plugins/mako_templates.py -> build/lib/bandit/plugins > copying bandit/plugins/app_debug.py -> build/lib/bandit/plugins > copying bandit/plugins/insecure_ssl_tls.py -> build/lib/bandit/plugins > copying bandit/plugins/general_bind_all_interfaces.py -> > build/lib/bandit/plugins > copying bandit/plugins/weak_cryptographic_key.py -> build/lib/bandit/plugins > copying bandit/plugins/hashlib_new_insecure_functions.py -> > build/lib/bandit/plugins > running egg_info > creating bandit.egg-info > writing bandit.egg-info/PKG-INFO > writing dependency_links to bandit.egg-info/dependency_links.txt > writing entry points to bandit.egg-info/entry_points.txt > writing requirements to bandit.egg-info/requires.txt > writing top-level names to bandit.egg-info/top_level.txt > [pbr] Processing SOURCES.txt > writing manifest file 'bandit.egg-info/SOURCES.txt' > warning: no files found matching 'AUTHORS' > warning: no files found matching 'ChangeLog' > warning: no previously-included files found matching '.gitignore' > warning: no previously-included files found matching '.gitreview' > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > adding license file 'LICENSE' > writing manifest file 'bandit.egg-info/SOURCES.txt' > running install_lib > creating /<<PKGBUILDDIR>>/debian/tmp > creating /<<PKGBUILDDIR>>/debian/tmp/usr > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3 > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit > copying build/lib/bandit/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit > copying build/lib/bandit/__main__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit > creating > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/ssh_no_host_key_verification.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_hardcoded_tmp.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_sql.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/exec.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_shell.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/django_sql_injection.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/django_xss.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/try_except_pass.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_bad_file_permissions.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/asserts.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/crypto_request_no_cert_validation.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/try_except_continue.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_wildcard.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_hardcoded_password.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/jinja2_templates.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/yaml_load.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_paramiko.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/mako_templates.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/app_debug.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/insecure_ssl_tls.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_bind_all_interfaces.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/weak_cryptographic_key.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/hashlib_new_insecure_functions.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > creating > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/imports.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/calls.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > creating > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/csv.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/screen.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/yaml.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/json.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/text.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/html.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/custom.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/xml.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/main.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/config_generator.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/baseline.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/meta_ast.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/node_visitor.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/issue.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/manager.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/docs_utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/test_set.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/metrics.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/extension_loader.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/tester.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/context.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/config.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/blacklisting.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/constants.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/test_properties.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/__main__.py > to __main__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/ssh_no_host_key_verification.py > to ssh_no_host_key_verification.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_hardcoded_tmp.py > to general_hardcoded_tmp.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_sql.py > to injection_sql.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/exec.py > to exec.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_shell.py > to injection_shell.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/django_sql_injection.py > to django_sql_injection.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/django_xss.py > to django_xss.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/try_except_pass.py > to try_except_pass.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_bad_file_permissions.py > to general_bad_file_permissions.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/asserts.py > to asserts.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/crypto_request_no_cert_validation.py > to crypto_request_no_cert_validation.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/try_except_continue.py > to try_except_continue.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_wildcard.py > to injection_wildcard.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_hardcoded_password.py > to general_hardcoded_password.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/jinja2_templates.py > to jinja2_templates.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/yaml_load.py > to yaml_load.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_paramiko.py > to injection_paramiko.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/mako_templates.py > to mako_templates.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/app_debug.py > to app_debug.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/insecure_ssl_tls.py > to insecure_ssl_tls.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_bind_all_interfaces.py > to general_bind_all_interfaces.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/weak_cryptographic_key.py > to weak_cryptographic_key.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/hashlib_new_insecure_functions.py > to hashlib_new_insecure_functions.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/imports.py > to imports.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/calls.py > to calls.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/utils.py > to utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/csv.py > to csv.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/screen.py > to screen.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/yaml.py > to yaml.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/json.py > to json.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/text.py > to text.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/html.py > to html.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/custom.py > to custom.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/xml.py > to xml.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/utils.py > to utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/main.py > to main.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/config_generator.py > to config_generator.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/baseline.py > to baseline.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/meta_ast.py > to meta_ast.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/node_visitor.py > to node_visitor.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/issue.py > to issue.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/manager.py > to manager.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/docs_utils.py > to docs_utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/test_set.py > to test_set.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/metrics.py > to metrics.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/extension_loader.py > to extension_loader.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/tester.py > to tester.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/context.py > to context.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/config.py > to config.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/blacklisting.py > to blacklisting.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/constants.py > to constants.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/test_properties.py > to test_properties.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/utils.py > to utils.cpython-310.pyc > running install_egg_info > Copying bandit.egg-info to > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit-1.6.2.egg-info > Skipping SOURCES.txt > running install_scripts > Installing bandit script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin > Installing bandit-baseline script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin > Installing bandit-config-generator script to > /<<PKGBUILDDIR>>/debian/tmp/usr/bin > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: > EasyInstallDeprecationWarning: easy_install command is deprecated. Use build > and pip and other standards-based tools. > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/command/install.py:34: > SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and > pip and other standards-based tools. > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > running install > [pbr] Generating AUTHORS > [pbr] AUTHORS complete (0.0s) > running build > running build_py > running egg_info > writing bandit.egg-info/PKG-INFO > writing dependency_links to bandit.egg-info/dependency_links.txt > writing entry points to bandit.egg-info/entry_points.txt > writing requirements to bandit.egg-info/requires.txt > writing top-level names to bandit.egg-info/top_level.txt > [pbr] Reusing existing SOURCES.txt > running install_lib > copying build/lib/bandit/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit > copying build/lib/bandit/__main__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit > copying build/lib/bandit/plugins/ssh_no_host_key_verification.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_hardcoded_tmp.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_sql.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/exec.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_shell.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/django_sql_injection.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/django_xss.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/try_except_pass.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_bad_file_permissions.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/asserts.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/crypto_request_no_cert_validation.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/try_except_continue.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_wildcard.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_hardcoded_password.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/jinja2_templates.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/yaml_load.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/injection_paramiko.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/mako_templates.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/app_debug.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/insecure_ssl_tls.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/general_bind_all_interfaces.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/weak_cryptographic_key.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/plugins/hashlib_new_insecure_functions.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins > copying build/lib/bandit/blacklists/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/imports.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/calls.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/blacklists/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists > copying build/lib/bandit/formatters/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/csv.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/screen.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/yaml.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/json.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/text.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/html.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/custom.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/xml.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/formatters/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters > copying build/lib/bandit/cli/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/main.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/config_generator.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/cli/baseline.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli > copying build/lib/bandit/core/__init__.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/meta_ast.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/node_visitor.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/issue.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/manager.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/docs_utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/test_set.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/metrics.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/extension_loader.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/tester.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/context.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/config.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/blacklisting.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/constants.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/test_properties.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > copying build/lib/bandit/core/utils.py -> > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/__main__.py > to __main__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/ssh_no_host_key_verification.py > to ssh_no_host_key_verification.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_hardcoded_tmp.py > to general_hardcoded_tmp.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_sql.py > to injection_sql.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/exec.py > to exec.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_shell.py > to injection_shell.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/django_sql_injection.py > to django_sql_injection.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/django_xss.py > to django_xss.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/try_except_pass.py > to try_except_pass.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_bad_file_permissions.py > to general_bad_file_permissions.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/asserts.py > to asserts.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/crypto_request_no_cert_validation.py > to crypto_request_no_cert_validation.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/try_except_continue.py > to try_except_continue.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_wildcard.py > to injection_wildcard.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_hardcoded_password.py > to general_hardcoded_password.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/jinja2_templates.py > to jinja2_templates.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/yaml_load.py > to yaml_load.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/injection_paramiko.py > to injection_paramiko.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/mako_templates.py > to mako_templates.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/app_debug.py > to app_debug.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/insecure_ssl_tls.py > to insecure_ssl_tls.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/general_bind_all_interfaces.py > to general_bind_all_interfaces.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/weak_cryptographic_key.py > to weak_cryptographic_key.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/plugins/hashlib_new_insecure_functions.py > to hashlib_new_insecure_functions.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/imports.py > to imports.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/calls.py > to calls.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/blacklists/utils.py > to utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/csv.py > to csv.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/screen.py > to screen.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/yaml.py > to yaml.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/json.py > to json.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/text.py > to text.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/html.py > to html.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/custom.py > to custom.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/xml.py > to xml.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/formatters/utils.py > to utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/main.py > to main.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/config_generator.py > to config_generator.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/cli/baseline.py > to baseline.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/__init__.py > to __init__.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/meta_ast.py > to meta_ast.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/node_visitor.py > to node_visitor.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/issue.py > to issue.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/manager.py > to manager.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/docs_utils.py > to docs_utils.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/test_set.py > to test_set.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/metrics.py > to metrics.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/extension_loader.py > to extension_loader.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/tester.py > to tester.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/context.py > to context.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/config.py > to config.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/blacklisting.py > to blacklisting.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/constants.py > to constants.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/test_properties.py > to test_properties.cpython-310.pyc > byte-compiling > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit/core/utils.py > to utils.cpython-310.pyc > running install_egg_info > removing > '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit-1.6.2.egg-info' > (and everything under it) > Copying bandit.egg-info to > /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/bandit-1.6.2.egg-info > Skipping SOURCES.txt > running install_scripts > Installing bandit script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin > Installing bandit-baseline script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin > Installing bandit-config-generator script to > /<<PKGBUILDDIR>>/debian/tmp/usr/bin > PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages > pkgos-dh_auto_test --no-py2 > 'tests\.(?!(.*unit\.cli\.test_baseline\.BanditBaselineToolTests\.test_bandit_baseline.*|.*functional\.test_runtime.*|.*functional\.test_baseline.*|.*functional\.test_functional\.FunctionalTests.*))' > + PKGOS_TEST_PARALLEL=yes > + PKGOS_TEST_SERIAL=no > + PYTHONS=disabled > + PYTHON3S=disabled > + TEST_PARALLEL_OPT=--parallel > + TEST_SERIAL_OPT= > + echo WARNING: --no-py2 is deprecated, and always on. > WARNING: --no-py2 is deprecated, and always on. > + shift > + py3versions -vr > + PYTHON3S=3.11 3.10 > + [ yes = no ] > + [ no = yes ] > + [ 3.11 = disabled ] > + echo 3.11 > + cut -d. -f1 > + PYMAJOR=3 > + echo ===> Testing with python (python3) > ===> Testing with python (python3) > + pwd > + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ] > + [ -z /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ] > + [ -e .stestr.conf ] > + [ -x /usr/bin/python3-stestr ] > + STESTR=stestr > + rm -rf .stestr > + PYTHON=python3.11 stestr run --parallel --subunit > tests\.(?!(.*unit\.cli\.test_baseline\.BanditBaselineToolTests\.test_bandit_baseline.*|.*functional\.test_runtime.*|.*functional\.test_baseline.*|.*functional\.test_functional\.FunctionalTests.*)) > + subunit2pyunit > Unable to parse config file /tmp/tmpgdrpuogb or missing [bandit] section > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_empty_directory_no_target > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_empty_directory_no_target > ... ok > Multiple .bandit files found - scan separately or choose one with --ini > /tmp/tmp7ybkh54y/.bandit, > /tmp/tmp7ybkh54y/second_config_directory/.bandit > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_multi_bandit_files > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_multi_bandit_files > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_no_bandit_files > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_no_bandit_files > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_no_target > tests.unit.cli.test_main.BanditCLIMainTests.test_get_options_from_ini_no_ini_path_no_target > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_init_extensions > tests.unit.cli.test_main.BanditCLIMainTests.test_init_extensions ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_arg_val > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_arg_val > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_ini_value > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_ini_value > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_no_values > tests.unit.cli.test_main.BanditCLIMainTests.test_log_option_source_no_values > ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: None > [main] INFO cli exclude tests: None > [main] WARNING Could not open baseline report: base.json > tests.unit.cli.test_main.BanditCLIMainTests.test_main_baseline_ioerror > tests.unit.cli.test_main.BanditCLIMainTests.test_main_baseline_ioerror ... ok > [main] ERROR bandit.yaml : Could not read config file. > tests.unit.cli.test_main.BanditCLIMainTests.test_main_config_unopenable > tests.unit.cli.test_main.BanditCLIMainTests.test_main_config_unopenable ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: None > [main] INFO cli exclude tests: None > [main] INFO using config: bandit.yaml > [main] INFO running on Python 3.11.1 > [text] INFO Text output written to file: output > tests.unit.formatters.test_html.HtmlFormatterTests.test_escaping > tests.unit.formatters.test_html.HtmlFormatterTests.test_escaping ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_main_exit_with_no_results > tests.unit.cli.test_main.BanditCLIMainTests.test_main_exit_with_no_results > ... ok > tests.unit.formatters.test_html.HtmlFormatterTests.test_report_contents > tests.unit.formatters.test_html.HtmlFormatterTests.test_report_contents ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > tests.unit.formatters.test_html.HtmlFormatterTests.test_report_with_skipped > tests.unit.formatters.test_html.HtmlFormatterTests.test_report_with_skipped > ... ok > [main] INFO cli include tests: None > [main] INFO cli exclude tests: None > [main] INFO using config: bandit.yaml > [main] INFO running on Python 3.11.1 > [text] INFO Text output written to file: output > tests.unit.cli.test_main.BanditCLIMainTests.test_main_exit_with_results > tests.unit.cli.test_main.BanditCLIMainTests.test_main_exit_with_results ... ok > tests.unit.formatters.test_json.JsonFormatterTests.test_report > tests.unit.formatters.test_json.JsonFormatterTests.test_report ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO Using ini file for excluded paths > [main] INFO Using ini file for skipped tests > [main] INFO Using ini file for selected tests > [main] INFO Using command line arg for selected targets > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: some_test > [main] INFO cli exclude tests: skip_test > tests.unit.formatters.test_screen.ScreenFormatterTests.test_no_issues > tests.unit.formatters.test_screen.ScreenFormatterTests.test_no_issues ... ok > tests.unit.formatters.test_screen.ScreenFormatterTests.test_output_issue > tests.unit.formatters.test_screen.ScreenFormatterTests.test_output_issue ... > ok > tests.unit.formatters.test_screen.ScreenFormatterTests.test_report_baseline > tests.unit.formatters.test_screen.ScreenFormatterTests.test_report_baseline > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_main_handle_ini_options > tests.unit.cli.test_main.BanditCLIMainTests.test_main_handle_ini_options ... > ok > [main] ERROR : > tests.unit.formatters.test_screen.ScreenFormatterTests.test_report_nobaseline > tests.unit.formatters.test_screen.ScreenFormatterTests.test_report_nobaseline > ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_main_invalid_config > tests.unit.cli.test_main.BanditCLIMainTests.test_main_invalid_config ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: None > [main] INFO cli exclude tests: None > [main] WARNING Baseline must be used with one of the following > formats: ['custom', 'html', 'json', 'screen', 'txt'] > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_init_logger > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_init_logger ... ok > tests.unit.cli.test_main.BanditCLIMainTests.test_main_invalid_output_format > tests.unit.cli.test_main.BanditCLIMainTests.test_main_invalid_output_format > ... ok > [95mRun started:2022-12-20 09:45:08.821017[0m > [95m > Test results:[0m > ISSUE_OUTPUT_TEXT > -------------------------------------------------- > ISSUE_OUTPUT_TEXT > > -- Candidate Issues -- > ISSUE_OUTPUT_TEXT > > > ISSUE_OUTPUT_TEXT > > > -------------------------------------------------- > [95m > Code scanned:[0m > Total lines of code: 0 > Total lines skipped (#nosec): 0 > [95m > Run metrics:[0m > Total issues (by severity): > Undefined: 0 > Low: 0 > Medium: 0 > High: 0 > Total issues (by confidence): > Undefined: 0 > Low: 0 > Medium: 0 > High: 0 > [95mFiles skipped (0):[0m > [95mRun started:2022-12-20 09:45:08.823747[0m > [95mFiles in scope (1):[0m > binding.py (score: {SEVERITY: 1, CONFIDENCE: 1}) > [95mFiles excluded (1):[0m > def.py > [95m > Test results:[0m > ISSUE_OUTPUT_TEXT > -------------------------------------------------- > ISSUE_OUTPUT_TEXT > -------------------------------------------------- > [95m > Code scanned:[0m > Total lines of code: 1000 > Total lines skipped (#nosec): 50 > [95m > Run metrics:[0m > Total issues (by severity): > Undefined: 1 > Low: 1 > Medium: 1 > High: 1 > Total issues (by confidence): > Undefined: 1 > Low: 1 > Medium: 1 > High: 1 > [95mFiles skipped (1):[0m > abc.py (File is bad) > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > tests.unit.cli.test_main.BanditCLIMainTests.test_main_profile_not_found > tests.unit.cli.test_main.BanditCLIMainTests.test_main_profile_not_found ... ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: None > [main] INFO cli exclude tests: badID > [main] ERROR Unknown test found in profile: badID > tests.unit.cli.test_main.BanditCLIMainTests.test_main_unknown_skip_tests > tests.unit.cli.test_main.BanditCLIMainTests.test_main_unknown_skip_tests ... > ok > [config] WARNING Config file 'bandit.yaml' contains deprecated legacy > config data. Please consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [main] INFO profile include tests: None > [main] INFO profile exclude tests: None > [main] INFO cli include tests: badID > [main] INFO cli exclude tests: None > [main] ERROR Unknown test found in profile: badID > tests.unit.cli.test_main.BanditCLIMainTests.test_main_unknown_tests > tests.unit.cli.test_main.BanditCLIMainTests.test_main_unknown_tests ... ok > tests.unit.core.test_config.TestInit.test_file_does_not_exist > tests.unit.core.test_config.TestInit.test_file_does_not_exist ... ok > tests.unit.core.test_blacklisting.BlacklistingTests.test_report_issue > tests.unit.core.test_blacklisting.BlacklistingTests.test_report_issue ... ok > tests.unit.core.test_blacklisting.BlacklistingTests.test_report_issue_defaults > tests.unit.core.test_blacklisting.BlacklistingTests.test_report_issue_defaults > ... ok > Config file '/tmp/tmp1bpg5etx' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_config.TestInit.test_settings > tests.unit.core.test_config.TestInit.test_settings ... ok > [config] ERROR while parsing a flow sequence > in "/tmp/tmpxgqhf7qk", line 1, column 3 > expected ',' or ']', but got '<stream end>' > in "/tmp/tmpxgqhf7qk", line 1, column 14 > tests.unit.cli.test_config_generator.BanditConfigGeneratorLoggerTests.test_init_logger > tests.unit.cli.test_config_generator.BanditConfigGeneratorLoggerTests.test_init_logger > ... ok > tests.unit.core.test_manager.ManagerTests.test_compare_baseline > tests.unit.core.test_manager.ManagerTests.test_compare_baseline ... ok > tests.unit.core.test_manager.ManagerTests.test_create_manager > tests.unit.core.test_manager.ManagerTests.test_create_manager ... ok > tests.unit.core.test_manager.ManagerTests.test_create_manager_with_profile > tests.unit.core.test_manager.ManagerTests.test_create_manager_with_profile > ... ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude ... ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_cmdline > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_cmdline > ... ok > Skipping directory (thing), use -r flag to scan contents > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_dir > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_dir ... > ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_glob > tests.unit.core.test_manager.ManagerTests.test_discover_files_exclude_glob > ... ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_include > tests.unit.core.test_manager.ManagerTests.test_discover_files_include ... ok > tests.unit.core.test_config.TestInit.test_yaml_invalid > tests.unit.core.test_config.TestInit.test_yaml_invalid ... ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_recurse_files > tests.unit.core.test_manager.ManagerTests.test_discover_files_recurse_files > ... ok > tests.unit.core.test_manager.ManagerTests.test_discover_files_recurse_skip > tests.unit.core.test_manager.ManagerTests.test_discover_files_recurse_skip > ... ok > tests.unit.core.test_manager.ManagerTests.test_find_candidate_matches > tests.unit.core.test_manager.ManagerTests.test_find_candidate_matches ... ok > [text] INFO Text output written to file: /tmp/tmpomt0yq9w > tests.unit.core.test_manager.ManagerTests.test_get_files_from_dir > tests.unit.core.test_manager.ManagerTests.test_get_files_from_dir ... ok > tests.unit.core.test_manager.ManagerTests.test_is_file_included > tests.unit.core.test_manager.ManagerTests.test_is_file_included ... ok > tests.unit.core.test_manager.ManagerTests.test_matches_globlist > tests.unit.core.test_manager.ManagerTests.test_matches_globlist ... ok > tests.unit.core.test_config.TestConfigCompat.test_bad_yaml > tests.unit.core.test_config.TestConfigCompat.test_bad_yaml ... ok > Config file '/tmp/tmp9ikefb1e' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > Config file '' contains deprecated legacy config data. Please consider > upgrading to the new config format. The tool 'bandit-config-generator' can > help you with this. Support for legacy configs will be removed in a future > bandit version. > Config file '' contains deprecated legacy config data. Please consider > upgrading to the new config format. The tool 'bandit-config-generator' can > help you with this. Support for legacy configs will be removed in a future > bandit version. > tests.unit.core.test_config.TestConfigCompat.test_blacklist_error > tests.unit.core.test_config.TestConfigCompat.test_blacklist_error ... ok > tests.unit.core.test_manager.ManagerTests.test_output_results_invalid_format > tests.unit.core.test_manager.ManagerTests.test_output_results_invalid_format > ... ok > tests.unit.core.test_manager.ManagerTests.test_output_results_valid_format > tests.unit.core.test_manager.ManagerTests.test_output_results_valid_format > ... ok > tests.unit.formatters.test_text.TextFormatterTests.test_no_issues > tests.unit.formatters.test_text.TextFormatterTests.test_no_issues ... ok > tests.unit.core.test_manager.ManagerTests.test_populate_baseline_invalid_json > tests.unit.core.test_manager.ManagerTests.test_populate_baseline_invalid_json > ... ok > tests.unit.core.test_manager.ManagerTests.test_populate_baseline_success > tests.unit.core.test_manager.ManagerTests.test_populate_baseline_success ... > ok > tests.unit.core.test_manager.ManagerTests.test_results_count > tests.unit.core.test_manager.ManagerTests.test_results_count ... ok > tests.unit.formatters.test_text.TextFormatterTests.test_output_issue > tests.unit.formatters.test_text.TextFormatterTests.test_output_issue ... ok > tests.unit.core.test_manager.ManagerTests.test_run_tests_ioerror > tests.unit.core.test_manager.ManagerTests.test_run_tests_ioerror ... ok > Config file '/tmp/tmpuhm_pv0r' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > [text] INFO Text output written to file: /tmp/tmpnwlyrsn3 > Legacy blacklist data found in config, overriding data plugins > tests.unit.formatters.test_text.TextFormatterTests.test_report_baseline > tests.unit.formatters.test_text.TextFormatterTests.test_report_baseline ... ok > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_call_data > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_call_data > ... ok > [text] INFO Text output written to file: /tmp/tmpyl4t6sw9 > tests.unit.core.test_config.TestGetOption.test_levels > tests.unit.core.test_config.TestGetOption.test_levels ... ok > tests.unit.core.test_manager.ManagerTests.test_run_tests_keyboardinterrupt > tests.unit.core.test_manager.ManagerTests.test_run_tests_keyboardinterrupt > ... ok > tests.unit.core.test_meta_ast.BanditMetaAstTests.test_add_node > tests.unit.core.test_meta_ast.BanditMetaAstTests.test_add_node ... ok > tests.unit.core.test_meta_ast.BanditMetaAstTests.test_str > tests.unit.core.test_meta_ast.BanditMetaAstTests.test_str ... ok > [text] INFO Text output written to file: /tmp/tmpyl4t6sw9 > tests.unit.core.test_config.TestGetOption.test_levels_not_exist > tests.unit.core.test_config.TestGetOption.test_levels_not_exist ... ok > tests.unit.core.test_config.TestGetSetting.test_not_exist > tests.unit.core.test_config.TestGetSetting.test_not_exist ... ok > tests.unit.formatters.test_text.TextFormatterTests.test_report_nobaseline > tests.unit.formatters.test_text.TextFormatterTests.test_report_nobaseline ... > ok > tests.unit.core.test_test_set.BanditTestSetTests.test_has_defaults > tests.unit.core.test_test_set.BanditTestSetTests.test_has_defaults ... ok > Config file '/tmp/tmphtj226ep' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_call_test > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_call_test > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_blacklist_compat > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_blacklist_compat > ... ok > tests.unit.core.test_util.UtilTests.test_check_ast_node_bad_node > tests.unit.core.test_util.UtilTests.test_check_ast_node_bad_node ... ok > Config file '/tmp/tmpecitit8m' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_builtin_blacklist > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_builtin_blacklist > ... ok > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_import_data > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_import_data > ... ok > Config file '/tmp/tmpcs898bjp' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_builtin_blacklist_specific > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_builtin_blacklist_specific > ... ok > Config file '/tmp/tmpfm_9zz8x' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_id > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_id ... > ok > Config file '/tmp/tmpssvp3ugo' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > Legacy blacklist data found in config, overriding data plugins > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_none > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_exclude_none > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_all > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_all > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_include > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_include > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_none > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_none > ... ok > Config file '/tmp/tmp0hv83m68' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_import_test > tests.unit.core.test_config.TestConfigCompat.test_converted_blacklist_import_testLegacy > blacklist data found in config, overriding data plugins > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_one > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_filter_blacklist_one > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_has_builtin_blacklist > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_has_builtin_blacklist > ... ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_include_id > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_include_id ... > ok > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_include_none > tests.unit.core.test_test_set.BanditTestSetTests.test_profile_include_noneConfig > file '/tmp/tmpupuvwqdh' contains deprecated legacy config data. Please > consider upgrading to the new config format. The tool > 'bandit-config-generator' can help you with this. Support for legacy configs > will be removed in a future bandit version. > ... ok > Legacy blacklist data found in config, overriding data plugins > [ INFO ] No output format specified, using terminal > tests.unit.core.test_util.UtilTests.test_check_ast_node_bad_type > tests.unit.core.test_util.UtilTests.test_check_ast_node_bad_type ... ok > tests.unit.core.test_config.TestConfigCompat.test_converted_exclude > tests.unit.core.test_config.TestConfigCompat.test_converted_exclude ... ok > tests.unit.formatters.test_yaml.YamlFormatterTests.test_report > tests.unit.formatters.test_yaml.YamlFormatterTests.test_report ... FAIL > tests.unit.core.test_util.UtilTests.test_check_ast_node_good > tests.unit.core.test_util.UtilTests.test_check_ast_node_good ... ok > tests.unit.core.test_config.TestConfigCompat.test_converted_exclude_blacklist > tests.unit.core.test_config.TestConfigCompat.test_converted_exclude_blacklist > ... ok > tests.unit.core.test_util.UtilTests.test_deepgetattr > tests.unit.core.test_util.UtilTests.test_deepgetattr ... ok > tests.unit.core.test_config.TestConfigCompat.test_converted_include > tests.unit.core.test_config.TestConfigCompat.test_converted_include ... ok > tests.unit.core.test_util.UtilTests.test_escaped_representation_invalid > tests.unit.core.test_util.UtilTests.test_escaped_representation_invalid ... ok > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_get_config_settings > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_get_config_settings > ... ok > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_main_show_defaults > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_main_show_defaults > ... ok > tests.unit.core.test_config.TestConfigCompat.test_deprecation_message > tests.unit.core.test_config.TestConfigCompat.test_deprecation_message ... ok > [ ERROR ] Current working directory is dirty and must be resolved > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_dirty_repo > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_dirty_repo > ... ok > tests.unit.formatters.test_csv.CsvFormatterTests.test_report > tests.unit.formatters.test_csv.CsvFormatterTests.test_report ... ok > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_no_defaults > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_no_defaults > ... ok > tests.unit.core.test_util.UtilTests.test_escaped_representation_mixed > tests.unit.core.test_util.UtilTests.test_escaped_representation_mixed ... ok > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_out_file > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_out_file > ... ok > tests.unit.core.test_util.UtilTests.test_escaped_representation_simple > tests.unit.core.test_util.UtilTests.test_escaped_representation_simple ... ok > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_show_defaults > tests.unit.cli.test_config_generator.BanditConfigGeneratorTests.test_parse_args_show_defaults > ... ok > tests.unit.core.test_context.ContextTests.test__get_literal_value > tests.unit.core.test_context.ContextTests.test__get_literal_value ... ok > tests.unit.core.test_context.ContextTests.test_call_args > tests.unit.core.test_context.ContextTests.test_call_args ... ok > tests.unit.core.test_context.ContextTests.test_call_args_count > tests.unit.core.test_context.ContextTests.test_call_args_count ... ok > tests.unit.core.test_util.UtilTests.test_escaped_representation_valid_not_printable > tests.unit.core.test_util.UtilTests.test_escaped_representation_valid_not_printable > ... ok > tests.unit.core.test_context.ContextTests.test_call_function_name > tests.unit.core.test_context.ContextTests.test_call_function_name ... ok > tests.unit.core.test_context.ContextTests.test_call_function_name_qual > tests.unit.core.test_context.ContextTests.test_call_function_name_qual ... ok > tests.unit.core.test_context.ContextTests.test_call_keywords > tests.unit.core.test_context.ContextTests.test_call_keywords ... ok > tests.unit.core.test_context.ContextTests.test_check_call_arg_value > tests.unit.core.test_context.ContextTests.test_check_call_arg_value ... ok > tests.unit.core.test_context.ContextTests.test_context_create > tests.unit.core.test_context.ContextTests.test_context_create ... ok > tests.unit.core.test_context.ContextTests.test_function_def_defaults_qual > tests.unit.core.test_context.ContextTests.test_function_def_defaults_qual ... > ok > tests.unit.core.test_context.ContextTests.test_get_call_arg_at_position > tests.unit.core.test_context.ContextTests.test_get_call_arg_at_position ... ok > tests.unit.core.test_util.UtilTests.test_get_call_name1 > tests.unit.core.test_util.UtilTests.test_get_call_name1 ... ok > tests.unit.core.test_context.ContextTests.test_get_lineno_for_call_arg > tests.unit.core.test_context.ContextTests.test_get_lineno_for_call_arg ... ok > tests.unit.core.test_context.ContextTests.test_is_module_being_imported > tests.unit.core.test_context.ContextTests.test_is_module_being_imported ... ok > tests.unit.core.test_util.UtilTests.test_get_call_name2 > tests.unit.core.test_util.UtilTests.test_get_call_name2 ... ok > tests.unit.core.test_context.ContextTests.test_is_module_imported_exact > tests.unit.core.test_context.ContextTests.test_is_module_imported_exact ... ok > tests.unit.core.test_context.ContextTests.test_is_module_imported_like > tests.unit.core.test_context.ContextTests.test_is_module_imported_like ... ok > tests.unit.core.test_context.ContextTests.test_node > tests.unit.core.test_context.ContextTests.test_node ... ok > tests.unit.core.test_context.ContextTests.test_repr > tests.unit.core.test_context.ContextTests.test_repr ... ok > tests.unit.core.test_context.ContextTests.test_statement > tests.unit.core.test_context.ContextTests.test_statement ... ok > tests.unit.core.test_context.ContextTests.test_string_val > tests.unit.core.test_context.ContextTests.test_string_val ... ok > tests.unit.core.test_util.UtilTests.test_get_call_name3 > tests.unit.core.test_util.UtilTests.test_get_call_name3 ... ok > <MagicMock name='get_config_settings()' id='140547843454864'> > usage: bandit-config-generator [-h] [--show-defaults] [-o OUTPUT_FILE] > [-t TESTS] [-s SKIPS] > > Bandit Config Generator > > This tool is used to generate an optional profile. The profile may be > used > to include or skip tests and override values for plugins. > > When used to store an output profile, this tool will output a template > that > includes all plugins and their default settings. Any settings which > aren't > being overridden can be safely removed from the profile and default values > will be used. Bandit will prefer settings from the profile over the built > in values. > > options: > -h, --help show this help message and exit > --show-defaults show the default settings values for each plugin but > do not output a profile > -o OUTPUT_FILE, --out OUTPUT_FILE > output file to save profile > -t TESTS, --tests TESTS > list of test names to run > -s SKIPS, --skip SKIPS > list of test names to skip > [ ERROR ] File bandit_baseline_result.txt already exists, aborting > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_existing_report_file > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_existing_report_file > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_missingend > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_missingend > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_missingmid > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_missingmid > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_syms > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_syms > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_typical > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_abs_typical > ... ok > [ INFO ] No output format specified, using terminal > [ ERROR ] Temporary file _bandit_baseline_run.json_ needs to be removed > prior to running > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_dir > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_dir > ... ok > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_existing_temp_file > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_existing_temp_file > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_invalid_path > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_invalid_path > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_missingend > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_missingend > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_missingmid > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_missingmid > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_syms > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_syms > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_typical > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_rel_typical > ... ok > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_sys > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_sys > ... ok > [ INFO ] No output format specified, using terminal > [ ERROR ] Git command not found > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_git_command_failure > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_git_command_failure > ... ok > [ INFO ] No output format specified, using terminal > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_with_dot > tests.unit.core.test_util.UtilTests.test_get_module_qualname_from_path_with_dot > ... ok > [ ERROR ] Bandit baseline must be called from a git project root > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_no_repo > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_no_repo > ... ok > tests.unit.core.test_util.UtilTests.test_linerange > tests.unit.core.test_util.UtilTests.test_linerange ... ok > tests.unit.core.test_util.UtilTests.test_namespace_path_join > tests.unit.core.test_util.UtilTests.test_namespace_path_join ... ok > tests.unit.core.test_util.UtilTests.test_namespace_path_split > tests.unit.core.test_util.UtilTests.test_namespace_path_split ... ok > [ INFO ] No output format specified, using terminal > Unable to parse config file /tmp/tmpgnu7eq0i or missing [bandit] section > [ ERROR ] Bandit baseline must not be called with the -o option > tests.unit.core.test_util.UtilTests.test_parse_ini_file > tests.unit.core.test_util.UtilTests.test_parse_ini_file ... ok > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_with_output_argument > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_initialize_with_output_argument > ... ok > tests.unit.core.test_util.UtilTests.test_path_for_function > tests.unit.core.test_util.UtilTests.test_path_for_function ... ok > Cannot resolve file path for module sys > tests.unit.core.test_util.UtilTests.test_path_for_function_no_file > tests.unit.core.test_util.UtilTests.test_path_for_function_no_file ... ok > Cannot resolve file where 1 is defined > tests.unit.core.test_util.UtilTests.test_path_for_function_no_module > tests.unit.core.test_util.UtilTests.test_path_for_function_no_module ... ok > tests.unit.formatters.test_xml.XmlFormatterTests.test_report > tests.unit.formatters.test_xml.XmlFormatterTests.test_report ... ok > [ INFO ] No output format specified, using terminal > [ ERROR ] Unable to get current or parent commit > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_git_command_failure > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_git_command_failure > ... ok > [ INFO ] No output format specified, using terminal > [ INFO ] Got current commit: [bf01fe94fdb9240745606dae106ce0d62cfd58eb > master] > [ ERROR ] Parent commit not available > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_no_parent_commit > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_no_parent_commit > ... ok > [ INFO ] No output format specified, using terminal > [ ERROR ] Bandit baseline must be called from a git project root > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_non_repo > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_non_repo ... ok > [ INFO ] No output format specified, using terminal > [ INFO ] Got current commit: [7d1079adba58ff20010567aaf36146f60a413208 > master] > [ INFO ] Got parent commit: [bf01fe94fdb9240745606dae106ce0d62cfd58eb > master~1] > [ INFO ] Getting Bandit baseline results > [ ERROR ] Error running command: ['discover', '-t', './', './tests', > '--load-list', '/tmp/tmpmof6iena'] > Output: None > > [ INFO ] Comparing Bandit results to baseline > [ ERROR ] Error running command: ['discover', '-t', './', './tests', > '--load-list', '/tmp/tmpmof6iena'] > Output: None > > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_subprocess_error > tests.unit.cli.test_baseline.BanditBaselineToolTests.test_main_subprocess_error > ... ok > [main] DEBUG logging initialized > tests.unit.cli.test_main.BanditCLIMainLoggerTests.test_init_logger > tests.unit.cli.test_main.BanditCLIMainLoggerTests.test_init_logger ... ok > tests.unit.cli.test_main.BanditCLIMainLoggerTests.test_init_logger_debug_mode > tests.unit.cli.test_main.BanditCLIMainLoggerTests.test_init_logger_debug_mode > ... ok > tests.unit.core.test_issue.IssueTests.test_get_code > tests.unit.core.test_issue.IssueTests.test_get_code ... ok > tests.unit.core.test_issue.IssueTests.test_issue_as_dict > tests.unit.core.test_issue.IssueTests.test_issue_as_dict ... ok > tests.unit.core.test_issue.IssueTests.test_issue_create > tests.unit.core.test_issue.IssueTests.test_issue_create ... ok > tests.unit.core.test_issue.IssueTests.test_issue_filter_confidence > tests.unit.core.test_issue.IssueTests.test_issue_filter_confidence ... ok > tests.unit.core.test_issue.IssueTests.test_issue_filter_severity > tests.unit.core.test_issue.IssueTests.test_issue_filter_severity ... ok > tests.unit.core.test_issue.IssueTests.test_issue_str > tests.unit.core.test_issue.IssueTests.test_issue_str ... ok > tests.unit.core.test_issue.IssueTests.test_matches_issue > tests.unit.core.test_issue.IssueTests.test_matches_issue ... ok > None > > ====================================================================== > FAIL: tests.unit.formatters.test_yaml.YamlFormatterTests.test_report > tests.unit.formatters.test_yaml.YamlFormatterTests.test_report > ---------------------------------------------------------------------- > testtools.testresult.real._StringException: Traceback (most recent call last): > File "/usr/lib/python3/dist-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/unit/formatters/test_yaml.py", line 83, in > test_report > data = yaml.load(f.read()) > ^^^^^^^^^^^^^^^^^^^ > TypeError: load() missing 1 required positional argument: 'Loader' > > > ---------------------------------------------------------------------- > Ran 161 tests in 8.439s > > FAILED (failures=1) > + echo ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 > freeze output... > ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 freeze > output... > + [ -x /usr/bin/pip3 ] > + pip3 freeze > appdirs==1.4.4 > astroid==2.12.13 > attrs==22.1.0 > autopage==0.4.0 > bandit==1.6.2 > beautifulsoup4==4.11.1 > blinker==1.5 > certifi==2022.9.24 > chardet==5.1.0 > charset-normalizer==3.0.1 > cliff==4.0.0 > cmd2==2.4.2+ds > coverage==6.5.0 > cryptography==38.0.4 > debtcollector==2.5.0 > decorator==5.1.1 > deprecation==2.0.7 > dill==0.3.6 > docutils==0.17.1 > dogpile.cache==1.1.8 > extras==1.0.0 > fixtures==4.0.1 > flake8==5.0.4 > future==0.18.2 > gitdb==4.0.9 > GitPython==3.1.27 > hacking==4.1.0 > idna==3.3 > importlib-metadata==4.12.0 > iso8601==1.0.2 > isort==5.6.4 > jmespath==1.0.1 > jsonpatch==1.32 > jsonpointer==2.3 > keystoneauth1==5.0.0 > lazy-object-proxy==1.7.1 > logilab-common==1.9.7 > lxml==4.9.1 > Mako==1.2.4.dev0 > MarkupSafe==2.1.1 > mccabe==0.7.0 > mock==4.0.3 > more-itertools==8.10.0 > munch==2.5.0 > mypy-extensions==0.4.3 > netifaces==0.11.0 > oauthlib==3.2.1 > openstacksdk==0.101.0 > os-client-config==2.1.0 > os-service-types==1.7.0 > oslotest==4.5.0 > packaging==21.3 > pbr==5.10.0 > platformdirs==2.6.0 > prettytable==2.5.0 > pycodestyle==2.9.1 > pyflakes==2.5.0 > PyJWT==2.4.0 > pylint==2.15.8 > pyparsing==3.0.9 > pyperclip==1.8.2 > python-subunit==1.4.0 > PyYAML==6.0 > requests==2.28.1 > requestsexceptions==1.4.0 > roman==3.3 > six==1.16.0 > smmap==5.0.0 > soupsieve==2.3.2 > stestr==3.2.1 > stevedore==4.0.2 > testscenarios==0.5.0 > testtools==2.5.0 > toml==0.10.2 > tomli==2.0.1 > tomlkit==0.11.6 > typing_extensions==4.3.0 > urllib3==1.26.12 > voluptuous==0.12.2 > wcwidth==0.2.5 > wrapt==1.14.1 > zipp==1.0.0 > + exit 1 > make[1]: *** [debian/rules:20: override_dh_auto_install] Error 1 The full build log is available from: http://qa-logs.debian.net/2022/12/20/bandit_1.6.2-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.