Your message dated Wed, 01 Nov 2017 21:35:02 +0000
with message-id <e1ea0f8-00072w...@fasolo.debian.org>
and subject line Bug#880227: fixed in python-oslo.concurrency 3.21.0-2
has caused the Debian Bug report #880227,
regarding python-oslo.concurrency: FTBFS on i386: MismatchError: '(1073741824, 
1073741824)' != '(1073741824L, 1073741824L)
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.)


-- 
880227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-oslo.concurrency
Version: 3.21.0-1
Severity: serious
Justification: fails to build from source

Hi,

python-oslo.concurrency FTBFS in a clean minimal i386 sid+experiental
environment (it builds fine on amd64):

======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_address_space
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 814, in 
test_address_space
    self.check_limit(prlimit, 'RLIMIT_AS', prlimit.address_space)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1073741824, 1073741824)' != 
'(1073741824L, 1073741824L)'


======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_core_size
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_core_size
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 819, in 
test_core_size
    self.check_limit(prlimit, 'RLIMIT_CORE', prlimit.core_file_size)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1024, 1024)' != '(1024L, 1024L)'


======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_cpu_time
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_cpu_time
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 824, in 
test_cpu_time
    self.check_limit(prlimit, 'RLIMIT_CPU', prlimit.cpu_time)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1024, 1024)' != '(1024L, 1024L)'


======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_data_size
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_data_size
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 829, in 
test_data_size
    self.check_limit(prlimit, 'RLIMIT_DATA', max_memory)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1073741824, 1073741824)' != 
'(1073741824L, 1073741824L)'


======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_file_size
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_file_size
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 834, in 
test_file_size
    self.check_limit(prlimit, 'RLIMIT_FSIZE', prlimit.file_size)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1024, 1024)' != '(1024L, 1024L)'


======================================================================
FAIL: 
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_resident_set_size
oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase.test_resident_set_size
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

Traceback (most recent call last):
  File "oslo_concurrency/tests/unit/test_processutils.py", line 844, in 
test_resident_set_size
    self.check_limit(prlimit, 'RLIMIT_RSS', max_memory)
  File "oslo_concurrency/tests/unit/test_processutils.py", line 810, in 
check_limit
    self.assertEqual(str(expected), stdout.rstrip())
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 350, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '(1073741824, 1073741824)' != 
'(1073741824L, 1073741824L)'


----------------------------------------------------------------------
Ran 103 tests in 28.130s

FAILED (failures=6)
debian/rules:32: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/python-oslo.concurrency-3.21.0'


Andreas

Attachment: python-oslo.concurrency_3.21.0-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: python-oslo.concurrency
Source-Version: 3.21.0-2

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-oslo.concurrency 
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: Wed, 01 Nov 2017 21:10:59 +0000
Source: python-oslo.concurrency
Binary: python-oslo.concurrency python-oslo.concurrency-doc 
python3-oslo.concurrency
Architecture: source all
Version: 3.21.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-oslo.concurrency - concurrency and locks for OpenStack projects - 
Python 2.x
 python-oslo.concurrency-doc - oslo.concurrency library - doc
 python3-oslo.concurrency - oslo.concurrency library - Python 3.x
