Buildresult: linus/rpc_defconfig/arm-gcc4.9 built on Jun 5 2020, 10:47
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 5 2020, 10:47
Duration:
0:01:06.135573
Builder:
ka3
Revision:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching (
9fb4c5250f10dc4d8257cd766991be690eb25c5b)
Target:
linus/rpc_defconfig/arm-gcc4.9
Branch:
linus
Compiler:
arm-gcc4.9
(arm-linux-gnueabi-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
rpc_defconfig
(
download
)
Log:
Download original
Possible errors
drivers/tty/vt/vt_ioctl.c:1043:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90) make[4]: *** [scripts/Makefile.build:267: drivers/tty/vt/vt_ioctl.o] Error 1 make[3]: *** [scripts/Makefile.build:488: drivers/tty/vt] Error 2 make[2]: *** [scripts/Makefile.build:488: drivers/tty] Error 2 make[1]: *** [Makefile:1735: drivers] Error 2 fs/fat/dir.c:759:43: internal compiler error: Max. number of generated reload insns per insn is achieved (90) make[3]: *** [scripts/Makefile.build:267: fs/fat/dir.o] Error 1 make[2]: *** [scripts/Makefile.build:488: fs/fat] Error 2 make[1]: *** [Makefile:1735: fs] Error 2 make: *** [Makefile:180: sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 9fb4c5250f10dc4d8257cd766991be690eb25c5b^{commit} 9fb4c5250f10dc4d8257cd766991be690eb25c5b already have revision, skipping fetch # git checkout -q -f -B kisskb 9fb4c5250f10dc4d8257cd766991be690eb25c5b # git clean -qxdf # < git log -1 # commit 9fb4c5250f10dc4d8257cd766991be690eb25c5b # Merge: a789d5f8a99a f55d9895884b # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Jun 4 11:13:03 2020 -0700 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching # # Pull livepatching updates from Jiri Kosina: # # - simplifications and improvements for issues Peter Ziljstra found # during his previous work on W^X cleanups. # # This allows us to remove livepatch arch-specific .klp.arch sections # and add proper support for jump labels in patched code. # # Also, this patchset removes the last module_disable_ro() usage in the # tree. # # Patches from Josh Poimboeuf and Peter Zijlstra # # - a few other minor cleanups # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: # MAINTAINERS: add lib/livepatch to LIVE PATCHING # livepatch: add arch-specific headers to MAINTAINERS # livepatch: Make klp_apply_object_relocs static # MAINTAINERS: adjust to livepatch .klp.arch removal # module: Make module_enable_ro() static again # x86/module: Use text_mutex in apply_relocate_add() # module: Remove module_disable_ro() # livepatch: Remove module_disable_ro() usage # x86/module: Use text_poke() for late relocations # s390/module: Use s390_kernel_write() for late relocations # s390: Change s390_kernel_write() return type to match memcpy() # livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols # livepatch: Remove .klp.arch # livepatch: Apply vmlinux-specific KLP relocations early # livepatch: Disallow vmlinux.ko # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 9fb4c5250f10dc4d8257cd766991be690eb25c5b # < make -s -j 10 ARCH=arm O=/kisskb/build/linus_rpc_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- rpc_defconfig # < make -s -j 10 ARCH=arm O=/kisskb/build/linus_rpc_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 10 ARCH=arm O=/kisskb/build/linus_rpc_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 10 ARCH=arm O=/kisskb/build/linus_rpc_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:1043:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90) } ^ Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:267: drivers/tty/vt/vt_ioctl.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/tty/vt] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/tty] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1735: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/fat/dir.c: In function 'fat_ioctl_filldir': /kisskb/src/fs/fat/dir.c:759:43: internal compiler error: Max. number of generated reload insns per insn is achieved (90) FAT_IOCTL_FILLDIR_FUNC(fat_ioctl_filldir, __fat_dirent) ^ /kisskb/src/fs/fat/dir.c:714:9: note: in definition of macro 'FAT_IOCTL_FILLDIR_FUNC' struct dirent_type __user *d2 = d1 + 1; \ ^ Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:267: fs/fat/dir.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: fs/fat] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1735: fs] Error 2 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 10 ARCH=arm O=/kisskb/build/linus_rpc_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_rpc_defconfig_arm-gcc4.9 # Build took: 0:01:06.135573
© Michael Ellerman 2006-2018.