Buildresult: linux-next/x86_64-allmodconfig/x86_64-gcc12 built on Jan 2, 17:07
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 2, 17:07
Duration:
0:14:15.442248
Builder:
ka4
Revision:
Add linux-next specific files for 20240102 (
ab0b3e6ef50d305278b1971891cf1d82ab050b35)
Target:
linux-next/x86_64-allmodconfig/x86_64-gcc12
Branch:
linux-next
Compiler:
x86_64-gcc12
(x86_64-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/gpu/drm/i915/display/intel_display_power.c:408:29: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Werror=format=] cc1: all warnings being treated as errors make[7]: *** [drivers/gpu/drm/xe/Makefile:175: drivers/gpu/drm/xe/i915-display/intel_display_power.o] Error 1 make[6]: *** [scripts/Makefile.build:481: drivers/gpu/drm/xe] Error 2 make[5]: *** [scripts/Makefile.build:481: drivers/gpu/drm] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/gpu] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [Makefile:1921: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify ab0b3e6ef50d305278b1971891cf1d82ab050b35^{commit} ab0b3e6ef50d305278b1971891cf1d82ab050b35 already have revision, skipping fetch # git checkout -q -f -B kisskb ab0b3e6ef50d305278b1971891cf1d82ab050b35 # git clean -qxdf # < git log -1 # commit ab0b3e6ef50d305278b1971891cf1d82ab050b35 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Jan 2 16:54:55 2024 +1100 # # Add linux-next specific files for 20240102 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 ab0b3e6ef50d305278b1971891cf1d82ab050b35 # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-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=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/drm/drm_mm.h:51, from /kisskb/src/drivers/gpu/drm/xe/xe_bo_types.h:11, from /kisskb/src/drivers/gpu/drm/xe/xe_bo.h:11, from /kisskb/src/drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h:11, from /kisskb/src/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:15, from /kisskb/src/drivers/gpu/drm/i915/display/intel_display_power.c:8: /kisskb/src/drivers/gpu/drm/i915/display/intel_display_power.c: In function 'print_async_put_domains_state': /kisskb/src/drivers/gpu/drm/i915/display/intel_display_power.c:408:29: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Werror=format=] 408 | drm_dbg(&i915->drm, "async_put_wakeref %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~ 409 | power_domains->async_put_wakeref); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /kisskb/src/include/drm/drm_print.h:410:39: note: in definition of macro 'drm_dev_dbg' 410 | __drm_dev_dbg(NULL, dev, cat, fmt, ##__VA_ARGS__) | ^~~ /kisskb/src/include/drm/drm_print.h:510:33: note: in expansion of macro 'drm_dbg_driver' 510 | #define drm_dbg(drm, fmt, ...) drm_dbg_driver(drm, fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i915/display/intel_display_power.c:408:9: note: in expansion of macro 'drm_dbg' 408 | drm_dbg(&i915->drm, "async_put_wakeref %lu\n", | ^~~~~~~ /kisskb/src/drivers/gpu/drm/i915/display/intel_display_power.c:408:50: note: format string is defined here 408 | drm_dbg(&i915->drm, "async_put_wakeref %lu\n", | ~~^ | | | long unsigned int | %u cc1: all warnings being treated as errors make[7]: *** [/kisskb/src/drivers/gpu/drm/xe/Makefile:175: drivers/gpu/drm/xe/i915-display/intel_display_power.o] Error 1 make[6]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/gpu/drm/xe] Error 2 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/gpu/drm] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/gpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1921: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=x86 O=/kisskb/build/linux-next_allmodconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_x86_64-gcc12 # Build took: 0:14:15.442248
© Michael Ellerman 2006-2018.