Closes: 880227
Changes:
 python-oslo.concurrency (3.21.0-2) unstable; urgency=medium
 .
   * Disable some unit tests failing on i386 (Closes: #880227).
   * Using pkgos-dh_auto_test.
   * Watch file using https.
   * Standards-Version is now 4.1.1.
   * Using pkgos-dh_auto_install.
   * Uploading to unstable.
Checksums-Sha1:
 4879f75f0d7912a67a7a930716041dd2a66bb619 3046 
python-oslo.concurrency_3.21.0-2.dsc
 1cd90892813d8760c20e283dbebc429f12b171bb 3992 
python-oslo.concurrency_3.21.0-2.debian.tar.xz
 950b20aaa06fe9df43f2e7651a969447b462a2cb 927484 
python-oslo.concurrency-doc_3.21.0-2_all.deb
 cf543f1f406ecb038bf106589e2ae48a5ca937b9 25648 
python-oslo.concurrency_3.21.0-2_all.deb
 ef0ca3ed63e43e0f65a91afd6f90408ebeaef56c 13639 
python-oslo.concurrency_3.21.0-2_amd64.buildinfo
 3a6fe7820b72ceaf56ab84660df3e012c793f855 25736 
python3-oslo.concurrency_3.21.0-2_all.deb
Checksums-Sha256:
 0064e0cccd0078484b4e177d4bd8f3c0b54eee0983e4c9d1a3a30901ecf6c432 3046 
python-oslo.concurrency_3.21.0-2.dsc
 fc1bca438813cbb0cc13e621a2412d70ee5da7de0d63034c536ade0bf7f8ab6b 3992 
python-oslo.concurrency_3.21.0-2.debian.tar.xz
 d393efb7bb80fc6c9695fe337df2ac0b271cd4af55d4f815cb540b5511933074 927484 
python-oslo.concurrency-doc_3.21.0-2_all.deb
 425e16acc2c090c1d31c545290f0b7e549d58c561bbf51e1439c57dbb66a729e 25648 
python-oslo.concurrency_3.21.0-2_all.deb
 ee99f856a62957092791e461f33c56c1b349e212071b8a9a5fd7e1a8a1f1efef 13639 
python-oslo.concurrency_3.21.0-2_amd64.buildinfo
 e99590f223c4ed979e70305cf10b81c3011a139de64a975aa586ac002faf2b92 25736 
python3-oslo.concurrency_3.21.0-2_all.deb
Files:
 8dce41723effa017567e77af90a760c3 3046 python optional 
python-oslo.concurrency_3.21.0-2.dsc
 4ce79fd0ecc50ee139b58efc38d6bc52 3992 python optional 
python-oslo.concurrency_3.21.0-2.debian.tar.xz
 7f23d32796b60c75d1bb4933c0917b42 927484 doc optional 
python-oslo.concurrency-doc_3.21.0-2_all.deb
 a8ff15e0d8a501c068ffe427c2ac72c6 25648 python optional 
python-oslo.concurrency_3.21.0-2_all.deb
 bd6852fe967c450394aa77219646d113 13639 python optional 
python-oslo.concurrency_3.21.0-2_amd64.buildinfo
 a4627d52e3b4fd97a1929840a2378694 25736 python optional 
python3-oslo.concurrency_3.21.0-2_all.deb

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

iQJEBAEBCAAuFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAln6ONwQHHppZ29AZGVi
aWFuLm9yZwAKCRDUFq0VrGtD/rqrD/494uUGXmRw/RPSx97imMqVsYDn/XUU/rz9
G9BAdhkkwVE7021rxOASRKD6P3FehznrDPrhOongxukBshigBNmrma0Ba1/DC9qQ
ABmSpBsTJSmqJEryz++kQSldE3gfbn5VGPQMwvixXuY2KYQNApdWPvx+a8b3+k0H
r1vtb3xGbUhitc+Ml62J21WT3G2gx6Mqwv3xGdiLn2OsiySjyPvCuRiUx9ltR1pO
y1XLlz4RAylFbzOLM3jhNJH/kODYDNJOmXXxVtylUWtRqmy3eHhg4xSZ75peMOGS
0sSxLBuZcUWyD1MTFGY7sQRaL1/UdJ4IdoC44O2pPtWgXvbuss2+IFHUd6h8/aqg
cMXG/tRSeYLgWVFlHWZRQ2aL09fgaTL6Ln8mFqykyIysLOkq2i++mRr/ykAuLXVC
jsp8sGRb95XrM616XM67VgWq5GWj3C/lHrrnjycfYQycxXKK2dghn9k9EkNSO2wN
g/rN8e4redFyoWdO4qP9CT/mT+CRgZoRGN3rMgrmSJWq16ZawrgkzNRE+djg+ivp
0FecTVmZCKDdxT3P/a/zwm7BJd+gDDZ/WQQ5N5Shb3qyRs/q5JAxhdm5ZFRjjykz
0HfTkrdZMzoMrdTVpbd6QZOnSSnU3sRBbSIB/RE+P6wxBgTvgfU194QLtHG7uT4H
a+qxf0HGcQ==
=kSz6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to