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

test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian buster 3.7 #81612

Closed
vstinner opened this issue Jun 27, 2019 · 3 comments
Closed
Labels

Comments

@vstinner
Copy link
Member

BPO 37431
Nosy @vstinner, @asvetlov, @1st1
Superseder
  • bpo-35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29
  • 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 2019-10-14.21:06:26.075>
    created_at = <Date 2019-06-27.16:52:59.448>
    labels = ['3.7', 'expert-asyncio']
    title = 'test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian buster 3.7'
    updated_at = <Date 2019-10-14.21:06:26.074>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2019-10-14.21:06:26.074>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-10-14.21:06:26.075>
    closer = 'vstinner'
    components = ['asyncio']
    creation = <Date 2019-06-27.16:52:59.448>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37431
    keywords = []
    message_count = 3.0
    messages = ['346758', '353352', '354652']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'asvetlov', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '35998'
    type = None
    url = 'https://bugs.python.org/issue37431'
    versions = ['Python 3.7']

    @vstinner
    Copy link
    Member Author

    The test failed but then passed when run again.

    See also bpo-35998 "test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29" and bpo-35031 "test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots"

    https://buildbot.python.org/all/#/builders/177/builds/241
    == Tests result: FAILURE then SUCCESS ==

    1 re-run test:
    test_asyncio

    ======================================================================
    ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py", line 583, in test_start_tls_server_1
        self.loop.run_until_complete(run_main())
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/base_events.py", line 577, in run_until_complete
        raise RuntimeError('Event loop stopped before Future completed.')
    RuntimeError: Event loop stopped before Future completed.
    
    
    
    test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
    test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
    test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
    test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... Exception in thread test-client:
    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/functional.py", line 198, in run
        self._prog(TestSocketWrapper(self._sock))
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py", line 573, in <lambda>
        with self.tcp_client(lambda sock: client(sock, addr),
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py", line 518, in client
        answer = sock.recv_all(len(ANSWER))
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/functional.py", line 138, in recv_all
        data = self.recv(n - len(buf))
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/ssl.py", line 1045, in recv
        return self.read(buflen)
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/ssl.py", line 920, in read
        return self._sslobj.read(len)
    ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2488)
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/threading.py", line 926, in _bootstrap_inner
        self.run()
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/functional.py", line 200, in run
        self._test._abort_socket_test(ex)
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/functional.py", line 122, in _abort_socket_test
        self.fail(ex)
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/unittest/case.py", line 693, in fail
        raise self.failureException(msg)
    AssertionError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2488)
    
    ERROR
    test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/threading.py:960: ResourceWarning: unclosed <ssl.SSLSocket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 58522), raddr=('127.0.0.1', 33379)>
      del exc_type, exc_value, exc_tb
    ResourceWarning: Enable tracemalloc to get the object allocation traceback
    ok
    test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
    test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/unittest/mock.py:953: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 33379)>
      self.side_effect = side_effect
    ResourceWarning: Enable tracemalloc to get the object allocation traceback
    Unhandled error in exception handler
    context: {'message': 'Task was destroyed but it is pending!', 'task': <Task pending coro=<BaseStartTLS.test_start_tls_server_1.<locals>.main() done, defined at /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py:547> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0xb4b5cab8>()]> cb=[_release_waiter(<Future pendi...xb4b29188>()]>)() at /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/tasks.py:392]>}
    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/base_events.py", line 1639, in call_exception_handler
        self._exception_handler(self, context)
      File "/ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/functional.py", line 22, in loop_exception_handler
        self.loop.default_exception_handler(context)
    AttributeError: 'NoneType' object has no attribute 'default_exception_handler'
    /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/unittest/mock.py:953: ResourceWarning: unclosed <socket.socket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 33379)>
      self.side_effect = side_effect
    ResourceWarning: Enable tracemalloc to get the object allocation traceback
    /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=8>
      source=self)
    ResourceWarning: Enable tracemalloc to get the object allocation traceback
    /ssd/buildbot/buildarea/3.7.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/sslproto.py:322: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0xb4b5cee0>
      source=self)
    ResourceWarning: Enable tracemalloc to get the object allocation traceback
    ok

    @vstinner
    Copy link
    Member Author

    New fail on ARMv7 Debian buster 3.x:
    https://buildbot.python.org/all/#/builders/176/builds/1356

    ======================================================================
    ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py", line 585, in test_start_tls_server_1
        self.loop.run_until_complete(run_main())
      File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/base_events.py", line 632, in run_until_complete
        raise RuntimeError('Event loop stopped before Future completed.')
    RuntimeError: Event loop stopped before Future completed.

    @vstinner
    Copy link
    Member Author

    I close this issue as a duplicate of bpo-35998.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant