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_imaplib.test_enable_UTF8_True_append() failed on AMD64 FreeBSD 10-STABLE Non-Debug 3.7 #79643

Closed
vstinner opened this issue Dec 11, 2018 · 5 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

BPO 35462
Nosy @vstinner, @pablogsal

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-06-13.01:14:37.111>
created_at = <Date 2018-12-11.13:56:02.971>
labels = ['3.7', 'tests']
title = 'test_imaplib.test_enable_UTF8_True_append() failed on AMD64 FreeBSD 10-STABLE Non-Debug 3.7'
updated_at = <Date 2019-06-13.01:14:37.110>
user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2019-06-13.01:14:37.110>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2019-06-13.01:14:37.111>
closer = 'vstinner'
components = ['Tests']
creation = <Date 2018-12-11.13:56:02.971>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 35462
keywords = []
message_count = 5.0
messages = ['331626', '331627', '331628', '338384', '345448']
nosy_count = 2.0
nosy_names = ['vstinner', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue35462'
versions = ['Python 3.7']

@vstinner
Copy link
Member Author

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").

@vstinner vstinner added 3.7 (EOL) end of life tests Tests in the Lib/test dir labels Dec 11, 2018
@vstinner
Copy link
Member Author

Note: in the same buildbot build, test_imaplib passed when re-run in verbose mode.

@vstinner
Copy link
Member Author

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.

@vstinner
Copy link
Member Author

See also bpo-36348.

@vstinner
Copy link
Member Author

I only saw the issue once, 6 months ago. I close the issue.

@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
3.7 (EOL) end of life tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant