Your message dated Tue, 28 Feb 2023 06:19:24 +0000
with message-id <e1pwtke-008oq0...@fasolo.debian.org>
and subject line Bug#1032043: fixed in pylint 2.16.2-2
has caused the Debian Bug report #1032043,
regarding pylint: autopkgtest regression
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.)


-- 
1032043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032043
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pylint
Version: 2.16.2-1
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/amd64/p/pylint/31703963/log.gz

...
=================================== FAILURES ===================================
___________ test_functional[alternative_union_syntax_regession_8119] ___________

self = <pylint.testutils.lint_module_test.LintModuleTest object at 
0x7ffa884a0650>

    def runTest(self) -> None:
>       self._runTest()
E       AssertionError: Wrong results for file 
"alternative_union_syntax_regession_8119":
E         
E         Unexpected in testdata:
E           20: non-parent-init-called
E           23: access-member-before-definition
E           24: attribute-defined-outside-init
E         
E         Actual pylint output for this file:
E         OutputLine(symbol='non-parent-init-called', lineno=20, column=8, 
end_lineno=20, end_column=28, object='Child.__init__', msg="__init__ method 
from a non direct base class 'Coordinator' is called", confidence='UNDEFINED')
E         OutputLine(symbol='access-member-before-definition', lineno=23, 
column=15, end_lineno=23, end_column=35, object='Child._async_update_data', 
msg="Access to member 'update_interval' before its definition line 24", 
confidence='UNDEFINED')
E         OutputLine(symbol='attribute-defined-outside-init', lineno=24, 
column=8, end_lineno=24, end_column=28, object='Child._async_update_data', 
msg="Attribute 'update_interval' defined outside __init__", 
confidence='UNDEFINED')
E       assert Counter() == Counter({(20, 'non-parent-init-called'): 1, (23, 
'access-member-before-definition'): 1, (24, 'attribute-defined-outside-init'): 
1})
E         Right contains 3 more items:
E         {(20, 'non-parent-init-called'): 1,
E          (23, 'access-member-before-definition'): 1,
E          (24, 'attribute-defined-outside-init'): 1}
E         Full diff:
E         + Counter(,
E         - Counter({(20, 'non-parent-init-called'): 1,
E         -          (23, 'access-member-before-definition'): 1,
E         -          (24, 'attribute-defined-outside-init'): 1},
E           )

/usr/lib/python3/dist-packages/pylint/testutils/lint_module_test.py:145: 
AssertionError
__________________ test_functional[wrong_exception_operation] __________________

self = <pylint.testutils.lint_module_test.LintModuleTest object at 
0x7ffa6a91b0d0>

    def runTest(self) -> None:
>       self._runTest()
E       AssertionError: Wrong results for file "wrong_exception_operation":
E         
E         Expected in testdata:
E            6: catching-non-exception
E         
E         Actual pylint output for this file:
E         OutputLine(symbol='wrong-exception-operation', lineno=6, column=8, 
end_lineno=6, end_column=30, object='', msg="Invalid exception operation. Did 
you mean '(ValueError, TypeError)' instead?", confidence='UNDEFINED')
E         OutputLine(symbol='wrong-exception-operation', lineno=11, column=8, 
end_lineno=11, end_column=30, object='', msg="Invalid exception operation. Did 
you mean '(ValueError, TypeError)' instead?", confidence='UNDEFINED')
E         OutputLine(symbol='wrong-exception-operation', lineno=17, column=8, 
end_lineno=17, end_column=30, object='', msg="Invalid exception operation. Did 
you mean '(ValueError, TypeError)' instead?", confidence='UNDEFINED')
E       assert Counter({(6, 'catching-non-exception'): 1, (6, 
'wrong-exception-operation'): 1, (11, 'wrong-exception-operation'): 1, (17, 
'wrong-exception-operation'): 1}) == Counter({(6, 'wrong-exception-operation'): 
1, (11, 'wrong-exception-operation'): 1, (17, 'wrong-exception-operation'): 1})
E         Common items:
E         {(6, 'wrong-exception-operation'): 1,
E          (11, 'wrong-exception-operation'): 1,
E          (17, 'wrong-exception-operation'): 1}
E         Left contains 1 more item:
E         {(6, 'catching-non-exception'): 1}
E         Full diff:
E         + Counter({(6, 'catching-non-exception'): 1,
E         - Counter({(6, 'wrong-exception-operation'): 1,
E         ? ^^^^^^^^^
E         +          (6, 'wrong-exception-operation'): 1,
E         ? ^^^^^^^^^
E                    (11, 'wrong-exception-operation'): 1,
E                    (17, 'wrong-exception-operation'): 1},
E           )

/usr/lib/python3/dist-packages/pylint/testutils/lint_module_test.py:145: 
AssertionError
...
=========================== short test summary info ============================
FAILED 
tests/test_functional.py::test_functional[alternative_union_syntax_regession_8119]
FAILED tests/test_functional.py::test_functional[wrong_exception_operation]
= 2 failed, 1301 passed, 235 skipped, 18 deselected, 2 xfailed, 13 warnings in 
125.87s (0:02:05) =
E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=1: cd 
/tmp/autopkgtest-lxc.95wzdhnm/downtmp/autopkgtest_tmp/build; python3.11 -m 
pytest -vvvv -k 'not test_pkginfo and not 
test_do_not_import_files_from_local_directory and not 
test_import_plugin_from_local_directory_if_pythonpath_cwd and not 
test_can_list_directories_without_dunder_init and not test_fail_on_exit_code 
and not test__test_environ_pythonpath_no_arg and not 
test_linter_with_unpickleable_plugins_is_pickleable and not 
test_allow_reexport_package and not test_writing_minimal_file' {build_dir}/tests
pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i 
python{version} -p 3.11 returned exit code 13
make: *** [/tmp/C9ek_qqAsA/run:4: pybuild-autopkgtest] Error 25
pybuild-autopkgtest: error: /tmp/C9ek_qqAsA/run pybuild-autopkgtest returned 
exit code 2
autopkgtest [09:20:03]: test pybuild-autopkgtest: -----------------------]
autopkgtest [09:20:03]: test pybuild-autopkgtest:  - - - - - - - - - - results 
- - - - - - - - - -
pybuild-autopkgtest  FAIL non-zero exit status 25

--- End Message ---
--- Begin Message ---
Source: pylint
Source-Version: 2.16.2-2
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pylint, 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 1032...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated pylint 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: SHA256

Format: 1.8
Date: Tue, 28 Feb 2023 01:04:13 -0500
Source: pylint
Architecture: source
Version: 2.16.2-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 1032043
Changes:
 pylint (2.16.2-2) unstable; urgency=medium
 .
   * debian/rules
     - reorg how we skip tests, removing the ones now fixed
   * debian/control
     - bump b-d on astroid to >= 2.14.2; Closes: #1032043
Checksums-Sha1:
 1c901c4695921d1512f9c701a565a9955d1987d5 2449 pylint_2.16.2-2.dsc
 f00fd734ba79601af2ac88efd2723b08a38c0a9b 22316 pylint_2.16.2-2.debian.tar.xz
 054edcfbbdf7fabc1e806bc33b1c09eae77c8f86 10025 pylint_2.16.2-2_source.buildinfo
Checksums-Sha256:
 34f47721778a03299d3d8325c63f06048ca951e9407b3f362e3b855e37842b68 2449 
pylint_2.16.2-2.dsc
 b9a05f265e1e4b018d2178caf4e418e75322b747ccfb636758f3874fc3d2b9ca 22316 
pylint_2.16.2-2.debian.tar.xz
 40d043d0ad77ed8419975aeea48658ebf94b2dba65c3212648ea81640e35459b 10025 
pylint_2.16.2-2_source.buildinfo
Files:
 8443abee7912c5299a219e22631fb34b 2449 python optional pylint_2.16.2-2.dsc
 9ccc66d087ef7dfa8cb35d8d586991c6 22316 python optional 
pylint_2.16.2-2.debian.tar.xz
 738e62dadedaa756ad3948f57bc849f9 10025 python optional 
pylint_2.16.2-2_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmP9mYsACgkQh588mTgB
qU//yhAAuPXvbZ2YWcMWrGiDpea5o0ZHaythOoz5/v01CnxPCOtEtiJzotu22PDx
Dk0YWKYBUnSV9Rj+phS156x356gFal2xTsJnGppH3gVQsIgbclH8HKWWxdLQwyo+
o9HSAu0KfRfyHtLP9D7LErCFjEVL1HrFQ5FUHDPdyF+OElNqW8tB1qMaMc2a3XEW
rAXm8arnqDps688jwycWguuNQD7fgBf0LIeQ1v6/nTYPm/kalluu38u9gp2ptybj
9FbFIbgKOSX5Wk0B/n+6MS+Qg+OeuEJTDc1/Ng66tblOCSwf/UQZPAspAghsCZaK
Ha0iMLkAVSdDqtV1hUCXdEVzA9p7H8ztWlVtKtGMPdN6J4DbjvD9FBr+I/IHwDli
YUlWMY2RA+FL0cKUoJyN4yh/astvxibxkErkMSVMaTuFoLg9fY6p4P5eLnh1W5w9
fDgwVGiEgGSxBAgiE965vtLxGmuEMTYLvQw4n9S5cFp0cvaFXquMqexkD8IPcSbv
QAgcECX3apc42+DllAK+MGOEJfmXVXJ5XXthgxe6ly1rCm5wJQ+Wc8QJnef2AjD7
azXlsqQoNkSM5YiXL1Ixed6zkL88rjPGUhrhGR2QA3EXB5IqBYfIuJ2gwXqvK/FU
T8f7LnrEEBLdznybuqI6oQKEU9c67skKBEb/U09TJwSRZ2ud7Eo=
=C0oO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to