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.

classification
Title: test_s_option() of test_site.HelperFunctionsTests failed on x86 Gentoo Refleaks 3.6
Type: Stage: resolved
Components: Tests Versions: Python 3.6, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2017-11-20 15:35 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg306554 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-11-20 15:35
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']
msg306555 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-11-20 15:37
Same failure on x86 Gentoo Refleaks 2.7:

FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/test/test_site.py", line 190, in test_s_option
    self.assertIn(usersite, sys.path)
AssertionError: '/buildbot/buildarea/.local/lib/python2.7/site-packages' not found in ['/usr/local/lib/python27.zip', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/plat-linux2', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/lib-tk', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/Lib/lib-old', '/buildbot/buildarea/2.7.ware-gentoo-x86.refleak/build/build/lib.linux-i686-2.7-pydebug', '/usr/local/lib/python2.7/site-packages']
msg318107 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-05-29 21:52
I didn't see this failure recently.
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76272
2018-05-29 21:52:55vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg318107

stage: resolved
2017-11-20 15:37:29vstinnersetversions: + Python 2.7
2017-11-20 15:37:22vstinnersetmessages: + msg306555
2017-11-20 15:35:38vstinnercreate