Buildresult: linux-next-rand/x86_64-randconfig/x86_64-gcc11 built on May 5 2022, 22:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 5 2022, 22:32
Duration:
0:02:51.552979
Builder:
ka7
Revision:
Add linux-next specific files for 20220505 (
632a8c88e339fe86ae6e420a24dfc641d4dd0ab5)
Target:
linux-next-rand/x86_64-randconfig/x86_64-gcc11
Branch:
linux-next-rand
Compiler:
x86_64-gcc11
(x86_64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_306' declared with attribute error: BUILD_BUG failed make[2]: *** [scripts/Makefile.build:288: mm/shmem.o] Error 1 make[1]: *** [Makefile:1997: mm] Error 2 drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:27: error: implicit declaration of function 'sysfs_gt_attribute_r_max_func' [-Werror=implicit-function-declaration] drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:327:16: error: implicit declaration of function 'sysfs_gt_attribute_w_func' [-Werror=implicit-function-declaration] drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:416:24: error: implicit declaration of function 'sysfs_gt_attribute_r_min_func' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:288: drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o] Error 1 make[4]: *** [scripts/Makefile.build:595: drivers/gpu/drm/i915] Error 2 make[3]: *** [scripts/Makefile.build:595: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:595: drivers/gpu] Error 2 make[1]: *** [Makefile:1997: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (4)
.config:6861:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6863:warning: override: reassigning to symbol GCC_PLUGINS include/linux/mtd/cfi.h:62:2: warning: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Wcpp] 62 | #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
Full Log
# git rev-parse -q --verify 632a8c88e339fe86ae6e420a24dfc641d4dd0ab5^{commit} 632a8c88e339fe86ae6e420a24dfc641d4dd0ab5 already have revision, skipping fetch # git checkout -q -f -B kisskb 632a8c88e339fe86ae6e420a24dfc641d4dd0ab5 # git clean -qxdf # < git log -1 # commit 632a8c88e339fe86ae6e420a24dfc641d4dd0ab5 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu May 5 20:25:48 2022 +1000 # # Add linux-next specific files for 20220505 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 632a8c88e339fe86ae6e420a24dfc641d4dd0ab5 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6861:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6863:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from <command-line>: /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache.constprop': /kisskb/src/include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_306' declared with attribute error: BUILD_BUG failed 352 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:333:25: note: in definition of macro '__compiletime_assert' 333 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:352:9: note: in expansion of macro '_compiletime_assert' 352 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #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' 59 | #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' 148 | #define THP_FILE_FALLBACK ({ BUILD_BUG(); 0; }) | ^~~~~~~~~ /kisskb/src/mm/shmem.c:721:48: note: in expansion of macro 'THP_FILE_FALLBACK' 721 | count_vm_event(THP_FILE_FALLBACK); | ^~~~~~~~~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:288: mm/shmem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1997: mm] Error 2 make[1]: *** 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: warning: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Wcpp] 62 | #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. | ^~~~~~~ /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function 'act_freq_mhz_show': /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:27: error: implicit declaration of function 'sysfs_gt_attribute_r_max_func' [-Werror=implicit-function-declaration] 276 | u32 actual_freq = sysfs_gt_attribute_r_max_func(dev, attr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function 'boost_freq_mhz_store': /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:327:16: error: implicit declaration of function 'sysfs_gt_attribute_w_func' [-Werror=implicit-function-declaration] 327 | return sysfs_gt_attribute_w_func(dev, attr, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c: In function 'min_freq_mhz_show': /kisskb/src/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:416:24: error: implicit declaration of function 'sysfs_gt_attribute_r_min_func' [-Werror=implicit-function-declaration] 416 | u32 min_freq = sysfs_gt_attribute_r_min_func(dev, attr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:595: drivers/gpu/drm/i915] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:595: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:595: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1997: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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-gcc11 # Build took: 0:02:51.552979
© Michael Ellerman 2006-2018.