Your message dated Mon, 04 Jan 2016 22:38:03 +0000
with message-id <[email protected]>
and subject line Bug#808843: fixed in python-pyramid 1.6+dfsg-1
has caused the Debian Bug report #808843,
regarding python-pyramid: FTBFS: ValueError: Invalid status code, integer 
required.
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.)


-- 
808843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808843
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pyramid
Version: 1.5.7+dfsg-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]

Dear Maintainer,

python-pyramid fails to build from source in unstable/amd64:

  [..]

  
  ======================================================================
  ERROR: test_ctor_with_app_iter_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 140, in test_ctor_with_app_iter_doesnt_set_default_app_iter
      exc = self._makeOne(app_iter=[b'123'])
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
      return cls(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_ctor_with_body_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 132, in test_ctor_with_body_doesnt_set_default_app_iter
      exc = self._makeOne(body=b'123')
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
      return cls(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_ctor_with_unicode_body_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 136, in test_ctor_with_unicode_body_doesnt_set_default_app_iter
      exc = self._makeOne(unicode_body=text_('123'))
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
      return cls(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_exception (pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 178, in test_exception
      exc = self._makeOne()
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
      return cls(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_provides_IExceptionResponse 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 97, in test_provides_IExceptionResponse
      inst = self._getTargetClass()()
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_provides_IResponse 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 87, in test_provides_IResponse
      inst = self._getTargetClass()()
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_wsgi_response 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 174, in test_wsgi_response
      exc = self._makeOne()
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
      return cls(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_it_call_with_default_body_tmpl 
(pyramid.tests.test_httpexceptions.Test_HTTPMove)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 318, in test_it_call_with_default_body_tmpl
      exc = self._makeOne(location='foo')
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 297, in _makeOne
      return _HTTPMove(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 449, in __init__
      body_template=body_template, location=location, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_it_location_firstarg 
(pyramid.tests.test_httpexceptions.Test_HTTPMove)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 314, in test_it_location_firstarg
      exc = self._makeOne('foo')
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 297, in _makeOne
      return _HTTPMove(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 449, in __init__
      body_template=body_template, location=location, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_it_location_not_passed 
(pyramid.tests.test_httpexceptions.Test_HTTPMove)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 306, in test_it_location_not_passed
      exc = self._makeOne()
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 297, in _makeOne
      return _HTTPMove(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 449, in __init__
      body_template=body_template, location=location, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ======================================================================
  ERROR: test_it_location_passed 
(pyramid.tests.test_httpexceptions.Test_HTTPMove)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 310, in test_it_location_passed
      exc = self._makeOne(location='foo')
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 297, in _makeOne
      return _HTTPMove(*arg, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 449, in __init__
      body_template=body_template, location=location, **kw)
    File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
      Response.__init__(self, status=status, **kw)
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
      self.status = status
    File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
      raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ----------------------------------------------------------------------
  Ran 2335 tests in 3.252s
  
  FAILED (errors=19)
  E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: 
python2.7 setup.py test 
  dh_auto_test: pybuild --test -i python{version} -p 2.7 --dir . returned exit 
code 13
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Attachment: python-pyramid.1.5.7+dfsg-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-pyramid
Source-Version: 1.6+dfsg-1

We believe that the bug you reported is fixed in the latest version of
python-pyramid, 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.
Barry Warsaw <[email protected]> (supplier of updated python-pyramid 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: Mon, 04 Jan 2016 15:37:55 -0500
Source: python-pyramid
Binary: python-pyramid python3-pyramid
Architecture: source all
Version: 1.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Barry Warsaw <[email protected]>
Changed-By: Barry Warsaw <[email protected]>
Description:
 python-pyramid - Pyramid web application framework, a Pylons project
 python3-pyramid - Pyramid web application framework, a Pylons project
Closes: 808843
Changes:
 python-pyramid (1.6+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.  (Closes: #808843)
   * d/watch: Adjust filenamemangle to handle PyPI url format.
   * d/patches: Updated via git-dpm.
   * d/python{,3}-pyramid.lintian-overrides: Ignore the warnings caused by
     test data files in importable locations.
   * d/rules: Ensure the installed pdfs aren't executable.
Checksums-Sha1:
 9e5c696a3eae89c3dfdff98833585ed434a914b4 2571 python-pyramid_1.6+dfsg-1.dsc
 b5dd130ddf9bd6594b11318f806bf60e4dbb8a0d 2567399 
python-pyramid_1.6+dfsg.orig.tar.gz
 b85ae5b069ed813345711ea9405b34d24b2c54b5 6612 
python-pyramid_1.6+dfsg-1.debian.tar.xz
 962ff10f898bfa5417b7f1ad52d445dddab92e6c 499290 
python-pyramid_1.6+dfsg-1_all.deb
 baaccc320b8b4fcb1988f12a65f37abe539e1143 357734 
python3-pyramid_1.6+dfsg-1_all.deb
Checksums-Sha256:
 9955491693e4abd47305776563a69dac861ee3e16c148cac9c14c9fc6f1aa2f2 2571 
python-pyramid_1.6+dfsg-1.dsc
 c921291d504ea2815a309632d9fd4a3a5a24dd6b7b5f60ee39c426ab266562de 2567399 
python-pyramid_1.6+dfsg.orig.tar.gz
 83e1c3f71a68f1a409bf1ad634d485c922ac6afc981bc08c3b1c82e65ae262b9 6612 
python-pyramid_1.6+dfsg-1.debian.tar.xz
 a0242cc7210855a87fc7a4184a5d90e04a624461225c727140cb59ee36984e5c 499290 
python-pyramid_1.6+dfsg-1_all.deb
 f462abab30407a695a30e4f10a9376b02f84e9bea0fc451655359392016c9f0c 357734 
python3-pyramid_1.6+dfsg-1_all.deb
Files:
 4fde69c17a00877ea0eb0d710129b46b 2571 python extra 
python-pyramid_1.6+dfsg-1.dsc
 a8acfe532eb405b96b95d54b9a9035f5 2567399 python extra 
python-pyramid_1.6+dfsg.orig.tar.gz
 a053459a76a655cea3abca784ff4d9ea 6612 python extra 
python-pyramid_1.6+dfsg-1.debian.tar.xz
 2a46a9327f84bd98df868da6487bf45c 499290 python extra 
python-pyramid_1.6+dfsg-1_all.deb
 308535d7aa2fc2c0cdbd392a6bebb36b 357734 python extra 
python3-pyramid_1.6+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJWiuyHAAoJEBJutWOnSwa/skcP/iOiOEJfFiYDwvFuhi3jH6ca
XsrwIm75wr+kA4Y2HU0w8au875yBfw137R468a9X0Det3Cd9ZpGxkAfzz8FMnJQ1
P9QcbSlTjlnEEBpVvHgd5/S0HnAGLUchVObV4OEHFtPNSjB9pKcdEANN6EMk0s4W
EpGEdJeUAirVxpcvbHeP0O10TuGcNregpMQ/frnP384XW6P1qLgJbO6yooP3lk1H
ROO9MwjFi3N9hFb797bQXTAeGfk6eZz8aFZqLOxwi5xqh2+RiL8k2DJxr6qFjINF
+ecnjkvrICutvFLFnn58wjN60Q0AbZVqfmoWwtBwXutu91SLUrMV25uZfOieocVd
NWDC2nKQ6Av3fwk0LnGjMkJLggaw/vitGmEy/VfmSsXb6DOYXR3d13aEXUK+dV5T
9ebKRvcnOFaAcqqR7TkVg0Ysue/hwHg+wRnxSQfxf/FsnuP00ft8d8U487aK1hwr
ZzGXvSi3rvRvrt842UaT9bmUlXhJJCbuUP01fu/kwsEY2fyF4/kly8Wgsw8UE7je
btS3SX7YQxmYwBAWOte3vu/XxQ0b5uDCRz64NbXodW3Q8yqyF7O4udMKzQ5klhGg
UKFIApRELPyK7AvwyCYk9xBfDuA1bzfzkeLl4gjVcK+4ewV0EGTQRKJii8r4dGUm
jCoAz0cHKa1A8S/vjiIK
=KE2C
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to