Buildresult: linus/sh-allmodconfig/sh4-gcc11 built on Jul 2 2023, 04:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jul 2 2023, 04:13
Duration:
0:10:51.078651
Builder:
blade4b
Revision:
Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (
ad2885979ea6657fa8d3da51a301ec0e998ad8e7)
Target:
linus/sh-allmodconfig/sh4-gcc11
Branch:
linus
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/char/mem.c:164:25: error: implicit declaration of function 'unxlate_dev_mem_ptr'; did you mean 'xlate_dev_mem_ptr'? [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:243: drivers/char/mem.o] Error 1 make[4]: *** [scripts/Makefile.build:477: drivers/char] Error 2 make[3]: *** [scripts/Makefile.build:477: drivers] Error 2 make[2]: *** [Makefile:2024: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (4)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence
Full Log
# git rev-parse -q --verify ad2885979ea6657fa8d3da51a301ec0e998ad8e7^{commit} ad2885979ea6657fa8d3da51a301ec0e998ad8e7 already have revision, skipping fetch # git checkout -q -f -B kisskb ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # git clean -qxdf # < git log -1 # commit ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # Merge: e3c2b10d6f15 f5983dab0ead # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Jul 1 09:24:31 2023 -0700 # # Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild updates from Masahiro Yamada: # # - Remove the deprecated rule to build *.dtbo from *.dts # # - Refactor section mismatch detection in modpost # # - Fix bogus ARM section mismatch detections # # - Fix error of 'make gtags' with O= option # # - Add Clang's target triple to KBUILD_CPPFLAGS to fix a build error # with the latest LLVM version # # - Rebuild the built-in initrd when KBUILD_BUILD_TIMESTAMP is changed # # - Ignore more compiler-generated symbols for kallsyms # # - Fix 'make local*config' to handle the ${CONFIG_FOO} form in Makefiles # # - Enable more kernel-doc warnings with W=2 # # - Refactor <linux/export.h> by generating KSYMTAB data by modpost # # - Deprecate <asm/export.h> and <asm-generic/export.h> # # - Remove the EXPORT_DATA_SYMBOL macro # # - Move the check for static EXPORT_SYMBOL back to modpost, which makes # the build faster # # - Re-implement CONFIG_TRIM_UNUSED_KSYMS with one-pass algorithm # # - Warn missing MODULE_DESCRIPTION when building modules with W=1 # # - Make 'make clean' robust against too long argument error # # - Exclude more objects from GCOV to fix CFI failures with GCOV # # - Allow 'make modules_install' to install modules.builtin and # modules.builtin.modinfo even when CONFIG_MODULES is disabled # # - Include modules.builtin and modules.builtin.modinfo in the # linux-image Debian package even when CONFIG_MODULES is disabled # # - Revive "Entering directory" logging for the latest Make version # # * tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (72 commits) # modpost: define more R_ARM_* for old distributions # kbuild: revive "Entering directory" for Make >= 4.4.1 # kbuild: set correct abs_srctree and abs_objtree for package builds # scripts/mksysmap: Ignore prefixed KCFI symbols # kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb # kbuild: builddeb: always make modules_install, to install modules.builtin* # modpost: continue even with unknown relocation type # modpost: factor out Elf_Sym pointer calculation to section_rel() # modpost: factor out inst location calculation to section_rel() # kbuild: Disable GCOV for *.mod.o # kbuild: Fix CFI failures with GCOV # kbuild: make clean rule robust against too long argument error # script: modpost: emit a warning when the description is missing # kbuild: make modules_install copy modules.builtin(.modinfo) # linux/export.h: rename 'sec' argument to 'license' # modpost: show offset from symbol for section mismatch warnings # modpost: merge two similar section mismatch warnings # kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion # modpost: use null string instead of NULL pointer for default namespace # modpost: squash sym_update_namespace() into sym_add_exported() # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-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=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/char/mem.c: In function 'read_mem': /kisskb/src/drivers/char/mem.c:164:25: error: implicit declaration of function 'unxlate_dev_mem_ptr'; did you mean 'xlate_dev_mem_ptr'? [-Werror=implicit-function-declaration] 164 | unxlate_dev_mem_ptr(p, ptr); | ^~~~~~~~~~~~~~~~~~~ | xlate_dev_mem_ptr cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/char/mem.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:477: drivers/char] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:477: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:2024: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 24 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc11 # Build took: 0:10:51.078651
© Michael Ellerman 2006-2018.