Buildresult: linus/s390-allmodconfig/s390x-gcc12 built on Aug 30 2023, 22:22
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 30 2023, 22:22
Duration:
0:05:01.565300
Builder:
ka4
Revision:
Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping (
6c1b980a7e79e55e951b4b2c47eefebc75071209)
Target:
linus/s390-allmodconfig/s390x-gcc12
Branch:
linus
Compiler:
s390x-gcc12
(s390-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/mfd/cs42l43.c:1138:12: error: 'cs42l43_runtime_resume' defined but not used [-Werror=unused-function] drivers/mfd/cs42l43.c:1124:12: error: 'cs42l43_runtime_suspend' defined but not used [-Werror=unused-function] drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] drivers/mfd/cs42l43.c:1076:12: error: 'cs42l43_suspend' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:243: drivers/mfd/cs42l43.o] Error 1 make[4]: *** [scripts/Makefile.build:480: drivers/mfd] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:2029: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 6c1b980a7e79e55e951b4b2c47eefebc75071209^{commit} 6c1b980a7e79e55e951b4b2c47eefebc75071209 already have revision, skipping fetch # git checkout -q -f -B kisskb 6c1b980a7e79e55e951b4b2c47eefebc75071209 # git clean -qxdf # < git log -1 # commit 6c1b980a7e79e55e951b4b2c47eefebc75071209 # Merge: 3d3dfeb3aec7 d069ed288ac7 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Aug 29 20:32:10 2023 -0700 # # Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping # # Pull dma-maping updates from Christoph Hellwig: # # - allow dynamic sizing of the swiotlb buffer, to cater for secure # virtualization workloads that require all I/O to be bounce buffered # (Petr Tesarik) # # - move a declaration to a header (Arnd Bergmann) # # - check for memory region overlap in dma-contiguous (Binglei Wang) # # - remove the somewhat dangerous runtime swiotlb-xen enablement and # unexport is_swiotlb_active (Christoph Hellwig, Juergen Gross) # # - per-node CMA improvements (Yajun Deng) # # * tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mapping: # swiotlb: optimize get_max_slots() # swiotlb: move slot allocation explanation comment where it belongs # swiotlb: search the software IO TLB only if the device makes use of it # swiotlb: allocate a new memory pool when existing pools are full # swiotlb: determine potential physical address limit # swiotlb: if swiotlb is full, fall back to a transient memory pool # swiotlb: add a flag whether SWIOTLB is allowed to grow # swiotlb: separate memory pool data from other allocator data # swiotlb: add documentation and rename swiotlb_do_find_slots() # swiotlb: make io_tlb_default_mem local to swiotlb.c # swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated # dma-contiguous: check for memory region overlap # dma-contiguous: support numa CMA for specified node # dma-contiguous: support per-numa CMA for all architectures # dma-mapping: move arch_dma_set_mask() declaration to header # swiotlb: unexport is_swiotlb_active # x86: always initialize xen-swiotlb when xen-pcifront is enabling # xen/pci: add flag for PCI passthrough being possible # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 6c1b980a7e79e55e951b4b2c47eefebc75071209 # make -s -j 40 ARCH=s390 O=/kisskb/build/linus_allmodconfig_s390x-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 40 ARCH=s390 O=/kisskb/build/linus_allmodconfig_s390x-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 40 ARCH=s390 O=/kisskb/build/linus_allmodconfig_s390x-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 40 ARCH=s390 O=/kisskb/build/linus_allmodconfig_s390x-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/drivers/mfd/cs42l43.c:1138:12: error: 'cs42l43_runtime_resume' defined but not used [-Werror=unused-function] 1138 | static int cs42l43_runtime_resume(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1124:12: error: 'cs42l43_runtime_suspend' defined but not used [-Werror=unused-function] 1124 | static int cs42l43_runtime_suspend(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] 1106 | static int cs42l43_resume(struct device *dev) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1076:12: error: 'cs42l43_suspend' defined but not used [-Werror=unused-function] 1076 | static int cs42l43_suspend(struct device *dev) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/mfd/cs42l43.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/mfd] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:2029: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 40 ARCH=s390 O=/kisskb/build/linus_allmodconfig_s390x-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_s390x-gcc12 # Build took: 0:05:01.565300
© Michael Ellerman 2006-2018.