Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Aug 6 2020, 08:59
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 6 2020, 08:59
Duration:
0:02:23.344216
Builder:
ka1
Revision:
Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (
4834ce9d8e074bb7ae197632e0708219b9f389b5)
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 4834ce9d8e074bb7ae197632e0708219b9f389b5^{commit} 4834ce9d8e074bb7ae197632e0708219b9f389b5 already have revision, skipping fetch # git checkout -q -f -B kisskb 4834ce9d8e074bb7ae197632e0708219b9f389b5 # git clean -qxdf # < git log -1 # commit 4834ce9d8e074bb7ae197632e0708219b9f389b5 # Merge: 53e5504bdbdb 850d0cc64c8e # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Aug 5 10:28:25 2020 -0700 # # Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest # # Pull kselftest updates form Shuah Khan: # # - TAP output reporting related fixes from Paolo Bonzini and Kees Cook. # # These fixes make it skip reporting consistent with TAP format. # # - Cleanup fixes to framework run_tests from Yauheni Kaliuta # # * tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (23 commits) # selftests/harness: Limit step counter reporting # selftests/seccomp: Check ENOSYS under tracing # selftests/seccomp: Refactor to use fixture variants # selftests/harness: Clean up kern-doc for fixtures # selftests: kmod: Add module address visibility test # Replace HTTP links with HTTPS ones: KMOD KERNEL MODULE LOADER - USERMODE HELPER # selftests: fix condition in run_tests # selftests: do not use .ONESHELL # selftests: pidfd: skip test if unshare fails with EPERM # selftests: pidfd: do not use ksft_exit_skip after ksft_set_plan # selftests/harness: Report skip reason # selftests/harness: Display signed values correctly # selftests/harness: Refactor XFAIL into SKIP # selftests/harness: Switch to TAP output # selftests: Add header documentation and helpers # selftests/binderfs: Fix harness API usage # selftests: Remove unneeded selftest API headers # selftests/clone3: Reorder reporting output # selftests: sync_test: do not use ksft_exit_skip after ksft_set_plan # selftests: sigaltstack: do not use ksft_exit_skip after ksft_set_plan # ... # < /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 4834ce9d8e074bb7ae197632e0708219b9f389b5 # < make -s -j 48 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 48 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 48 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 48 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 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcce584) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcbdd80) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6251311 Bytes = 6104.80 KiB = 5.96 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283110 Bytes = 6135.85 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283373 Bytes = 6136.11 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283434 Bytes = 6136.17 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6282973 Bytes = 6135.72 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283347 Bytes = 6136.08 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283375 Bytes = 6136.11 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283992 Bytes = 6136.71 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283170 Bytes = 6135.91 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283388 Bytes = 6136.12 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283823 Bytes = 6136.55 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284688 Bytes = 6137.39 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284384 Bytes = 6137.09 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6282969 Bytes = 6135.71 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:43 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6284951 Bytes = 6137.65 KiB = 5.99 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g4834ce9d8e07 Created: Thu Aug 6 09:01:43 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6283094 Bytes = 6135.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:02:23.344216
© Michael Ellerman 2006-2018.