From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4C57C4743C for ; Mon, 21 Jun 2021 21:59:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA1EC6023D for ; Mon, 21 Jun 2021 21:59:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231159AbhFUWBp (ORCPT ); Mon, 21 Jun 2021 18:01:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230263AbhFUWBp (ORCPT ); Mon, 21 Jun 2021 18:01:45 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8558AC061574 for ; Mon, 21 Jun 2021 14:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+k6mDxZPsXaD/UqEdya8u3oX0Z1aQBtTXAGtUsVTrmc=; b=llkTe+jOpF6xZuKdof43OzN1cz Wk+JV5DDt31OeftBZ9aWJfJPpqEztKCbrG4rOJc8wHx7//KMHbgaFbQ45rzQSViRozlMasPpFdKfw rsWscGzYEjKg2ICBKU8y7aOhAuLjvPx4ObkOTIBl2PG0c9aK9tc567K5Ola8bHkx7p9rywgIPGHMd Mi6puPED3DZF/j2gIFeDox/9TQlnqwJ3g1bOPeNtVgyKPblQFFCYCw6T5ZpE6/lgn09v4sKHfkAbf yF29vRN9c+H4UtDqZtt4QbG4D0SRAlc4Uq5cV61SRupJIu61GrXS0TBVuRwuwzgDm5XgmgUZeaFZl EzgsnNew==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvRwY-00DcUt-Mv; Mon, 21 Jun 2021 21:59:11 +0000 Date: Mon, 21 Jun 2021 22:58:58 +0100 From: Matthew Wilcox To: Veronika Kabatova Cc: Jens Axboe , CKI Project , linux-block@vger.kernel.org Subject: Re: =?utf-8?B?4p2MIEZBSUw=?= =?utf-8?Q?=3A?= Test report for kernel 5.13.0-rc6 (block, b0740de3) Message-ID: References: <42b91718-9d70-4e4c-2716-6259321abd64@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Jun 21, 2021 at 11:07:16PM +0200, Veronika Kabatova wrote: > On Mon, Jun 21, 2021 at 11:00 PM Jens Axboe wrote: > > > > On 6/21/21 2:57 PM, Veronika Kabatova wrote: > > > On Mon, Jun 21, 2021 at 9:20 PM Veronika Kabatova wrote: > > >> > > >> On Mon, Jun 21, 2021 at 9:17 PM CKI Project wrote: > > >>> > > >>> > > >>> Hello, > > >>> > > >>> We ran automated tests on a recent commit from this kernel tree: > > >>> > > >>> Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git > > >>> Commit: b0740de3330a - Merge branch 'for-5.14/drivers-late' into for-next > > >>> > > >>> The results of these automated tests are provided below. > > >>> > > >>> Overall result: FAILED (see details below) > > >>> Merge: OK > > >>> Compile: FAILED > > >>> > > >> > > >> Hi, > > >> > > >> the failure is introduced between this commit and d142f908ebab64955eb48e. > > >> Currently seeing if I can bisect it closer but maybe someone already has an > > >> idea what went wrong. > > >> > > > > > > First commit failing the compilation is 7a2b0ef2a3b83733d7. > > > > Where's the log? Adding Willy... > > > > Logs and kernel configs for each arch are linked in the original email at > https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefix=datawarehouse-public/2021/06/21/324657779 Which aren't there by the time they get to the original commit author. You need to do better than this; the Intel build-bot bisects to the commit which actually causes the error.