Public bug reported:

autopkgtest fails with openssl1.1.1 pre3

As seen at:

https://bileto.ubuntu.com/excuses/3217/bionic.html

test test_ftplib failed -- multiple errors occurred; run in verbose mode
for details

test test_ssl failed -- multiple errors occurred; run in verbose mode
for details

======================================================================
ERROR: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ftplib.py", line 534, in test_storbinary
    self.client.storbinary('stor', f)
  File "/usr/lib/python2.7/ftplib.py", line 781, in storbinary
    conn.unwrap()
  File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
    s = self._sslobj.shutdown()
error: [Errno 0] Error

======================================================================
ERROR: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ftplib.py", line 546, in 
test_storbinary_rest
    self.client.storbinary('stor', f, rest=r)
  File "/usr/lib/python2.7/ftplib.py", line 781, in storbinary
    conn.unwrap()
  File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
    s = self._sslobj.shutdown()
error: [Errno 0] Error

======================================================================
ERROR: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ftplib.py", line 551, in test_storlines
    self.client.storlines('stor', f)
  File "/usr/lib/python2.7/ftplib.py", line 802, in storlines
    conn.unwrap()
  File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
    s = self._sslobj.shutdown()
error: [Errno 0] Error

----------------------------------------------------------------------
Ran 71 tests in 1.709s

FAILED (errors=3, skipped=1)


======================================================================
FAIL: test_options (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ssl.py", line 780, in test_options
    self.assertEqual(default, ctx.options)
AssertionError: 2181169236 != 2182217812L

======================================================================
FAIL: test_default_ciphers (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ssl.py", line 2780, in test_default_ciphers
    s.connect((HOST, server.port))
AssertionError: SSLError not raised

======================================================================
FAIL: test_default_ecdh_curve (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_ssl.py", line 2831, in 
test_default_ecdh_curve
    self.assertIn("ECDH", s.cipher()[0])
AssertionError: 'ECDH' not found in 'TLS_AES_256_GCM_SHA384'

----------------------------------------------------------------------
Ran 95 tests in 1.350s

FAILED (failures=3, skipped=8)


(Below are possibly unrelated to openssl 1.1.1 pre3)

======================================================================
FAIL: test_parse_makefile_base 
(distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/distutils/tests/test_sysconfig.py", line 63, in 
test_parse_makefile_base
    'OTHER': 'foo'})
AssertionError: {'VAR': '$OTHER', 'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 
'OTHER': 'foo'} != {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo'}
- {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo', 'VAR': '$OTHER'}
?                                                             -----------------

+ {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo'}

======================================================================
FAIL: test_parse_makefile_literal_dollar 
(distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/distutils/tests/test_sysconfig.py", line 75, in 
test_parse_makefile_literal_dollar
    'OTHER': 'foo'})
AssertionError: {'VAR': '$OTHER', 'CONFIG_ARGS': "'--arg1=optarg1' 
'ENV=\\$LIB'", 'OTHER': 'foo' [truncated]... != {'CONFIG_ARGS': 
"'--arg1=optarg1' 'ENV=\\$LIB'", 'OTHER': 'foo'}
- {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=\\$LIB'",
+ {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=\\$LIB'", 'OTHER': 'foo'}
?                                                 ++++++++++++++++

-  'OTHER': 'foo',
-  'VAR': '$OTHER'}

----------------------------------------------------------------------
Ran 194 tests in 1.382s

FAILED (failures=2, skipped=22)

** Affects: python2.7 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: tls1.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1759172

Title:
  autopkgtest fails with openssl 1.1.1 pre3

Status in python2.7 package in Ubuntu:
  New

Bug description:
  autopkgtest fails with openssl1.1.1 pre3

  As seen at:

  https://bileto.ubuntu.com/excuses/3217/bionic.html

  test test_ftplib failed -- multiple errors occurred; run in verbose
  mode for details

  test test_ssl failed -- multiple errors occurred; run in verbose mode
  for details

  ======================================================================
  ERROR: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ftplib.py", line 534, in test_storbinary
      self.client.storbinary('stor', f)
    File "/usr/lib/python2.7/ftplib.py", line 781, in storbinary
      conn.unwrap()
    File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
      s = self._sslobj.shutdown()
  error: [Errno 0] Error

  ======================================================================
  ERROR: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ftplib.py", line 546, in 
test_storbinary_rest
      self.client.storbinary('stor', f, rest=r)
    File "/usr/lib/python2.7/ftplib.py", line 781, in storbinary
      conn.unwrap()
    File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
      s = self._sslobj.shutdown()
  error: [Errno 0] Error

  ======================================================================
  ERROR: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ftplib.py", line 551, in test_storlines
      self.client.storlines('stor', f)
    File "/usr/lib/python2.7/ftplib.py", line 802, in storlines
      conn.unwrap()
    File "/usr/lib/python2.7/ssl.py", line 829, in unwrap
      s = self._sslobj.shutdown()
  error: [Errno 0] Error

  ----------------------------------------------------------------------
  Ran 71 tests in 1.709s

  FAILED (errors=3, skipped=1)


  
  ======================================================================
  FAIL: test_options (test.test_ssl.ContextTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ssl.py", line 780, in test_options
      self.assertEqual(default, ctx.options)
  AssertionError: 2181169236 != 2182217812L

  ======================================================================
  FAIL: test_default_ciphers (test.test_ssl.ThreadedTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ssl.py", line 2780, in 
test_default_ciphers
      s.connect((HOST, server.port))
  AssertionError: SSLError not raised

  ======================================================================
  FAIL: test_default_ecdh_curve (test.test_ssl.ThreadedTests)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/test/test_ssl.py", line 2831, in 
test_default_ecdh_curve
      self.assertIn("ECDH", s.cipher()[0])
  AssertionError: 'ECDH' not found in 'TLS_AES_256_GCM_SHA384'

  ----------------------------------------------------------------------
  Ran 95 tests in 1.350s

  FAILED (failures=3, skipped=8)

  
  (Below are possibly unrelated to openssl 1.1.1 pre3)

  ======================================================================
  FAIL: test_parse_makefile_base 
(distutils.tests.test_sysconfig.SysconfigTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/distutils/tests/test_sysconfig.py", line 63, in 
test_parse_makefile_base
      'OTHER': 'foo'})
  AssertionError: {'VAR': '$OTHER', 'CONFIG_ARGS': "'--arg1=optarg1' 
'ENV=LIB'", 'OTHER': 'foo'} != {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 
'OTHER': 'foo'}
  - {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo', 'VAR': 
'$OTHER'}
  ?                                                             
-----------------

  + {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo'}

  ======================================================================
  FAIL: test_parse_makefile_literal_dollar 
(distutils.tests.test_sysconfig.SysconfigTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/distutils/tests/test_sysconfig.py", line 75, in 
test_parse_makefile_literal_dollar
      'OTHER': 'foo'})
  AssertionError: {'VAR': '$OTHER', 'CONFIG_ARGS': "'--arg1=optarg1' 
'ENV=\\$LIB'", 'OTHER': 'foo' [truncated]... != {'CONFIG_ARGS': 
"'--arg1=optarg1' 'ENV=\\$LIB'", 'OTHER': 'foo'}
  - {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=\\$LIB'",
  + {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=\\$LIB'", 'OTHER': 'foo'}
  ?                                                 ++++++++++++++++

  -  'OTHER': 'foo',
  -  'VAR': '$OTHER'}

  ----------------------------------------------------------------------
  Ran 194 tests in 1.382s

  FAILED (failures=2, skipped=22)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1759172/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to