Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. #16171

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented Sep 16, 2019

@ned-deily ned-deily changed the title bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. [2.7] bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. Sep 16, 2019
@ned-deily ned-deily merged commit 8dd358c into python:2.7 Sep 16, 2019
@ned-deily ned-deily deleted the bpo-38117-openssl-updates-27 branch September 16, 2019 03:35
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 FreeBSD CURRENT Shared 2.7 has failed when building commit 8dd358c.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/169/builds/166) and take a look at the build logs.
  4. Check if the failure is related to this commit (8dd358c) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/169/builds/166

Failed tests:

  • test_idle

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

374 tests OK.

10 slowest tests:

  • test_io: 161.0s
  • test_lib2to3: 155.4s
  • test_tokenize: 117.8s
  • test_regrtest: 103.3s
  • test_decimal: 88.9s
  • test_itertools: 78.5s
  • test_subprocess: 57.3s
  • test_asyncore: 53.1s
  • test_weakref: 48.9s
  • test_multiprocessing: 40.6s

1 test failed:
test_idle

29 tests skipped:
test_aepack test_al test_applesingle test_bsddb test_bsddb3
test_cd test_cl test_dl test_epoll test_gdb test_gdbm test_gl
test_imageop test_imgfile test_ioctl test_linuxaudiodev test_macos
test_macostools test_msilib test_ossaudiodev test_scriptpackages
test_spwd test_startfile test_sunaudiodev test_tk test_ttk_guionly
test_winreg test_winsound test_zipfile64
Ask someone to teach regrtest.py about which tests are
xpected to get skipped on freebsd13.

1 re-run test:
test_idle

Total duration: 10 min 16 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_editmenu.py", line 8, in <module>
    from idlelib import PyShell
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/PyShell.py", line 27, in <module>
    from idlelib.EditorWindow import EditorWindow, fixwordbreaks
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/EditorWindow.py", line 17, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_pathbrowser.py", line 5, in <module>
    from idlelib import PathBrowser
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/PathBrowser.py", line 5, in <module>
    from idlelib.TreeWidget import TreeItem
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/TreeWidget.py", line 22, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_warning.py", line 19, in <module>
    from idlelib import run
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/run.py", line 11, in <module>
    from idlelib import AutoComplete
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/AutoComplete.py", line 10, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/test/test_ssl.py", line 1810, in run
    msg = self.read()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/test/test_ssl.py", line 1787, in read
    return self.sslconn.read()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/ssl.py", line 641, in read
    v = self._sslobj.read(len)
rror: [Errno 54] Connection reset by peer


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_parenmatch.py", line 8, in <module>
    from idlelib.ParenMatch import ParenMatch
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/ParenMatch.py", line 9, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_autocomplete.py", line 5, in <module>
    import idlelib.AutoComplete as ac
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/AutoComplete.py", line 10, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_formatparagraph.py", line 3, in <module>
    from idlelib import FormatParagraph as fp
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/FormatParagraph.py", line 19, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python2.7/test/test_support.py", line 2, in <module>
    import test.support
  File "/usr/local/lib/python2.7/test/support/__init__.py", line 6, in <module>
    import contextlib
  File "/usr/local/lib/python2.7/contextlib.py", line 4, in <module>
    from functools import wraps
  File "/usr/local/lib/python2.7/functools.py", line 10, in <module>
    from _functools import partial, reduce
ImportError: /usr/local/lib/python2.7/lib-dynload/_functools.so: Undefined symbol "Py_InitModule4_64"


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_hyperparser.py", line 5, in <module>
    from idlelib.EditorWindow import EditorWindow
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/EditorWindow.py", line 17, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_idlehistory.py", line 7, in <module>
    from idlelib.IdleHistory import History
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/IdleHistory.py", line 3, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_io.py", line 3, in <module>
    from idlelib.PyShell import PseudoInputFile, PseudoOutputFile
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/PyShell.py", line 27, in <module>
    from idlelib.EditorWindow import EditorWindow, fixwordbreaks
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/EditorWindow.py", line 17, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit


Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 254, in _find_tests
    module = self._get_module_from_name(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/unittest/loader.py", line 232, in _get_module_from_name
    __import__(name)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/idle_test/test_configdialog.py", line 9, in <module>
    from idlelib.configDialog import ConfigDialog
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configDialog.py", line 15, in <module>
    from idlelib.configHandler import idleConf
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 741, in <module>
    idleConf = IdleConf()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 160, in __init__
    self.CreateConfigHandlers()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 171, in CreateConfigHandlers
    userDir=self.GetUserCfgDir()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd-current/build/Lib/idlelib/configHandler.py", line 212, in GetUserCfgDir
    raise SystemExit
SystemExit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants