Buildresult: powerpc-fixes/mpc85xx_defconfig+KVM/powerpc-gcc9 built on Jun 27 2020, 04:21
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 27 2020, 04:21
Duration:
0:03:03.817560
Builder:
blade46
Revision:
selftests/powerpc: Fix build failure in ebb tests (
896066aa0685af3434637998b76218c2045142a8)
Target:
powerpc-fixes/mpc85xx_defconfig+KVM/powerpc-gcc9
Branch:
powerpc-fixes
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
mpc85xx_defconfig+KVM
(
download
)
Log:
Download original
Possible warnings (5)
.config:4107:warning: override: reassigning to symbol PPC_E500MC .config:4108:warning: override: reassigning to symbol VIRTUALIZATION include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0)
Full Log
# git rev-parse -q --verify 896066aa0685af3434637998b76218c2045142a8^{commit} 896066aa0685af3434637998b76218c2045142a8 already have revision, skipping fetch # git checkout -q -f -B kisskb 896066aa0685af3434637998b76218c2045142a8 # git clean -qxdf # < git log -1 # commit 896066aa0685af3434637998b76218c2045142a8 # Author: Harish <harish@linux.ibm.com> # Date: Thu Jun 25 22:27:21 2020 +0530 # # selftests/powerpc: Fix build failure in ebb tests # # We use OUTPUT directory as TMPOUT for checking no-pie option. # # Since commit f2f02ebd8f38 ("kbuild: improve cc-option to clean up all # temporary files") when building powerpc/ from selftests directory, the # OUTPUT directory points to powerpc/pmu/ebb/ and gets removed when # checking for -no-pie option in try-run routine, subsequently build # fails with the following: # # $ make -C powerpc # ... # TARGET=ebb; BUILD_TARGET=$OUTPUT/$TARGET; mkdir -p $BUILD_TARGET; make OUTPUT=$BUILD_TARGET -k -C $TARGET all # make[2]: Entering directory '/home/linux-master/tools/testing/selftests/powerpc/pmu/ebb' # make[2]: *** No rule to make target 'Makefile'. # make[2]: Failed to remake makefile 'Makefile'. # make[2]: *** No rule to make target 'ebb.c', needed by '/home/linux-master/tools/testing/selftests/powerpc/pmu/ebb/reg_access_test'. # make[2]: *** No rule to make target 'ebb_handler.S', needed by '/home/linux-master/tools/testing/selftests/powerpc/pmu/ebb/reg_access_test'. # make[2]: *** No rule to make target 'trace.c', needed by '/home/linux-master/tools/testing/selftests/powerpc/pmu/ebb/reg_access_test'. # make[2]: *** No rule to make target 'busy_loop.S', needed by '/home/linux-master/tools/testing/selftests/powerpc/pmu/ebb/reg_access_test'. # make[2]: Target 'all' not remade because of errors. # # Fix this by adding a suffix to the OUTPUT directory so that the # failure is avoided. # # Fixes: 9686813f6e9d ("selftests/powerpc: Fix try-run when source tree is not writable") # Signed-off-by: Harish <harish@linux.ibm.com> # [mpe: Mention that commit that triggered the breakage] # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20200625165721.264904-1-harish@linux.ibm.com # < /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 896066aa0685af3434637998b76218c2045142a8 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # Added to kconfig CONFIG_PPC_E500MC=y # Added to kconfig CONFIG_VIRTUALIZATION=y # Added to kconfig CONFIG_KVM_E500MC=y # Added to kconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4107:warning: override: reassigning to symbol PPC_E500MC .config:4108:warning: override: reassigning to symbol VIRTUALIZATION # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 22 | #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) | ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' 139 | if (IS_ERR_VALUE(fep->ring_mem_addr)) | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe95790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe84f8c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817449 Bytes = 6657.67 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817452 Bytes = 6657.67 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817596 Bytes = 6657.81 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f0031c Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817502 Bytes = 6657.72 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6818286 Bytes = 6658.48 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817565 Bytes = 6657.78 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f0031c Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6818108 Bytes = 6658.31 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817656 Bytes = 6657.87 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f0031c Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6782850 Bytes = 6623.88 KiB = 6.47 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817458 Bytes = 6657.67 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f0031c Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817402 Bytes = 6657.62 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6818220 Bytes = 6658.42 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817588 Bytes = 6657.80 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6818173 Bytes = 6658.37 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817712 Bytes = 6657.92 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f002cc Image Name: Linux-5.8.0-rc2-g896066aa0685 Created: Sat Jun 27 04:24:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6817457 Bytes = 6657.67 KiB = 6.50 MiB Load Address: 00f00000 Entry Point: 00f0031c Completed OK # rm -rf /kisskb/build/powerpc-fixes_mpc85xx_defconfig+KVM_powerpc-gcc9 # Build took: 0:03:03.817560
© Michael Ellerman 2006-2018.