Your message dated Fri, 22 Jan 2016 10:11:13 +0100
with message-id <20160122091113.gc11...@sar0.p1otr.com>
and subject line fixed in last upload
has caused the Debian Bug report #809287,
regarding python-websockets: FTBFS: AssertionError: 1006 != 1005
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.)


-- 
809287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-websockets
Version: 2.6-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

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

  [..]

  
  ======================================================================
  FAIL: test_close_handshake_in_fragmented_text 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 420, in test_close_handshake_in_fragmented_text
      self.assertConnectionClosed(1005, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1005
  
  ======================================================================
  FAIL: test_fragmented_binary_payload_too_big 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 383, in test_fragmented_binary_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_fragmented_text_payload_too_big 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 375, in test_fragmented_text_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_binary_payload_too_big 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 242, in test_recv_binary_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_other_error (websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 265, in test_recv_other_error
      self.assertConnectionClosed(1011, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1011
  
  ======================================================================
  FAIL: test_recv_protocol_error (websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 222, in test_recv_protocol_error
      self.assertConnectionClosed(1002, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1002
  
  ======================================================================
  FAIL: test_recv_text_payload_too_big 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 235, in test_recv_text_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_unicode_error (websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 228, in test_recv_unicode_error
      self.assertConnectionClosed(1007, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1007
  
  ======================================================================
  FAIL: test_server_close (websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 570, in test_server_close
      self.assertConnectionClosed(1000, 'close')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1000
  
  ======================================================================
  FAIL: test_unterminated_fragmented_text 
(websockets.test_protocol.ClientCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 413, in test_unterminated_fragmented_text
      self.assertConnectionClosed(1002, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1002
  
  ======================================================================
  FAIL: test_close_handshake_in_fragmented_text 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 420, in test_close_handshake_in_fragmented_text
      self.assertConnectionClosed(1005, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1005
  
  ======================================================================
  FAIL: test_fragmented_binary_payload_too_big 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 383, in test_fragmented_binary_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_fragmented_text_payload_too_big 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 375, in test_fragmented_text_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_binary_payload_too_big 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 242, in test_recv_binary_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_other_error (websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 265, in test_recv_other_error
      self.assertConnectionClosed(1011, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1011
  
  ======================================================================
  FAIL: test_recv_protocol_error (websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 222, in test_recv_protocol_error
      self.assertConnectionClosed(1002, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1002
  
  ======================================================================
  FAIL: test_recv_text_payload_too_big 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 235, in test_recv_text_payload_too_big
      self.assertConnectionClosed(1009, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1009
  
  ======================================================================
  FAIL: test_recv_unicode_error (websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 228, in test_recv_unicode_error
      self.assertConnectionClosed(1007, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1007
  
  ======================================================================
  FAIL: test_unterminated_fragmented_text 
(websockets.test_protocol.ServerCloseTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 413, in test_unterminated_fragmented_text
      self.assertConnectionClosed(1002, '')
    File 
"/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py",
 line 165, in assertConnectionClosed
      self.assertEqual(self.protocol.close_code, code)
  AssertionError: 1006 != 1002
  
  ----------------------------------------------------------------------
  Ran 192 tests in 200.599s
  
  FAILED (failures=19, skipped=26)
  E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd 
/home/lamby/temp/cdt.20151229003314.6D4e9yZNUX/python-websockets-2.6/.pybuild/pythonX.Y_3.5/build;
 python3.5 -m unittest discover -v 
  dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir . returned 
exit code 13
  debian/rules:5: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: python-websockets.2.6-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-websockets
Source-Version: 3.0-1

I forgot to close it in the changelog
... and send it to the right address, eh

--- End Message ---

Reply via email to