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=-5.7 required=3.0 tests=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 004CFCA9EB6 for ; Wed, 23 Oct 2019 07:41:13 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id A33512064A for ; Wed, 23 Oct 2019 07:41:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A33512064A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 4FE6F6B0006; Wed, 23 Oct 2019 03:41:12 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 4AFAE6B0008; Wed, 23 Oct 2019 03:41:12 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 3C7F86B000A; Wed, 23 Oct 2019 03:41:12 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0083.hostedemail.com [216.40.44.83]) by kanga.kvack.org (Postfix) with ESMTP id 171C66B0006 for ; Wed, 23 Oct 2019 03:41:12 -0400 (EDT) Received: from smtpin20.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with SMTP id 92A8F180ACEEC for ; Wed, 23 Oct 2019 07:41:11 +0000 (UTC) X-FDA: 76074253542.20.dog49_446d1a6032130 X-HE-Tag: dog49_446d1a6032130 X-Filterd-Recvd-Size: 13092 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by imf26.hostedemail.com (Postfix) with ESMTP for ; Wed, 23 Oct 2019 07:41:09 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 00:41:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,220,1569308400"; d="scan'208";a="196701043" Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 23 Oct 2019 00:41:07 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1iNBGU-000BFM-VV; Wed, 23 Oct 2019 15:41:06 +0800 Date: Wed, 23 Oct 2019 15:40:41 +0800 From: kbuild test robot To: Andrew Morton Cc: Linux Memory Management List Subject: [linux-next:master] BUILD INCOMPLETE a722f75b2923b4fd44c17e7255e822ac48fe85f0 Message-ID: <5db003f9.4SzCeZSlCYk3yR8V%lkp@intel.com> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: a722f75b2923b4fd44c17e7255e822ac48fe85f0 Add linux-next specific files for 20191022 Regressions in current branch: include/linux/compiler.h:350:38: error: call to '__compiletime_assert_1659' declared with attribute error: BUILD_BUG_ON failed: stat_items_size != ARRAY_SIZE(vmstat_text) * sizeof(unsigned long) include/linux/iomap.h:95:48: error: 'SECTOR_SHIFT' undeclared (first use in this function); did you mean 'S_DT_SHIFT'? include/linux/spi/spi.h:645: warning: Function parameter or member 'cs_hold' not described in 'spi_controller' include/linux/spi/spi.h:645: warning: Function parameter or member 'cs_inactive' not described in 'spi_controller' include/linux/spi/spi.h:645: warning: Function parameter or member 'cs_setup' not described in 'spi_controller' include/linux/spi/spi.h:645: warning: Function parameter or member 'irq_flags' not described in 'spi_controller' Error ids grouped by kconfigs: recent_errors |-- i386-allnoconfig | |-- include-linux-spi-spi.h:warning:Function-parameter-or-member-cs_hold-not-described-in-spi_controller | |-- include-linux-spi-spi.h:warning:Function-parameter-or-member-cs_inactive-not-described-in-spi_controller | |-- include-linux-spi-spi.h:warning:Function-parameter-or-member-cs_setup-not-described-in-spi_controller | `-- include-linux-spi-spi.h:warning:Function-parameter-or-member-irq_flags-not-described-in-spi_controller |-- i386-randconfig-a001-201942 | `-- include-linux-iomap.h:error:SECTOR_SHIFT-undeclared-(first-use-in-this-function)-did-you-mean-S_DT_SHIFT |-- i386-randconfig-a003-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- i386-randconfig-b001-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- i386-randconfig-b003-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- i386-randconfig-c003-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-a002-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-a004-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-b003-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-b004-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-d002-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-f002-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) |-- x86_64-randconfig-f004-201942 | `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) `-- x86_64-randconfig-s2-201942 `-- include-linux-compiler.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:stat_items_size-ARRAY_SIZE(vmstat_text)-sizeof(unsigned-long) TIMEOUT after 1447m Sorry we cannot finish the testset for your branch within a reasonable time. It's our fault -- either some build server is down or some build worker is busy doing bisects for _other_ trees. The branch will get more complete coverage and possible error reports when our build infrastructure is restored or catches up. There will be no more build success notification for this branch head, but you can expect reasonably good test coverage after waiting for 1 day. configs timed out: 3 powerpc defconfig powerpc ppc64_defconfig x86_64 allmodconfig configs tested: 142 i386 randconfig-d002-201942 x86_64 randconfig-d002-201942 i386 randconfig-d004-201942 x86_64 randconfig-d004-201942 x86_64 randconfig-d003-201942 i386 randconfig-d003-201942 x86_64 randconfig-d001-201942 i386 randconfig-d001-201942 x86_64 randconfig-h002-201942 x86_64 randconfig-h001-201942 i386 randconfig-h004-201942 i386 randconfig-h003-201942 x86_64 randconfig-h003-201942 i386 randconfig-h002-201942 i386 randconfig-h001-201942 x86_64 randconfig-h004-201942 um x86_64_defconfig um i386_defconfig um defconfig x86_64 allyesconfig i386 allmodconfig m68k multi_defconfig m68k m5475evb_defconfig h8300 h8300h-sim_defconfig h8300 edosk2674_defconfig m68k sun3_defconfig h8300 h8s-sim_defconfig m68k allmodconfig x86_64 randconfig-c001-201942 i386 randconfig-c001-201942 x86_64 randconfig-c002-201942 i386 randconfig-c004-201942 i386 randconfig-c003-201942 x86_64 randconfig-c004-201942 i386 randconfig-c002-201942 x86_64 randconfig-c003-201942 arc allyesconfig microblaze nommu_defconfig microblaze mmu_defconfig arc defconfig powerpc allnoconfig mips allmodconfig mips 32r2_defconfig mips malta_kvm_defconfig mips 64r6el_defconfig mips allnoconfig mips fuloong2e_defconfig x86_64 randconfig-g002-201942 i386 randconfig-g004-201942 x86_64 randconfig-g001-201942 i386 randconfig-g002-201942 x86_64 randconfig-g004-201942 x86_64 randconfig-g003-201942 i386 randconfig-g003-201942 i386 randconfig-g001-201942 sparc64 allmodconfig sparc defconfig sparc64 allnoconfig sparc64 defconfig x86_64 randconfig-e004-201942 x86_64 randconfig-e001-201942 x86_64 randconfig-e003-201942 x86_64 randconfig-e002-201942 i386 randconfig-e003-201942 i386 randconfig-e004-201942 i386 randconfig-e001-201942 i386 randconfig-e002-201942 parisc c3000_defconfig parisc b180_defconfig parisc defconfig parisc allnoconfig x86_64 lkp x86_64 rhel x86_64 rhel-7.6 x86_64 fedora-25 x86_64 kexec ia64 allmodconfig ia64 allnoconfig ia64 defconfig ia64 alldefconfig i386 randconfig-b001-201942 x86_64 randconfig-b002-201942 x86_64 randconfig-b003-201942 i386 randconfig-b003-201942 i386 randconfig-b004-201942 x86_64 randconfig-b004-201942 x86_64 randconfig-b001-201942 i386 randconfig-b002-201942 xtensa common_defconfig openrisc or1ksim_defconfig nios2 3c120_defconfig xtensa iss_defconfig c6x evmc6678_defconfig c6x allyesconfig nios2 10m50_defconfig openrisc simple_smp_defconfig i386 allnoconfig i386 defconfig i386 alldefconfig sh allmodconfig sh rsk7269_defconfig sh sh7785lcr_32bit_defconfig sh allnoconfig sh titan_defconfig s390 allnoconfig s390 debug_defconfig s390 allmodconfig s390 defconfig riscv allnoconfig riscv defconfig nds32 defconfig alpha defconfig nds32 allnoconfig arm allmodconfig arm at91_dt_defconfig arm64 defconfig arm multi_v5_defconfig arm64 allyesconfig arm allnoconfig arm efm32_defconfig arm sunxi_defconfig arm64 allnoconfig arm64 allmodconfig arm exynos_defconfig arm shmobile_defconfig arm multi_v7_defconfig i386 randconfig-f002-201942 i386 randconfig-f001-201942 x86_64 randconfig-f003-201942 x86_64 randconfig-f004-201942 x86_64 randconfig-f002-201942 i386 randconfig-f003-201942 x86_64 randconfig-f001-201942 i386 randconfig-f004-201942 x86_64 randconfig-a004-201942 x86_64 randconfig-a001-201942 i386 randconfig-a002-201942 x86_64 randconfig-a002-201942 i386 randconfig-a001-201942 i386 randconfig-a003-201942 i386 randconfig-a004-201942 x86_64 randconfig-a003-201942 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation