Re: [codesprints] Errors when preparing environment

Jim Fenton <fenton@bluepopcorn.net> Sun, 10 March 2024 20:34 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 41AAEC14F609 for <codesprints@ietfa.amsl.com>; Sun, 10 Mar 2024 13:34:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.106
X-Spam-Level:
X-Spam-Status: No, score=-7.106 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_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, 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 raxcd4YltPMm for <codesprints@ietfa.amsl.com>; Sun, 10 Mar 2024 13:34:55 -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 51850C14F5EB for <codesprints@ietf.org>; Sun, 10 Mar 2024 13:34:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluepopcorn.net; s=supersize; h=To:Cc:Date:Message-Id:Subject:Mime-Version: From:Content-Transfer-Encoding:Content-Type:Sender:Reply-To: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=6UqmjYr34gK+tj6zb1Aw6p29imU0PuaxYsGUOor7uLk=; b=K2v//kgROnk0cAVd53YQZV2NYJ kyJnFys8MrcesLDSkOhol/P2cTeTSL4lgxovAWARR4hJg59SghqJvnQ5Bs1KRe587l/3pOnCtIVaK GYE/v1tAAxlJ1XIfU8Zg4CsTCZX8l46LQiaO2eF3W7N7UpwU7XjEE5Kj4G3ckBhiqOYs=;
Received: from [65.74.155.183] (helo=smtpclient.apple) by v2.bluepopcorn.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from <fenton@bluepopcorn.net>) id 1rjPsj-0006dc-2f; Sun, 10 Mar 2024 13:34:53 -0700
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
From: Jim Fenton <fenton@bluepopcorn.net>
Mime-Version: 1.0 (1.0)
Message-Id: <33545925-C22F-4814-8BFA-87C25BA9FF92@bluepopcorn.net>
Date: Sun, 10 Mar 2024 13:34:42 -0700
Cc: IETF Codesprints <codesprints@ietf.org>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: iPad Mail (21D61)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/pBHphOw-PntAa8w-fswevQ3NRyw>
Subject: Re: [codesprints] Errors when preparing environment
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: Sun, 10 Mar 2024 20:34:59 -0000


On Mar 10, 2024, at 12:59 PM, Michael Richardson <mcr+ietf@sandelman.ca> wrote:
> 
> Jim Fenton <fenton@bluepopcorn.net> wrote:
>> Preparing for next weekend’s Code Sprint, I’m getting about 30 errors similar
>> to the following when I run the tests:
> 
> I guess you are on an M1 Apple.

Yes, I am.

> 
>> selenium.common.exceptions.WebDriverException: Message: Unsupported
>> platform/architecture combination: linux/aarch64
> 
> and it thinks that there is no firefox executable for this platform, so
> selenium just can't work.  Probably you will have to ignore these tests.
Thought it might be something like that. Thanks.

-Jim