Activity log for bug #1759172

Date Who What changed Old value New value Message
2018-03-27 08:42:09 Dimitri John Ledkov bug added bug
2018-03-27 14:38:45 Dimitri John Ledkov 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) 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 Rebuilding python2.7 also fails: https://launchpadlibrarian.net/362271446/buildlog_ubuntu-bionic-amd64.python2.7_2.7.14-7_BUILDING.txt.gz ====================================================================== ERROR: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 534, in test_storbinary self.client.storbinary('stor', f) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 781, in storbinary conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 546, in test_storbinary_rest self.client.storbinary('stor', f, rest=r) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 781, in storbinary conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 551, in test_storlines self.client.storlines('stor', f) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 802, in storlines conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/ssl.py", line 829, in unwrap s = self._sslobj.shutdown() error: [Errno 0] Error ---------------------------------------------------------------------- Ran 71 tests in 1.956s FAILED (errors=3, skipped=1) ====================================================================== ERROR: test_load_dh_params (test.test_ssl.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ssl.py", line 1005, in test_load_dh_params shutil.copy(DHFILE, fname) File "/<<PKGBUILDDIR>>/Lib/shutil.py", line 131, in copy if os.path.isdir(dst): File "/<<PKGBUILDDIR>>/build-debug/../Lib/genericpath.py", line 49, in isdir st = os.stat(s) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 18: ordinal not in range(128) ====================================================================== ERROR: test_tls1_3 (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ssl.py", line 2808, in test_tls1_3 with context.wrap_socket(socket.socket()) as s: AttributeError: __exit__ ====================================================================== FAIL: test_options (test.test_ssl.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/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.962s FAILED (failures=3, errors=2, skipped=8)
2018-03-27 14:39:14 Dimitri John Ledkov summary autopkgtest fails with openssl 1.1.1 pre3 failed unit tests during build & autopkgtest fails with openssl 1.1.1 pre3
2018-09-27 08:56:34 Dimitri John Ledkov 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 Rebuilding python2.7 also fails: https://launchpadlibrarian.net/362271446/buildlog_ubuntu-bionic-amd64.python2.7_2.7.14-7_BUILDING.txt.gz ====================================================================== ERROR: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 534, in test_storbinary self.client.storbinary('stor', f) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 781, in storbinary conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 546, in test_storbinary_rest self.client.storbinary('stor', f, rest=r) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 781, in storbinary conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/test/test_ftplib.py", line 551, in test_storlines self.client.storlines('stor', f) File "/<<PKGBUILDDIR>>/Lib/ftplib.py", line 802, in storlines conn.unwrap() File "/<<PKGBUILDDIR>>/Lib/ssl.py", line 829, in unwrap s = self._sslobj.shutdown() error: [Errno 0] Error ---------------------------------------------------------------------- Ran 71 tests in 1.956s FAILED (errors=3, skipped=1) ====================================================================== ERROR: test_load_dh_params (test.test_ssl.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ssl.py", line 1005, in test_load_dh_params shutil.copy(DHFILE, fname) File "/<<PKGBUILDDIR>>/Lib/shutil.py", line 131, in copy if os.path.isdir(dst): File "/<<PKGBUILDDIR>>/build-debug/../Lib/genericpath.py", line 49, in isdir st = os.stat(s) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 18: ordinal not in range(128) ====================================================================== ERROR: test_tls1_3 (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/test/test_ssl.py", line 2808, in test_tls1_3 with context.wrap_socket(socket.socket()) as s: AttributeError: __exit__ ====================================================================== FAIL: test_options (test.test_ssl.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/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 "/<<PKGBUILDDIR>>/Lib/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.962s FAILED (failures=3, errors=2, skipped=8) autopkgtest fails with openssl1.1.1 As seen at: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-cosmic/cosmic/amd64/p/python2.7/20180927_033108_115d8@/log.gz ====================================================================== ERROR: test_tls1_3 (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/test/test_ssl.py", line 2815, in test_tls1_3 with context.wrap_socket(socket.socket()) as s: AttributeError: __exit__
2018-09-27 09:06:54 Dimitri John Ledkov summary failed unit tests during build & autopkgtest fails with openssl 1.1.1 pre3 python 2.7 test_ssl hits AttributeError with openssl 1.1.1
2018-09-27 09:07:53 Dimitri John Ledkov bug watch added http://bugs.python.org/issue34818
2018-09-27 09:07:53 Dimitri John Ledkov bug task added python
2018-12-22 03:48:01 Bug Watch Updater python: status Unknown New
2019-05-31 05:26:15 Bug Watch Updater python: status New Confirmed