Buildresult: linus/m68k-allmodconfig/m68k-gcc8 built on Mar 12 2023, 06:53
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 12 2023, 06:53
Duration:
0:16:31.310792
Builder:
blade4b
Revision:
Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (
81ff855485a366a391dc3aed3942715e676ed132)
Target:
linus/m68k-allmodconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/media/i2c/imx290.c:1090:12: error: 'imx290_runtime_suspend' defined but not used [-Werror=unused-function] drivers/media/i2c/imx290.c:1082:12: error: 'imx290_runtime_resume' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:252: drivers/media/i2c/imx290.o] Error 1 make[4]: *** [scripts/Makefile.build:494: drivers/media/i2c] Error 2 make[3]: *** [scripts/Makefile.build:494: drivers/media] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2028: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 81ff855485a366a391dc3aed3942715e676ed132^{commit} 81ff855485a366a391dc3aed3942715e676ed132 already have revision, skipping fetch # git checkout -q -f -B kisskb 81ff855485a366a391dc3aed3942715e676ed132 # git clean -qxdf # < git log -1 # commit 81ff855485a366a391dc3aed3942715e676ed132 # Merge: e25c54d17914 9e5f81f9a6e7 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Mar 11 09:24:05 2023 -0800 # # Merge tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c updates from Wolfram Sang: # "This marks the end of a transition to let I2C have the same probe # semantics as other subsystems. Uwe took care that no drivers in the # current tree nor in -next use the deprecated .probe call. So, it is a # good time to switch to the new, standard semantics now. # # There is also a regression fix: # # - regression fix for the notifier handling of the I2C core # # - final coversions of drivers away from deprecated .probe # # - make .probe_new the standard probe and convert I2C core to use it # # * tag 'i2c-for-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: # i2c: dev: Fix bus callback return values # i2c: Convert drivers to new .probe() callback # i2c: mux: Convert all drivers to new .probe() callback # i2c: Switch .probe() to not take an id parameter # media: i2c: ov2685: convert to i2c's .probe_new() # media: i2c: ov5695: convert to i2c's .probe_new() # w1: ds2482: Convert to i2c's .probe_new() # serial: sc16is7xx: Convert to i2c's .probe_new() # mtd: maps: pismo: Convert to i2c's .probe_new() # misc: ad525x_dpot-i2c: Convert to i2c's .probe_new() # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 81ff855485a366a391dc3aed3942715e676ed132 # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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 24 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/media/i2c/imx290.c:1090:12: error: 'imx290_runtime_suspend' defined but not used [-Werror=unused-function] static int imx290_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/imx290.c:1082:12: error: 'imx290_runtime_resume' defined but not used [-Werror=unused-function] static int imx290_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/media/i2c/imx290.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/media/i2c] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/media] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [/kisskb/src/Makefile:2028: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 # Build took: 0:16:31.310792
© Michael Ellerman 2006-2018.