Buildresult: linus-rand/arm64-randconfig/arm64-gcc5 built on Oct 11 2022, 08:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 11 2022, 08:10
Duration:
0:03:40.042336
Builder:
ka7
Revision:
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux (
d4013bc4d49f6da8178a340348369bb9920225c9)
Target:
linus-rand/arm64-randconfig/arm64-gcc5
Branch:
linus-rand
Compiler:
arm64-gcc5
(aarch64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/i2c/busses/i2c-mlxbf.c:2206:35: error: 'mlxbf_i2c_chip' defined but not used [-Werror=unused-variable] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:250: drivers/i2c/busses/i2c-mlxbf.o] Error 1 make[4]: *** [scripts/Makefile.build:500: drivers/i2c/busses] Error 2 make[3]: *** [scripts/Makefile.build:500: drivers/i2c] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers] Error 2 make[1]: *** [Makefile:1985: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2
Possible warnings (3)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. .config:6320:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD
Full Log
# git rev-parse -q --verify d4013bc4d49f6da8178a340348369bb9920225c9^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify d4013bc4d49f6da8178a340348369bb9920225c9^{commit} d4013bc4d49f6da8178a340348369bb9920225c9 # git checkout -q -f -B kisskb d4013bc4d49f6da8178a340348369bb9920225c9 # git clean -qxdf # < git log -1 # commit d4013bc4d49f6da8178a340348369bb9920225c9 # Merge: cdf072acb5baa 585463f0d58aa # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Oct 10 12:49:34 2022 -0700 # # Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux # # Pull bitmap updates from Yury Norov: # # - Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES (Phil Auld) # # - cleanup nr_cpu_ids vs nr_cpumask_bits mess (me) # # This series cleans that mess and adds new config FORCE_NR_CPUS that # allows to optimize cpumask subsystem if the number of CPUs is known # at compile-time. # # - optimize find_bit() functions (me) # # Reworks find_bit() functions based on new FIND_{FIRST,NEXT}_BIT() # macros. # # - add find_nth_bit() (me) # # Adds find_nth_bit(), which is ~70 times faster than bitcounting with # for_each() loop: # # for_each_set_bit(bit, mask, size) # if (n-- == 0) # return bit; # # Also adds bitmap_weight_and() to let people replace this pattern: # # tmp = bitmap_alloc(nbits); # bitmap_and(tmp, map1, map2, nbits); # weight = bitmap_weight(tmp, nbits); # bitmap_free(tmp); # # with a single bitmap_weight_and() call. # # - repair cpumask_check() (me) # # After switching cpumask to use nr_cpu_ids, cpumask_check() started # generating many false-positive warnings. This series fixes it. # # - Add for_each_cpu_andnot() and for_each_cpu_andnot() (Valentin # Schneider) # # Extends the API with one more function and applies it in sched/core. # # * tag 'bitmap-6.1-rc1' of https://github.com/norov/linux: (28 commits) # sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot() # lib/test_cpumask: Add for_each_cpu_and(not) tests # cpumask: Introduce for_each_cpu_andnot() # lib/find_bit: Introduce find_next_andnot_bit() # cpumask: fix checking valid cpu range # lib/bitmap: add tests for for_each() loops # lib/find: optimize for_each() macros # lib/bitmap: introduce for_each_set_bit_wrap() macro # lib/find_bit: add find_next{,_and}_bit_wrap # cpumask: switch for_each_cpu{,_not} to use for_each_bit() # net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and} # cpumask: add cpumask_nth_{,and,andnot} # lib/bitmap: remove bitmap_ord_to_pos # lib/bitmap: add tests for find_nth_bit() # lib: add find_nth{,_and,_andnot}_bit() # lib/bitmap: add bitmap_weight_and() # lib/bitmap: don't call __bitmap_weight() in kernel code # tools: sync find_bit() implementation # lib/find_bit: optimize find_next_bit() functions # lib/find_bit: create find_first_zero_bit_le() # ... # < /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 d4013bc4d49f6da8178a340348369bb9920225c9 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:6320:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/i2c/busses/i2c-mlxbf.c:2206:35: error: 'mlxbf_i2c_chip' defined but not used [-Werror=unused-variable] static struct mlxbf_i2c_chip_info mlxbf_i2c_chip[] = { ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/i2c/busses/i2c-mlxbf.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/i2c/busses] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/i2c] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1985: .] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_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-rand_arm64-randconfig_arm64-gcc5 # Build took: 0:03:40.042336
© Michael Ellerman 2006-2018.