[Tools-discuss] Could not resolve host: tools.ietf.org

Lars Eggert <lars@eggert.org> Mon, 15 February 2021 07:43 UTC

Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 13A123A0D5D for <tools-discuss@ietfa.amsl.com>; Sun, 14 Feb 2021 23:43:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.198
X-Spam-Level:
X-Spam-Status: No, score=-0.198 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tVmZY3xN3IC0 for <tools-discuss@ietfa.amsl.com>; Sun, 14 Feb 2021 23:43:30 -0800 (PST)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:4000:400:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B381F3A0D5C for <tools-discuss@ietf.org>; Sun, 14 Feb 2021 23:43:30 -0800 (PST)
Received: from [IPv6:2a00:ac00:4000:400:fc64:e8ec:3042:39dc] (unknown [IPv6:2a00:ac00:4000:400:fc64:e8ec:3042:39dc]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id D7D126002F7 for <tools-discuss@ietf.org>; Mon, 15 Feb 2021 09:43:19 +0200 (EET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1613374999; bh=1631enHq2ltdpJKB1gFHAMbPFJe9Y+bD67sZHfRGNdc=; h=From:Subject:Date:To; b=oB6alvNCKziYsw8Gi2D7thUsX/2Yb2dxGPScDlXfYaQTV+BAMPj44LM+TuGvTrzAb j7jBb6drblqg8tZZW1G86BgtaSXO6lPLSteIPyzuRinKBkn0TVC1DWC2RJlZUns4mq z0PSLvWpcn5ONMU2wN6hXSFd3ONqaZTMOo/TpggY=
From: Lars Eggert <lars@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_2E8CA856-E610-4BDD-9BAF-467DA73AB812"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\))
Message-Id: <521087A9-1210-449D-B5B4-90D8F960B469@eggert.org>
Date: Mon, 15 Feb 2021 09:43:19 +0200
To: tools-discuss <tools-discuss@ietf.org>
X-MailScanner-ID: D7D126002F7.A32E1
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/J2pZt8gP13AtT7zo23VH2wX9W-c>
Subject: [Tools-discuss] Could not resolve host: tools.ietf.org
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Feb 2021 07:43:32 -0000

Hi,

I'm downloading idnits from https://tools.ietf.org/tools/idnits/idnits-2.16.05.tgz as part of a CI run. Every so often, that download fails, because:

> curl: (6) Could not resolve host: tools.ietf.org
> 
> The command '/bin/sh -c curl -L -o idnits.tgz https://tools.ietf.org/tools/idnits/idnits-2.16.05.tgz' returned a non-zero code: 6

For example, https://github.com/larseggert/i-d-toolchain/runs/1893387974?check_suite_focus=true#step:3:2165 or https://github.com/larseggert/i-d-toolchain/runs/1894464855?check_suite_focus=true#step:3:2303

Is one of the tools servers out of sync?

Thanks,
Lars