Buildresult: linus/um-allmodconfig/um-x86_64 built on Aug 5 2022, 14:44
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 5 2022, 14:44
Duration:
0:08:38.050998
Builder:
ka7
Revision:
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (
b2a88c212e652e94f1e4b635910972ac57ba4e97)
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/os-Linux/util.c:17:24: fatal error: sys/random.h: No such file or directory make[2]: *** [scripts/Makefile.build:249: arch/um/os-Linux/util.o] Error 1 make[1]: *** [Makefile:1844: arch/um/os-Linux] Error 2 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:1931:1: error: control reaches end of non-void function [-Werror=return-type] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:249: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.o] Error 1 make[4]: *** [scripts/Makefile.build:466: drivers/gpu/drm/amd/amdgpu] Error 2 drivers/infiniband/sw/rdmavt/qp.c:88:22: error: 'struct cpuinfo_um' has no member named 'x86_cache_size' drivers/infiniband/sw/rdmavt/qp.c:100:2: error: implicit declaration of function '__copy_user_nocache' [-Werror=implicit-function-declaration] drivers/infiniband/sw/rdmavt/qp.c:89:1: error: control reaches end of non-void function [-Werror=return-type] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:249: drivers/infiniband/sw/rdmavt/qp.o] Error 1 make[4]: *** [scripts/Makefile.build:466: drivers/infiniband/sw/rdmavt] Error 2 make[3]: *** [scripts/Makefile.build:466: drivers/infiniband/sw] Error 2 drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:22: error: 'struct cpuinfo_um' has no member named 'x86_vendor' drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:37: error: 'X86_VENDOR_AMD' undeclared (first use in this function) drivers/infiniband/hw/qib/qib_wc_x86_64.c:150:1: error: control reaches end of non-void function [-Werror=return-type] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:249: drivers/infiniband/hw/qib/qib_wc_x86_64.o] Error 1 make[4]: *** [scripts/Makefile.build:466: drivers/infiniband/hw/qib] Error 2 make[3]: *** [scripts/Makefile.build:466: drivers/infiniband/hw] Error 2 make[2]: *** [scripts/Makefile.build:466: drivers/infiniband] Error 2 make[3]: *** [scripts/Makefile.build:466: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:466: drivers/gpu] Error 2 make[1]: *** [Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (5)
.config:12427:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12432:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12434:warning: override: reassigning to symbol UML_NET_SLIP .config:12437:warning: override: reassigning to symbol UML_NET_MCAST .config:12439:warning: override: reassigning to symbol UML_NET_SLIRP
Full Log
# git rev-parse -q --verify b2a88c212e652e94f1e4b635910972ac57ba4e97^{commit} b2a88c212e652e94f1e4b635910972ac57ba4e97 already have revision, skipping fetch # git checkout -q -f -B kisskb b2a88c212e652e94f1e4b635910972ac57ba4e97 # git clean -qxdf # < git log -1 # commit b2a88c212e652e94f1e4b635910972ac57ba4e97 # Merge: 9daee913dc8d 5e9466a5d060 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Aug 4 20:19:16 2022 -0700 # # Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "The biggest changes for this release are the log scalability # improvements, lockless lookups for the buffer cache, and making the # attr fork a permanent part of the incore inode in preparation for # directory parent pointers. # # There's also a bunch of bug fixes that have accumulated since -rc5. I # might send you a second pull request with some more bug fixes that I'm # still working on. # # Once the merge window ends, I will hand maintainership back to Dave # Chinner until the 6.1-rc1 release so that I can conduct the design # review for the online fsck feature, and try to get it merged. # # Summary: # # - Improve scalability of the XFS log by removing spinlocks and global # synchronization points. # # - Add security labels to whiteout inodes to match the other # filesystems. # # - Clean up per-ag pointer passing to simplify call sites. # # - Reduce verifier overhead by precalculating more AG geometry. # # - Implement fast-path lockless lookups in the buffer cache to reduce # spinlock hammering. # # - Make attr forks a permanent part of the inode structure to fix a # UAF bug and because most files these days tend to have security # labels and soon will have parent pointers too. # # - Clean up XFS_IFORK_Q usage and give it a better name. # # - Fix more UAF bugs in the xattr code. # # - SOB my tags. # # - Fix some typos in the timestamp range documentation. # # - Fix a few more memory leaks. # # - Code cleanups and typo fixes. # # - Fix an unlocked inode fork pointer access in getbmap" # # * tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (61 commits) # xfs: delete extra space and tab in blank line # xfs: fix NULL pointer dereference in xfs_getbmap() # xfs: Fix typo 'the the' in comment # xfs: Fix comment typo # xfs: don't leak memory when attr fork loading fails # xfs: fix for variable set but not used warning # xfs: xfs_buf cache destroy isn't RCU safe # xfs: delete unnecessary NULL checks # xfs: fix comment for start time value of inode with bigtime enabled # xfs: fix use-after-free in xattr node block inactivation # xfs: lockless buffer lookup # xfs: remove a superflous hash lookup when inserting new buffers # xfs: reduce the number of atomic when locking a buffer after lookup # xfs: merge xfs_buf_find() and xfs_buf_get_map() # xfs: break up xfs_buf_find() into individual pieces # xfs: add in-memory iunlink log item # xfs: add log item precommit operation # xfs: combine iunlink inode update functions # xfs: clean up xfs_iunlink_update_inode() # xfs: double link the unlinked inode list # ... # < /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 b2a88c212e652e94f1e4b635910972ac57ba4e97 # < make -s -j 32 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 32 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 32 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:12427:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12432:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12434:warning: override: reassigning to symbol UML_NET_SLIP .config:12437:warning: override: reassigning to symbol UML_NET_MCAST .config:12439:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 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 /kisskb/src/arch/um/os-Linux/util.c:17:24: fatal error: sys/random.h: No such file or directory compilation terminated. make[2]: *** [/kisskb/src/scripts/Makefile.build:249: arch/um/os-Linux/util.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: arch/um/os-Linux] Error 2 make[1]: *** Waiting for unfinished jobs.... 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:1927: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:1931: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:249: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'rvt_wss_llc_size': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:88:22: error: 'struct cpuinfo_um' has no member named 'x86_cache_size' return boot_cpu_data.x86_cache_size; ^ /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'cacheless_memcpy': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:100:2: error: implicit declaration of function '__copy_user_nocache' [-Werror=implicit-function-declaration] __copy_user_nocache(dst, (void __user *)src, n, 0); ^ /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'rvt_wss_llc_size': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:89: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:249: drivers/infiniband/sw/rdmavt/qp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/sw/rdmavt] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/sw] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c: In function 'qib_unordered_wc': /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:22: error: 'struct cpuinfo_um' has no member named 'x86_vendor' return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; ^ /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:37: error: 'X86_VENDOR_AMD' undeclared (first use in this function) return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; ^ /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:37: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:150: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:249: drivers/infiniband/hw/qib/qib_wc_x86_64.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/hw/qib] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/hw] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 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:08:38.050998
© Michael Ellerman 2006-2018.