Skip to content

bpo-39186 Update windows installer instructions for git #17792

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

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

tonybaloney
Copy link
Contributor

@tonybaloney tonybaloney commented Jan 2, 2020

@tonybaloney tonybaloney requested a review from a team as a code owner January 2, 2020 02:24
@tonybaloney tonybaloney changed the title bpo-39186 These scripts don't use hg.exe anymore bpo-39186 Update windows installer instructions for git Jan 2, 2020
@tonybaloney
Copy link
Contributor Author

Can skip news on this one

@zware zware added the skip news label Jan 2, 2020
@zware zware merged commit 78018bb into python:master Jan 2, 2020
sthagen added a commit to sthagen/python-cpython that referenced this pull request Jan 2, 2020
Remove outdated mention of hg.exe from Tools/msi/README.txt (pythonGH-17792)
@bedevere-bot
Copy link

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

Hi! The buildbot s390x Debian 3.x has failed when building commit 78018bb.

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/105/builds/115) and take a look at the build logs.
  4. Check if the failure is related to this commit (78018bb) 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/105/builds/115

Failed tests:

  • test_smtpnet
  • test_urllib2net

Failed subtests:

  • test_connect_default_port - test.test_smtpnet.SmtpSSLTest
  • test_connect_using_sslcontext - test.test_smtpnet.SmtpSSLTest
  • test_connect_starttls - test.test_smtpnet.SmtpTest

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_smtpnet.py", line 68, in test_connect_using_sslcontext
    server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 1032, in __init__
    SMTP.__init__(self, host, port, local_hostname, timeout,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 253, in __init__
    (code, msg) = self.connect(host, port)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 337, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 1040, in _get_socket
    new_socket = self.context.wrap_socket(new_socket,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_smtpnet.py", line 58, in test_connect_default_port
    server = smtplib.SMTP_SSL(self.testServer)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 1032, in __init__
    SMTP.__init__(self, host, port, local_hostname, timeout,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 253, in __init__
    (code, msg) = self.connect(host, port)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 337, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 1040, in _get_socket
    new_socket = self.context.wrap_socket(new_socket,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 389, in getreply
    line = self.file.readline(_MAXLINE + 1)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
socket.timeout: timed out


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_smtpnet.py", line 32, in test_connect_starttls
    server = smtplib.SMTP(self.testServer, self.remotePort)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 253, in __init__
    (code, msg) = self.connect(host, port)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 339, in connect
    (code, msg) = self.getreply()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/smtplib.py", line 392, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed: "
smtplib.SMTPServerDisconnected: Connection unexpectedly closed: timed out

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD Shared 3.x has failed when building commit 78018bb.

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/152/builds/110) and take a look at the build logs.
  4. Check if the failure is related to this commit (78018bb) 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/152/builds/110

Failed tests:

  • test__xxsubinterpreters

Failed subtests:

  • test_subinterpreter - test.test__xxsubinterpreters.IsRunningTests
  • test_notify - test.test_multiprocessing_forkserver.WithThreadsTestCondition
  • test_still_running - test.test__xxsubinterpreters.DestroyTests
  • test_already_running - test.test__xxsubinterpreters.RunStringTests

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

== Tests result: FAILURE then FAILURE ==

399 tests OK.

10 slowest tests:

  • test_lib2to3: 20 min 53 sec
  • test_tokenize: 20 min 43 sec
  • test_unicodedata: 14 min 46 sec
  • test_multiprocessing_forkserver: 11 min 56 sec
  • test_subprocess: 11 min 32 sec
  • test_capi: 11 min
  • test_asyncio: 9 min 45 sec
  • test_multiprocessing_fork: 8 min 31 sec
  • test_decimal: 7 min 34 sec
  • test_concurrent_futures: 6 min 20 sec

1 test failed:
test__xxsubinterpreters

20 tests skipped:
test_dbm_gnu test_devpoll test_epoll test_gdb test_idle test_ioctl
test_msilib test_ossaudiodev test_spwd test_startfile test_tcl
test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle
test_winconsoleio test_winreg test_winsound test_zipfile64

4 re-run tests:
test__xxsubinterpreters test_multiprocessing_forkserver
test_multiprocessing_spawn test_unparse

Total duration: 2 hour 6 min

Click to see traceback logs
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 763, in test_still_running
    interpreters.destroy(interp)
AssertionError: RuntimeError not raised


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/_test_multiprocessing.py", line 1365, in test_notify
    self.assertReturnsIfImplemented(2, get_value, woken)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/_test_multiprocessing.py", line 191, in assertReturnsIfImplemented
    return self.assertEqual(value, res)
AssertionError: 2 != 1


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 944, in _bootstrap_inner
    self.run()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 882, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 51, in run
    interpreters.run_string(interp, dedent(f"""
RuntimeError: unrecognized interpreter ID 46
k


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 492, in test_subinterpreter
    self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 853, in test_already_running
    interpreters.run_string(self.id, 'print("spam")')
AssertionError: RuntimeError not raised


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 944, in _bootstrap_inner
    self.run()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 882, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 51, in run
    interpreters.run_string(interp, dedent(f"""
RuntimeError: unrecognized interpreter ID 39
k


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 944, in _bootstrap_inner
    self.run()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 882, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 51, in run
    interpreters.run_string(interp, dedent(f"""
RuntimeError: unrecognized interpreter ID 39


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 944, in _bootstrap_inner


Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 944, in _bootstrap_inner
    self.run()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/threading.py", line 882, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test__xxsubinterpreters.py", line 51, in run
    interpreters.run_string(interp, dedent(f"""
RuntimeError: interpreter already running
FAIL

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants