Buildresult: kbuild/arm64-defconfig/arm64-gcc11 built on Feb 15 2022, 15:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 15 2022, 15:11
Duration:
0:13:34.784050
Builder:
ka2
Revision:
kbuild: replace $(if A,A,B) with $(or A,B) (
5c8166419acf468b5bc3e48f928a040485d3e0c2)
Target:
kbuild/arm64-defconfig/arm64-gcc11
Branch:
kbuild
Compiler:
arm64-gcc11
(aarch64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (2)
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.
Full Log
# git rev-parse -q --verify 5c8166419acf468b5bc3e48f928a040485d3e0c2^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next 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 5c8166419acf468b5bc3e48f928a040485d3e0c2^{commit} 5c8166419acf468b5bc3e48f928a040485d3e0c2 # git checkout -q -f -B kisskb 5c8166419acf468b5bc3e48f928a040485d3e0c2 # git clean -qxdf # < git log -1 # commit 5c8166419acf468b5bc3e48f928a040485d3e0c2 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Fri Feb 11 14:14:11 2022 +0900 # # kbuild: replace $(if A,A,B) with $(or A,B) # # $(or ...) is available since GNU Make 3.81, and useful to shorten the # code in some places. # # Covert as follows: # # $(if A,A,B) --> $(or A,B) # # This patch also converts: # # $(if A, A, B) --> $(or A, B) # # Strictly speaking, the latter is not an equivalent conversion because # GNU Make keeps spaces after commas; if A is not empty, $(if A, A, B) # expands to " A", while $(or A, B) expands to "A". # # Anyway, preceding spaces are not significant in the code hunks I touched. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 5c8166419acf468b5bc3e48f928a040485d3e0c2 # < make -s -j 8 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 8 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 8 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 8 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- Completed OK # rm -rf /kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 # Build took: 0:13:34.784050
© Michael Ellerman 2006-2018.