Your message dated Sun, 29 Jan 2017 19:33:33 +0000 with message-id <[email protected]> and subject line Bug#812768: fixed in python-whoosh 2.7.0-1.1 has caused the Debian Bug report #812768, regarding python-whoosh: FTBFS - tests fail with "No such file or directory: ... english-words.10.gz" 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.) -- 812768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812768 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-whoosh Version: 2.7.0-1 Severity: serious Usertags: goto-cc During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build failed with the following error. [...] tests/test_sorting.py .................................. tests/test_spans.py ............... tests/test_spelling.py ....F......... tests/test_tables.py ......... tests/test_vectors.py ..... tests/test_weightings.py .. tests/test_writing.py ................. =================================== FAILURES =================================== _______________________________ test_levenshtein _______________________________ Traceback (most recent call last): File "/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/test_automata.py", line 188, in test_levenshtein wordfile = gzip.open(path, "rb") File "/usr/lib/python2.7/gzip.py", line 34, in open return GzipFile(filename, mode, compresslevel) File "/usr/lib/python2.7/gzip.py", line 94, in __init__ fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') IOError: [Errno 2] No such file or directory: '/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/english-words.10.gz' ___________________________ test_levenshtein_prefix ____________________________ Traceback (most recent call last): File "/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/test_automata.py", line 209, in test_levenshtein_prefix wordfile = gzip.open(path, "rb") File "/usr/lib/python2.7/gzip.py", line 34, in open return GzipFile(filename, mode, compresslevel) File "/usr/lib/python2.7/gzip.py", line 94, in __init__ fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') IOError: [Errno 2] No such file or directory: '/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/english-words.10.gz' ________________________________ test_wordfile _________________________________ Traceback (most recent call last): File "/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/test_spelling.py", line 84, in test_wordfile wordfile = gzip.open(path, "rb") File "/usr/lib/python2.7/gzip.py", line 34, in open return GzipFile(filename, mode, compresslevel) File "/usr/lib/python2.7/gzip.py", line 94, in __init__ fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') IOError: [Errno 2] No such file or directory: '/srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build/tests/english-words.10.gz' ==================== 3 failed, 556 passed in 31.08 seconds ===================== E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd /srv/jenkins-slave/workspace/sid-goto-cc-python-whoosh/python-whoosh-2.7.0/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest tests dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 --dir . returned exit code 13 debian/rules:5: recipe for target 'build' failed make: *** [build] Error 25 The full build log is attached; please do let me know if the problem is unreproducible, in which case I shall try to investigate further. Best, Michael
python-whoosh-build-log.txt.gz
Description: application/gunzip
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: python-whoosh Source-Version: 2.7.0-1.1 We believe that the bug you reported is fixed in the latest version of python-whoosh, 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. Simon McVittie <[email protected]> (supplier of updated python-whoosh 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, 22 Jan 2017 18:57:02 +0000 Source: python-whoosh Binary: python-whoosh python3-whoosh python-whoosh-doc Architecture: source Version: 2.7.0-1.1 Distribution: unstable Urgency: medium Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> Changed-By: Simon McVittie <[email protected]> Description: python-whoosh - pure-Python full-text indexing, search, and spell checking librar python-whoosh-doc - full-text indexing, search, and spell checking library (doc) python3-whoosh - pure-Python full-text indexing, search, and spell checking librar Closes: 812768 Changes: python-whoosh (2.7.0-1.1) unstable; urgency=medium . * Non-maintainer upload, incorporating changes from collab-maint git. . [ Tobias Frost ] * Team upload (collab-maint) * d/control: - Replace VCS-* with https:// ones. - d/control: Bump S-V to 3.9.8 -- no changes required . [ Simon McVittie ] * Add sphinxdoc-common to Build-Depends. The sphinxdoc debhelper addon is required for the 'clean' target, so installing it in Build-Depends-Indep is not enough. * debian/missing/english-words.10.gz: Add missing file from upstream 2.7.0 tag. The unit tests require this file. (Closes: #812768) - debian/source/include-binaries: Include it in the tarball. - debian/rules: Copy the missing file into tests/ before building. Delete it during clean. * d/p/test_vector_unicode-Cope-with-updated-Python-unicode-data.patch: Add patch to make a test pass under Python 3.5. It makes outdated assumptions about how Python maps Cherokee text to lower-case. * debian/rules: Disable HTTP network access to avoid Sphinx contacting docs.python.org (Policy §4.9) Checksums-Sha1: c38a28dd0abf7619669833faedc7553804bfbae2 2269 python-whoosh_2.7.0-1.1.dsc 634b2cb25eef4251eff6eb4a2f0375606d6ddddf 22080 python-whoosh_2.7.0-1.1.debian.tar.xz Checksums-Sha256: 5db6dc981bca168dc046907296ebb6995a52c7514c9f02e5be1c2e41d1be78b8 2269 python-whoosh_2.7.0-1.1.dsc 3909536dd3dd888e652a0dcedb0ecdce6b9268f26114317870de4c0dc2fa3f2f 22080 python-whoosh_2.7.0-1.1.debian.tar.xz Files: b9dd9a2f20c5ce0d686e536a86e90dcf 2269 python optional python-whoosh_2.7.0-1.1.dsc aee7641d8341b0b2b885e8bd5211b05d 22080 python optional python-whoosh_2.7.0-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE2pjyXAhxxJpZ6v8sTej/KmPHzJAFAliFAiYACgkQTej/KmPH zJCf5BAAgqeH1wzRyL/RXjzCZ2lmB+ps1My4i9Yu2o9NfaPtwqpHEwH4j0uAJ91c BKYCGnwx0O+T8KteaQWhtfl6WUJIpcj8vCNFrKmICwkWAyIIDhxedt7kWs0xAYaR VGYX17kbAx+i052Os9ljF7C72xehKni12P9ZfInzKc9voBb+4xwDpEi6Nzllz7P+ QUZ3RT0LrYdkgQ+QF9n8lJJwclSOKYhjqA7zydGo0JpwyE2v7i/rA0cc4ZZfoXJD ffhE/5q3Bjj2gp06zqvY7Ase8KrKSalLbq2JZNKOAhJP3rmn8N7bKx7OyT4mxKuK xf/MgTVakjiD24GZ3xmumTBVTnkrI95vh6q73HzCZHOryNflxq7YG7wAaiwfPhp/ cYMn5hqBswM+r0u/ZCXFNMESgG2aTkDGMfOfEk8HXHVqghviWLwbRdJAr9BJJj7I lPQ4dom6s9XHG54kAJGQuJKzNuXBfbO/QBc576rk3HsILRNKq632mfCR5NSGH2La ARiaO54Hsxo1OBbq2+kRDyC33QTMODdSV/Q33uhf+ZYUKbD7B7HgJ539S93ssmFK gkdiu3yk0m/8Ic+oS9S0aXJW997tS8rangvdkucAiC3/I8kFCUSKBAm319EmTVaZ XcjHdA804w3moa1ZNXZNNWpsAeEc/zfQIlHtMxbOL68IWbsmv1o= =zzLQ -----END PGP SIGNATURE-----
--- End Message ---

