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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 C3A32C4360D for ; Sat, 21 Sep 2019 17:53:03 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6ED3020820 for ; Sat, 21 Sep 2019 17:53:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6ED3020820 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 090466B0006; Sat, 21 Sep 2019 13:53:03 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 0415F6B0008; Sat, 21 Sep 2019 13:53:02 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E98606B000A; Sat, 21 Sep 2019 13:53:02 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0100.hostedemail.com [216.40.44.100]) by kanga.kvack.org (Postfix) with ESMTP id C31356B0006 for ; Sat, 21 Sep 2019 13:53:02 -0400 (EDT) Received: from smtpin20.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with SMTP id 4E114181AC9B4 for ; Sat, 21 Sep 2019 17:53:02 +0000 (UTC) X-FDA: 75959673804.20.year25_377c6d8890228 X-HE-Tag: year25_377c6d8890228 X-Filterd-Recvd-Size: 12223 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by imf27.hostedemail.com (Postfix) with ESMTP for ; Sat, 21 Sep 2019 17:53:01 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2019 10:53:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,532,1559545200"; d="scan'208";a="217966965" Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 21 Sep 2019 10:52:58 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1iBjZ4-0003i3-4Q; Sun, 22 Sep 2019 01:52:58 +0800 Date: Sun, 22 Sep 2019 01:52:31 +0800 From: kbuild test robot To: Andrew Morton Cc: Mark Brown , Linux Memory Management List Subject: [linux-next:master] BUILD INCOMPLETE b5b3bd898ba99fb0fb6aed3b23ec6353a1724d6f Message-ID: <5d86635f.yhlIwU6JiNXbgpVJ%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://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: b5b3bd898ba99fb0fb6aed3b23ec6353a1724d6f Add linux-next specific files for 20190920 Regressions in current branch: arch/arm/crypto/aes-ce-core.S:299: Error: selected processor does not support `movw ip,:lower16:.Lcts_permute_table' in ARM mode arch/arm/crypto/aes-ce-core.S:300: Error: selected processor does not support `movt ip,:upper16:.Lcts_permute_table' in ARM mode arch/x86/boot/compressed/acpi.c:316:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] drivers/crypto/inside-secure/safexcel.c:1104:9: error: implicit declaration of function 'pci_irq_vector'; did you mean 'rcu_irq_enter'? [-Werror=implicit-function-declaration] drivers/crypto/inside-secure/safexcel.c:1436:9: error: implicit declaration of function 'pci_alloc_irq_vectors'; did you mean 'pci_alloc_consistent'? [-Werror=implicit-function-declaration] drivers/crypto/inside-secure/safexcel.c:1439:10: error: 'PCI_IRQ_MSI' undeclared (first use in this function); did you mean 'IRQ_MSK'? drivers/crypto/inside-secure/safexcel.c:1439:24: error: 'PCI_IRQ_MSIX' undeclared (first use in this function); did you mean 'PCI_IRQ_MSI'? Error ids grouped by kconfigs: recent_errors |-- arm-allmodconfig | |-- arch-arm-crypto-aes-ce-core.S:Error:selected-processor-does-not-support-movt-ip:upper16:.Lcts_permute_table-in-ARM-mode | `-- arch-arm-crypto-aes-ce-core.S:Error:selected-processor-does-not-support-movw-ip:lower16:.Lcts_permute_table-in-ARM-mode |-- c6x-allyesconfig | |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSI-undeclared-(first-use-in-this-function)-did-you-mean-IRQ_MSK | |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSIX-undeclared-(first-use-in-this-function)-did-you-mean-PCI_IRQ_MSI | |-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_alloc_irq_vectors-did-you-mean-pci_alloc_consistent | `-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_irq_vector-did-you-mean-rcu_irq_enter |-- i386-randconfig-c004-201937 | `-- arch-x86-boot-compressed-acpi.c:warning:cast-to-pointer-from-integer-of-different-size |-- m68k-allmodconfig | |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSI-undeclared-(first-use-in-this-function)-did-you-mean-IRQ_MSK | |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSIX-undeclared-(first-use-in-this-function)-did-you-mean-PCI_IRQ_MSI | |-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_alloc_irq_vectors-did-you-mean-pci_alloc_consistent | `-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_irq_vector-did-you-mean-rcu_irq_enter `-- sh-allmodconfig |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSI-undeclared-(first-use-in-this-function)-did-you-mean-IRQ_MSK |-- drivers-crypto-inside-secure-safexcel.c:error:PCI_IRQ_MSIX-undeclared-(first-use-in-this-function)-did-you-mean-PCI_IRQ_MSI |-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_alloc_irq_vectors-did-you-mean-pci_alloc_consistent `-- drivers-crypto-inside-secure-safexcel.c:error:implicit-declaration-of-function-pci_irq_vector-did-you-mean-rcu_irq_enter TIMEOUT after 1443m 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: 2 mips 32r2_defconfig mips 64r6el_defconfig configs tested: 143 s390 allnoconfig s390 debug_defconfig s390 allmodconfig s390 defconfig ia64 allmodconfig ia64 allnoconfig ia64 defconfig ia64 alldefconfig riscv allnoconfig riscv defconfig nds32 defconfig alpha defconfig nds32 allnoconfig arm64 allmodconfig x86_64 randconfig-b002-201937 i386 randconfig-b003-201937 i386 randconfig-b004-201937 i386 randconfig-b001-201937 i386 randconfig-b002-201937 x86_64 randconfig-b001-201937 x86_64 randconfig-b004-201937 x86_64 randconfig-b003-201937 arm allmodconfig arm at91_dt_defconfig arm64 defconfig arm multi_v5_defconfig arm64 allyesconfig arm allnoconfig arm efm32_defconfig arm sunxi_defconfig arm64 allnoconfig arm exynos_defconfig arm shmobile_defconfig arm multi_v7_defconfig x86_64 allyesconfig i386 allmodconfig i386 allnoconfig i386 defconfig i386 alldefconfig x86_64 randconfig-a004-201937 i386 randconfig-a003-201937 x86_64 randconfig-a002-201937 i386 randconfig-a004-201937 i386 randconfig-a002-201937 i386 randconfig-a001-201937 x86_64 randconfig-a001-201937 x86_64 randconfig-a003-201937 x86_64 lkp x86_64 rhel x86_64 rhel-7.6 x86_64 fedora-25 x86_64 kexec x86_64 randconfig-e004-201937 i386 randconfig-e004-201937 x86_64 randconfig-e002-201937 i386 randconfig-e003-201937 x86_64 randconfig-e003-201937 x86_64 randconfig-e001-201937 i386 randconfig-e001-201937 i386 randconfig-e002-201937 parisc c3000_defconfig parisc b180_defconfig parisc defconfig parisc allnoconfig i386 randconfig-d002-201937 i386 randconfig-d004-201937 x86_64 randconfig-d004-201937 x86_64 randconfig-d002-201937 x86_64 randconfig-d001-201937 x86_64 randconfig-d003-201937 i386 randconfig-d001-201937 i386 randconfig-d003-201937 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-h002-201937 x86_64 randconfig-h003-201937 i386 randconfig-h002-201937 i386 randconfig-h001-201937 i386 randconfig-h004-201937 x86_64 randconfig-h004-201937 x86_64 randconfig-h001-201937 i386 randconfig-h003-201937 xtensa common_defconfig openrisc or1ksim_defconfig nios2 3c120_defconfig xtensa iss_defconfig c6x evmc6678_defconfig c6x allyesconfig nios2 10m50_defconfig openrisc simple_smp_defconfig sparc64 allmodconfig sparc defconfig sparc64 allnoconfig sparc64 defconfig sh allmodconfig sh rsk7269_defconfig sh sh7785lcr_32bit_defconfig sh allnoconfig sh titan_defconfig x86_64 randconfig-g003-201937 i386 randconfig-g004-201937 x86_64 randconfig-g002-201937 x86_64 randconfig-g001-201937 i386 randconfig-g001-201937 x86_64 randconfig-g004-201937 i386 randconfig-g002-201937 i386 randconfig-g003-201937 arc allyesconfig powerpc defconfig microblaze nommu_defconfig powerpc ppc64_defconfig microblaze mmu_defconfig arc defconfig powerpc allnoconfig x86_64 randconfig-c003-201937 x86_64 randconfig-c002-201937 i386 randconfig-c004-201937 x86_64 randconfig-c004-201937 i386 randconfig-c003-201937 i386 randconfig-c002-201937 x86_64 randconfig-c001-201937 i386 randconfig-c001-201937 i386 randconfig-f004-201937 x86_64 randconfig-f004-201937 x86_64 randconfig-f002-201937 i386 randconfig-f001-201937 i386 randconfig-f002-201937 i386 randconfig-f003-201937 x86_64 randconfig-f003-201937 x86_64 randconfig-f001-201937 um x86_64_defconfig um i386_defconfig um defconfig mips allmodconfig mips malta_kvm_defconfig mips allnoconfig mips fuloong2e_defconfig x86_64 allmodconfig --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation