Buildresult: linux-next/um-allmodconfig/um-x86_64 built on Jun 22 2021, 23:16
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 22 2021, 23:16
Duration:
0:05:14.081011
Builder:
blade4b
Revision:
Add linux-next specific files for 20210622 (
4238b1710eadd18dd16de0288a2bc5bb84614b4e)
Target:
linux-next/um-allmodconfig/um-x86_64
Branch:
linux-next
Compiler:
um-x86_64
(x86_64-linux-gcc.br_real (Buildroot 2017.05) 5.4.0 / GNU ld (GNU Binutils) 2.27)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/gpio/gpio-amd8111.c:211:10: error: implicit declaration of function 'ioport_map' [-Werror=implicit-function-declaration] drivers/gpio/gpio-amd8111.c:226:3: error: implicit declaration of function 'ioport_unmap' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:272: drivers/gpio/gpio-amd8111.o] Error 1 make[2]: *** [scripts/Makefile.build:533: drivers/gpio] Error 2 make[1]: *** [Makefile:1948: drivers] Error 2 make: *** [Makefile:222: __sub-make] Error 2
Possible warnings (7)
.config:11603:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:11606:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:11608:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:11610:warning: override: reassigning to symbol UML_NET_SLIP .config:11613:warning: override: reassigning to symbol UML_NET_MCAST .config:11615:warning: override: reassigning to symbol UML_NET_SLIRP drivers/gpio/gpio-amd8111.c:211:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
Full Log
# git rev-parse -q --verify 4238b1710eadd18dd16de0288a2bc5bb84614b4e^{commit} 4238b1710eadd18dd16de0288a2bc5bb84614b4e already have revision, skipping fetch # git checkout -q -f -B kisskb 4238b1710eadd18dd16de0288a2bc5bb84614b4e # git clean -qxdf # < git log -1 # commit 4238b1710eadd18dd16de0288a2bc5bb84614b4e # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Jun 22 21:19:03 2021 +1000 # # Add linux-next specific files for 20210622 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 4238b1710eadd18dd16de0288a2bc5bb84614b4e # < make -s -j 24 ARCH=um O=/kisskb/build/linux-next_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # < make -s -j 24 ARCH=um O=/kisskb/build/linux-next_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 24 ARCH=um O=/kisskb/build/linux-next_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:11603:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:11606:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:11608:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:11610:warning: override: reassigning to symbol UML_NET_SLIP .config:11613:warning: override: reassigning to symbol UML_NET_MCAST .config:11615:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 24 ARCH=um O=/kisskb/build/linux-next_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/drivers/gpio/gpio-amd8111.c: In function 'amd_gpio_init': /kisskb/src/drivers/gpio/gpio-amd8111.c:211:10: error: implicit declaration of function 'ioport_map' [-Werror=implicit-function-declaration] gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE); ^ /kisskb/src/drivers/gpio/gpio-amd8111.c:211:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE); ^ /kisskb/src/drivers/gpio/gpio-amd8111.c:226:3: error: implicit declaration of function 'ioport_unmap' [-Werror=implicit-function-declaration] ioport_unmap(gp.pm); ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:272: drivers/gpio/gpio-amd8111.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:533: drivers/gpio] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1948: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 24 ARCH=um O=/kisskb/build/linux-next_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_um-allmodconfig_um-x86_64 # Build took: 0:05:14.081011
© Michael Ellerman 2006-2018.