Buildresult: linux-next/m68k-allmodconfig/m68k-gcc11 built on Nov 1 2022, 18:41
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 1 2022, 18:41
Duration:
0:08:52.066035
Builder:
alpine1
Revision:
Add linux-next specific files for 20221101 (
e9d267f752f8ff62f0111cea90e3ced4fc595b4f)
Target:
linux-next/m68k-allmodconfig/m68k-gcc11
Branch:
linux-next
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
sound/soc/sof/intel/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 sound/soc/sof/intel/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] sound/soc/sof/intel/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 sound/soc/sof/intel/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:250: sound/soc/sof/intel/atom.o] Error 1 make[5]: *** [scripts/Makefile.build:500: sound/soc/sof/intel] Error 2 sound/soc/sof/imx/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 sound/soc/sof/imx/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] sound/soc/sof/imx/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 sound/soc/sof/imx/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:250: sound/soc/sof/imx/imx8.o] Error 1 make[5]: *** [scripts/Makefile.build:500: sound/soc/sof/imx] Error 2 make[4]: *** [scripts/Makefile.build:500: sound/soc/sof] Error 2 drivers/usb/chipidea/core.c:664:13: error: 'ci_handle_power_lost' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:250: drivers/usb/chipidea/core.o] Error 1 make[4]: *** [scripts/Makefile.build:500: drivers/usb/chipidea] Error 2 make[3]: *** [scripts/Makefile.build:500: drivers/usb] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers] Error 2 make[3]: *** [scripts/Makefile.build:500: sound/soc] Error 2 make[2]: *** [scripts/Makefile.build:500: sound] Error 2 make[1]: *** [Makefile:1992: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify e9d267f752f8ff62f0111cea90e3ced4fc595b4f^{commit} e9d267f752f8ff62f0111cea90e3ced4fc595b4f already have revision, skipping fetch # git checkout -q -f -B kisskb e9d267f752f8ff62f0111cea90e3ced4fc595b4f # git clean -qxdf # < git log -1 # commit e9d267f752f8ff62f0111cea90e3ced4fc595b4f # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Nov 1 16:22:06 2022 +1100 # # Add linux-next specific files for 20221101 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 e9d267f752f8ff62f0111cea90e3ced4fc595b4f # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/intel/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/atom.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/intel/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/intel/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from ./arch/m68k/include/generated/asm/hardirq.h:1, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/sound/sof.h:14, from /kisskb/src/sound/soc/sof/intel/atom.c:16: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/intel/atom.c:21: /kisskb/src/sound/soc/sof/intel/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/intel/atom.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/intel] Error 2 make[5]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_writeb': /kisskb/src/sound/soc/sof/imx/../ops.h:309:75: error: macro "writeb" passed 3 arguments, but takes just 2 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8.c:11: /kisskb/src/arch/m68k/include/asm/io_mm.h:369: note: macro "writeb" defined here 369 | #define writeb(val, addr) out_8((addr), (val)) | In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h:309:30: error: statement with no effect [-Werror=unused-value] 309 | sof_ops(sdev)->writeb(sdev, sdev->bar[bar] + offset, value); | ^ /kisskb/src/sound/soc/sof/imx/../ops.h: In function 'snd_sof_dsp_readb': /kisskb/src/sound/soc/sof/imx/../ops.h:336:74: error: macro "readb" passed 2 arguments, but takes just 1 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ In file included from /kisskb/src/arch/m68k/include/asm/io.h:8, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/sound/soc/sof/imx/imx8.c:11: /kisskb/src/arch/m68k/include/asm/io_mm.h:368: note: macro "readb" defined here 368 | #define readb(addr) in_8(addr) | In file included from /kisskb/src/sound/soc/sof/imx/imx8.c:23: /kisskb/src/sound/soc/sof/imx/../ops.h:336:37: error: returning 'u8 (*)(struct snd_sof_dev *, void *)' {aka 'unsigned char (*)(struct snd_sof_dev *, void *)'} from a function with return type 'u8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion] 336 | return sof_ops(sdev)->readb(sdev, sdev->bar[bar] + offset); | ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:250: sound/soc/sof/imx/imx8.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof/imx] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc/sof] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/usb/chipidea/core.c:664:13: error: 'ci_handle_power_lost' defined but not used [-Werror=unused-function] 664 | static void ci_handle_power_lost(struct ci_hdrc *ci) | ^~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/usb/chipidea/core.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/usb/chipidea] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/usb] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: sound/soc] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: sound] Error 2 make[1]: *** [/kisskb/src/Makefile:1992: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 # Build took: 0:08:52.066035
© Michael Ellerman 2006-2018.