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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 93840ECE58C for ; Wed, 9 Oct 2019 22:44:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5BCD7218AC for ; Wed, 9 Oct 2019 22:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570661079; bh=azQRUuIePWmBhr0zJzfHTHPhIyFV2axyImRVQA6Gso0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=km4858/UnSrxV/kceGEgNMNB5KmOYgTfCHSPmUoBO065l/wtQoyI6GdsvZiSkPSgO Y3LxEA1/LzX9bCKp/gc9kjXAFru42hJWfZkM65ffZwVVqxnSuDHbC5sZyK+VXW36TG ixLKbZsj5b0AXmir8AzPmR9JtZL49vBYaRchn/v8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731589AbfJIWoj (ORCPT ); Wed, 9 Oct 2019 18:44:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:59678 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730675AbfJIWoi (ORCPT ); Wed, 9 Oct 2019 18:44:38 -0400 Received: from localhost (unknown [167.220.2.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C627206A1; Wed, 9 Oct 2019 22:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570661078; bh=azQRUuIePWmBhr0zJzfHTHPhIyFV2axyImRVQA6Gso0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gEWq98E01rspN/l/iBBCt6TzQ1fPMiDiQauVq0odD0jGRYcSxzyaqHIGXYQ4Iy6KR LpxPSqcM3GIRfKuUeU8yW+8W/VlbLZQn6auSpTPSsbT8g93oScQttl/Twc+iQ5p2vq WDsBYKfQ5DBsyjJUvbF6I3f6Hqmg03nnaJdb+Em8= Date: Wed, 9 Oct 2019 18:44:37 -0400 From: Sasha Levin To: CKI Project Cc: Linux Stable maillist , Memory Management , Jan Stancek , Zhaojuan Guo Subject: Re: =?utf-8?B?4p2MIEZBSUw=?= =?utf-8?Q?=3A?= Stable queue: queue-5.3 Message-ID: <20191009224437.GY1396@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Oct 09, 2019 at 06:11:40PM -0400, CKI Project wrote: > >Hello, > >We ran automated tests on a patchset that was proposed for merging into this >kernel tree. The patches were applied to: > > Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git > Commit: 52020d3f6633 - Linux 5.3.5 > >The results of these automated tests are provided below. > > Overall result: FAILED (see details below) > Merge: OK > Compile: OK > Tests: FAILED > >All kernel binaries, config files, and logs are available for download here: > > https://artifacts.cki-project.org/pipelines/214657 > >One or more kernel tests failed: > > x86_64: > ❌ Boot test > ❌ Boot test > ❌ Boot test > ❌ Boot test Hm, I looked here: https://artifacts.cki-project.org/pipelines/214657/logs/x86_64_host_1_Boot_test_dmesg.log and here: https://artifacts.cki-project.org/pipelines/214657/logs/x86_64_host_2_Boot_test_dmesg.log but both look sane. What am I missing? -- Thanks, Sasha