This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2019-06-01.16:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559405131.96.0.0818992217462.issue37123@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/58/builds/2539
https://buildbot.python.org/all/#/builders/58/builds/2539

Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 327, in test_multiprocessing
    out, err = check_output([envpy, '-c',
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 42, in check_output
    raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['d:\\temp\\tmp_qt0ywa6\\Scripts\\python_d.exe', '-c', 'from multiprocessing import Pool; print(Pool(1).apply_async("Python".lower).get(3))']' returned non-zero exit status 3221225477.



======================================================================
FAIL: test_mymanager (test.test_multiprocessing_spawn.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 2806, in test_mymanager
    self.assertEqual(manager._process.exitcode, 0)
AssertionError: -15 != 0
----------------------------------------------------------------------
History
Date User Action Args
2019-06-01 16:05:31pablogsalsetrecipients: + pablogsal
2019-06-01 16:05:31pablogsalsetmessageid: <1559405131.96.0.0818992217462.issue37123@roundup.psfhosted.org>
2019-06-01 16:05:31pablogsallinkissue37123 messages
2019-06-01 16:05:31pablogsalcreate