Buildresult: linus/um-allmodconfig/um-x86_64 built on Mar 30 2022, 17:06
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 30 2022, 17:06
Duration:
0:16:20.694195
Builder:
ka2
Revision:
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (
965181d7ef7e1a863477536dc328c23a7ebc8a1d)
Target:
linus/um-allmodconfig/um-x86_64
Branch:
linus
Compiler:
um-x86_64
(x86_64-linux-gcc.br_real (Buildroot 2017.05) 5.4.0 / GNU ld (GNU Binutils) 2.27)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
arch/um/include/asm/processor-generic.h:103:18: error: called object is not a function or function pointer drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1561:1: error: control reaches end of non-void function [-Werror=return-type] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:289: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.o] Error 1 make[4]: *** [scripts/Makefile.build:551: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [scripts/Makefile.build:551: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:551: drivers/gpu] Error 2 make[1]: *** [Makefile:1830: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (6)
.config:12233:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12236:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:12238:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12240:warning: override: reassigning to symbol UML_NET_SLIP .config:12243:warning: override: reassigning to symbol UML_NET_MCAST .config:12245:warning: override: reassigning to symbol UML_NET_SLIRP
Full Log
# git rev-parse -q --verify 965181d7ef7e1a863477536dc328c23a7ebc8a1d^{commit} 965181d7ef7e1a863477536dc328c23a7ebc8a1d already have revision, skipping fetch # git checkout -q -f -B kisskb 965181d7ef7e1a863477536dc328c23a7ebc8a1d # git clean -qxdf # < git log -1 # commit 965181d7ef7e1a863477536dc328c23a7ebc8a1d # Merge: 1ec48f95519b 7c9d845f0612 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Mar 29 18:55:37 2022 -0700 # # Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Highlights include: # # Features: # # - Switch NFS to use readahead instead of the obsolete readpages. # # - Readdir fixes to improve cacheability of large directories when # there are multiple readers and writers. # # - Readdir performance improvements when doing a seekdir() immediately # after opening the directory (common when re-exporting NFS). # # - NFS swap improvements from Neil Brown. # # - Loosen up memory allocation to permit direct reclaim and write back # in cases where there is no danger of deadlocking the writeback code # or NFS swap. # # - Avoid sillyrename when the NFSv4 server claims to support the # necessary features to recover the unlinked but open file after # reboot. # # Bugfixes: # # - Patch from Olga to add a mount option to control NFSv4.1 session # trunking discovery, and default it to being off. # # - Fix a lockup in nfs_do_recoalesce(). # # - Two fixes for list iterator variables being used when pointing to # the list head. # # - Fix a kernel memory scribble when reading from a non-socket # transport in /sys/kernel/sunrpc. # # - Fix a race where reconnecting to a server could leave the TCP # socket stuck forever in the connecting state. # # - Patch from Neil to fix a shutdown race which can leave the SUNRPC # transport timer primed after we free the struct xprt itself. # # - Patch from Xin Xiong to fix reference count leaks in the NFSv4.2 # copy offload. # # - Sunrpc patch from Olga to avoid resending a task on an offlined # transport. # # Cleanups: # # - Patches from Dave Wysochanski to clean up the fscache code" # # * tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (91 commits) # NFSv4/pNFS: Fix another issue with a list iterator pointing to the head # NFS: Don't loop forever in nfs_do_recoalesce() # SUNRPC: Don't return error values in sysfs read of closed files # SUNRPC: Do not dereference non-socket transports in sysfs # NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error # SUNRPC don't resend a task on an offlined transport # NFS: replace usage of found with dedicated list iterator variable # SUNRPC: avoid race between mod_timer() and del_timer_sync() # pNFS/files: Ensure pNFS allocation modes are consistent with nfsiod # pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiod # NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiod # NFS: Avoid writeback threads getting stuck in mempool_alloc() # NFS: nfsiod should not block forever in mempool_alloc() # SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent # SUNRPC: Fix unx_lookup_cred() allocation # NFS: Fix memory allocation in rpc_alloc_task() # NFS: Fix memory allocation in rpc_malloc() # SUNRPC: Improve accuracy of socket ENOBUFS determination # SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE # SUNRPC: Fix socket waits for write buffer space # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 965181d7ef7e1a863477536dc328c23a7ebc8a1d # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12233:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12236:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:12238:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12240:warning: override: reassigning to symbol UML_NET_SLIP .config:12243:warning: override: reassigning to symbol UML_NET_MCAST .config:12245:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 In file included from /kisskb/src/arch/x86/um/asm/processor.h:41:0, from /kisskb/src/include/linux/mutex.h:19, from /kisskb/src/include/linux/kernfs.h:11, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_cpumask_to_apic_id': /kisskb/src/arch/um/include/asm/processor-generic.h:103:18: error: called object is not a function or function pointer #define cpu_data (&boot_cpu_data) ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1557:9: note: in expansion of macro 'cpu_data' return cpu_data(first_cpu_of_numa_node).apicid; ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1561:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:289: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1830: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:16:20.694195
© Michael Ellerman 2006-2018.