Issue35462
Created on 2018-12-11 13:56 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg331626 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-12-11 13:56 | |
AMD64 FreeBSD 10-STABLE Non-Debug 3.7: https://buildbot.python.org/all/#/builders/170/builds/200 Note: this buildbot is *very* slow. test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PJHE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'PJHE0 OK CAPABILITY completed' ERROR (...) ERROR: test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/test/test_imaplib.py", line 297, in test_enable_UTF8_True_append code, _ = client.authenticate('MYAUTH', lambda x: b'fake') File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/imaplib.py", line 428, in authenticate typ, dat = self._simple_command('AUTHENTICATE', mech) File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/imaplib.py", line 1196, in _simple_command return self._command_complete(name, self._command(name, *args)) File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/imaplib.py", line 989, in _command while self._get_response(): File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/imaplib.py", line 1047, in _get_response resp = self._get_line() File "/usr/home/buildbot/python/3.7.koobs-freebsd10.nondebug/build/Lib/imaplib.py", line 1151, in _get_line raise self.abort('socket error: EOF') imaplib.IMAP4.abort: socket error: EOF See also bpo-20118 ("test_imaplib test_linetoolong fails on 2.7 in SSL test on some buildbots"). |
|||
| msg331627 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-12-11 13:56 | |
Note: in the same buildbot build, test_imaplib passed when re-run in verbose mode. |
|||
| msg331628 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-12-11 14:01 | |
See also: * bpo-30175, bpo-30648: removed "client x509 certificate" tests using public cyrus.andrew.cmu.edu server * bpo-30231: removed tests since the public server stopped working. |
|||
| msg338384 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2019-03-19 16:42 | |
See also bpo-36348. |
|||
| msg345448 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2019-06-13 01:14 | |
I only saw the issue once, 6 months ago. I close the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:09 | admin | set | github: 79643 |
| 2019-06-13 01:14:37 | vstinner | set | status: open -> closed resolution: out of date messages: + msg345448 stage: resolved |
| 2019-03-19 16:42:19 | vstinner | set | messages: + msg338384 |
| 2018-12-11 14:01:20 | vstinner | set | messages: + msg331628 |
| 2018-12-11 13:56:29 | vstinner | set | messages: + msg331627 |
| 2018-12-11 13:56:02 | vstinner | create | |
