Your message dated Mon, 29 Sep 2014 04:34:55 +0000
with message-id <e1xysfn-0000gn...@franck.debian.org>
and subject line Bug#738722: fixed in python-formencode 1.2.6-2
has caused the Debian Bug report #738722,
regarding python-formencode tries to download files during the test target
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.)


-- 
738722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738722
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-formencode
Version: 1.2.6-1
Severity: serious
Tags: sid jessie

python-formencode tries to download files during the test target and fails to
build without network access.

   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:170: cd
/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build; python2.7 -m
nose --with-doctest
................S..........F....................F...
======================================================================
FAIL: Doctest: formencode.validators.Email
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for formencode.validators.Email
  File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1228, in Email

----------------------------------------------------------------------
File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1269, in formencode.validators.Email
Failed example:
    e.to_python('doesnotex...@colorstudy.com')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest formencode.validators.Email[11]>", line 1, in <module>
        e.to_python('doesnotex...@colorstudy.com')
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/api.py",
line 442, in to_python
        vp(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1351, in validate_python
        value, state)
    Invalid: The domain of the email address does not exist (the portion after
the @: colorstudy.com)
----------------------------------------------------------------------
File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1271, in formencode.validators.Email
Failed example:
    e.to_python('t...@nyu.edu')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest formencode.validators.Email[12]>", line 1, in <module>
        e.to_python('t...@nyu.edu')
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/api.py",
line 442, in to_python
        vp(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1351, in validate_python
        value, state)
    Invalid: The domain of the email address does not exist (the portion after
the @: nyu.edu)
----------------------------------------------------------------------
File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1278, in formencode.validators.Email
Failed example:
    e.to_python(u't...@google.com')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest formencode.validators.Email[14]>", line 1, in <module>
        e.to_python(u't...@google.com')
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/api.py",
line 442, in to_python
        vp(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1351, in validate_python
        value, state)
    Invalid: The domain of the email address does not exist (the portion after
the @: google.com)


======================================================================
FAIL: Doctest: formencode.validators.URL
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for formencode.validators.URL
  File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1357, in URL

----------------------------------------------------------------------
File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1397, in formencode.validators.URL
Failed example:
    u.to_python('http://google.com')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest formencode.validators.URL[13]>", line 1, in <module>
        u.to_python('http://google.com')
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/api.py",
line 439, in to_python
        value = tp(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1488, in _to_python
        self._check_url_exists(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1530, in _check_url_exists
        self.message('socketError', state, error=e), state, url)
    Invalid: An error occured when trying to connect to the server: [Errno -2]
Name or service not known
----------------------------------------------------------------------
File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1403, in formencode.validators.URL
Failed example:
    u.to_python('http://www.formencode.org/does/not/exist/page.html')
Expected:
    Traceback (most recent call last):
        ...
    Invalid: The server responded that the page could not be found
Got:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest formencode.validators.URL[15]>", line 1, in <module>
        u.to_python('http://www.formencode.org/does/not/exist/page.html')
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/api.py",
line 439, in to_python
        value = tp(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1488, in _to_python
        self._check_url_exists(value, state)
      File
"/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build/formencode/validators.py",
line 1530, in _check_url_exists
        self.message('socketError', state, error=e), state, url)
    Invalid: An error occured when trying to connect to the server: [Errno -2]
Name or service not known


----------------------------------------------------------------------
Ran 52 tests in 0.642s

FAILED (SKIP=1, failures=2)
E: pybuild pybuild:256: test: plugin distutils failed with: exit code=1: cd
/build/buildd/python-formencode-1.2.6/.pybuild/pythonX.Y_2.7/build; python2.7 -m
nose --with-doctest
dh_auto_test: pybuild --test -i python{version} -p 2.7 --dir . returned exit 
code 13

--- End Message ---
--- Begin Message ---
Source: python-formencode
Source-Version: 1.2.6-2

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

Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated python-formencode 
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: Sun, 28 Sep 2014 19:01:14 -0400
Source: python-formencode
Binary: python-formencode
Architecture: source all
Version: 1.2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Fabio Tranchitella <kob...@debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description:
 python-formencode - validation and form generation Python package
Closes: 738722
Changes:
 python-formencode (1.2.6-2) unstable; urgency=medium
 .
   * Team upload
 .
   [ Scott Kitterman ]
   * Add debian/patches/dns_test_disable.diff to disable tests that require DNS
     access to run (Closes: #738722)
     - Thanks to Andrey Rahmatullin for the patch
   * Bump standards version to 3.9.6 without further change
Checksums-Sha1:
 35b65c9aac3633cad6006f94856a3f9102c67f92 2175 python-formencode_1.2.6-2.dsc
 e73b1a2cc80b61ec7684efb7ee7d7a326ca9e37e 4812 
python-formencode_1.2.6-2.debian.tar.xz
 40f63c8865fe4052b90d8d73afc42c26ffa422e5 112454 
python-formencode_1.2.6-2_all.deb
Checksums-Sha256:
 56a4bb4a9abd4f1c4d29456b4e7c90683402c56a39b27433fb036a2232fa3f01 2175 
python-formencode_1.2.6-2.dsc
 0c814e1e2d123e7241d41db8c496f0e87af9cc64011d99a762296c9bba7f525b 4812 
python-formencode_1.2.6-2.debian.tar.xz
 8e315aa3fd1e441a0f13e82bd36dfbdf502c0da727c9c69a3286a19d35aabcb6 112454 
python-formencode_1.2.6-2_all.deb
Files:
 a8db5d80f5f496e7d5b03599803f1e5d 112454 python optional 
python-formencode_1.2.6-2_all.deb
 2ac836f784f28f81a09159c2f449be26 2175 python optional 
python-formencode_1.2.6-2.dsc
 01d2d806bfb2600b95be48261260b924 4812 python optional 
python-formencode_1.2.6-2.debian.tar.xz

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

iQIcBAEBCAAGBQJUKNyKAAoJEHjX3vua1Zrx9sIP/irW06Qf9eV5AOT4j9GskpfW
orMQSo/jGDeDpowopJpzFZBE2iFaQ/TWnXlpDgBezpN+/zIuCO21lohVwoTyhvya
p3aYrSwDopoCYJBaDdeFLWfB4/6LqJpLAdaI8NCN9aLFy0oBLiX2BfjmfkhIt8nO
oqjxYCvSGJtM0DGsff1hnlLjv7jb61l+PCUjuYpYLvnj2UdnB9TXClMkN2f0BnNE
qiQktR53dASvEhCQZ2JRPqRaIjiVlG1Jh1Ag7g7zpQ+fZXtSBkQrra/PMdPSOE0Y
qmPe1Xe2WfBPEjA4FcQJiiWeUOkjPSByAc4t5Q+xnPR3cipxALIopUatewteWTeF
/EUeYH26ccBgE1OwdkAYzx9wlL4yPx1fm8/Pj87nOOr8FcZxEl/Zv7n0a9Uss5+B
+eTrxg08u7T4+mMR9vCAjtpxy5iX/bpkvnwDp3DkkNnVh8T/xs+FK5axQR1iouhQ
HOhQvssKj7qZtoUduMAlEpu7+h3AA6Ak7Gni1iH/xop+yCcNg4o2k8jrtvGRoCeQ
iMUZIe13MLm2xi5ULQ+tTC6NZBQHPnO2I6nuVo1ghVakyauHLcTDuMqoRXC3l6DC
dAvQmtyCol9fXvvIHJq4CjLwiLbw1ZhM91tJ8N8cRE4Vo4vBzHLkRIQS9ZVk3dfx
buplfHxRhG/5JtryVXDP
=2sx6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to