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_cmd_line: failure on Ubuntu Shared
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Multiple error line for unknown command line parameter
View: 16306
Assigned To: Nosy List: ezio.melotti, skrah
Priority: normal Keywords:

Created on 2012-11-22 23:38 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg176139 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-11-22 23:38
======================================================================
FAIL: test_unknown_options (test.test_cmd_line.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_cmd_line.py", line 393, in test_unknown_options
    self.assertIn(b'Unknown option', err)
AssertionError: b'Unknown option' not found in b'/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/python: error while loading shared libraries: libpython3.4dm.so.1.0: cannot open shared object file: No such file or directory'

----------------------------------------------------------------------
msg176140 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-11-22 23:42
Already reported in #16306.
(Also it's easier if you add a link to the failing buildbot.)
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60740
2012-11-22 23:42:48ezio.melottisetstatus: open -> closed

superseder: Multiple error line for unknown command line parameter

nosy: + ezio.melotti
messages: + msg176140
resolution: duplicate
stage: resolved
2012-11-22 23:38:38skrahcreate