From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mx.groups.io with SMTP id smtpd.web11.2239.1623469677490436065 for ; Fri, 11 Jun 2021 20:47:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=VBWWiCGS; spf=pass (domain: gmail.com, ip: 209.85.214.175, mailfrom: kuqin12@gmail.com) Received: by mail-pl1-f175.google.com with SMTP id u18so3162047plc.0 for ; Fri, 11 Jun 2021 20:47:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=syrzctxWZqyjlpoFxqPKdNYOmN+OJMseiwy0e1PcmgM=; b=VBWWiCGSMZuMPZyodBRVLSfKqbT+ppzE0UJGRyogi1yCABAQ05KwqHNw+c1uViMgh6 HwquTzRDY1wcrhaX2Rjs12gwSNwCaaX91u/virTPzE3H5VLHGhi787oiD3OCARAgtpeG ljFeLQPh3/tuqDb3Y6OLpMoMgVd/suvXEhd3IGSNJDVOb3pmnFgXU7Bdi1cMcs5FmsVO DJLF9+Slt88aPx0kZbnS9rtTOndyhbIQSr7nMRAxqg13D/2H2QnDmUUeF8Neh8u2oqNd DlWR20q84KK65GU82CrihXko0r+twIaMYxb5obufWaUScCRmxc5Oic4Fv45MpJICFM4L yUVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=syrzctxWZqyjlpoFxqPKdNYOmN+OJMseiwy0e1PcmgM=; b=JQW8Mup8WKJrSnD++eeM/j38/ItK+oYvpdNr7MbwJaxmIxe7r8md9WJcKGuxUks5yA ssK6Tyt0vBhMipp3sM/W54hpPjtQkR5gdDox0ma2jz3e0JY6mSUPSDqWkvQgbRm88R9X fnPG3a+kqoOot+OmKhlizTaznqjp5DwB3gUoYW4UW+3sBEOSc0z+EkMr2yZLuPe28aZV HX/DS3yreZSC/IF64XIlicmvreVW6rL3Kq3Dw7awTpw3qSUoimWVlGE7z+OoCVlcEV8M DLmmNZt86UVmwSbbtBlzsIwvG5ONhy2k/guKbFU52m3RPKfYLwLaXg4/jA1OjFFMK6RU vS2w== X-Gm-Message-State: AOAM5322kj1engYoZyIyt1LKv3HJuHtCaEyDfaXML0K9DkYxH51Ke46x YtB1+Kd59nXFD9vPfAv3AG0= X-Google-Smtp-Source: ABdhPJxxinVFUY/LNvGzNNaK9LF+jAn2ut4x/XQDUoFFPCJlF6A6DH5mB9Iy/0xOTmOU8tdbsI57gQ== X-Received: by 2002:a17:90b:f84:: with SMTP id ft4mr12609148pjb.104.1623469677065; Fri, 11 Jun 2021 20:47:57 -0700 (PDT) Return-Path: Received: from [192.168.50.18] ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id c207sm6226546pfb.86.2021.06.11.20.47.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 11 Jun 2021 20:47:56 -0700 (PDT) Subject: Re: [edk2-devel] CI is failing - June 2021 To: devel@edk2.groups.io, spbrogan@outlook.com, Leif Lindholm , "ardb+tianocore@kernel.org" , Sami Mujawar , Jiewen Yao , supreeth.venkatesh@arm.com, "kun.q@outlook.com" , Michael D Kinney , Liming Gao , Bret Barkelew References: From: "Kun Qin" Message-ID: <4dbb5973-d53d-d916-d364-a3dc1e747c02@gmail.com> Date: Fri, 11 Jun 2021 20:47:56 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Thanks for the heads up, Sean. The patch series was just sent for review: https://edk2.groups.io/g/devel/message/76419. The PR that passes all checks against this branch is here: https://github.com/tianocore/edk2/pull/1705 Any feedback is appreciated. Regards, Kun On 06/11/2021 20:41, Sean wrote: > The CI system is failing around the spellcheck plugin. > https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=23772&view=results > > > > The patch never got merged (15 months ago and again 8 months ago) to > update nodejs to a newer version.  See bug > https://bugzilla.tianocore.org/show_bug.cgi?id=2618 > > This has now caused the spell checker to stop working and is then > causing an error which is breaking the CI builds. > Updating Node resolves this error. > > But after updating a few packages fail because of spelling errors. > ArmPkg, ArmPlatformPkg, and StandaloneMMPkg. > > More info being tracked in this > https://bugzilla.tianocore.org/show_bug.cgi?id=3445 > > Please prioritize reviewing the patch series that will be sent out soon > > FYI - There is also another bug that is hiding a few of the spelling > failures on linux machines. > https://bugzilla.tianocore.org/show_bug.cgi?id=3454 > > > > Thanks > Sean > > > > > > > > >