Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jul 8 2020, 13:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 8 2020, 13:28
Duration:
0:04:28.405891
Builder:
ka1
Revision:
Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux (
dcde237b9b0eb1d19306e6f48c0a4e058907619f)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
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 dcde237b9b0eb1d19306e6f48c0a4e058907619f^{commit} dcde237b9b0eb1d19306e6f48c0a4e058907619f already have revision, skipping fetch # git checkout -q -f -B kisskb dcde237b9b0eb1d19306e6f48c0a4e058907619f # git clean -qxdf # < git log -1 # commit dcde237b9b0eb1d19306e6f48c0a4e058907619f # Merge: 6d12075ddeed bee9ca1c8a23 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Jul 7 15:38:53 2020 -0700 # # Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tooling fixes from Arnaldo Carvalho de Melo: # # - Intel PT fixes for PEBS-via-PT with registers # # - Fixes for Intel PT python based GUI # # - Avoid duplicated sideband events with Intel PT in system wide tracing # # - Remove needless 'dummy' event from TUI menu, used when synthesizing # meta data events for pre-existing processes # # - Fix corner case segfault when pressing enter in a screen without # entries in the TUI for report/top # # - Fixes for time stamp handling in libtraceevent # # - Explicitly set utf-8 encoding in perf flamegraph # # - Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy', # silencing perf build warning # # * tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf report TUI: Remove needless 'dummy' event from menu # perf intel-pt: Fix PEBS sample for XMM registers # perf intel-pt: Fix displaying PEBS-via-PT with registers # perf intel-pt: Fix recording PEBS-via-PT with registers # perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() # tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling # tools lib traceevent: Add API to read time information from kbuffer # perf scripts python: exported-sql-viewer.py: Fix time chart call tree # perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result # perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result # perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result # perf record: Fix duplicated sideband events with Intel PT system wide tracing # perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument # tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' # perf flamegraph: Explicitly set utf-8 encoding # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 dcde237b9b0eb1d19306e6f48c0a4e058907619f # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, 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] #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' # 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' 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 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc0e3c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284119 Bytes = 6136.83 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284809 Bytes = 6137.51 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6252770 Bytes = 6106.22 KiB = 5.96 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:46 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284593 Bytes = 6137.30 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284592 Bytes = 6137.30 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6285202 Bytes = 6137.89 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6286180 Bytes = 6138.85 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6286540 Bytes = 6139.20 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd1640) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:50 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284084 Bytes = 6136.80 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:51 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6285344 Bytes = 6138.03 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:51 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6285147 Bytes = 6137.84 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:51 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284085 Bytes = 6136.80 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:51 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284111 Bytes = 6136.83 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:51 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284928 Bytes = 6137.62 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:52 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284913 Bytes = 6137.61 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-rc4-gdcde237b9b0e Created: Wed Jul 8 13:32:52 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284118 Bytes = 6136.83 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:04:28.405891
© Michael Ellerman 2006-2018.