Your message dated Sun, 11 Sep 2016 22:22:22 +0000
with message-id <e1bjd8o-0001ml...@franck.debian.org>
and subject line Bug#836824: fixed in python-pyotp 2.2.1-1
has caused the Debian Bug report #836824,
regarding python-pyotp: FTBFS in testing (failing tests)
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.)


-- 
836824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-pyotp
Version: 2.1.1-2
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
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_testdir -i -O--buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py config 
running config
I: pybuild base:184: python3.5 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:184: /usr/bin/python setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
copying src/pyotp/utils.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
copying src/pyotp/hotp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
copying src/pyotp/otp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
copying src/pyotp/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
copying src/pyotp/totp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyotp
I: pybuild base:184: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
copying src/pyotp/utils.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
copying src/pyotp/hotp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
copying src/pyotp/otp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
copying src/pyotp/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
copying src/pyotp/totp.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/pyotp
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:184: cd /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m unittest discover -v -s /<<PKGBUILDDIR>>/ -p "test.py"
test_counter_offset (test.CounterOffsetTest) ... ok
test_match_rfc (test.HOTPExampleValuesFromTheRFC) ... ok
test_other_secret (test.HOTPExampleValuesFromTheRFC) ... ok
test_provisioning_uri (test.HOTPExampleValuesFromTheRFC) ... ok
test_verify_otp_reuse (test.HOTPExampleValuesFromTheRFC) ... ok
test_comparisons (test.StringComparisonTest) ... ok
test_fullwidth_input (test.StringComparisonTest) ... ok
test_match_google_authenticator_output (test.TOTPExampleValuesFromTheRFC) ... ok
test_match_rfc (test.TOTPExampleValuesFromTheRFC) ... FAIL
test_match_rfc_digit_length (test.TOTPExampleValuesFromTheRFC) ... FAIL
test_provisioning_uri (test.TOTPExampleValuesFromTheRFC) ... ok
test_random_key_generation (test.TOTPExampleValuesFromTheRFC) ... ok
test_validate_totp (test.TOTPExampleValuesFromTheRFC) ... ok
test_validate_totp_with_digit_length (test.TOTPExampleValuesFromTheRFC) ... ok
test_valid_window (test.ValidWindowTest) ... ok

