Buildresult: linus/sh-defconfig/sh4-gcc11 built on Jul 4 2023, 10:22
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jul 4 2023, 10:22
Duration:
0:00:36.363191
Builder:
alpine3
Revision:
Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (
56cbceab928d7ac3702de172ff8dcc1da2a6aaeb)
Target:
linus/sh-defconfig/sh4-gcc11
Branch:
linus
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
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: some 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] fs/mpage.c:657:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:329:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/ext4/readpage.c:400:1: warning: the frame size of 1128 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 56cbceab928d7ac3702de172ff8dcc1da2a6aaeb^{commit} 56cbceab928d7ac3702de172ff8dcc1da2a6aaeb already have revision, skipping fetch # git checkout -q -f -B kisskb 56cbceab928d7ac3702de172ff8dcc1da2a6aaeb # git clean -qxdf # < git log -1 # commit 56cbceab928d7ac3702de172ff8dcc1da2a6aaeb # Merge: 868a9fd94807 18af4b5c9791 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Jul 3 13:23:10 2023 -0700 # # Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb # # Pull USB / Thunderbolt driver updates from Greg KH: # "Here is the big set of USB and Thunderbolt driver updates for 6.5-rc1. # # Included in here are: # # - Lots of USB4/Thunderbolt additions and updates for new hardware # types and fixes as people are starting to get access to the # hardware in the wild # # - new gadget controller driver, cdns2, added # # - new typec drivers added # # - xhci driver updates # # - typec driver updates # # - usbip driver fixes # # - usb-serial driver updates and fixes # # - lots of smaller USB driver updates # # All of these have been in linux-next for a while with no reported # problems" # # * tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (265 commits) # usb: host: xhci-plat: Set XHCI_STATE_REMOVING before resuming XHCI HC # usb: host: xhci: Do not re-initialize the XHCI HC if being removed # usb: typec: nb7vpq904m: fix CONFIG_DRM dependency # usbip: usbip_host: Replace strlcpy with strscpy # usb: dwc3: gadget: Propagate core init errors to UDC during pullup # USB: serial: option: add LARA-R6 01B PIDs # usb: ulpi: Make container_of() no-op in to_ulpi_dev() # usb: gadget: legacy: fix error return code in gfs_bind # usb: typec: fsa4480: add support for Audio Accessory Mode # usb: typec: fsa4480: rework mux & switch setup to handle more states # usb: typec: ucsi: call typec_set_mode on non-altmode partner change # USB: gadget: f_hid: make hidg_class a static const structure # USB: gadget: f_printer: make usb_gadget_class a static const structure # USB: mon: make mon_bin_class a static const structure # USB: gadget: udc: core: make udc_class a static const structure # USB: roles: make role_class a static const structure # dt-bindings: usb: dwc3: Add interrupt-names property support for wakeup interrupt # dt-bindings: usb: Add StarFive JH7110 USB controller # dt-bindings: usb: dwc3: Add IPQ9574 compatible # usb: cdns2: Fix spelling mistake in a trace message "Wakupe" -> "Wakeup" # ... # < /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 56cbceab928d7ac3702de172ff8dcc1da2a6aaeb # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_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/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: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/char/mem.o] Error 1 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:657:1: warning: the frame size of 1144 bytes is larger than 1024 bytes [-Wframe-larger-than=] 657 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:329:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 329 | } | ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:477: drivers/char] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:400:1: warning: the frame size of 1128 bytes is larger than 1024 bytes [-Wframe-larger-than=] 400 | } | ^ 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 160 ARCH=sh O=/kisskb/build/linus_defconfig_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_defconfig_sh4-gcc11 # Build took: 0:00:36.363191
© Michael Ellerman 2006-2018.