Skip to content

bpo-34977: Add Windows App Store package #10245

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 24 commits into from
Dec 7, 2018
Merged

bpo-34977: Add Windows App Store package #10245

merged 24 commits into from
Dec 7, 2018

Conversation

zooba
Copy link
Member

@zooba zooba commented Oct 30, 2018

The main addition of this PR is the PC/layout script that is basically a "make install" equivalent for Windows. It is able to include/exclude a range of components, and has the following output formats:

  • regular full install (like on python.org - not the installer, just the file layout)
  • embeddable install (like on python.org - zipped/pyc stdlib, flat layout, simple ZIP)
  • minimal "CI" install (like on nuget.org)
  • new MSIX format (that can be published to the Windows App Store)

To make the app store package work properly, I needed to add a new version of python[w].exe that can correctly locate itself. To link to embedded scripts (pip and idle), this new launcher can also handle being renamed and will launch those modules instead. It also sets some environment variables to help pip always install to user site packages and keep those in an accessible location - it would be nice (but not essential) to set these defaults in other ways, but this is most reliable right now.

To make venv work I modified the launcher to be able to launch the correct python[w].exe from a venv, so we no longer need to copy any other binaries into the Scripts directory. For recent releases of pip, this also works for launchers, but the embedded version of pip is too old.

This is very close, but not quite yet ready to merge. Open to suggestions/changes here. For early releases, I'm planning to backport to a branch of 3.7 so we can put out 3.7.1 (hopefully) and also be able to run it against a 3.7 build, hopefully without having to backport too much. I've already obtained the PSF publisher on the store, and have checked that ownership/access can be transferred easily.

Can anyone think of anything I've missed?

https://bugs.python.org/issue34977

@zooba
Copy link
Member Author

zooba commented Nov 19, 2018

For anyone looking at the change, once you get past launcher.c all the rest only affects builds on Windows and not Python itself. (And everything before that should only affect initialization on Windows.)

@zooba zooba merged commit 468a15a into python:master Dec 7, 2018
@zooba zooba deleted the msix branch December 7, 2018 05:09
pablogsal added a commit that referenced this pull request Dec 7, 2018
@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES custom has failed when building commit 0883862.

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

Click to see traceback logs
fatal: unable to access 'https://github.com/python/cpython.git/': Unknown SSL protocol error in connection to github.com:443 

make: *** No rule to make target 'distclean'.  Stop.

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Windows7 SP1 custom has failed when building commit 0883862.

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

Click to see traceback logs
From https://github.com/python/cpython
 * branch            buildbot-custom -> FETCH_HEAD
Reset branch 'buildbot-custom'

Could Not Find C:\buildbot.python.org\custom.kloth-win64\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\buildbot.python.org\custom.kloth-win64\build\PCbuild\python*.zip

Could Not Find C:\buildbot.python.org\custom.kloth-win64\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\buildbot.python.org\custom.kloth-win64\build\PCbuild\python*.zip

@bedevere-bot
Copy link

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

Hi! The buildbot x86 Gentoo Installed with X custom has failed when building commit 0883862.

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

Click to see traceback logs
From https://github.com/python/cpython
 * branch                  buildbot-custom -> FETCH_HEAD
Reset branch 'buildbot-custom'

Python/pystate.c: In function ‘_new_long_object’:
Python/pystate.c:1470:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     return PyLong_FromLongLong((int64_t)(data->data));
                                ^
Python/pystate.c: In function ‘_long_shared’:
Python/pystate.c:1483:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     data->data = (void *)value;
                  ^
In file included from /buildbot/buildarea/cpython/custom.ware-gentoo-x86.installed/build/Modules/expat/expat_config.h:8:0,
                 from /buildbot/buildarea/cpython/custom.ware-gentoo-x86.installed/build/Modules/expat/xmltok.c:50:
./pyconfig.h:1538:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/string.h:26,
                 from /buildbot/buildarea/cpython/custom.ware-gentoo-x86.installed/build/Modules/expat/xmltok.c:34:
/usr/include/features.h:294:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 199506L
 

/buildbot/tmp/tmpdir/tmp4hv0lwot/pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:18: SyntaxWarning: invalid escape sequence \o
/buildbot/tmp/tmpdir/tmp4hv0lwot/pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:18: SyntaxWarning: invalid escape sequence \o

@bedevere-bot
Copy link

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

Hi! The buildbot s390x Debian custom has failed when building commit 0883862.

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

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_robotparser.py", line 371, in test_read_404
    self.assertTrue(parser.allow_all)
AssertionError: False is not true

----------------------------------------------------------------------

Ran 59 tests in 0.042s

FAILED (failures=1)


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_urllibnet.py", line 101, in test_getcode
    self.assertEqual(code, 404)
AssertionError: 503 != 404

----------------------------------------------------------------------

Ran 12 tests in 0.066s

FAILED (failures=1, skipped=1)


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1589, in test_networked
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_bad_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1645, in test_networked_bad_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_good_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1629, in test_networked_good_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_noverification (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1600, in test_networked_noverification
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/support/__init__.py", line 782, in dec
    f(*args, **kwargs)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1612, in test_networked_trusted_by_default_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

----------------------------------------------------------------------

Ran 105 tests in 0.196s

FAILED (errors=5)


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_robotparser.py", line 371, in test_read_404
    self.assertTrue(parser.allow_all)
AssertionError: False is not true

----------------------------------------------------------------------

Ran 59 tests in 0.029s

FAILED (failures=1)
Re-running test 'test_urllibnet' in verbose mode


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_urllibnet.py", line 101, in test_getcode
    self.assertEqual(code, 404)
AssertionError: 503 != 404

----------------------------------------------------------------------

Ran 12 tests in 0.059s

FAILED (failures=1, skipped=1)
Re-running test 'test_httplib' in verbose mode


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1589, in test_networked
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_bad_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1645, in test_networked_bad_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_good_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1629, in test_networked_good_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_noverification (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1600, in test_networked_noverification
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

======================================================================
ERROR: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/support/__init__.py", line 782, in dec
    f(*args, **kwargs)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/test/test_httplib.py", line 1612, in test_networked_trusted_by_default_cert
    h.request('GET', '/')
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1229, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1275, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1224, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1016, in _send_output
    self.send(msg)
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 956, in send
    self.connect()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/http/client.py", line 1391, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 405, in wrap_socket
    return self.sslsocket_class._create(
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 853, in _create
    self.do_handshake()
  File "/home/dje/cpython-buildarea/custom.edelsohn-debian-z/build/Lib/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL custom has failed when building commit 0883862.

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

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-rhel-z/build/Lib/test/test_robotparser.py", line 371, in test_read_404
    self.assertTrue(parser.allow_all)
AssertionError: False is not true

----------------------------------------------------------------------

Ran 59 tests in 5.037s

FAILED (failures=1)


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-rhel-z/build/Lib/test/test_urllibnet.py", line 101, in test_getcode
    self.assertEqual(code, 404)
AssertionError: 503 != 404

----------------------------------------------------------------------

Ran 12 tests in 5.091s

FAILED (failures=1, skipped=1)


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-rhel-z/build/Lib/test/test_robotparser.py", line 371, in test_read_404
    self.assertTrue(parser.allow_all)
AssertionError: False is not true

----------------------------------------------------------------------

Ran 59 tests in 5.056s

FAILED (failures=1)
Re-running test 'test_urllibnet' in verbose mode


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/custom.edelsohn-rhel-z/build/Lib/test/test_urllibnet.py", line 101, in test_getcode
    self.assertEqual(code, 404)
AssertionError: 503 != 404

----------------------------------------------------------------------

Ran 12 tests in 0.079s

FAILED (failures=1, skipped=1)

@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES custom has failed when building commit 0883862.

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

Click to see traceback logs
fatal: unable to access 'https://github.com/python/cpython.git/': Unknown SSL protocol error in connection to github.com:443 

make: *** No rule to make target 'distclean'.  Stop.

vstinner added a commit that referenced this pull request Dec 7, 2018
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Windows8.1 Refleaks custom has failed when building commit 0883862.

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

Click to see traceback logs
Cloning into '.'...
Checking out files:  24% (1133/4717)   
Checking out files:  25% (1180/4717)   
Checking out files:  26% (1227/4717)   
Checking out files:  27% (1274/4717)   
Checking out files:  28% (1321/4717)   
Checking out files:  29% (1368/4717)   
Checking out files:  30% (1416/4717)   
Checking out files:  31% (1463/4717)   
Checking out files:  32% (1510/4717)   
Checking out files:  33% (1557/4717)   
Checking out files:  34% (1604/4717)   
Checking out files:  35% (1651/4717)   
Checking out files:  36% (1699/4717)   
Checking out files:  37% (1746/4717)   
Checking out files:  38% (1793/4717)   
Checking out files:  39% (1840/4717)   
Checking out files:  40% (1887/4717)   
Checking out files:  41% (1934/4717)   
Checking out files:  42% (1982/4717)   
Checking out files:  43% (2029/4717)   
Checking out files:  44% (2076/4717)   
Checking out files:  45% (2123/4717)   
Checking out files:  46% (2170/4717)   
Checking out files:  47% (2217/4717)   
Checking out files:  48% (2265/4717)   
Checking out files:  49% (2312/4717)   
Checking out files:  49% (2356/4717)   
Checking out files:  50% (2359/4717)   
Checking out files:  51% (2406/4717)   
Checking out files:  52% (2453/4717)   
Checking out files:  53% (2501/4717)   
Checking out files:  54% (2548/4717)   
Checking out files:  55% (2595/4717)   
Checking out files:  56% (2642/4717)   
Checking out files:  57% (2689/4717)   
Checking out files:  58% (2736/4717)   
Checking out files:  59% (2784/4717)   
Checking out files:  60% (2831/4717)   
Checking out files:  61% (2878/4717)   
Checking out files:  62% (2925/4717)   
Checking out files:  63% (2972/4717)   
Checking out files:  64% (3019/4717)   
Checking out files:  65% (3067/4717)   
Checking out files:  66% (3114/4717)   
Checking out files:  67% (3161/4717)   
Checking out files:  68% (3208/4717)   
Checking out files:  69% (3255/4717)   
Checking out files:  70% (3302/4717)   
Checking out files:  71% (3350/4717)   
Checking out files:  72% (3397/4717)   
Checking out files:  73% (3444/4717)   
Checking out files:  74% (3491/4717)   
Checking out files:  75% (3538/4717)   
Checking out files:  76% (3585/4717)   
Checking out files:  76% (3623/4717)   
Checking out files:  77% (3633/4717)   
Checking out files:  78% (3680/4717)   
Checking out files:  79% (3727/4717)   
Checking out files:  80% (3774/4717)   
Checking out files:  81% (3821/4717)   
Checking out files:  82% (3868/4717)   
Checking out files:  83% (3916/4717)   
Checking out files:  84% (3963/4717)   
Checking out files:  85% (4010/4717)   
Checking out files:  86% (4057/4717)   
Checking out files:  87% (4104/4717)   
Checking out files:  88% (4151/4717)   
Checking out files:  89% (4199/4717)   
Checking out files:  90% (4246/4717)   
Checking out files:  91% (4293/4717)   
Checking out files:  92% (4340/4717)   
Checking out files:  92% (4348/4717)   
Checking out files:  93% (4387/4717)   
Checking out files:  94% (4434/4717)   
Checking out files:  95% (4482/4717)   
Checking out files:  96% (4529/4717)   
Checking out files:  97% (4576/4717)   
Checking out files:  98% (4623/4717)   
Checking out files:  99% (4670/4717)   
Checking out files: 100% (4717/4717)   
Checking out files: 100% (4717/4717), done.

Could Not Find D:\buildarea\custom.ware-win81-release.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\custom.ware-win81-release.refleak\build\PCbuild\python*.zip

WARNING: Disable --verbose3 because it's incompatible with --huntrleaks: see http://bugs.python.org/issue27103
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.Resource 'ipv6.google.com' is not available
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Task was destroyed but it is pending!
task: <Task pending name='Task-9' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-66' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-68' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-73' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-123' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-125' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-130' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-180' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-182' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-187' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-237' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-239' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-244' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-294' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-296' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-301' coro=<<async_generator_athrow without __name__>()>>
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
D:\buildarea\custom.ware-win81-release.refleak\build\lib\test\support\__init__.py:1052: RuntimeWarning: tests may fail, unable to create temporary directory 'D:\\buildarea\\custom.ware-win81-release.refleak\\build\\build\\test_python_4356': [WinError 183] Cannot create a file when that file already exists: 'D:\\buildarea\\custom.ware-win81-release.refleak\\build\\build\\test_python_4356'
  with temp_dir(path=name, quiet=quiet) as temp_path:
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-8' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-11' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-42' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-45' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-76' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-79' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-110' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-113' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-144' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-147' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-178' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-181' coro=<<async_generator_athrow without __name__>()> exception=RuntimeError("can't send non-None value to a just-started coroutine")>
RuntimeError: can't send non-None value to a just-started coroutine
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.
test_asyncio leaked [3, 3, 3] references, sum=9
test_asyncio leaked [4, 6, 4] memory blocks, sum=14
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
D:\buildarea\custom.ware-win81-release.refleak\build\lib\ntpath.py:509: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  cwd = os.getcwdb()
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
D:\buildarea\custom.ware-win81-release.refleak\build\lib\test\support\__init__.py:1052: RuntimeWarning: tests may fail, unable to create temporary directory 'D:\\buildarea\\custom.ware-win81-release.refleak\\build\\build\\test_python_4664': [WinError 183] Cannot create a file when that file already exists: 'D:\\buildarea\\custom.ware-win81-release.refleak\\build\\build\\test_python_4664'
  with temp_dir(path=name, quiet=quiet) as temp_path:
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
    a DOS box should flash briefly ...
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Resource 'blackhole.snakebite.net' is not available
.Resource 'blackhole.snakebite.net' is not available
.Resource 'blackhole.snakebite.net' is not available
.Resource 'blackhole.snakebite.net' is not available
.Resource 'blackhole.snakebite.net' is not available
.Resource 'blackhole.snakebite.net' is not available
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ne, 64, None)>)>
Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 429, in finish_recv
    return ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 255, in _loop_reading
    data = fut.result()
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 733, in _poll
    value = callback(transferred, key, ov)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 433, in finish_recv
    raise ConnectionResetError(*exc.args)
ConnectionResetError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 282, in _loop_reading
    self._force_close(exc)
  File "D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 117, in _force_close
    self._empty_waiter.set_exception(exc)
asyncio.exceptions.InvalidStateError: invalid state
D:\buildarea\custom.ware-win81-release.refleak\build\lib\asyncio\windows_events.py:586: DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
  await tasks.sleep(delay, loop=self._loop)
An open stream object is being garbage collected; call "stream.close()" explicitly.
.
test_asyncio leaked [3, 3, 3] references, sum=9
test_asyncio leaked [4, 5, 5] memory blocks, sum=14

Could Not Find D:\buildarea\custom.ware-win81-release.refleak\build\PCbuild\python*.zip

vstinner added a commit that referenced this pull request Dec 7, 2018
vstinner added a commit that referenced this pull request Dec 7, 2018
@bedevere-bot
Copy link

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

Hi! The buildbot s390x Debian 3.7 has failed when building commit 783b794.

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/119/builds/912) and take a look at the build logs.
  4. Check if the failure is related to this commit (783b794) 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/119/builds/912

Click to see traceback logs
fatal: unable to access 'https://github.com/python/cpython.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

make: *** No rule to make target 'distclean'.  Stop.

zooba added a commit to zooba/cpython that referenced this pull request Dec 10, 2018
@vstinner vstinner mentioned this pull request Feb 15, 2019
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