Buildresult: linus/arm64-allmodconfig/arm64-gcc8 built on Jan 23 2022, 18:10
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 23 2022, 18:10
Duration:
0:09:13.306865
Builder:
ka2
Revision:
Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux (
40c843218f11625722e9a7c3ced81a83b95ecf05)
Target:
linus/arm64-allmodconfig/arm64-gcc8
Branch:
linus
Compiler:
arm64-gcc8
(aarch64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/pinctrl/pinctrl-thunderbay.c:815:8: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:288: drivers/pinctrl/pinctrl-thunderbay.o] Error 1 make[2]: *** [scripts/Makefile.build:550: drivers/pinctrl] Error 2 make[1]: *** [Makefile:1831: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 40c843218f11625722e9a7c3ced81a83b95ecf05^{commit} 40c843218f11625722e9a7c3ced81a83b95ecf05 already have revision, skipping fetch # git checkout -q -f -B kisskb 40c843218f11625722e9a7c3ced81a83b95ecf05 # git clean -qxdf # < git log -1 # commit 40c843218f11625722e9a7c3ced81a83b95ecf05 # Merge: 67bfce0e0192 f0ac5b85810a # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Jan 23 08:14:21 2022 +0200 # # Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull more perf tools updates from Arnaldo Carvalho de Melo: # # - Fix printing 'phys_addr' in 'perf script'. # # - Fix failure to add events with 'perf probe' in ppc64 due to not # removing leading dot (ppc64 ABIv1). # # - Fix cpu_map__item() python binding building. # # - Support event alias in form foo-bar-baz, add pmu-events and # parse-event tests for it. # # - No need to setup affinities when starting a workload or attaching to # a pid. # # - Use path__join() to compose a path instead of ad-hoc snprintf() # equivalent. # # - Override attr->sample_period for non-libpfm4 events. # # - Use libperf cpumap APIs instead of accessing the internal state # directly. # # - Sync x86 arch prctl headers and files changed by the new # set_mempolicy_home_node syscall with the kernel sources. # # - Remove duplicate include in cpumap.h. # # - Remove redundant err variable. # # * tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf tools: Remove redundant err variable # perf test: Add parse-events test for aliases with hyphens # perf test: Add pmu-events test for aliases with hyphens # perf parse-events: Support event alias in form foo-bar-baz # perf evsel: Override attr->sample_period for non-libpfm4 events # perf cpumap: Remove duplicate include in cpumap.h # perf cpumap: Migrate to libperf cpumap api # perf python: Fix cpu_map__item() building # perf script: Fix printing 'phys_addr' failure issue # tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall # tools headers UAPI: Sync x86 arch prctl headers with the kernel sources # perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) # perf evlist: No need to setup affinities when disabling events for pid targets # perf evlist: No need to setup affinities when enabling events for pid targets # perf stat: No need to setup affinities when starting a workload # perf affinity: Allow passing a NULL arg to affinity__cleanup() # perf probe: Fix ppc64 'perf probe add events failed' case # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 40c843218f11625722e9a7c3ced81a83b95ecf05 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/pinctrl/pinctrl-thunderbay.c: In function 'thunderbay_add_functions': /kisskb/src/drivers/pinctrl/pinctrl-thunderbay.c:815:8: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] grp = func->group_names; ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/pinctrl/pinctrl-thunderbay.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/pinctrl] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 # Build took: 0:09:13.306865
© Michael Ellerman 2006-2018.