Re: [codesprints] Problems updating from IETF 116

Lars Eggert <lars@eggert.org> Fri, 21 July 2023 18:16 UTC

Return-Path: <lars@eggert.org>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D742BC151985 for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 11:16:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.097
X-Spam-Level:
X-Spam-Status: No, score=-7.097 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=eggert.org
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oRpkvKkpuHP0 for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 11:15:57 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:4000:400::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D279AC14CE45 for <codesprints@ietf.org>; Fri, 21 Jul 2023 11:15:56 -0700 (PDT)
Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9BEB9835C3; Fri, 21 Jul 2023 21:15:51 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eggert.org; s=dkim; t=1689963353; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=PqWYggIRCjUaUXNC4yy+RZPOByOG5MZoK123iEpcIwQ=; b=JS28+Rb4hOLSeq09yCbGvFG4UMAqdjyrSQ9hkNmrgQKWvEtxxtk4T4eHFiLKpZNP+PZ0BF Nk02eAZFz0B7Pv1WllB3p2wAkGmWEowMHmm5R508kdSg7XNFbN/u0x/ydVCunNYPoC5olp NpxOdmMC7W3qqT/VDfCaWJ86R5AXqr40KDyoaPUitLB7/r+inikvXDJGvnsCCH42ER0xyd NlJOrlRX4L2VkjF4AdAjMKmPZ/i17ZV9HQN3N/geFGHxY9Bt3ngJncwRQ8WtxOVqDigt/s kADehj7E+pFADCdSQp1l/Ilxh2J8+43ywUplPbQlo+fzoy0nnu7cpzxay7xX/g==
From: Lars Eggert <lars@eggert.org>
Message-Id: <BF526F2E-6FB2-4B0D-9541-415BD5484979@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_F03A636D-8C62-4B7C-AFD0-396489656306"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\))
Date: Fri, 21 Jul 2023 11:15:49 -0700
In-Reply-To: <15C80D44-8809-4674-99AC-C54B48D3CE13@eggert.org>
Cc: codesprints@ietf.org
To: Jim Fenton <fenton@bluepopcorn.net>
References: <D6F8ED14-4E33-4F66-86A6-3DDDDA605E97@bluepopcorn.net> <15C80D44-8809-4674-99AC-C54B48D3CE13@eggert.org>
X-Last-TLS-Session-Version: TLSv1.2
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/Sp5Y3Ve5JNTXsSCJB9F5F82VkjE>
Subject: Re: [codesprints] Problems updating from IETF 116
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Jul 2023 18:16:01 -0000

On Jul 21, 2023, at 11:14, Lars Eggert <lars@eggert.org> wrote:
> What platform do you run docker on? At least on the Mac, docker runs in a Linux VM, and you may need to give that VM more space (through the docker settings.)

See the part highlighted in blue:


Lars