Buildresult: kbuild/x86_64-allmodconfig/x86_64-gcc8 built on Oct 7 2022, 02:35
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 7 2022, 02:35
Duration:
0:39:51.987342
Builder:
blade46
Revision:
docs: bump minimal GNU Make version to 3.82 (
0715fdb03e2c4f5748d245a231e422602ed29f33)
Target:
kbuild/x86_64-allmodconfig/x86_64-gcc8
Branch:
kbuild
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_mode_vba_30.c:6805:1: error: the frame size of 2096 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:249: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_mode_vba_30.o] Error 1 make[5]: *** [scripts/Makefile.build:440: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** [scripts/Makefile.build:440: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:440: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:440: drivers] Error 2 make[1]: *** [Makefile:1842: .] Error 2 make: *** [Makefile:222: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 0715fdb03e2c4f5748d245a231e422602ed29f33^{commit} 0715fdb03e2c4f5748d245a231e422602ed29f33 already have revision, skipping fetch # git checkout -q -f -B kisskb 0715fdb03e2c4f5748d245a231e422602ed29f33 # git clean -qxdf # < git log -1 # commit 0715fdb03e2c4f5748d245a231e422602ed29f33 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Sun Oct 2 05:28:35 2022 +0900 # # docs: bump minimal GNU Make version to 3.82 # # GNU Make 3.81 fails in CONFIG_RUST=y builds. # # rust/Makefile:105: *** multiple target patterns. Stop. # make[1]: *** [prepare] Error 2 # make: *** [__sub-make] Error 2 # # The error message is unclear, but the reason is because the 'private' # keyword is only supported since GNU Make 3.82. # # GNU Make 3.81 is still able to build the kernel when CONFIG_RUST is # disabled, but it might be a good timing to raise the minimal GNU Make # version. Perhaps, I am the last person who was testing GNU Make 3.81. # # GNU Make 3.81 was released in 2006, GNU Make 3.82 in 2010. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Miguel Ojeda <ojeda@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 0715fdb03e2c4f5748d245a231e422602ed29f33 # < make -s -j 32 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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 # < make -s -j 32 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 32 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_mode_vba_30.c: In function 'UseMinimumDCFCLK': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_mode_vba_30.c:6805:1: error: the frame size of 2096 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] } ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn30/display_mode_vba_30.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:440: drivers/gpu/drm/amd/amdgpu] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:440: drivers/gpu/drm] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:440: drivers/gpu] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:440: drivers] Error 2 make[1]: *** [/kisskb/src/Makefile:1842: .] Error 2 make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 # Build took: 0:39:51.987342
© Michael Ellerman 2006-2018.