Buildresult: linux-next-rand/powerpc-randconfig/powerpc-gcc9 built on Nov 20 2020, 19:48
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 20 2020, 19:48
Duration:
0:05:15.714546
Builder:
ka3
Revision:
Add linux-next specific files for 20201120 (
95065cb54210eba86bed10cb2118041524d54573)
Target:
linux-next-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linux-next-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/vfio/pci/vfio_pci_nvlink2.c:101:10: error: implicit declaration of function 'mm_iommu_put'; did you mean 'mm_iommu_init'? [-Werror=implicit-function-declaration] drivers/vfio/pci/vfio_pci_nvlink2.c:165:14: error: implicit declaration of function 'mm_iommu_newdev' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:283: drivers/vfio/pci/vfio_pci_nvlink2.o] Error 1 make[3]: *** [scripts/Makefile.build:500: drivers/vfio/pci] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers/vfio] Error 2 make[1]: *** [Makefile:1797: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (7)
WARNING: unmet direct dependencies detected for MMC_SDHCI WARNING: unmet direct dependencies detected for MMC_SDHCI_PLTFM .config:5518:warning: override: reassigning to symbol PPC64 .config:5520:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5521:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5526:warning: override: reassigning to symbol UBSAN drivers/gpu/drm/ttm/ttm_pool.c:243:21: warning: 'ttm_pool_type_count' defined but not used [-Wunused-function]
Full Log
# git rev-parse -q --verify 95065cb54210eba86bed10cb2118041524d54573^{commit} 95065cb54210eba86bed10cb2118041524d54573 already have revision, skipping fetch # git checkout -q -f -B kisskb 95065cb54210eba86bed10cb2118041524d54573 # git clean -qxdf # < git log -1 # commit 95065cb54210eba86bed10cb2118041524d54573 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Nov 20 16:52:18 2020 +1100 # # Add linux-next specific files for 20201120 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 95065cb54210eba86bed10cb2118041524d54573 # < make -s -j 20 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xFBB6DCE2 WARNING: unmet direct dependencies detected for MMC_SDHCI Depends on [n]: MMC [=n] && HAS_DMA [=y] Selected by [y]: - AKEBONO [=y] && PPC_47x [=y] WARNING: unmet direct dependencies detected for MMC_SDHCI_PLTFM Depends on [n]: MMC [=n] && MMC_SDHCI [=y] Selected by [y]: - AKEBONO [=y] && PPC_47x [=y] # 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 20 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 20 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5518:warning: override: reassigning to symbol PPC64 .config:5520:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5521:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5526:warning: override: reassigning to symbol UBSAN # make -s -j 20 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:243:21: warning: 'ttm_pool_type_count' defined but not used [-Wunused-function] 243 | static unsigned int ttm_pool_type_count(struct ttm_pool_type *pt) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c: In function 'vfio_pci_nvgpu_release': /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c:101:10: error: implicit declaration of function 'mm_iommu_put'; did you mean 'mm_iommu_init'? [-Werror=implicit-function-declaration] 101 | ret = mm_iommu_put(data->mm, data->mem); | ^~~~~~~~~~~~ | mm_iommu_init /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c: In function 'vfio_pci_nvgpu_mmap': /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c:165:14: error: implicit declaration of function 'mm_iommu_newdev' [-Werror=implicit-function-declaration] 165 | ret = (int) mm_iommu_newdev(data->mm, data->useraddr, | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:283: drivers/vfio/pci/vfio_pci_nvlink2.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/vfio/pci] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/vfio] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1797: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 20 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:05:15.714546
© Michael Ellerman 2006-2018.