Buildresult: linux-next-rand/x86_64-randconfig/x86_64-gcc8 built on Aug 5 2021, 05:06
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 5 2021, 05:06
Duration:
0:12:54.324585
Builder:
ka2
Revision:
Add linux-next specific files for 20210804 (
2f73937c9aa561e2082839bc1a8efaac75d6e244)
Target:
linux-next-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linux-next-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
kernel/user.c:141:30: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? kernel/user.c:189:33: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? kernel/user.c:203:33: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? kernel/user.c:225:37: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? make[2]: *** [scripts/Makefile.build:272: kernel/user.o] Error 1 make[1]: *** [Makefile:1995: kernel] Error 2 make: *** [Makefile:227: __sub-make] Error 2
Possible warnings (6)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. .config:5763:warning: override: reassigning to symbol STANDALONE .config:5764:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5766:warning: override: reassigning to symbol GCC_PLUGINS drivers/hwmon/dell-smm-hwmon.c:633:24: warning: unused variable 'data' [-Wunused-variable]
Full Log
# git rev-parse -q --verify 2f73937c9aa561e2082839bc1a8efaac75d6e244^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 2f73937c9aa561e2082839bc1a8efaac75d6e244^{commit} 2f73937c9aa561e2082839bc1a8efaac75d6e244 # git checkout -q -f -B kisskb 2f73937c9aa561e2082839bc1a8efaac75d6e244 # git clean -qxdf # < git log -1 # commit 2f73937c9aa561e2082839bc1a8efaac75d6e244 # Author: Mark Brown <broonie@kernel.org> # Date: Wed Aug 4 18:45:43 2021 +0100 # # Add linux-next specific files for 20210804 # # Signed-off-by: Mark Brown <broonie@kernel.org> # < /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 2f73937c9aa561e2082839bc1a8efaac75d6e244 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-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 48 ARCH=x86_64 O=/kisskb/build/linux-next-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 48 ARCH=x86_64 O=/kisskb/build/linux-next-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:5763:warning: override: reassigning to symbol STANDALONE .config:5764:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5766:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-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- /kisskb/src/kernel/user.c: In function 'free_user': /kisskb/src/kernel/user.c:141:30: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? percpu_counter_destroy(&up->epoll_watches); ^~~~~~~~~~~~~ nr_watches /kisskb/src/kernel/user.c: In function 'alloc_uid': /kisskb/src/kernel/user.c:189:33: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? if (percpu_counter_init(&new->epoll_watches, 0, GFP_KERNEL)) { ^~~~~~~~~~~~~ nr_watches /kisskb/src/kernel/user.c:203:33: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? percpu_counter_destroy(&new->epoll_watches); ^~~~~~~~~~~~~ nr_watches /kisskb/src/kernel/user.c: In function 'uid_cache_init': /kisskb/src/kernel/user.c:225:37: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'? if (percpu_counter_init(&root_user.epoll_watches, 0, GFP_KERNEL)) ^~~~~~~~~~~~~ nr_watches make[2]: *** [/kisskb/src/scripts/Makefile.build:272: kernel/user.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/hwmon/dell-smm-hwmon.c: In function 'i8k_init_procfs': /kisskb/src/drivers/hwmon/dell-smm-hwmon.c:633:24: warning: unused variable 'data' [-Wunused-variable] struct dell_smm_data *data = dev_get_drvdata(dev); ^~~~ make: *** [Makefile:227: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linux-next-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/linux-next-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:12:54.324585
© Michael Ellerman 2006-2018.