Buildresult: linus/arm64-defconfig/arm64-gcc5 built on May 27 2022, 18:27
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
May 27 2022, 18:27
Duration:
0:06:48.637263
Builder:
blade4b
Revision:
Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm (
7e284070abe53d448517b80493863595af4ab5f0)
Target:
linus/arm64-defconfig/arm64-gcc5
Branch:
linus
Compiler:
arm64-gcc5
(aarch64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
arch/arm64/mm/hugetlbpage.c:515:9: error: implicit declaration of function 'get_clear_flush' [-Werror=implicit-function-declaration] arch/arm64/mm/hugetlbpage.c:515:9: error: incompatible types when returning type 'int' but 'pte_t {aka struct <anonymous>}' was expected arch/arm64/mm/hugetlbpage.c:516:1: error: control reaches end of non-void function [-Werror=return-type] cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:271: arch/arm64/mm/hugetlbpage.o] Error 1 make[2]: *** [scripts/Makefile.build:500: arch/arm64/mm] Error 2 make[1]: *** [Makefile:1839: arch/arm64] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 7e284070abe53d448517b80493863595af4ab5f0^{commit} 7e284070abe53d448517b80493863595af4ab5f0 already have revision, skipping fetch # git checkout -q -f -B kisskb 7e284070abe53d448517b80493863595af4ab5f0 # git clean -qxdf # < git log -1 # commit 7e284070abe53d448517b80493863595af4ab5f0 # Merge: 780d8ce71628 ca522482e3ea # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu May 26 21:13:45 2022 -0700 # # Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm # # Pull device mapper updates from Mike Snitzer: # # - Enable DM core bioset's per-cpu bio cache if QUEUE_FLAG_POLL set. # This change improves DM's hipri bio polling (REQ_POLLED) performance # by 7 - 20% depending on the system. # # - Update DM core to use jump_labels to further reduce cost of unlikely # branches for zoned block devices, dm-stats and swap_bios throttling. # # - Various DM core changes to reduce bio-based DM overhead and simplify # IO accounting. # # - Fundamental DM core improvements to dm_io reference counting and the # elimination of using bio_split()+bio_chain() -- instead DM's # bio-based IO accounting is updated to account that a split occurred. # # - Improve DM core's abnormal bio processing to do less work. # # - Improve DM core's hipri polling support to use a single list rather # than an hlist. # # - Update DM core to pass NULL bdev to bio_alloc_clone() so that # initialization that isn't useful for DM can be elided. # # - Add cond_resched to DM stats' various loops that loop over all # entries. # # - Fix incorrect error code return from DM integrity's constructor. # # - Make DM crypt's printing of the key constant-time. # # - Update bio-based DM multipath to provide high-resolution timer to the # Historical Service Time (HST) path selector. # # * tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: (26 commits) # dm: pass NULL bdev to bio_alloc_clone # dm cache metadata: remove unnecessary variable in __dump_mapping # dm mpath: provide high-resolution timer to HST for bio-based # dm crypt: make printing of the key constant-time # dm integrity: fix error code in dm_integrity_ctr() # dm stats: add cond_resched when looping over entries # dm: improve abnormal bio processing # dm: simplify bio-based IO accounting further # dm: put all polled dm_io instances into a single list # dm: improve dm_io reference counting # dm: don't grab target io reference in dm_zone_map_bio # dm: improve bio splitting and associated IO accounting # dm: switch to bdev based IO accounting interfaces # dm: pass dm_io instance to dm_io_acct directly # dm: don't pass bio to __dm_start_io_acct and dm_end_io_acct # dm: use bio_sectors in dm_aceept_partial_bio # dm: simplify basic targets # dm: conditionally enable branching for less used features # dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bio # dm: move hot dm_io members to same cacheline as dm_target_io # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 7e284070abe53d448517b80493863595af4ab5f0 # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_clear_flush': /kisskb/src/arch/arm64/mm/hugetlbpage.c:515:9: error: implicit declaration of function 'get_clear_flush' [-Werror=implicit-function-declaration] return get_clear_flush(vma->vm_mm, addr, ptep, pgsize, ncontig); ^ /kisskb/src/arch/arm64/mm/hugetlbpage.c:515:9: error: incompatible types when returning type 'int' but 'pte_t {aka struct <anonymous>}' was expected /kisskb/src/arch/arm64/mm/hugetlbpage.c:516:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:271: arch/arm64/mm/hugetlbpage.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: arch/arm64/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1839: arch/arm64] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc5 # Build took: 0:06:48.637263
© Michael Ellerman 2006-2018.