Buildresult: powerpc-next-rand/powerpc-randconfig/powerpc-gcc11 built on Sep 3 2022, 01:15
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 3 2022, 01:15
Duration:
0:04:43.379874
Builder:
ka7
Revision:
powerpc/mm/64s: Drop p4d_leaf() (
0e7991d4acafa88d5771c0227971996c00a55325)
Target:
powerpc-next-rand/powerpc-randconfig/powerpc-gcc11
Branch:
powerpc-next-rand
Compiler:
powerpc-gcc11
(powerpc64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
fs/jffs2/xattr.c:887:1: error: the frame size of 1072 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:249: fs/jffs2/xattr.o] Error 1 make[2]: *** [scripts/Makefile.build:465: fs/jffs2] Error 2 make[1]: *** [Makefile:1853: fs] Error 2 make: *** [Makefile:222: __sub-make] Error 2
Possible warnings (5)
.config:5594:warning: override: reassigning to symbol MODULE_SIG .config:5596:warning: override: reassigning to symbol PPC64 .config:5598:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5599:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5603:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS
Full Log
# git rev-parse -q --verify 0e7991d4acafa88d5771c0227971996c00a55325^{commit} 0e7991d4acafa88d5771c0227971996c00a55325 already have revision, skipping fetch # git checkout -q -f -B kisskb 0e7991d4acafa88d5771c0227971996c00a55325 # git clean -qxdf # < git log -1 # commit 0e7991d4acafa88d5771c0227971996c00a55325 # Author: Michael Ellerman <mpe@ellerman.id.au> # Date: Fri Sep 2 21:22:50 2022 +1000 # # powerpc/mm/64s: Drop p4d_leaf() # # Because 64-bit Book3S uses pgtable-nop4d.h, the P4D is folded into the # PGD. So P4D entries are actually PGD entries, or vice versa. # # The other way to think of it is that the P4D is a single entry page # table below the PGD. Zero bits of the address are needed to index into # the P4D, therefore a P4D entry maps the same size address space as a PGD # entry. # # As explained in the previous commit, there are no huge page sizes # supported directly at the PGD level on 64-bit Book3S, so there are also # no huge page sizes supported at the P4D level. # # Therefore p4d_is_leaf() can never be true, so drop the definition and # fallback to the default implementation that always returns false. # # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0e7991d4acafa88d5771c0227971996c00a55325 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5594:warning: override: reassigning to symbol MODULE_SIG .config:5596:warning: override: reassigning to symbol PPC64 .config:5598:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5599:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5603:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/jffs2/xattr.c: In function 'jffs2_build_xattr_subsystem': /kisskb/src/fs/jffs2/xattr.c:887:1: error: the frame size of 1072 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 887 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: fs/jffs2/xattr.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:465: fs/jffs2] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1853: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:04:43.379874
© Michael Ellerman 2006-2018.