Buildresult: tip/x86_64-allnoconfig/x86_64-gcc8 built on Feb 4 2023, 12:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 4 2023, 12:10
Duration:
0:00:08.791711
Builder:
alpine3
Revision:
Merge branch 'x86/tdx' (
d750b0cbd580d775ef69d9fda31a447ff0dad418)
Target:
tip/x86_64-allnoconfig/x86_64-gcc8
Branch:
tip
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allnoconfig
(
download
)
Log:
Download original
Possible errors
<stdin>:1:10: fatal error: libelf.h: No such file or directory orc_dump.c:104:2: error: 'elf_getshnum' is deprecated [-Werror=deprecated-declarations] orc_dump.c:109:2: error: 'elf_getshstrndx' is deprecated [-Werror=deprecated-declarations] elf.c:273:2: error: 'elf_getshnum' is deprecated [-Werror=deprecated-declarations] elf.c:278:2: error: 'elf_getshstrndx' is deprecated [-Werror=deprecated-declarations] cc1: all warnings being treated as errors make[4]: *** [tools/build/Makefile.build:96: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/orc_dump.o] Error 1 cc1: all warnings being treated as errors make[4]: *** [tools/build/Makefile.build:96: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/elf.o] Error 1 make[3]: *** [Makefile:66: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/objtool-in.o] Error 2 make[2]: *** [Makefile:73: objtool] Error 2 make[1]: *** [Makefile:1451: tools/objtool] Error 2 make: *** [Makefile:242: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify d750b0cbd580d775ef69d9fda31a447ff0dad418^{commit} d750b0cbd580d775ef69d9fda31a447ff0dad418 already have revision, skipping fetch # git checkout -q -f -B kisskb d750b0cbd580d775ef69d9fda31a447ff0dad418 # git clean -qxdf # < git log -1 # commit d750b0cbd580d775ef69d9fda31a447ff0dad418 # Merge: 9db917c3c761 1e70c680375a # Author: Ingo Molnar <mingo@kernel.org> # Date: Fri Feb 3 15:33:10 2023 +0100 # # Merge branch 'x86/tdx' # # Conflicts: # arch/x86/coco/tdx/tdcall.S # # Signed-off-by: Ingo Molnar <mingo@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 d750b0cbd580d775ef69d9fda31a447ff0dad418 # < make -s -j 160 ARCH=x86_64 O=/kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- allnoconfig # < make -s -j 160 ARCH=x86_64 O=/kisskb/build/tip_x86_64-allnoconfig_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 160 ARCH=x86_64 O=/kisskb/build/tip_x86_64-allnoconfig_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 160 ARCH=x86_64 O=/kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- <stdin>:1:10: fatal error: libelf.h: No such file or directory compilation terminated. orc_dump.c: In function 'orc_dump': orc_dump.c:104:2: error: 'elf_getshnum' is deprecated [-Werror=deprecated-declarations] if (elf_getshdrnum(elf, &nr_sections)) { ^~ In file included from /usr/include/gelf.h:32, from /kisskb/src/tools/objtool/include/objtool/elf.h:10, from /kisskb/src/tools/objtool/include/objtool/objtool.h:13, from orc_dump.c:9: /usr/include/libelf.h:310:12: note: declared here extern int elf_getshnum (Elf *__elf, size_t *__dst) ^~~~~~~~~~~~ orc_dump.c:109:2: error: 'elf_getshstrndx' is deprecated [-Werror=deprecated-declarations] if (elf_getshdrstrndx(elf, &shstrtab_idx)) { ^~ In file included from /usr/include/gelf.h:32, from /kisskb/src/tools/objtool/include/objtool/elf.h:10, from /kisskb/src/tools/objtool/include/objtool/objtool.h:13, from orc_dump.c:9: /usr/include/libelf.h:322:12: note: declared here extern int elf_getshstrndx (Elf *__elf, size_t *__dst) ^~~~~~~~~~~~~~~ elf.c: In function 'read_sections': elf.c:273:2: error: 'elf_getshnum' is deprecated [-Werror=deprecated-declarations] if (elf_getshdrnum(elf->elf, §ions_nr)) { ^~ In file included from /usr/include/gelf.h:32, from /kisskb/src/tools/objtool/include/objtool/elf.h:10, from elf.c:22: /usr/include/libelf.h:310:12: note: declared here extern int elf_getshnum (Elf *__elf, size_t *__dst) ^~~~~~~~~~~~ elf.c:278:2: error: 'elf_getshstrndx' is deprecated [-Werror=deprecated-declarations] if (elf_getshdrstrndx(elf->elf, &shstrndx)) { ^~ In file included from /usr/include/gelf.h:32, from /kisskb/src/tools/objtool/include/objtool/elf.h:10, from elf.c:22: /usr/include/libelf.h:322:12: note: declared here extern int elf_getshstrndx (Elf *__elf, size_t *__dst) ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/tools/build/Makefile.build:96: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/orc_dump.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/tools/build/Makefile.build:96: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/elf.o] Error 1 make[3]: *** [Makefile:66: /kisskb/build/tip_x86_64-allnoconfig_x86_64-gcc8/tools/objtool/objtool-in.o] Error 2 make[2]: *** [Makefile:73: objtool] Error 2 make[1]: *** [/kisskb/src/Makefile:1451: tools/objtool] Error 2 make: *** [Makefile:242: __sub-make] Error 2 Command 'make -s -j 160 ARCH=x86_64 O=/kisskb/build/tip_x86_64-allnoconfig_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/tip_x86_64-allnoconfig_x86_64-gcc8 # Build took: 0:00:08.791711
© Michael Ellerman 2006-2018.