Buildresult: linux-next/se7619_defconfig/sh4-gcc4.9 built on Feb 10 2021, 23:37
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 10 2021, 23:37
Duration:
0:00:19.952014
Builder:
ka1
Revision:
Add linux-next specific files for 20210210 (
7bbfa63613ebb7e25cf89a3e760fadc9d2be2859)
Target:
linux-next/se7619_defconfig/sh4-gcc4.9
Branch:
linux-next
Compiler:
sh4-gcc4.9
(sh4-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
se7619_defconfig
(
download
)
Log:
Download original
Possible errors
fs/io_uring.c:6329:9: error: too few arguments to function 'io_sendmsg' fs/io_uring.c:6332:9: error: too few arguments to function 'io_send' fs/io_uring.c:6335:9: error: too few arguments to function 'io_recvmsg' fs/io_uring.c:6338:9: error: too few arguments to function 'io_recv' fs/io_uring.c:6347:9: error: too few arguments to function 'io_accept' fs/io_uring.c:6350:9: error: too few arguments to function 'io_connect' make[2]: *** [scripts/Makefile.build:287: fs/io_uring.o] Error 1 make[1]: *** [Makefile:1824: fs] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (3)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/traps.c:183:15: warning: unused variable 'cpu' [-Wunused-variable] drivers/tty/serial/sh-sci.c:2677:19: warning: unused variable 'sport' [-Wunused-variable]
Full Log
# git rev-parse -q --verify 7bbfa63613ebb7e25cf89a3e760fadc9d2be2859^{commit} 7bbfa63613ebb7e25cf89a3e760fadc9d2be2859 already have revision, skipping fetch # git checkout -q -f -B kisskb 7bbfa63613ebb7e25cf89a3e760fadc9d2be2859 # git clean -qxdf # < git log -1 # commit 7bbfa63613ebb7e25cf89a3e760fadc9d2be2859 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Wed Feb 10 22:38:46 2021 +1100 # # Add linux-next specific files for 20210210 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 7bbfa63613ebb7e25cf89a3e760fadc9d2be2859 # < make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/traps.c: In function 'nmi_trap_handler': /kisskb/src/arch/sh/kernel/traps.c:183:15: warning: unused variable 'cpu' [-Wunused-variable] unsigned int cpu = smp_processor_id(); ^ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:2677:19: warning: unused variable 'sport' [-Wunused-variable] struct sci_port *sport = to_sci_port(port); ^ /kisskb/src/fs/io_uring.c: In function 'io_issue_sqe': /kisskb/src/fs/io_uring.c:6329:9: error: too few arguments to function 'io_sendmsg' ret = io_sendmsg(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5148:12: note: declared here static int io_sendmsg(struct io_kiocb *req, unsigned int issue_flags, ^ /kisskb/src/fs/io_uring.c:6332:9: error: too few arguments to function 'io_send' ret = io_send(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5154:12: note: declared here static int io_send(struct io_kiocb *req, unsigned int issue_flags, ^ /kisskb/src/fs/io_uring.c:6335:9: error: too few arguments to function 'io_recvmsg' ret = io_recvmsg(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5166:12: note: declared here static int io_recvmsg(struct io_kiocb *req, unsigned int issue_flags, ^ /kisskb/src/fs/io_uring.c:6338:9: error: too few arguments to function 'io_recv' ret = io_recv(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5172:12: note: declared here static int io_recv(struct io_kiocb *req, unsigned int issue_flags, ^ /kisskb/src/fs/io_uring.c:6347:9: error: too few arguments to function 'io_accept' ret = io_accept(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5183:12: note: declared here static int io_accept(struct io_kiocb *req, unsigned int issue_flags, ^ /kisskb/src/fs/io_uring.c:6350:9: error: too few arguments to function 'io_connect' ret = io_connect(req, issue_flags); ^ /kisskb/src/fs/io_uring.c:5194:12: note: declared here static int io_connect(struct io_kiocb *req, unsigned int issue_flags, ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:287: fs/io_uring.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1824: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sh O=/kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_se7619_defconfig_sh4-gcc4.9 # Build took: 0:00:19.952014
© Michael Ellerman 2006-2018.