From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.51080.1685371492145294933 for ; Mon, 29 May 2023 07:44:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=YSIphBj0; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A86BA616E9 for ; Mon, 29 May 2023 14:44:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F0B4C433D2 for ; Mon, 29 May 2023 14:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685371491; bh=ZcW8+fSDUKjbAEGkdaBXITP3yAyEj7/2S5FknRQ9rdM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=YSIphBj0VqpDdyxhMVH7YMsIkMutvHasLNBsmDnLAw1s1BgT68cI6Laxh6esc1Wkk kMfys/kHhxaJxcSTzLHVSyXO8WznkP3uBQgmYFj4k9nZ3Ysc9RccH/ovPQW+Ys3jms ulGmbGeZn7KU86XWI1hwBnXNjpbwPLU/l8ojJ8V7bvzBISEi5PinDaNNJiE8Bv0wOi jfgXRD8EyNQaoIDRQqT5TFHFoiRm1Dbq8H/c854HdCsWk2bl1cTaNPWZGnGyFffyvM hSBzk8NzUBPH8nIZlEL4/fKG9G7j2s2Q903B37SkmN/neqoWfAYGr1cLvwH0DPlwuQ 5bsrMB4RPPHzw== Received: by mail-lj1-f178.google.com with SMTP id 38308e7fff4ca-2af177f12a5so34625401fa.2 for ; Mon, 29 May 2023 07:44:50 -0700 (PDT) X-Gm-Message-State: AC+VfDwkj9NEHUrCxHms8F/rR9mtweF27lhk7QEgFzfFNFBRuoMMP59C YQOR8sYr1sKX2GpNe7YhoVY81O4l1WPLKE26S0s= X-Google-Smtp-Source: ACHHUZ79yqelqzIDTpmpTIrYMfHvJ5WrhnHe9QRrZ3T7gLpecW7D+F1ORIZHsxX1NV28mGIf1mTW8cNM7V0gfJKPesU= X-Received: by 2002:a2e:b008:0:b0:2ad:ce08:7a33 with SMTP id y8-20020a2eb008000000b002adce087a33mr5166309ljk.22.1685371489076; Mon, 29 May 2023 07:44:49 -0700 (PDT) MIME-Version: 1.0 References: <4bcb9012-7e12-9df0-59a4-aff46b911c8f@bsdio.com> In-Reply-To: <4bcb9012-7e12-9df0-59a4-aff46b911c8f@bsdio.com> From: "Ard Biesheuvel" Date: Mon, 29 May 2023 16:44:37 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] failed Pr To: Rebecca Cran Cc: devel@edk2.groups.io, Michael Kinney , Michael Kubacki , "Liming Gao (Byosoft address)" Content-Type: text/plain; charset="UTF-8" On Mon, 29 May 2023 at 16:37, Rebecca Cran wrote: > > It looks like the agent or machine running the CI task crashed. > > "##[error]We stopped hearing from agent Azure Pipelines 18. Verify the > agent machine is running and has a healthy network connection. Anything > that terminates an agent process, starves it for CPU, or blocks its > network access can cause this error. For more information, see: > https://go.microsoft.com/fwlink/?linkid=846610" > Hmm, it would be nice if this thing could distinguish between 'error in your code' and 'internal error' where the latter does not mark your PR as being rejected. > > > > > The only way I've found to make CI run again is to do something to cause > the commit hash to change, for example by making a change to ReadMe.rst > then reverting it. > Mike Kinney mentioned last time that there is a button I could push. Mike? I am reluctant to make unnecessary changes to the state of the branch just to trick the CI into having another go at it.