From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 59FFD7803D8 for ; Sun, 8 Oct 2023 09:07:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ULkZ3hGdApHLtGhfc7mA2NW0Zj6RRqsFbht1nZ8EkCc=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1696756075; v=1; b=YwHX+C10DdjHLJGCyzWyEnVMJ6XY8ndXIySZreUqT+jBDnx8bVYmvDXjVFxvvcbE/rJVHAEP 17lr9GeA96hngJ2LedqCV1iPjjlcJhgiVl0C9scSSlvUGP6cPvUyPZqQ47SYcuPWt1dvktY935L edxU397mk5MaWbk6inXdtzsU= X-Received: by 127.0.0.2 with SMTP id TZ6YYY7687511xnbrpNMvZpc; Sun, 08 Oct 2023 02:07:55 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.34920.1696756074173333285 for ; Sun, 08 Oct 2023 02:07:54 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-688-Jl0071quNoOn1XHL0_5dLw-1; Sun, 08 Oct 2023 05:07:51 -0400 X-MC-Unique: Jl0071quNoOn1XHL0_5dLw-1 X-Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AB5AE85A5BD; Sun, 8 Oct 2023 09:07:50 +0000 (UTC) X-Received: from [10.39.192.50] (unknown [10.39.192.50]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9A77B2027019; Sun, 8 Oct 2023 09:07:49 +0000 (UTC) Message-ID: <99c31ee6-cf3a-3346-cfcb-b0d10b5f2dea@redhat.com> Date: Sun, 8 Oct 2023 11:07:48 +0200 MIME-Version: 1.0 Subject: Re: [edk2-devel] another broken PR To: devel@edk2.groups.io, ardb@kernel.org Cc: Michael Kinney , Taylor Beebe , Oliver Smith-Denny References: <178BA69DA6D10040.24994@groups.io> <25f4285b-030f-4b65-91b6-86b4098135ee@linux.microsoft.com> From: "Laszlo Ersek" In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: XgoLsf9b1fCHLKLpwqIJaiQTx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=YwHX+C10; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 10/7/23 13:33, Ard Biesheuvel wrote: > On Sat, 7 Oct 2023 at 02:26, Michael Kubacki > wrote: >> >> On 10/6/2023 8:18 PM, Michael Kubacki wrote: >>> On 10/6/2023 7:17 PM, Michael Kubacki wrote: >>>> https://edk2.groups.io/g/devel/message/109370 >>>> >>> I am planning to quickly merge that series (with its R-b) when PR check= s >>> are completed to unblock CI. >> >> Merged to master in commits 6439c73 and 82191f8. >=20 > Thanks for getting this fixed quickly. +1, thanks for that! Out of curiosity, is there a ticket somewhere with details about the python 3.12 incompatibilities in the scripts? (Asking "somewhere" because I don't know if the issues are in tianocore/containers, tianocore/edk2-pytool-extensions, tianocore/edk2-pytool-library, or somewhere else.) Thanks! Laszlo >=20 >=20 >>> >>>> On 10/6/2023 6:54 PM, Michael Kubacki wrote: >>>>> I think this is related to the fact that the latest VM images >>>>> switched over to Python 3.12 and the minor version is not fixed to 11= . >>>>> >>>>> C:\hostedtoolcache\windows\Python\3.12.0 >>>>> >>>>> I can send a patch to fix the minor version to 3.11 and then the >>>>> transition to 3.12 can take place with more time to evaluate the >>>>> changes needed. >>>>> >>>>> Thanks, >>>>> Michael >>>>> >>>>> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote: >>>>>> Could someone please explain what went wrong this time? Many of the >>>>>> tests are failing, and i don't see a 're-run failed tests' button. >>>>>> >>>>>> https://github.com/tianocore/edk2/pull/4893 >>>>> >>>>> >>>>> >>>>> >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109387): https://edk2.groups.io/g/devel/message/109387 Mute This Topic: https://groups.io/mt/101808372/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-