From mboxrd@z Thu Jan 1 00:00:00 1970 From: T460s laptop Subject: bug#35556: [core-updates] python test suite fails on "test_asyncio" Date: Fri, 03 May 2019 22:51:49 -0400 Message-ID: <87k1f7kk3e.fsf@kwak.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMknP-0004M5-4m for bug-guix@gnu.org; Fri, 03 May 2019 22:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMknO-00019S-3O for bug-guix@gnu.org; Fri, 03 May 2019 22:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMknN-00019K-WD for bug-guix@gnu.org; Fri, 03 May 2019 22:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMknN-0004k5-UW for bug-guix@gnu.org; Fri, 03 May 2019 22:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMkmN-0004Ii-0S for bug-guix@gnu.org; Fri, 03 May 2019 22:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMkmL-0000oo-MO for bug-guix@gnu.org; Fri, 03 May 2019 22:51:58 -0400 Received: from mail-qt1-x830.google.com ([2607:f8b0:4864:20::830]:43646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMkmL-0000nl-G9 for bug-guix@gnu.org; Fri, 03 May 2019 22:51:57 -0400 Received: by mail-qt1-x830.google.com with SMTP id g4so8956008qtq.10 for ; Fri, 03 May 2019 19:51:53 -0700 (PDT) Received: from kwak (dsl-10-148-138.b2b2c.ca. [72.10.148.138]) by smtp.gmail.com with ESMTPSA id r54sm2493895qtr.86.2019.05.03.19.51.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 03 May 2019 19:51:51 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35556@debbugs.gnu.org The error reads as follows: --8<---------------cut here---------------start------------->8--- ====================================================================== ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python-3.7.2.drv-0/Python-3.7.2/Lib/test/test_asyncio/test_ssl proto.py", line 507, in test_start_tls_server_1 self.loop.run_until_complete(run_main()) File "/tmp/guix-build-python-3.7.2.drv-0/Python-3.7.2/Lib/asyncio/base_events.py", l ine 584, in run_until_complete return future.result() US File "/tmp/guix-build-python-3.7.2.drv-0/Python-3.7.2/Lib/test/test_asyncio/test_ssl proto.py", line 502, in run_main loop=self.loop, timeout=self.TIMEOUT) File "/tmp/guix-build-python-3.7.2.drv-0/Python-3.7.2/Lib/asyncio/tasks.py", line 42 3, in wait_for raise futures.TimeoutError() concurrent.futures._base.TimeoutError ---------------------------------------------------------------------- Ran 2029 tests in 98.143s FAILED (errors=1, skipped=35) 1 test failed again: test_asyncio == Tests result: FAILURE then FAILURE == 389 tests OK. 1 test failed: test_asyncio 21 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis test_ossaudiodev test_smtpnet test_socketserver test_startfile test_timeout test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 1 re-run test: test_asyncio 2 tests run no tests: test_dtrace test_future4 Total duration: 6 min 34 sec Tests result: FAILURE then FAILURE make: *** [Makefile:1074: test] Error 2 Test suite failed, dumping logs. command "make" "test" "-j" "4" "TESTOPTS=-j4" failed with status 2 builder for `/gnu/store/rbjsdf3vdxbf1b1a8w9cfj77i5knq8hp-python-3.7.2.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8---