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 serhiy.storchaka
Recipients pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-02-12.19:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392233070.22.0.0667034303684.issue20599@psf.upfronthosting.co.za>
In-reply-to
Content
Now test fails with mystical error.

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/4074/steps/test/logs/stdio
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/2312/steps/test/logs/stdio

======================================================================
FAIL: test_cleanup (test.test_builtin.ShutdownTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_builtin.py", line 1628, in test_cleanup
    __cleanenv=True)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\script_helper.py", line 69, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\script_helper.py", line 55, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 2147483651, stderr follows:
Fatal Python error: Failed to initialize Windows random API (CryptoGen)

----------------------------------------------------------------------
History
Date User Action Args
2014-02-12 19:24:30serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, python-dev
2014-02-12 19:24:30serhiy.storchakasetmessageid: <1392233070.22.0.0667034303684.issue20599@psf.upfronthosting.co.za>
2014-02-12 19:24:30serhiy.storchakalinkissue20599 messages
2014-02-12 19:24:29serhiy.storchakacreate