[codesprints] Errors when preparing environment

Jim Fenton <fenton@bluepopcorn.net> Sun, 10 March 2024 00:15 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 A5D06C14F5F1 for <codesprints@ietfa.amsl.com>; Sat, 9 Mar 2024 16:15:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.105
X-Spam-Level:
X-Spam-Status: No, score=-2.105 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, 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 2DHZQ5v5PbbT for <codesprints@ietfa.amsl.com>; Sat, 9 Mar 2024 16:15:13 -0800 (PST)
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 80FACC14E513 for <codesprints@ietf.org>; Sat, 9 Mar 2024 16:15:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluepopcorn.net; s=supersize; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding: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=gqDucALa1SVDN3pG5o3NR3p7/efojE5XY+gBX5meCis=; b=H1dYuqYAThV06uNK1Z8SEe1L2P flYRD11pGBQSP3r3gT6g35oDHVqaV6JJwva3SqrlWQ/ptMoJQvsbj8gQj8aDdiyFrmtifyBC9bmqi OWnCaPtCDixMOFFJlSzZLNnMpPX7Eta0ucDSw3toWn4aVSu3QKWi2Gz9SXDFpib5PGkw=;
Received: from [2601:647:6801:6430:b54d:a33e:dbc5:dbee] (helo=[192.168.64.1]) 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 1rj6qM-0000wv-Ov for codesprints@ietf.org; Sat, 09 Mar 2024 16:15:12 -0800
From: Jim Fenton <fenton@bluepopcorn.net>
To: IETF Codesprints <codesprints@ietf.org>
Date: Sat, 09 Mar 2024 16:15:08 -0800
X-Mailer: MailMate (1.14r5852)
Message-ID: <44D667AA-2865-46B4-8441-E3B34537B213@bluepopcorn.net>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_MailMate_606DEA4E-E3E1-48B5-AF00-CE61013E42C8_="
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/KfJKjp43FOatLt4Hzw2I3__WHIo>
Subject: [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 00:15:18 -0000

Preparing for next weekend’s Code Sprint, I’m getting about 30 
errors similar to the following when I run the tests:

```
======================================================================
ERROR: test_add_author_forms (ietf.doc.tests_js.EditAuthorsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/dev/.local/lib/python3.9/site-packages/selenium/webdriver/common/driver_finder.py", 
line 38, in get_path
     path = SeleniumManager().driver_location(options) if path is None 
else path
   File 
"/home/dev/.local/lib/python3.9/site-packages/selenium/webdriver/common/selenium_manager.py", 
line 89, in driver_location
     args = [str(self.get_binary()), "--browser", browser]
   File 
"/home/dev/.local/lib/python3.9/site-packages/selenium/webdriver/common/selenium_manager.py", 
line 63, in get_binary
     raise WebDriverException(f"Unsupported platform/architecture 
combination: {sys.platform}/{arch}")
selenium.common.exceptions.WebDriverException: Message: Unsupported 
platform/architecture combination: linux/aarch64


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
   File "/workspace/ietf/doc/tests_js.py", line 21, in setUp
     super(EditAuthorsTests, self).setUp()
   File "/workspace/ietf/utils/jstest.py", line 55, in setUp
     self.driver = start_web_driver()
   File "/workspace/ietf/utils/jstest.py", line 37, in start_web_driver
     return webdriver.Firefox(service=service, options=options)
   File 
"/home/dev/.local/lib/python3.9/site-packages/selenium/webdriver/firefox/webdriver.py", 
line 59, in __init__
     self.service.path = DriverFinder.get_path(self.service, options)
   File 
"/home/dev/.local/lib/python3.9/site-packages/selenium/webdriver/common/driver_finder.py", 
line 41, in get_path
     raise NoSuchDriverException(msg) from err
selenium.common.exceptions.NoSuchDriverException: Message: Unable to 
obtain driver for firefox using Selenium Manager.; For documentation on 
this error, please visit: 
https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location
```

I went back and did a ‘./cleanall’ to make sure I didn’t have some 
old stuff lying around, but same errors. Any ideas?

-Jim