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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A1FE7C43461 for ; Fri, 4 Sep 2020 01:02:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69A2720758 for ; Fri, 4 Sep 2020 01:02:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="F4Uay0hw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729036AbgIDBCw (ORCPT ); Thu, 3 Sep 2020 21:02:52 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:43062 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728582AbgIDBCv (ORCPT ); Thu, 3 Sep 2020 21:02:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599181369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jrZRVZw001W6wwdonr0HEyKZabnRI5c6ai5SCBul9go=; b=F4Uay0hwC9siZEHfgXipSc4+WE+/xYiVmfSuzJ5AA6SFYNvHStzEieTI95u/pucaMcGPC+ uW4T3IhTJ0phTXDOdhVSycraPSDvWHqNSWOrQ3CPwxHb/FjogWdgQhg5p5tDu3a4skcLmv xLgBIiTs61KLqzyMXgva2ZOHB0AsIrg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-380-3gzsoWTnP_y1ctqzRy80RQ-1; Thu, 03 Sep 2020 21:02:46 -0400 X-MC-Unique: 3gzsoWTnP_y1ctqzRy80RQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 73D4D425DE; Fri, 4 Sep 2020 01:02:45 +0000 (UTC) Received: from T590 (ovpn-12-109.pek2.redhat.com [10.72.12.109]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1B5131A92A; Fri, 4 Sep 2020 01:02:37 +0000 (UTC) Date: Fri, 4 Sep 2020 09:02:33 +0800 From: Ming Lei To: CKI Project Cc: linux-block@vger.kernel.org, axboe@kernel.dk, Changhui Zhong Subject: Re: =?utf-8?B?8J+SpSBQQU5JQ0tFRA==?= =?utf-8?Q?=3A?= Test report for kernel 5.9.0-rc3-020ad03.cki (block) Message-ID: <20200904010233.GA817918@T590> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Sep 03, 2020 at 05:07:57PM -0000, 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: 020ad0333b03 - Merge branch 'for-5.10/block' into for-next > > The results of these automated tests are provided below. > > Overall result: FAILED (see details below) > Merge: OK > Compile: OK > Tests: PANICKED > > All kernel binaries, config files, and logs are available for download here: > > https://cki-artifacts.s3.us-east-2.amazonaws.com/index.html?prefix=datawarehouse/2020/09/02/613166 > > One or more kernel tests failed: > > ppc64le: > ๐Ÿ’ฅ storage: software RAID testing > > aarch64: > ๐Ÿ’ฅ storage: software RAID testing > > x86_64: > ๐Ÿ’ฅ storage: software RAID testing > > We hope that these logs can help you find the problem quickly. For the full > detail on our testing procedures, please scroll to the bottom of this message. > > Please reply to this email if you have any questions about the tests that we > ran or if you have any suggestions on how to make future tests more effective. > > ,-. ,-. > ( C ) ( K ) Continuous > `-',-.`-' Kernel > ( I ) Integration > `-' > ______________________________________________________________________________ > > Compile testing > --------------- > > We compiled the kernel for 4 architectures: > > aarch64: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > ppc64le: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > s390x: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > x86_64: > make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg > > > > Hardware testing > ---------------- > We booted each kernel and ran the following tests: > > aarch64: > Host 1: > โœ… Boot test > โœ… ACPI table test > โœ… LTP > โœ… Loopdev Sanity > โœ… Memory function: memfd_create > โœ… AMTU (Abstract Machine Test Utility) > โœ… Ethernet drivers sanity > โœ… storage: SCSI VPD > ๐Ÿšง โœ… CIFS Connectathon > ๐Ÿšง โœ… POSIX pjd-fstest suites > > Host 2: > > โšก Internal infrastructure issues prevented one or more tests (marked > with โšกโšกโšก) from running on this architecture. > This is not the fault of the kernel that was tested. > > โšกโšกโšก Boot test > โšกโšกโšก xfstests - ext4 > โšกโšกโšก xfstests - xfs > โšกโšกโšก storage: software RAID testing > โšกโšกโšก stress: stress-ng > ๐Ÿšง โšกโšกโšก xfstests - btrfs > ๐Ÿšง โšกโšกโšก Storage blktests > > Host 3: > โœ… Boot test > โœ… xfstests - ext4 > โœ… xfstests - xfs > ๐Ÿ’ฅ storage: software RAID testing > โšกโšกโšก stress: stress-ng > ๐Ÿšง โšกโšกโšก xfstests - btrfs > ๐Ÿšง โšกโšกโšก Storage blktests > > ppc64le: > Host 1: > โœ… Boot test > ๐Ÿšง โœ… kdump - sysrq-c > > Host 2: > โœ… Boot test > โœ… xfstests - ext4 > โœ… xfstests - xfs > ๐Ÿ’ฅ storage: software RAID testing > ๐Ÿšง โšกโšกโšก xfstests - btrfs > ๐Ÿšง โšกโšกโšก Storage blktests > > Host 3: > > โšก Internal infrastructure issues prevented one or more tests (marked > with โšกโšกโšก) from running on this architecture. > This is not the fault of the kernel that was tested. > > โœ… Boot test > โšกโšกโšก LTP > โšกโšกโšก Loopdev Sanity > โšกโšกโšก Memory function: memfd_create > โšกโšกโšก AMTU (Abstract Machine Test Utility) > โšกโšกโšก Ethernet drivers sanity > ๐Ÿšง โšกโšกโšก CIFS Connectathon > ๐Ÿšง โšกโšกโšก POSIX pjd-fstest suites > > s390x: > Host 1: > โœ… Boot test > โœ… stress: stress-ng > ๐Ÿšง โœ… Storage blktests > > Host 2: > โœ… Boot test > โœ… LTP > โœ… Loopdev Sanity > โœ… Memory function: memfd_create > โœ… AMTU (Abstract Machine Test Utility) > โœ… Ethernet drivers sanity > ๐Ÿšง โœ… CIFS Connectathon > ๐Ÿšง โœ… POSIX pjd-fstest suites > > x86_64: > Host 1: > โœ… Boot test > โœ… Storage SAN device stress - qedf driver > > Host 2: > โฑ Boot test > โฑ Storage SAN device stress - mpt3sas_gen1 > > Host 3: > โœ… Boot test > โœ… xfstests - ext4 > โœ… xfstests - xfs > ๐Ÿ’ฅ storage: software RAID testing > โšกโšกโšก stress: stress-ng > ๐Ÿšง โšกโšกโšก xfstests - btrfs > ๐Ÿšง โšกโšกโšก Storage blktests > > Host 4: > โœ… Boot test > โœ… Storage SAN device stress - lpfc driver > > Host 5: > โœ… Boot test > ๐Ÿšง โœ… kdump - sysrq-c > > Host 6: > โœ… Boot test > โœ… ACPI table test > โœ… LTP > โœ… Loopdev Sanity > โœ… Memory function: memfd_create > โœ… AMTU (Abstract Machine Test Utility) > โœ… Ethernet drivers sanity > โœ… kernel-rt: rt_migrate_test > โœ… kernel-rt: rteval > โœ… kernel-rt: sched_deadline > โœ… kernel-rt: smidetect > โœ… storage: SCSI VPD > ๐Ÿšง โœ… CIFS Connectathon > ๐Ÿšง โœ… POSIX pjd-fstest suites > > Host 7: > โœ… Boot test > โœ… kdump - sysrq-c - megaraid_sas > > Host 8: > โœ… Boot test > โœ… Storage SAN device stress - qla2xxx driver > > Host 9: > โฑ Boot test > โฑ kdump - sysrq-c - mpt3sas_gen1 > > Test sources: https://gitlab.com/cki-project/kernel-tests Hello, Can you share us the exact commands for setting up xfstests over 'software RAID testing' from the above tree? BTW I can't reproduce it by running xfstest generic/551 on my simple raid10 settings, include raid stop/remove steps. Thanks, Ming