======================================================================
FAIL: test_match_rfc (test.TOTPExampleValuesFromTheRFC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test.py", line 102, in test_match_rfc
    self.assertEqual(value, str(code), msg)
AssertionError: 25693528 != 38618901 (sha512, time=2000000000)

======================================================================
FAIL: test_match_rfc_digit_length (test.TOTPExampleValuesFromTheRFC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test.py", line 108, in test_match_rfc_digit_length
    self.assertEqual(totp.at(2000000000), '279037')
AssertionError: '573438' != u'279037'

----------------------------------------------------------------------
Ran 15 tests in 0.004s

FAILED (failures=2)
E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; python2.7 -m unittest discover 
-v -s {dir}/ -p "test.py"
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:7: recipe for target 'build-indep' failed
make: *** [build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

Because the package is "Architecture: all", the failure does not seem
related to using "dpkg-buildpackage -A".

Once you fix this, please consider uploading the package in source-only
form, so that we have pretty official build logs available here:

https://buildd.debian.org/status/package.php?p=python-pyotp

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-pyotp
Source-Version: 2.2.1-1

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

Debian distribution maintenance software
pp.
Hugo Lefeuvre <h...@debian.org> (supplier of updated python-pyotp 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: Fri, 09 Sep 2016 17:41:55 +0200
Source: python-pyotp
Binary: python-pyotp python3-pyotp
Architecture: source all
Version: 2.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Hugo Lefeuvre <h...@debian.org>
Changed-By: Hugo Lefeuvre <h...@debian.org>
Description:
 python-pyotp - Python One Time Password Library (Python 2)
 python3-pyotp - Python One Time Password Library (Python 3)
Closes: 836824
Changes:
 python-pyotp (2.2.1-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fix failing tests (Closes: #836824).
   * Remove debian/patches/timedelta-ingest-timestamp.patch: Integrated in new
     upstream version.
   * Remove useless PYBUILD_TEST_ARGS line in debian/rules.
Checksums-Sha1:
 429d78085b941e2a8ceaf4d41657d620aa0ce438 2051 python-pyotp_2.2.1-1.dsc
 596a3b2ab3fdd6fd566dacf766935f027f4c4ad3 11450 python-pyotp_2.2.1.orig.tar.gz
 d5cc9486382c28ba4a9abe9ec4baee93ed7bdd0e 2432 
python-pyotp_2.2.1-1.debian.tar.xz
 0e8ab876123dbdf60aa8b3ed455fbeb9efefa385 10246 python-pyotp_2.2.1-1_all.deb
 256c1e8dacbfe8ced8a199dfb289934a0dea144f 10324 python3-pyotp_2.2.1-1_all.deb
Checksums-Sha256:
 4239e527208b8cd849c85fe9de76170a5935849e314333380f3455befe307842 2051 
python-pyotp_2.2.1-1.dsc
 2d11d334495ecf40c1df03abb83204ee5ad32113a14fb7a7e7112e26b1261a43 11450 
python-pyotp_2.2.1.orig.tar.gz
 3c6e7194538a03f00836e9b530a3c311463b9a80147a26a2bc16c4a6e11099de 2432 
python-pyotp_2.2.1-1.debian.tar.xz
 63351e28b97d4e2359ce79fe8566690b89032391a94aaded7b34294915fd5fba 10246 
python-pyotp_2.2.1-1_all.deb
 bd240794c386edebbf691e33e39557bdc361a1383a72d1a1eb53575aea16c075 10324 
python3-pyotp_2.2.1-1_all.deb
Files:
 1dc49b64db956ef08ff4cfc65d7e2ffa 2051 python optional python-pyotp_2.2.1-1.dsc
 92350797898f849212a11140e83b77ec 11450 python optional 
python-pyotp_2.2.1.orig.tar.gz
 796bd79f396c5b0fd7457e0073ec6feb 2432 python optional 
python-pyotp_2.2.1-1.debian.tar.xz
 abc36f44a6f7896533026b67e27fac5f 10246 python optional 
python-pyotp_2.2.1-1_all.deb
 87290c12fbe797fddc1e6adf0e7fede2 10324 python optional 
python3-pyotp_2.2.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJX1cybAAoJEKyQrD7FJAZerM0P/iispOyxCfS4Yv2YAFnRX354
pd4kMH6SU0wAFOyqZgsYN69GceGUaNok8Qp/kvo2bnAZwzFoc0bMm2dUDwWDHHO0
r2k9txvvhIo220UNNhZe37amm60n5Jb/f24hw1BPnnBg3XF7WEnrT95jZ4ZSTmU2
lZ+MOHqT/iFlqm/5VceCS77l+ARQ7CdYgIJgFdmw7l8pDb4a08MUaPYcj8esiFYw
HAtIzsJifgJoN2YzOlwgwMTrc0FqNjdxPJSQrSeZi2kMk4KCvLP1fezjsmy7WOqf
bjHi1fYDdTEuVv+Y8ml+wLhZda7GIdgA5ZMCusvRM+VVA2GaCoSMUBA1/WihxzCK
R4yut1+3vz7ucsBSFad/46VmbtTZSKhZqJ5WcD867HWjmqsAkE2glZE5q6a1LVXl
OCeB19azl+OvLPQ+sv0CJVzPwcrw7sTWjY7Lq3icrIlhmN4vLvd0ClrPiAra2EiL
lVMi85+EnKEO2cCdU5o2aSL1PR0bRu/A2M5ASrDbCsxaD0PsEskNp/ukpR0hkLq3
GdKNo4RbKV996WeIZhvCByfz0Z8j2QqoSxujhJqPuyTGUgr0VREfxeXQ3bmp0Qod
mQZHY/7L1tpIZ5sS7b5FStiezsVoxWnaT04q0tpzA53zkYi//DsYt7ZtsCmPRWMT
oRWAnuS1w7el8ZwtsUG8
=teXV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to