Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL cert failure running make test during Python 3.6 install #75081

Closed
BenJohnston mannequin opened this issue Jul 11, 2017 · 3 comments
Closed

SSL cert failure running make test during Python 3.6 install #75081

BenJohnston mannequin opened this issue Jul 11, 2017 · 3 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@BenJohnston
Copy link
Mannequin

BenJohnston mannequin commented Jul 11, 2017

BPO 30898
Nosy @tiran, @iritkatriel
Files
  • test_log.log: stdout of make tests
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2021-04-20.12:03:20.658>
    created_at = <Date 2017-07-11.06:02:02.604>
    labels = ['type-bug', 'tests']
    title = 'SSL cert failure running make test during Python 3.6 install'
    updated_at = <Date 2021-04-20.12:03:20.655>
    user = 'https://bugs.python.org/BenJohnston'

    bugs.python.org fields:

    activity = <Date 2021-04-20.12:03:20.655>
    actor = 'christian.heimes'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-04-20.12:03:20.658>
    closer = 'christian.heimes'
    components = ['Tests']
    creation = <Date 2017-07-11.06:02:02.604>
    creator = 'Ben Johnston'
    dependencies = []
    files = ['47005']
    hgrepos = []
    issue_num = 30898
    keywords = []
    message_count = 3.0
    messages = ['298125', '391227', '391431']
    nosy_count = 3.0
    nosy_names = ['christian.heimes', 'Ben Johnston', 'iritkatriel']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30898'
    versions = ['Python 3.6']

    @BenJohnston
    Copy link
    Mannequin Author

    BenJohnston mannequin commented Jul 11, 2017

    Installing Python 3.6.1 from Python-3.6.1.tar.xz on Ubuntu 16.04.2 LTS, the following tests are failing:

    ERROR: test_logincapa_with_client_certfile (test.test_imaplib.RemoteIMAP_SSLTest)

    ERROR: test_logincapa_with_client_ssl_context (test.test_imaplib.RemoteIMAP_SSLTest)

    ./configure
    make
    make test

    I also tried running ./configure --enable-optimizations, however the tests still failed with identical results. I have uploaded the stdout of the test process, verbose mode during testing also didnt work and reported this error

    ModuleNotFoundError: No module named 'test.test_that_failed'

    1 test failed again:
    test_that_failed

    Total duration: 131 ms
    Tests result: FAILURE
    make: *** [test] Error 1
    Makefile:1018: recipe for target 'test' failed

    @BenJohnston BenJohnston mannequin added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jul 11, 2017
    @iritkatriel
    Copy link
    Member

    Python 3.6 is no longer maintained. Are you seeing this on a more recent version?

    @tiran
    Copy link
    Member

    tiran commented Apr 20, 2021

    I'm closing the ticket as out of date. Please feel free to reopen the ticket if you can reproduce the problem with a more recent version of Python.

    @tiran tiran closed this as completed Apr 20, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants