Buildresult: linus/m68k-allmodconfig/m68k-gcc11 built on Mar 19 2023, 19:05
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 19 2023, 19:05
Duration:
0:06:35.439993
Builder:
ka4
Revision:
Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev (
a3671bd86a9770e34969522d29bb30a1b66fd88a)
Target:
linus/m68k-allmodconfig/m68k-gcc11
Branch:
linus
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_721' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct nvme_tcp_term_pdu) != 24 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[5]: *** [scripts/Makefile.build:252: drivers/nvme/host/tcp.o] Error 1 make[4]: *** [scripts/Makefile.build:494: drivers/nvme/host] Error 2 make[3]: *** [scripts/Makefile.build:494: drivers/nvme] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify a3671bd86a9770e34969522d29bb30a1b66fd88a^{commit} a3671bd86a9770e34969522d29bb30a1b66fd88a already have revision, skipping fetch # git checkout -q -f -B kisskb a3671bd86a9770e34969522d29bb30a1b66fd88a # git clean -qxdf # < git log -1 # commit a3671bd86a9770e34969522d29bb30a1b66fd88a # Merge: 534293368afa 29413f05fe34 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Mar 18 16:01:34 2023 -0700 # # Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev # # Pull fbdev fixes from Helge Deller: # "The majority of lines changed is due to a code style cleanup in the # pnmtologo helper program. # # Arnd removed the omap1 osk driver and the SIS fb driver is now # orphaned. # # Other than that it's the usual bunch of small fixes and cleanups, e.g. # prevent possible divide-by-zero in various fb drivers if the pixclock # is zero and various conversions to devm_platform*() and of_property*() # functions: # # - Drop omap1 osk driver # # - Various potential divide by zero pixclock fixes # # - Add pixelclock and fb_check_var() to stifb # # - Code style cleanups and indenting fixes" # # * tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev: # fbdev: Use of_property_present() for testing DT property presence # fbdev: au1200fb: Fix potential divide by zero # fbdev: lxfb: Fix potential divide by zero # fbdev: intelfb: Fix potential divide by zero # fbdev: nvidia: Fix potential divide by zero # fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks # fbdev: omapfb: remove omap1 osk driver # fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource() # fbdev: wm8505fb: Use devm_platform_ioremap_resource() # fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource() # fbdev: Use of_property_read_bool() for boolean properties # fbdev: clps711x-fb: Use devm_platform_get_and_ioremap_resource() # fbdev: tgafb: Fix potential divide by zero # MAINTAINERS: orphan SIS FRAMEBUFFER DRIVER # fbdev: omapfb: cleanup inconsistent indentation # drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.c # drivers: video: logo: fix code style issues in pnmtologo.c # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 a3671bd86a9770e34969522d29bb30a1b66fd88a # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.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 120 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- In file included from <command-line>: /kisskb/src/drivers/nvme/host/tcp.c: In function 'nvme_tcp_init_module': /kisskb/src/include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_721' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct nvme_tcp_term_pdu) != 24 397 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:378:25: note: in definition of macro '__compiletime_assert' 378 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:397:9: note: in expansion of macro '_compiletime_assert' 397 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:50:9: note: in expansion of macro 'BUILD_BUG_ON_MSG' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/tcp.c:2704:9: note: in expansion of macro 'BUILD_BUG_ON' 2704 | BUILD_BUG_ON(sizeof(struct nvme_tcp_term_pdu) != 24); | ^~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/nvme/host/tcp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/nvme/host] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/nvme] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_m68k-allmodconfig_m68k-gcc11 # Build took: 0:06:35.439993
© Michael Ellerman 2006-2018.