[codesprints] Problems updating from IETF 116

Jim Fenton <fenton@bluepopcorn.net> Fri, 21 July 2023 17:16 UTC

Return-Path: <fenton@bluepopcorn.net>
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 F1026C157B45 for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 10:16:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.095
X-Spam-Level:
X-Spam-Status: No, score=-2.095 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, HTML_MESSAGE=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=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 (1024-bit key) header.d=bluepopcorn.net
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 UMzJzHCpYCxS for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 10:16:31 -0700 (PDT)
Received: from v2.bluepopcorn.net (v2.bluepopcorn.net [IPv6:2607:f2f8:a994::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 79B07C14CF0C for <codesprints@ietf.org>; Fri, 21 Jul 2023 10:16:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluepopcorn.net; s=supersize; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Rz4L/qu3uxbS4zWR720fy2zNLPAvnSDopQRRcwoLPPc=; b=vAppV7fJYMVSf2T6+jBml39xs/ 0/JH+rNzTXPfrLGaovxLkkx78FtumDabwEIMpDZSK2Zg+b+HYdmxL34cUx7qKU/TVUY0Y77LoO/2r Mo3sAOze6MdyIa7U9NzAYhG7uJlusvAnQkWQmi+2hxXKcOSeaLFqUU8kNLawizv/yLmg=;
Received: from [2601:647:6880:ac1:85a3:135:b1bf:8a3c] (helo=[10.10.20.192]) by v2.bluepopcorn.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from <fenton@bluepopcorn.net>) id 1qMtjt-0003pk-7n for codesprints@ietf.org; Fri, 21 Jul 2023 10:16:30 -0700
From: Jim Fenton <fenton@bluepopcorn.net>
To: codesprints@ietf.org
Date: Fri, 21 Jul 2023 10:16:28 -0700
X-Mailer: MailMate (1.14r5852)
Message-ID: <D6F8ED14-4E33-4F66-86A6-3DDDDA605E97@bluepopcorn.net>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_MailMate_EAE86AFA-1715-4F12-AFA4-3CAA357F08D4_="
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/zYKVKE9wqNQ4U3SKrh7kpHRMKbI>
Subject: [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 17:16:36 -0000

In preparation for tomorrow’s codesprint, I synced my clone with the 
main repo, pulled that onto my local machine, started Docker, and did 
‘cd docker; ./run’ as suggested.

Things go sideways fairly quickly, starting with the following errors:

``` > [app  6/24] RUN apt-get update && export 
DEBIAN_FRONTEND=noninteractive     && apt-get install -y 
--no-install-recommends postgresql-client-14 pgloader     && apt-get 
purge -y imagemagick imagemagick-6-common     && bash 
/tmp/library-scripts/docker-setup-debian.sh "true" "dev" "501" "20" 
"false" "true" "true":
0.263 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
0.304 Get:2 https://download.docker.com/linux/debian bullseye InRelease 
[43.3 kB]
0.306 Get:3 https://deb.nodesource.com/node_16.x bullseye InRelease 
[4,586 B]
0.333 Get:4 http://deb.debian.org/debian-security bullseye-security 
InRelease [48.4 kB]
0.343 Err:3 https://deb.nodesource.com/node_16.x bullseye InRelease
0.343   At least one invalid signature was encountered.
0.381 Err:1 http://deb.debian.org/debian bullseye InRelease
0.381   At least one invalid signature was encountered.
0.382 Get:5 http://deb.debian.org/debian bullseye-updates InRelease 
[44.1 kB]
0.409 Err:2 https://download.docker.com/linux/debian bullseye InRelease
0.409   At least one invalid signature was encountered.
```
And a lot more of those ‘invalid signature’ errors.

Later on, I got the following:
```
failed to solve: process "/bin/sh -c apt-get update && export 
DEBIAN_FRONTEND=noninteractive     && apt-get install -y 
--no-install-recommends postgresql-client-14 pgloader     && apt-get 
purge -y imagemagick imagemagick-6-common     && bash 
/tmp/library-scripts/docker-setup-debian.sh \"true\" \"${USERNAME}\" 
\"${USER_UID}\" \"${USER_GID}\" \"false\" \"true\" \"true\"" did not 
complete successfully: exit code: 100
[+] Running 0/1
  ⠸ Container datatracker-db-1  Recreate                               
        2.3s
Error response from daemon: failed to copy files: copy file range 
failed: no space left on device
Database exposed on port:
no container found for db-1
service "app" is not running container #1
```

I was alarmed about the ‘no space left on device’ error, but in fact 
I have 500 GB or so free.

Any ideas?

-Jim