Your message dated Sun, 11 Sep 2016 19:49:40 +0000
with message-id <[email protected]>
and subject line Bug#834964: fixed in testresources 1.0.0-2
has caused the Debian Bug report #834964,
regarding testresources: undeterministic test still runs and fails with 
probability 1/12
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 [email protected]
immediately.)


-- 
834964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834964
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:testresources
Version: 1.0.0-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh build-indep --buildsystem=python_distutils --with python2,python3
   dh_testdir -i -O--buildsystem=python_distutils
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
   dh_auto_build -i -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions

[... snipped ...]

testresources.tests.test_test_resource.TestTestResource.testFinishedWithMarksNonDirty
 ... ok
testresources.tests.test_test_resource.TestTestResource.testFinishedWithResetsCurrentResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetActivityForResourceWithExtensions
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetActivityForResourceWithoutExtensions
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceCallsMakeResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceDoesntDirty
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceIncrementsUses
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceResetsUsedResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceReturnsMakeResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceSetsCurrentResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testGetResourceTwiceReturnsIdenticalResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testInitiallyNoCurrentResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testInitiallyNotDirty 
... ok
testresources.tests.test_test_resource.TestTestResource.testInitiallyUnused ... 
ok
testresources.tests.test_test_resource.TestTestResource.testIsDirty ... ok
testresources.tests.test_test_resource.TestTestResource.testIsDirtyIsTrueIfDependenciesAreDirty
 ... ok
testresources.tests.test_test_resource.TestTestResource.testIsDirtyIsTrueIfDependenciesChanged
 ... ok
testresources.tests.test_test_resource.TestTestResource.testIsResetIfDependenciesAreDirty
 ... ok
testresources.tests.test_test_resource.TestTestResource.testRepeatedGetResourceCallsMakeResourceOnceOnly
 ... ok
testresources.tests.test_test_resource.TestTestResource.testResetActivityForResourceWithExtensions
 ... ok
testresources.tests.test_test_resource.TestTestResource.testResetActivityForResourceWithoutExtensions
 ... ok
testresources.tests.test_test_resource.TestTestResource.testResourceAvailableBetweenFinishedWithCalls
 ... ok
testresources.tests.test_test_resource.TestTestResource.testUnimplementedGetResource
 ... ok
testresources.tests.test_test_resource.TestTestResource.testUsedResourceResetBetweenUses
 ... ok
testresources.tests.test_test_resource.TestTestResource.testUsingTwiceMakesAndCleansTwice
 ... ok
testresources.tests.test_test_resource.TestTestResource.testneededResourcesClosure
 ... ok
testresources.tests.test_test_resource.TestTestResource.testneededResourcesDefault
 ... ok
testresources.tests.test_test_resource.TestTestResource.testneededResourcesDependenciesFirst
 ... ok
testresources.tests.test_test_resource.test_suite ... ok

======================================================================
FAIL: 
testresources.tests.test_optimising_test_suite.TestGraphStuff.testBasicSortTests
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/testresources/tests/test_optimising_test_suite.py", 
line 527, in testBasicSortTests
    "failed with permutation %s" % (permutation,))
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 356, in 
assertIn
    self.assertThat(haystack, Contains(needle), message)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: [test_three, test_one, test_two, 
test_four] not in [[test_one, test_two, test_three, test_four], [test_three, 
test_two, test_one, test_four]]: failed with permutation [test_one, test_two, 
test_three, test_four]


----------------------------------------------------------------------
Ran 108 tests in 0.167s

FAILED (failures=1)
debian/rules:26: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:12: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

Because this source package only generates "Arch: all" packages, this
is the same as a FTBFS bug in the usual sense, and the fact that I was
doing "dpkg-buildpackage -A" does not mean anything special.

I attach a single build log. There are more here:

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

Thanks.

Attachment: testresources_1.0.0-1_amd64-20160818T0413Z.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: testresources
Source-Version: 1.0.0-2

We believe that the bug you reported is fixed in the latest version of
testresources, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated testresources 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 11 Sep 2016 18:36:57 +0200
Source: testresources
Binary: python-testresources python3-testresources
Architecture: source all
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 python-testresources - PyUnit extension for managing expensive test fixtures - 
Python 2.
 python3-testresources - PyUnit extension for managing expensive test fixtures 
