This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Connection to IMAP server cyrus.andrew.cmu.edu hangs
Type: behavior Stage: patch review
Components: Tests Versions: Python 3.10, Python 3.9, Python 3.8, Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, lukasz.langa, ned.deily, vstinner
Priority: Keywords: patch

Created on 2020-06-12 18:43 by christian.heimes, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20836 merged christian.heimes, 2020-06-12 18:48
Messages (7)
msg371403 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2020-06-12 18:43
All buildbots and tests are currently failing because connections cyrus.andrew.cmu.edu:143 (IMAP) and cyrus.andrew.cmu.edu:993 (IMAPS) are hanging.
msg371406 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-12 18:54
New changeset 08b1bbab6bfa1ff726db13a9fc3885329f73dca4 by Christian Heimes in branch 'master':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/08b1bbab6bfa1ff726db13a9fc3885329f73dca4
msg371407 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2020-06-12 18:56
The remote server is having intermittent issues. Sometimes all three servers behind the host are gone, sometimes they block all packages.

# nmap -vv cyrus.andrew.cmu.edu
Starting Nmap 7.80 ( https://nmap.org ) at 2020-06-12 20:52 CEST
Warning: Hostname cyrus.andrew.cmu.edu resolves to 3 IPs. Using 128.2.157.16.
Initiating Ping Scan at 20:52
Scanning cyrus.andrew.cmu.edu (128.2.157.16) [4 ports]
Completed Ping Scan at 20:52, 0.13s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 20:52
Completed Parallel DNS resolution of 1 host. at 20:52, 0.12s elapsed
Initiating SYN Stealth Scan at 20:52
Scanning cyrus.andrew.cmu.edu (128.2.157.16) [1000 ports]
Completed SYN Stealth Scan at 20:52, 2.88s elapsed (1000 total ports)
Nmap scan report for cyrus.andrew.cmu.edu (128.2.157.16)
Host is up, received reset ttl 239 (0.11s latency).
Other addresses for cyrus.andrew.cmu.edu (not scanned): 128.2.157.15 128.2.157.14
rDNS record for 128.2.157.16: CYRUS.ANDREW.CMU.EDU
Scanned at 2020-06-12 20:52:35 CEST for 3s
Not shown: 979 closed ports
Reason: 979 resets
PORT     STATE    SERVICE       REASON
23/tcp   filtered telnet        no-response
110/tcp  filtered pop3          no-response
135/tcp  filtered msrpc         no-response
139/tcp  filtered netbios-ssn   no-response
143/tcp  filtered imap          no-response
445/tcp  filtered microsoft-ds  no-response
515/tcp  filtered printer       no-response
631/tcp  filtered ipp           no-response
993/tcp  filtered imaps         no-response
995/tcp  filtered pop3s         no-response
1433/tcp filtered ms-sql-s      no-response
2000/tcp filtered cisco-sccp    no-response
2003/tcp filtered finger        no-response
2967/tcp filtered symantec-av   no-response
3389/tcp filtered ms-wbt-server no-response
5555/tcp filtered freeciv       no-response
5900/tcp filtered vnc           no-response
5901/tcp filtered vnc-1         no-response
5902/tcp filtered vnc-2         no-response
5903/tcp filtered vnc-3         no-response
9100/tcp filtered jetdirect     no-response

Read data files from: /usr/bin/../share/nmap
Nmap done: 1 IP address (1 host up) scanned in 3.42 seconds
           Raw packets sent: 1025 (45.076KB) | Rcvd: 980 (39.200KB)

# nmap -vv 128.2.157.16 128.2.157.14 128.2.157.15
Starting Nmap 7.80 ( https://nmap.org ) at 2020-06-12 20:54 CEST
Initiating Ping Scan at 20:54
Scanning 3 hosts [4 ports/host]
Completed Ping Scan at 20:55, 5.03s elapsed (3 total hosts)
Nmap scan report for 128.2.157.16 [host down, received no-response]
Nmap scan report for 128.2.157.14 [host down, received no-response]
Nmap scan report for 128.2.157.15 [host down, received no-response]
Read data files from: /usr/bin/../share/nmap
Nmap done: 3 IP addresses (0 hosts up) scanned in 5.10 seconds
           Raw packets sent: 24 (912B) | Rcvd: 0 (0B)
msg371410 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-12 19:08
New changeset f91917908749cb595113f8d8428ae1d6241f0392 by Ned Deily (Christian Heimes) in branch '3.9':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/f91917908749cb595113f8d8428ae1d6241f0392
msg371411 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-12 19:09
New changeset adce133378be75bcac4d61fd62a151852555000f by Ned Deily (Christian Heimes) in branch '3.8':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/adce133378be75bcac4d61fd62a151852555000f
msg371412 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-12 19:11
New changeset 0abb70ec93bfc6724199b7dd6c89294ce7d83072 by Ned Deily (Christian Heimes) in branch '3.7':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/0abb70ec93bfc6724199b7dd6c89294ce7d83072
msg376714 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-09-11 10:31
The tests have been disabled, so I understand that the "release blocker" priority is no longer needed. It would be nice to reenable these tests, but I consider that it should not block the next 3.9 release.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85136
2020-09-11 10:31:13vstinnersetpriority: release blocker ->
nosy: + vstinner
messages: + msg376714

2020-06-12 19:11:55ned.deilysetmessages: + msg371412
2020-06-12 19:09:35ned.deilysetmessages: + msg371411
2020-06-12 19:08:12ned.deilysetmessages: + msg371410
2020-06-12 18:58:41christian.heimessettype: behavior
2020-06-12 18:56:07christian.heimessetmessages: + msg371407
2020-06-12 18:54:11ned.deilysetmessages: + msg371406
2020-06-12 18:48:35christian.heimessetkeywords: + patch
stage: patch review
pull_requests: + pull_request20030
2020-06-12 18:45:29christian.heimessetassignee: christian.heimes
2020-06-12 18:43:06christian.heimescreate