Your message dated Wed, 14 Feb 2018 13:50:32 +0000
with message-id <e1elxsc-0001ol...@fasolo.debian.org>
and subject line Bug#889843: fixed in nose2 0.7.3-3
has caused the Debian Bug report #889843,
regarding nose2 FTBFS: ERROR: test_can_discover_test_modules_in_zipped_eggs 
(nose2.tests.functional.test_eggdiscovery_loader.EggDiscoveryFunctionalTest)
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.)


-- 
889843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nose2
Version: 0.7.3-2
Severity: serious

Some recent change in unstable makes nose2 FTBFS:

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

...
======================================================================
ERROR: test_can_discover_test_modules_in_zipped_eggs 
(nose2.tests.functional.test_eggdiscovery_loader.EggDiscoveryFunctionalTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "nose2/tests/functional/test_eggdiscovery_loader.py", line 38, in 
test_can_discover_test_modules_in_zipped_eggs
    self.assertTestRunOutputMatches(proc, stderr='FAILED \(failures=5, 
errors=1, skipped=1\)')
  File "nose2/tests/_common.py", line 82, in assertTestRunOutputMatches
    cmd_stdout, cmd_stderr = proc.communicate()
  File "nose2/tests/_common.py", line 227, in communicate
    **self.kwargs)
  File "nose2/main.py", line 306, in discover
    return main(*args, **kwargs)
  File "nose2/main.py", line 100, in __init__
    super(PluggableTestProgram, self).__init__(**kw)
  File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
    self.parseArgs(argv)
  File "nose2/main.py", line 133, in parseArgs
    self.createTests()
  File "nose2/main.py", line 258, in createTests
    self.testNames, self.module)
  File "nose2/loader.py", line 68, in loadTestsFromNames
    for name in event.names]
  File "nose2/loader.py", line 83, in loadTestsFromName
    result = self.session.hooks.loadTestsFromName(event)
  File "nose2/events.py", line 225, in __call__
    result = getattr(plugin, self.method)(event)
  File "nose2/plugins/loader/eggdiscovery.py", line 41, in loadTestsFromName
    return discovery.Discoverer.loadTestsFromName(self, event)
  File "nose2/plugins/loader/discovery.py", line 84, in loadTestsFromName
    self._find_tests_in_module(event, module, top_level_dir))
  File "nose2/plugins/loader/discovery.py", line 229, in _find_tests_in_module
    event, full_path, top_level_dir):
  File "nose2/plugins/loader/eggdiscovery.py", line 78, in _find_tests_in_dir
    event, modname, dist):
  File "nose2/plugins/loader/eggdiscovery.py", line 62, in 
_find_tests_in_egg_dir
    for test in self._find_tests_in_egg_dir(event, entry_path, dist):
  File "nose2/plugins/loader/eggdiscovery.py", line 62, in 
_find_tests_in_egg_dir
    for test in self._find_tests_in_egg_dir(event, entry_path, dist):
  File "nose2/plugins/loader/eggdiscovery.py", line 62, in 
_find_tests_in_egg_dir
    for test in self._find_tests_in_egg_dir(event, entry_path, dist):
...
nose2.plugins.loader.eggdiscovery: DEBUG: find in egg dir 
/build/1st/nose2-0.7.3/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
 pkgegg/test/ (pkgegg)
nose2.plugins.loader.eggdiscovery: DEBUG: find in egg dir 
/build/1st/nose2-0.7.3/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
 pkgegg/test/ (pkgegg)
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 246 tests in 139.913s

FAILED (errors=1, skipped=1)
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
-m nose2.__main__ -v
dh_auto_test: pybuild --test -i python{version} -p 2.7 --system=custom 
"--test-args={interpreter} -m nose2.__main__ -v" returned exit code 13
debian/rules:35: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: nose2
Source-Version: 0.7.3-3

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

Debian distribution maintenance software
pp.
Pierre-Elliott Bécue <be...@crans.org> (supplier of updated nose2 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, 13 Feb 2018 19:48:25 +0100
Source: nose2
Binary: python-nose2-doc python-nose2 python3-nose2
Architecture: source all
Version: 0.7.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Pierre-Elliott Bécue <be...@crans.org>
Description:
 python-nose2 - Next generation of nicer testing for Python2
 python-nose2-doc - Next generation of nicer testing for Python2/3 
(documentation)
 python3-nose2 - Next generation of nicer testing for Python3
Closes: 889843
Changes:
 nose2 (0.7.3-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Pierre-Elliott Bécue ]
   * Add d/p/0004 to fix an infinite recursion issue that occurred when loading
     tests from a zipped eggfile. (Closes: #889843)
Checksums-Sha1:
 aadfb6f9391cd9a20bc85667b033cf325a871c3b 2344 nose2_0.7.3-3.dsc
 fa7a768fe8c5208cfbe3bc70bbec5ca3347815fe 8992 nose2_0.7.3-3.debian.tar.xz
 436f8801d92b23b6897d1120a29ef86263cb2e10 7957 nose2_0.7.3-3_amd64.buildinfo
 08fe387c3e92c69328e444c79410022a0f6f9726 190752 
python-nose2-doc_0.7.3-3_all.deb
 b550771cf3e0d68965ca7af117a5d8d1f6f1cd95 84560 python-nose2_0.7.3-3_all.deb
 cdd78c4591f66fe7a8465f5e9c1edfc95eddc5d4 84600 python3-nose2_0.7.3-3_all.deb
Checksums-Sha256:
 58ccae5327b18c1c6198009424fc2af16f9f63623b9c67fbee09d320911a504e 2344 
nose2_0.7.3-3.dsc
 8f043c0fc5621a0fbb8a43af6571be79862f0036814c0bcbbfa136a62c085b5f 8992 
nose2_0.7.3-3.debian.tar.xz
 0faa560fcd269278911e74566d1a3e6c0101155f08eebd1ed6e5839397f64c06 7957 
nose2_0.7.3-3_amd64.buildinfo
 ec0239bebc8805938bcdb95415d9600bbae5638c61cf11e2a3f9fbf9b20a2f08 190752 
python-nose2-doc_0.7.3-3_all.deb
 e9c7d6391744e2d5b549865797eff6f734995d6c150276dfefd800b80bc38645 84560 
python-nose2_0.7.3-3_all.deb
 732d9199ccb31c600eb9e0bec7eb722efff16e41b7024de83aa3c901e013e37b 84600 
python3-nose2_0.7.3-3_all.deb
Files:
 43389ff53213afe172243e961536bd92 2344 python optional nose2_0.7.3-3.dsc
 c8aca0f53796616732fa51e5da626c09 8992 python optional 
nose2_0.7.3-3.debian.tar.xz
 c9c540ac081da99a14c0a1955628ea97 7957 python optional 
nose2_0.7.3-3_amd64.buildinfo
 365705f36c7c245fd43a4f783512df3a 190752 doc optional 
python-nose2-doc_0.7.3-3_all.deb
 fe04f1e059aea6bda59fe5e682cea2ec 84560 python optional 
python-nose2_0.7.3-3_all.deb
 d6044a387bab774da2edc6b3012d349b 84600 python optional 
python3-nose2_0.7.3-3_all.deb

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

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlqEOp4ACgkQHpU+J9Qx
Hlgm7w//SkyAzMHFq5ObBjhS6oXRVV4dVMEehezdPKxwW2vN/7KERj8ShFa0GOV0
yVt6tGz4UEW6n2987hvtzeAM1KKwP+VWm9yhglKOB76/p00FmgXT/JFW9cxvLacR
jJ8n9GXmL7wdVo97uQSFfsnOZIxOuXrcgAO9Lm+isgrDw72l3BlbHjArf/2FfLli
MKfHHBWe5u3QUsigVKX5vA5cg2dmlONh1LRv+8NR68HjtwIel0YpQ7/VQe5xPnwY
Sep+hZS+0Ci5UekF3UItKSMKU1iZTp9oR0oEb/8ULhP2fyDOSj/0pCU9vAm0zvv2
1s6WS5bl7DQj0phPITlDC4QQTB5AsNU94pAa6oWPf/mDlQAdMUAU/ALn0FkUUeUh
bYfhzvN5P59i5A1vMgMRJf+ejbOQdSTtga1KGxD5N3GJRVTJ2BdUIXyf3mspICtv
bUMJhL798KvJC1POjzQA6TsgAzOYRIBOXB9GySwmF39PpMEJzlnJqzbPLeEqGO6T
IDoPn1Q1BiG0zjFH5WJ6nAPCpJUzZ7kec1vOBez6DiwCWUz9LC79sloSuIYSKqrU
wK4jnUiS+05KY8Dwdek2r8z1jSps1R/NQ9w6QHODqdlUZ4waeDCdFCdeWUEGaDug
+dGt9myIBTARo7X0O3ELOdJbCpbt2jolMfwob3Z34gtbRLAMxqo=
=98yj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to