Your message dated Tue, 05 Oct 2021 21:25:43 +0000
with message-id <e1mxrwv-000f79...@fasolo.debian.org>
and subject line Bug#995418: fixed in macsyfinder 2.0~rc4-1
has caused the Debian Bug report #995418,
regarding python-colorlog breaks macsyfinder autopkgtest: module 'colorlog' has 
no attribute 'logging'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
995418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-colorlog, macsyfinder
Control: found -1 python-colorlog/6.4.1-1
Control: found -1 macsyfinder/2.0~rc1-3
Severity: serious
Tags: sid bookworm
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of python-colorlog the autopkgtest of macsyfinder
fails in testing when that autopkgtest is run with the binary packages
of python-colorlog from unstable. It passes when run with only packages
from testing. In tabular form:

                       pass            fail
python-colorlog        from testing    6.4.1-1
macsyfinder            from testing    2.0~rc1-3
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python-colorlog
to testing [1]. Due to the nature of this issue, I filed this bug report
against both packages. Can you please investigate the situation and
reassign the bug to the right package?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=python-colorlog

https://ci.debian.net/data/autopkgtest/testing/amd64/m/macsyfinder/15629571/log.gz

======================================================================
ERROR: test_gembase (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 77, in test_gembase
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_model_unknown (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 403, in test_model_unknown
    macsyfinder.main(args=args.split(), loglevel='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_no_db_type (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 387, in test_no_db_type
    macsyfinder.main(args=args.split(), loglevel='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_no_models (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 358, in test_no_models
    macsyfinder.main(args=args.split(), loglevel='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_no_seq_db (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 373, in test_no_seq_db
    macsyfinder.main(args=args.split(), loglevel='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_only_loners (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 99, in test_only_loners
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_circular (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 128, in test_ordered_circular
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_linear (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 157, in test_ordered_linear
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_multi_loci (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 245, in test_ordered_multi_loci
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_multi_system (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 186, in test_ordered_multi_system
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_multi_system_loner_in_clust (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 215, in test_ordered_multi_system_loner_in_clust
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_ordered_single_loci (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 274, in test_ordered_single_loci
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_unordered (test_functional_test.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 300, in test_unordered
    self._macsyfinder_run(args)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_functional_test.py",
line 417, in _macsyfinder_run
    macsyfinder.main(args=args.split(),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsyfinder.py",
line 799, in main
    macsypy.init_logger(log_file=os.path.join(config.working_dir(),
config.log_file()),
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 48, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_available (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_build_argparser (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_check (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_check_with_errors (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_check_with_warnings (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_cite (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_cmd_name (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_download (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_freeze (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_info (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_installed_package_corrupted
(test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_local (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_local_already_installed (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_local_already_installed_force
(test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_already_in_local (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_already_in_local_force
(test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_lower_in_local (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_permision_error (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_spec_not_found (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_install_remote_upper_in_local (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_list (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_list_outdated (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_list_uptodate (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_list_verbose (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_in_pack_desc (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_in_pack_desc_match_case (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_in_pack_name (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_in_pack_name_match_case (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_reach_limit (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_uninstall (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_verbosity_to_log_level (test_macsydata.TestMacsydata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsydata.py",
line 51, in setUp
    macsydata._log = macsydata.init_logger(20)  # 20 logging.INFO
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/scripts/macsydata.py",
line 738, in init_logger
    logging = colorlog.logging.logging
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_systems (test_macsyfinder.TestMacsyfinder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsyfinder.py",
line 811, in test_search_systems
    macsypy.logger_set_level(level='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 93, in logger_set_level
    levels = {'NOTSET': colorlog.logging.logging.NOTSET,
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_systems_model_unknown (test_macsyfinder.TestMacsyfinder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsyfinder.py",
line 895, in test_search_systems_model_unknown
    macsypy.logger_set_level(level='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 93, in logger_set_level
    levels = {'NOTSET': colorlog.logging.logging.NOTSET,
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
ERROR: test_search_systems_unordered (test_macsyfinder.TestMacsyfinder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_macsyfinder.py",
line 869, in test_search_systems_unordered
    macsypy.logger_set_level(level='ERROR')
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/macsypy/__init__.py",
line 93, in logger_set_level
    levels = {'NOTSET': colorlog.logging.logging.NOTSET,
AttributeError: module 'colorlog' has no attribute 'logging'

======================================================================
FAIL: test_remote_exists (test_package.TestRemoteModelIndex)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/mock.py", line 1337, in patched
    return func(*newargs, **newkeywargs)
  File
"/tmp/autopkgtest-lxc.01odxjz7/downtmp/build.Lv8/src/tests/test_package.py",
line 210, in test_remote_exists
    self.assertFalse(exists)
AssertionError: True is not false

----------------------------------------------------------------------
Ran 304 tests in 0.948s

FAILED (failures=1, errors=48, skipped=1)
Test failed: <unittest.runner.TextTestResult run=304 errors=48 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=304 errors=48
failures=1>

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: macsyfinder
Source-Version: 2.0~rc4-1
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
macsyfinder, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 995...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated macsyfinder package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Oct 2021 22:38:12 +0200
Source: macsyfinder
Architecture: source
Version: 2.0~rc4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 995418
Changes:
 macsyfinder (2.0~rc4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.6.0 (routine-update)
   * refresh skip_failing_test.patch
   * refresh allow_setuptools patch
   * refresh debian_path patch
   * add fix-colorlog.patch; cherry picked upstream (Closes: 995418)
   * d/control: build checks now depend on python3-pandas
   * d/control: doc building now depends on tex-gyre
Checksums-Sha1:
 02650c6b81687642167019cf8f885d308821cffe 2423 macsyfinder_2.0~rc4-1.dsc
 2987681af5c812dc731fb55487e4023280d8b12d 29936663 
macsyfinder_2.0~rc4.orig.tar.gz
 cc6d1e06fd63efea78ae2027b76ab0d8cefe5e40 9340 
macsyfinder_2.0~rc4-1.debian.tar.xz
 438d2315c4cdc1b9784cc80f46d78e2af552469e 10219 
macsyfinder_2.0~rc4-1_amd64.buildinfo
Checksums-Sha256:
 abd5445943f39881dc5c4753f7464f2c41b97c776aa120ea6ad5b224b9408ed9 2423 
macsyfinder_2.0~rc4-1.dsc
 f9d9428e5f40551317d91c9f2d0d15615ee059cebbf3fd811601359401de0ca2 29936663 
macsyfinder_2.0~rc4.orig.tar.gz
 d64417a86fac83985c13ad87c543b2b5ca8f47157d779247a2400d0c73f84041 9340 
macsyfinder_2.0~rc4-1.debian.tar.xz
 996b92621552b22576c5ac4f1c267a2b99de724625c786d65685f371d0bdd952 10219 
macsyfinder_2.0~rc4-1_amd64.buildinfo
Files:
 dea0fa7e2a446140f6118040b682a1dd 2423 science optional 
macsyfinder_2.0~rc4-1.dsc
 74078e35f244f584d490f998c227fb4d 29936663 science optional 
macsyfinder_2.0~rc4.orig.tar.gz
 0551c0da517d1a11dd0fb8b5454a849d 9340 science optional 
macsyfinder_2.0~rc4-1.debian.tar.xz
 2a393efe13e7df09426c5f5b88cc8997 10219 science optional 
macsyfinder_2.0~rc4-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmFcvKUUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqY2hAAvBxmDjxNifnFIeIzfUtmLmSsJtAy
zlXGqVp6rW3jVIwArHbi0i9qvI5XE/2MawLL0Mx0vxvAxUpndO2EO0JcAKiJBj/x
nSOqPOI0nGnVIciQ/5ei0mGYU60CpnEwNLw9Scu0+/12uQi5hdw53QYYmUp+5Rby
EEUs3aIpSR5soqTRd07NkL/cxrA/L99C13EJ+txfXL/GCuTYKglKcbI35uL6876l
KG+eISKEuGpD14iE47MC+DDBOI0+uWPJ3x3MTehDFSbFHEykgB6L/v9wNJKVfWj7
9664zaEiAj/4hauOuV0zJVZ1wujoYMsBHbqSE3ZHON+luzd8XJLokm2/WtZnH3CI
fBPdPx+hf6M5hOk3Lwf/Zl8KLkbEyNat08Wy7gsaxJbK6PuIx4OlIVUczb5Wq/Mz
PyzhLf4UFO/ujOnySrhloqr7l7DsYyGLPm9QXsEv316gyjZl2HN4MhdvqPisPO/L
gjuzaEmxvTit/6IL3EOO0B6qf79fsxrbaB2q3QMtN0X9nk3lXc2z1sJQgrV0L/FG
E5uDqDb09SDvqtxEcAnwP71ohTgEM+AfCv/X7oNXHLXwvPjxFl9tZRZbaKVMl8sb
1TJC/VZ0Xw8vITM7L8tmXXAoReQKiYo7y+KuqCTN4oWmZ5cGs44IvDd35JAt4l+z
N7rXSON1UvjBAdw=
=ZMVw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to