Buildresult: linux-next-rand/x86_64-randconfig/x86_64-gcc8 built on May 11 2022, 01:00
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 11 2022, 01:00
Duration:
0:01:19.374100
Builder:
ka4
Revision:
Add linux-next specific files for 20220510 (
3bf222d317a20170ee17f082626c1e0f83537e13)
Target:
linux-next-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linux-next-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:352:38: error: call to '__compiletime_assert_313' declared with attribute error: BUILD_BUG failed make[2]: *** [scripts/Makefile.build:295: mm/shmem.o] Error 1 make[1]: *** [Makefile:2000: mm] Error 2 drivers/dma/tegra186-gpc-dma.c:1364:24: error: 'struct iommu_fwspec' has no member named 'ids' make[3]: *** [scripts/Makefile.build:295: drivers/dma/tegra186-gpc-dma.o] Error 1 make[2]: *** [scripts/Makefile.build:602: drivers/dma] Error 2 include/linux/mtd/cfi.h:62:2: error: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Werror=cpp] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:295: drivers/spi/spi-intel.o] Error 1 make[2]: *** [scripts/Makefile.build:602: drivers/spi] Error 2 make[1]: *** [Makefile:2000: drivers] Error 2 make: *** [Makefile:228: __sub-make] Error 2
Possible warnings (4)
.config:7057:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7062:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY include/linux/mtd/cfi.h:62:2: error: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Werror=cpp] #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
Full Log
# git rev-parse -q --verify 3bf222d317a20170ee17f082626c1e0f83537e13^{commit} 3bf222d317a20170ee17f082626c1e0f83537e13 already have revision, skipping fetch # git checkout -q -f -B kisskb 3bf222d317a20170ee17f082626c1e0f83537e13 # git clean -qxdf # < git log -1 # commit 3bf222d317a20170ee17f082626c1e0f83537e13 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue May 10 22:52:37 2022 +1000 # # Add linux-next specific files for 20220510 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3bf222d317a20170ee17f082626c1e0f83537e13 # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:7057:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7062:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from <command-line>: In function 'shmem_add_to_page_cache.constprop', inlined from 'shmem_getpage_gfp.isra.86' at /kisskb/src/mm/shmem.c:1896:10: /kisskb/src/include/linux/compiler_types.h:352:38: error: call to '__compiletime_assert_313' declared with attribute error: BUILD_BUG failed _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:333:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:352:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG' #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/vm_event_item.h:148:30: note: in expansion of macro 'BUILD_BUG' #define THP_FILE_FALLBACK ({ BUILD_BUG(); 0; }) ^~~~~~~~~ /kisskb/src/mm/shmem.c:721:20: note: in expansion of macro 'THP_FILE_FALLBACK' count_vm_event(THP_FILE_FALLBACK); ^~~~~~~~~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:295: mm/shmem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2000: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/dma/tegra186-gpc-dma.c: In function 'tegra_dma_probe': /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1364:24: error: 'struct iommu_fwspec' has no member named 'ids' stream_id = iommu_spec->ids[0] & 0xffff; ^~ make[3]: *** [/kisskb/src/scripts/Makefile.build:295: drivers/dma/tegra186-gpc-dma.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/dma] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/mtd/spi-nor.h:10, from /kisskb/src/drivers/spi/spi-intel.c:13: /kisskb/src/include/linux/mtd/cfi.h:62:2: error: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Werror=cpp] #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. ^~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:295: drivers/spi/spi-intel.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/spi] Error 2 make[1]: *** [/kisskb/src/Makefile:2000: drivers] Error 2 make: *** [Makefile:228: __sub-make] Error 2 Command 'make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:01:19.374100
© Michael Ellerman 2006-2018.