- Python 3.
Closes: 834964
Changes:
 testresources (1.0.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URLs (https).
   * d/rules: Changed UPSTREAM_GIT protocol to https
 .
   [ Thomas Goirand ]
   * Removing testBasicSortTests() instead of excluding it with a nosetest
     parameter (Closes: #834964).
   * Updated VCS URLs to use OpenStack Gerrit.
   * Added a .gitreview file.
   * Standards-Version: 3.9.8 (no change).
   * Fixed debian/copyright ordering.
Checksums-Sha1:
 90a6b06ab19f2f1a87b4aaa9fed10457d6127f5a 2369 testresources_1.0.0-2.dsc
 719f5bf22fdd2005b7172410acbc953b7f477d49 5660 
testresources_1.0.0-2.debian.tar.xz
 ab405d03e04e1ef92bdca61d542526c531a00611 26594 
python-testresources_1.0.0-2_all.deb
 61f0c1c52a9eb692b3b5cef9d474780ca228bc53 26660 
python3-testresources_1.0.0-2_all.deb
Checksums-Sha256:
 9fd57a092e0fba5c46c1f851d30ee15a3063ddb836503dd5cf03e8d54fbe50bb 2369 
testresources_1.0.0-2.dsc
 25b1c48e51660e72b60d40867b25fd35ddeb699900a2313bed5fe0698c6f1c46 5660 
testresources_1.0.0-2.debian.tar.xz
 2deb993bd39b3a0edc7b8ea0628817dd3088d2734441f22753c12de02ea30065 26594 
python-testresources_1.0.0-2_all.deb
 52569e27cc789022055ff11d122fdc4d5988dc5cda664681d24a2b00665ef898 26660 
python3-testresources_1.0.0-2_all.deb
Files:
 41f6e7cbe91d148e0aa04c399878bfad 2369 python optional testresources_1.0.0-2.dsc
 60de7f6d39d626f4fcd92b843d3deab8 5660 python optional 
testresources_1.0.0-2.debian.tar.xz
 a9531a24a492c0ae6df36e0eed15843b 26594 python optional 
python-testresources_1.0.0-2_all.deb
 efcc1b81bd545c27137aa64d55cbda97 26660 python optional 
python3-testresources_1.0.0-2_all.deb

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

iQItBAEBCAAXBQJX1bQWEBx6aWdvQGRlYmlhbi5vcmcACgkQ1BatFaxrQ/5U/w/+
JD02P1sLvIh26QOEEpqe6bZzHZQegSb7ZZwk7+S7QEaUGS661+f5kbSW1i0x8Zo7
z8lBzRJYcFxfzfxf6bjUZ/xKmz2DH1PM5zRYq6bdJDXkamF4aL7UlwcbrdtwnG1L
8Tjn7ZjnefEA6MutpCYyJkjVVXI+aaOSUJgemnnaHIsVQ8zXlLtyk+PXPIUM+x8H
yemTFB2aKtLy6RgjMwPHAOj0FDfoTV183XuiglwCry4A61OdOZYWy0gVwf1p4Fjv
CjwVdlw/kO75qBAGhjsLwMxEvWytmgQQBPtF/zmD1u/P2li6l+4dVWd/LHoQcfCp
c/6Hdg3HLIHvxp6Ys2VVrsDwVfiJREb1ssdEGNoeZjXS9oYtptXlie3e2NM+Gc5N
dGWIII6XSUnCXooT3Tqvc7rEwEldxJdHO+RLFMvTlIslwSq4jvU8/frhbQ415deR
8Ygrd+OtIiRXttXLw9T+BQElWXBmaEGHWeHgIdWBdHCeso8DMYnnQQS6FSuc+6nG
ET/Ub9YK6pHCvrqu3S4cNimW7q7qIM61zTzNZzOXHCDyvxBKc0PUQYsbK8VOub9x
gVxT7tjDgDiLCdmyPpuj9AJVqHBVezi/W5BZwuZ4I5iWrk91ATCB+Q5pfJjW0/ET
o32dfi0uy9K8HGKldqRmHSg7t4N36hA4jJC+QPN0ZI0=
=D5cD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to