Bug#809287: python-websockets: FTBFS: AssertionError: 1006 != 1005

2016-01-11 Thread Piotr Ożarowski
Source: python-websockets
Source-Version: 3.0-1

I forgot to close it in the changelog



Bug#809287: python-websockets: FTBFS: AssertionError: 1006 != 1005

2015-12-28 Thread Chris Lamb
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: