Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc8 built on Nov 2 2021, 05:33
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 2 2021, 05:33
Duration:
0:00:05.637654
Builder:
ka7
Revision:
Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block (
19901165d90fdca1e57c9baa0d5b4c63d15c476a)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linus-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
include/linux/page-flags.h:806:29: error: macro "PAGEFLAG_FALSE" requires 2 arguments, but only 1 given include/linux/page-flags.h:807:32: error: macro "TESTSCFLAG_FALSE" requires 2 arguments, but only 1 given include/linux/page-flags.h:806:1: error: unknown type name 'PAGEFLAG_FALSE' include/linux/page-flags.h:807:18: error: expected ';' before 'static' make[2]: *** [scripts/Makefile.build:121: arch/x86/kernel/asm-offsets.s] Error 1 make[1]: *** [Makefile:1220: prepare0] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (3)
.config:3831:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3833:warning: override: reassigning to symbol GCC_PLUGINS .config:3837:warning: override: reassigning to symbol BPF_PRELOAD
Full Log
# git rev-parse -q --verify 19901165d90fdca1e57c9baa0d5b4c63d15c476a^{commit} 19901165d90fdca1e57c9baa0d5b4c63d15c476a already have revision, skipping fetch # git checkout -q -f -B kisskb 19901165d90fdca1e57c9baa0d5b4c63d15c476a # git clean -qxdf # < git log -1 # commit 19901165d90fdca1e57c9baa0d5b4c63d15c476a # Merge: b6773cdb0e9f 1e03a36bdff4 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Nov 1 10:25:27 2021 -0700 # # Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block # # Pull block inode sync updates from Jens Axboe: # "This contains improvements to how bdev inode syncing is handled, # unifying the API" # # * tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block: # block: simplify the block device syncing code # ntfs3: use sync_blockdev_nowait # fat: use sync_blockdev_nowait # btrfs: use sync_blockdev # xen-blkback: use sync_blockdev # block: remove __sync_blockdev # fs: remove __sync_filesystem # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 19901165d90fdca1e57c9baa0d5b4c63d15c476a # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.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/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:3831:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3833:warning: override: reassigning to symbol GCC_PLUGINS .config:3837:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/linux/mmzone.h:22, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/arch/x86/kernel/asm-offsets.c:9: /kisskb/src/include/linux/page-flags.h:806:29: error: macro "PAGEFLAG_FALSE" requires 2 arguments, but only 1 given PAGEFLAG_FALSE(HasHWPoisoned) ^ /kisskb/src/include/linux/page-flags.h:807:32: error: macro "TESTSCFLAG_FALSE" requires 2 arguments, but only 1 given TESTSCFLAG_FALSE(HasHWPoisoned) ^ /kisskb/src/include/linux/page-flags.h:806:1: error: unknown type name 'PAGEFLAG_FALSE' PAGEFLAG_FALSE(HasHWPoisoned) ^~~~~~~~~~~~~~ /kisskb/src/include/linux/page-flags.h:807:18: error: expected ';' before 'static' TESTSCFLAG_FALSE(HasHWPoisoned) ^ ; /kisskb/src/include/linux/page-flags.h:815:1: static inline bool is_page_hwpoison(struct page *page) ~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:121: arch/x86/kernel/asm-offsets.s] Error 1 make[1]: *** [/kisskb/src/Makefile:1220: prepare0] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:00:05.637654
© Michael Ellerman 2006-2018.