Buildresult: linus/arm64-allmodconfig/arm64-gcc8 built on Nov 11 2021, 19:26
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 11 2021, 19:26
Duration:
0:09:26.321620
Builder:
ka2
Revision:
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (
debe436e77c72fcee804fb867f275e6d31aa999c)
Target:
linus/arm64-allmodconfig/arm64-gcc8
Branch:
linus
Compiler:
arm64-gcc8
(aarch64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:335:38: error: call to '__compiletime_assert_366' declared with attribute error: FIELD_PREP: value too large for the field make[3]: *** [scripts/Makefile.build:287: drivers/pinctrl/pinctrl-apple-gpio.o] Error 1 make[2]: *** [scripts/Makefile.build:549: drivers/pinctrl] Error 2 make[1]: *** [Makefile:1850: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify debe436e77c72fcee804fb867f275e6d31aa999c^{commit} debe436e77c72fcee804fb867f275e6d31aa999c already have revision, skipping fetch # git checkout -q -f -B kisskb debe436e77c72fcee804fb867f275e6d31aa999c # git clean -qxdf # < git log -1 # commit debe436e77c72fcee804fb867f275e6d31aa999c # Merge: 6070dcc8e5b1 124e7c61deb2 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Nov 10 17:05:37 2021 -0800 # # Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 # # Pull ext4 updates from Ted Ts'o: # "Only bug fixes and cleanups for ext4 this merge window. # # Of note are fixes for the combination of the inline_data and # fast_commit fixes, and more accurately calculating when to schedule # additional lazy inode table init, especially when CONFIG_HZ is 100HZ" # # * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: # ext4: fix error code saved on super block during file system abort # ext4: inline data inode fast commit replay fixes # ext4: commit inline data during fast commit # ext4: scope ret locally in ext4_try_to_trim_range() # ext4: remove an unused variable warning with CONFIG_QUOTA=n # ext4: fix boolreturn.cocci warnings in fs/ext4/name.c # ext4: prevent getting empty inode buffer # ext4: move ext4_fill_raw_inode() related functions # ext4: factor out ext4_fill_raw_inode() # ext4: prevent partial update of the extent blocks # ext4: check for inconsistent extents between index and leaf block # ext4: check for out-of-order index extents in ext4_valid_extent_entries() # ext4: convert from atomic_t to refcount_t on ext4_io_end->count # ext4: refresh the ext4_ext_path struct after dropping i_data_sem. # ext4: ensure enough credits in ext4_ext_shift_path_extents # ext4: correct the left/middle/right debug message for binsearch # ext4: fix lazy initialization next schedule time computation in more granular unit # Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 debe436e77c72fcee804fb867f275e6d31aa999c # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- In file included from <command-line>: /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_irq_unmask': /kisskb/src/include/linux/compiler_types.h:335:38: error: call to '__compiletime_assert_366' declared with attribute error: FIELD_PREP: value too large for the field _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:316:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:335: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/bitfield.h:49:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:294:7: note: in expansion of macro 'FIELD_PREP' FIELD_PREP(REG_GPIOx_MODE, irqtype)); ^~~~~~~~~~ make[3]: *** [/kisskb/src/scripts/Makefile.build:287: drivers/pinctrl/pinctrl-apple-gpio.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/pinctrl] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1850: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 # Build took: 0:09:26.321620
© Michael Ellerman 2006-2018.