[New-bugs-announce] [issue32091] test_s_option() of test_site.HelperFunctionsTests failed on x86 Gentoo Refleaks 3.6

STINNER Victor report at bugs.python.org
Mon Nov 20 10:35:38 EST 2017


New submission from STINNER Victor <victor.stinner at gmail.com>:

Failure on x86 Gentoo Refleaks 3.6:

http://buildbot.python.org/all/#/builders/72/builds/43


0:58:35 load avg: 5.21 [135/406/1] test_site failed -- running: test_multiprocessing_forkserver (483 sec)
beginning 6 repetitions
123456
test test_site failed -- Traceback (most recent call last):
  File "/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib/test/test_site.py", line 186, in test_s_option
    self.assertIn(usersite, sys.path)
AssertionError: '/buildbot/buildarea/.local/lib/python3.6/site-packages' not found in ['', '/usr/local/lib/python36.zip', '/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib', '/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/build/lib.linux-i686-3.6-pydebug', '/usr/local/lib/python3.6/site-packages']
(...)
Re-running test 'test_site' in verbose mode
(...)
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib/test/test_site.py", line 186, in test_s_option
    self.assertIn(usersite, sys.path)
AssertionError: '/buildbot/buildarea/.local/lib/python3.6/site-packages' not found in ['', '/usr/local/lib/python36.zip', '/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib', '/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/build/lib.linux-i686-3.6-pydebug', '/usr/local/lib/python3.6/site-packages']

----------
components: Tests
messages: 306554
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_s_option() of test_site.HelperFunctionsTests failed on x86 Gentoo Refleaks 3.6
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32091>
_______________________________________


More information about the New-bugs-announce mailing list