Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on Jun 4 2020, 12:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 4 2020, 12:20
Duration:
0:06:26.926574
Builder:
blade4b
Revision:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (
039aeb9deb9291f3b19c375a8bc6fa7f768996cc)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linus-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/gpu/drm/amd/amdgpu/../display/dc/os_types.h:64:3: error: implicit declaration of function 'enable_kernel_vsx'; did you mean 'enable_kernel_fp'? [-Werror=implicit-function-declaration] drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:67:3: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_fp'? [-Werror=implicit-function-declaration] drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:75:3: error: implicit declaration of function 'disable_kernel_vsx'; did you mean 'disable_kernel_fp'? [-Werror=implicit-function-declaration] drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:78:3: error: implicit declaration of function 'disable_kernel_altivec'; did you mean 'disable_kernel_fp'? [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:266: drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.o] Error 1 make[4]: *** [scripts/Makefile.build:488: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [scripts/Makefile.build:488: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:488: drivers/gpu] Error 2 make[1]: *** [Makefile:1735: drivers] Error 2 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (11)
.config:6127:warning: override: reassigning to symbol PPC64 .config:6129:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6130:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV arch/powerpc/kernel/eeh.c:1676:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1248 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/vhost/scsi.c:1374:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/vhost/vhost.c:1863:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 039aeb9deb9291f3b19c375a8bc6fa7f768996cc^{commit} 039aeb9deb9291f3b19c375a8bc6fa7f768996cc already have revision, skipping fetch # git checkout -q -f -B kisskb 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # git clean -qxdf # < git log -1 # commit 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # Merge: 6b2591c21273 13ffbd8db1dd # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Jun 3 15:13:47 2020 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm updates from Paolo Bonzini: # "ARM: # - Move the arch-specific code into arch/arm64/kvm # # - Start the post-32bit cleanup # # - Cherry-pick a few non-invasive pre-NV patches # # x86: # - Rework of TLB flushing # # - Rework of event injection, especially with respect to nested # virtualization # # - Nested AMD event injection facelift, building on the rework of # generic code and fixing a lot of corner cases # # - Nested AMD live migration support # # - Optimization for TSC deadline MSR writes and IPIs # # - Various cleanups # # - Asynchronous page fault cleanups (from tglx, common topic branch # with tip tree) # # - Interrupt-based delivery of asynchronous "page ready" events (host # side) # # - Hyper-V MSRs and hypercalls for guest debugging # # - VMX preemption timer fixes # # s390: # - Cleanups # # Generic: # - switch vCPU thread wakeup from swait to rcuwait # # The other architectures, and the guest side of the asynchronous page # fault work, will come next week" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (256 commits) # KVM: selftests: fix rdtsc() for vmx_tsc_adjust_test # KVM: check userspace_addr for all memslots # KVM: selftests: update hyperv_cpuid with SynDBG tests # x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls # x86/kvm/hyper-v: enable hypercalls regardless of hypercall page # x86/kvm/hyper-v: Add support for synthetic debugger interface # x86/hyper-v: Add synthetic debugger definitions # KVM: selftests: VMX preemption timer migration test # KVM: nVMX: Fix VMX preemption timer migration # x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit # KVM: x86/pmu: Support full width counting # KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in # KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT # KVM: x86: acknowledgment mechanism for async pf page ready notifications # KVM: x86: interrupt based APF 'page ready' event delivery # KVM: introduce kvm_read_guest_offset_cached() # KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() # KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info # Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously" # KVM: VMX: Replace zero-length array with flexible-array # ... # < /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 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x74530C8E # 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 24 ARCH=powerpc O=/kisskb/build/linus-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 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:6127:warning: override: reassigning to symbol PPC64 .config:6129:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6130:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] /kisskb/src/arch/powerpc/kernel/eeh.c:1676:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1676 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_reboot_notifier': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1248 bytes is larger than 1024 bytes [-Wframe-larger-than=] 896 | } | ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_flush': /kisskb/src/drivers/vhost/scsi.c:1374:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1374 | } | ^ /kisskb/src/drivers/vhost/vhost.c: In function 'log_used': /kisskb/src/drivers/vhost/vhost.c:1863:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1863 | } | ^ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services_types.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:37, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: In function 'dcn_bw_apply_registry_override': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:64:3: error: implicit declaration of function 'enable_kernel_vsx'; did you mean 'enable_kernel_fp'? [-Werror=implicit-function-declaration] 64 | enable_kernel_vsx(); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:626:2: note: in expansion of macro 'DC_FP_START' 626 | DC_FP_START(); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:67:3: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_fp'? [-Werror=implicit-function-declaration] 67 | enable_kernel_altivec(); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:626:2: note: in expansion of macro 'DC_FP_START' 626 | DC_FP_START(); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:75:3: error: implicit declaration of function 'disable_kernel_vsx'; did you mean 'disable_kernel_fp'? [-Werror=implicit-function-declaration] 75 | disable_kernel_vsx(); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:662:2: note: in expansion of macro 'DC_FP_END' 662 | DC_FP_END(); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/os_types.h:78:3: error: implicit declaration of function 'disable_kernel_altivec'; did you mean 'disable_kernel_fp'? [-Werror=implicit-function-declaration] 78 | disable_kernel_altivec(); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:662:2: note: in expansion of macro 'DC_FP_END' 662 | DC_FP_END(); | ^~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:266: drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1735: drivers] Error 2 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-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/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:06:26.926574
© Michael Ellerman 2006-2018.