Buildresult: linus/rpc_defconfig/arm-gcc4.9 built on May 10 2021, 06:51
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 10 2021, 06:51
Duration:
0:00:24.984341
Builder:
ka4
Revision:
Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (
9819f682e48c6a7055c5d7a6746411dd3969b0e5)
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
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:272: fs/fat/dir.o] Error 1 drivers/tty/vt/vt_ioctl.c:919:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90) make[4]: *** [scripts/Makefile.build:272: drivers/tty/vt/vt_ioctl.o] Error 1 make[3]: *** [scripts/Makefile.build:515: drivers/tty/vt] Error 2 make[2]: *** [scripts/Makefile.build:515: fs/fat] Error 2 make[2]: *** [scripts/Makefile.build:515: drivers/tty] Error 2 make[1]: *** [Makefile:1839: fs] Error 2 make[1]: *** [Makefile:1839: drivers] Error 2 make: *** [Makefile:215: __sub-make] Error 2
Possible warnings (2)
net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces]
Full Log
# git rev-parse -q --verify 9819f682e48c6a7055c5d7a6746411dd3969b0e5^{commit} 9819f682e48c6a7055c5d7a6746411dd3969b0e5 already have revision, skipping fetch # git checkout -q -f -B kisskb 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # git clean -qxdf # < git log -1 # commit 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # Merge: 732a27a0891c 0258bdfaff5b # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun May 9 13:14:34 2021 -0700 # # Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull scheduler fixes from Thomas Gleixner: # "A set of scheduler updates: # # - Prevent PSI state corruption when schedule() races with cgroup # move. # # A recent commit combined two PSI callbacks to reduce the number of # cgroup tree updates, but missed that schedule() can drop rq::lock # for load balancing, which opens the race window for # cgroup_move_task() which then observes half updated state. # # The fix is to solely use task::ps_flags instead of looking at the # potentially mismatching scheduler state # # - Prevent an out-of-bounds access in uclamp caused bu a rounding # division which can lead to an off-by-one error exceeding the # buckets array size. # # - Prevent unfairness caused by missing load decay when a task is # attached to a cfs runqueue. # # The old load of the task was attached to the runqueue and never # removed. Fix it by enforcing the load update through the hierarchy # for unthrottled run queue instances. # # - A documentation fix fot the 'sched_verbose' command line option" # # * tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # sched/fair: Fix unfairness caused by missing load decay # sched: Fix out-of-bound access in uclamp # psi: Fix psi state corruption when schedule() races with cgroup move # sched,doc: sched_debug_verbose cmdline should be sched_verbose # < /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 9819f682e48c6a7055c5d7a6746411dd3969b0e5 # < make -s -j 120 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 120 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 120 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 120 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/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:272: fs/fat/dir.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:919: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:272: drivers/tty/vt/vt_ioctl.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:515: drivers/tty/vt] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:515: fs/fat] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:515: drivers/tty] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] make[1]: *** [/kisskb/src/Makefile:1839: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1839: drivers] Error 2 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 120 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:00:24.984341
© Michael Ellerman 2006-2018.