Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/kernel.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/kernel.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: armhfp-02.bsys.centos.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/kernel-4.14.27-201.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/kernel.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=Falseuid=1004env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/kernel.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.u8Y2Xc + umask 022 + cd /builddir/build/BUILD + patch_command='patch -p1 -F1 -s' ++ find /builddir/build/BUILD -maxdepth 1 -type d -name 'kernel-4.*' ++ grep -x -v /builddir/build/BUILD/kernel-4.14.el7 + sharedirs= + : + '[' -d kernel-4.14.el7 ']' + '[' '!' -d kernel-4.14.el7/vanilla-4.14 ']' + '[' -d kernel-4.14.el7/vanilla-4.14 ']' + rm -f pax_global_header + [[ ! -z '' ]] + cd /builddir/build/BUILD + rm -rf kernel-4.14.el7 + /usr/bin/mkdir -p kernel-4.14.el7 + cd kernel-4.14.el7 + /usr/bin/xz -dc /builddir/build/SOURCES/linux-4.14.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv linux-4.14 vanilla-4.14 + cp -al vanilla-4.14 linux-4.14.27-201.el7.armv7hl + cd linux-4.14.27-201.el7.armv7hl + '[' '!' -d .git ']' + git init Initialized empty Git repository in /builddir/build/BUILD/kernel-4.14.el7/linux-4.14.27-201.el7.armv7hl/.git/ + git config user.email noreply@centos.org + git config user.name 'AltArch Kernel' + git config gc.auto 0 + git add . + git commit -a -q -m baseline + xzcat /builddir/build/SOURCES/patch-4.14.27.xz + patch -p1 -F1 -s + git commit -a -m 'Stable update' [master 6766821] Stable update 2331 files changed, 30452 insertions(+), 20331 deletions(-) delete mode 100644 Documentation/dev-tools/kmemcheck.rst delete mode 100644 arch/arm/include/asm/kvm_psci.h delete mode 100644 arch/arm64/boot/dts/.gitignore delete mode 100644 arch/arm64/include/asm/kvm_psci.h delete mode 100644 arch/arm64/kernel/ftrace-mod.S rewrite arch/x86/include/asm/cpufeatures.h (89%) delete mode 100644 arch/x86/include/asm/kmemcheck.h delete mode 100644 arch/x86/mm/kmemcheck/Makefile delete mode 100644 arch/x86/mm/kmemcheck/error.c delete mode 100644 arch/x86/mm/kmemcheck/error.h delete mode 100644 arch/x86/mm/kmemcheck/kmemcheck.c delete mode 100644 arch/x86/mm/kmemcheck/opcode.c delete mode 100644 arch/x86/mm/kmemcheck/opcode.h delete mode 100644 arch/x86/mm/kmemcheck/pte.c delete mode 100644 arch/x86/mm/kmemcheck/pte.h delete mode 100644 arch/x86/mm/kmemcheck/selftest.c delete mode 100644 arch/x86/mm/kmemcheck/selftest.h delete mode 100644 arch/x86/mm/kmemcheck/shadow.c delete mode 100644 arch/x86/mm/kmemcheck/shadow.h delete mode 100644 drivers/of/unittest-data/.gitignore delete mode 100644 include/linux/kmemcheck.h rewrite include/linux/pti.h (99%) delete mode 100644 lib/Kconfig.kmemcheck delete mode 100644 mm/kmemcheck.c delete mode 100644 tools/include/linux/kmemcheck.h rewrite tools/objtool/arch/x86/Build (69%) delete mode 100644 tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk delete mode 100644 tools/objtool/arch/x86/insn/inat.c delete mode 100644 tools/objtool/arch/x86/insn/inat.h delete mode 100644 tools/objtool/arch/x86/insn/inat_types.h delete mode 100644 tools/objtool/arch/x86/insn/insn.c delete mode 100644 tools/objtool/arch/x86/insn/insn.h delete mode 100644 tools/objtool/arch/x86/insn/x86-opcode-map.txt delete mode 100644 tools/objtool/orc_types.h + cp /builddir/build/SOURCES/kernel-aarch64-debug.config /builddir/build/SOURCES/kernel-aarch64.config /builddir/build/SOURCES/kernel-armv7hl-debug.config /builddir/build/SOURCES/kernel-armv7hl-lpae-debug.config /builddir/build/SOURCES/kernel-armv7hl-lpae.config /builddir/build/SOURCES/kernel-armv7hl.config /builddir/build/SOURCES/kernel-i686-PAE.config /builddir/build/SOURCES/kernel-i686-PAEdebug.config /builddir/build/SOURCES/kernel-i686-debug.config /builddir/build/SOURCES/kernel-i686.config /builddir/build/SOURCES/kernel-ppc64-debug.config /builddir/build/SOURCES/kernel-ppc64.config /builddir/build/SOURCES/kernel-ppc64le-debug.config /builddir/build/SOURCES/kernel-ppc64le.config /builddir/build/SOURCES/kernel-s390x-debug.config /builddir/build/SOURCES/kernel-s390x.config /builddir/build/SOURCES/kernel-x86_64-debug.config /builddir/build/SOURCES/kernel-x86_64.config . + cp /builddir/build/SOURCES/kernel-local . + cp /builddir/build/SOURCES/merge.pl . + cp /builddir/build/SOURCES/generate_all_configs.sh . + cp /builddir/build/SOURCES/generate_debug_configs.sh . + VERSION=4.14.27 + ./generate_all_configs.sh + for i in 'kernel-4.14.27-arm*.config' + mv kernel-4.14.27-armv7hl-debug.config kernel-4.14.27-armv7hl-debug.config.tmp + ./merge.pl /builddir/build/SOURCES/kernel-local kernel-4.14.27-armv7hl-debug.config.tmp + rm kernel-4.14.27-armv7hl-debug.config.tmp + for i in 'kernel-4.14.27-arm*.config' + mv kernel-4.14.27-armv7hl-lpae-debug.config kernel-4.14.27-armv7hl-lpae-debug.config.tmp + ./merge.pl /builddir/build/SOURCES/kernel-local kernel-4.14.27-armv7hl-lpae-debug.config.tmp + rm kernel-4.14.27-armv7hl-lpae-debug.config.tmp + for i in 'kernel-4.14.27-arm*.config' + mv kernel-4.14.27-armv7hl-lpae.config kernel-4.14.27-armv7hl-lpae.config.tmp + ./merge.pl /builddir/build/SOURCES/kernel-local kernel-4.14.27-armv7hl-lpae.config.tmp + rm kernel-4.14.27-armv7hl-lpae.config.tmp + for i in 'kernel-4.14.27-arm*.config' + mv kernel-4.14.27-armv7hl.config kernel-4.14.27-armv7hl.config.tmp + ./merge.pl /builddir/build/SOURCES/kernel-local kernel-4.14.27-armv7hl.config.tmp + rm kernel-4.14.27-armv7hl.config.tmp + git am /builddir/build/SOURCES/kbuild-AFTER_LINK.patch /builddir/build/SOURCES/0001-iio-Use-event-header-from-kernel-tree.patch /builddir/build/SOURCES/lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch /builddir/build/SOURCES/input-kill-stupid-messages.patch /builddir/build/SOURCES/die-floppy-die.patch /builddir/build/SOURCES/no-pcspkr-modalias.patch /builddir/build/SOURCES/silence-fbcon-logo.patch /builddir/build/SOURCES/Kbuild-Add-an-option-to-enable-GCC-VTA.patch /builddir/build/SOURCES/crash-driver.patch /builddir/build/SOURCES/lis3-improve-handling-of-null-rate.patch /builddir/build/SOURCES/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch /builddir/build/SOURCES/criu-no-expert.patch /builddir/build/SOURCES/ath9k-rx-dma-stop-check.patch /builddir/build/SOURCES/xen-pciback-Don-t-disable-PCI_COMMAND-on-PCI-device-.patch /builddir/build/SOURCES/Input-synaptics-pin-3-touches-when-the-firmware-repo.patch /builddir/build/SOURCES/efi-lockdown.patch /builddir/build/SOURCES/KEYS-Allow-unrestricted-boot-time-addition-of-keys-t.patch /builddir/build/SOURCES/Add-EFI-signature-data-types.patch /builddir/build/SOURCES/Add-an-EFI-signature-blob-parser-and-key-loader.patch /builddir/build/SOURCES/MODSIGN-Import-certificates-from-UEFI-Secure-Boot.patch /builddir/build/SOURCES/MODSIGN-Support-not-importing-certs-from-db.patch /builddir/build/SOURCES/0001-Make-get_cert_list-not-complain-about-cert-lists-tha.patch /builddir/build/SOURCES/0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch /builddir/build/SOURCES/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch /builddir/build/SOURCES/disable-i8042-check-on-apple-mac.patch /builddir/build/SOURCES/drm-i915-hush-check-crtc-state.patch /builddir/build/SOURCES/drm-cma-reduce-dmesg-logs.patch /builddir/build/SOURCES/usb-phy-tegra-Add-38.4MHz-clock-table-entry.patch /builddir/build/SOURCES/arm-revert-mmc-omap_hsmmc-Use-dma_request_chan-for-reque.patch /builddir/build/SOURCES/ARM-tegra-usb-no-reset.patch /builddir/build/SOURCES/allwinner-net-emac.patch /builddir/build/SOURCES/arm64-Revert-allwinner-a64-pine64-Use-dcdc1-regulato.patch /builddir/build/SOURCES/arm-imx6-hummingboard2.patch /builddir/build/SOURCES/arm64-Add-option-of-13-for-FORCE_MAX_ZONEORDER.patch /builddir/build/SOURCES/qcom-msm89xx-fixes.patch /builddir/build/SOURCES/bcm283x-dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe.patch /builddir/build/SOURCES/bcm2837-bluetooth-support.patch /builddir/build/SOURCES/PCI-aspm-deal-with-missing-root-ports-in-link-state-handling.patch /builddir/build/SOURCES/arm64-socionext-96b-enablement.patch /builddir/build/SOURCES/arm-exynos-fix-usb3.patch /builddir/build/SOURCES/dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch /builddir/build/SOURCES/prevent-bounds-check-bypass-via-speculative-execution.patch /builddir/build/SOURCES/0001-Input-gpio_keys-Allow-suppression-of-input-events-fo.patch /builddir/build/SOURCES/0002-Input-soc_button_array-Suppress-power-button-presses.patch /builddir/build/SOURCES/0010-Input-silead-Add-support-for-capactive-home-button-f.patch /builddir/build/SOURCES/Fix-for-module-sig-verification.patch /builddir/build/SOURCES/input-rmi4-remove-the-need-for-artifical-IRQ.patch /builddir/build/SOURCES/drm-i915-Boost-GPU-clocks-if-we-miss-the-pageflip-s-vblank.patch /builddir/build/SOURCES/v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch /builddir/build/SOURCES/qxl-fixes.patch /builddir/build/SOURCES/HID-rmi-Check-that-a-device-is-a-RMI-device-before-c.patch /builddir/build/SOURCES/0001-platform-x86-dell-laptop-Filter-out-spurious-keyboar.patch /builddir/build/SOURCES/dma-buf-fix-reservation_object_wait_timeout_rcu-once-more-v2.patch /builddir/build/SOURCES/Add-support-for-One-by-Wacom-CTL-472-CTL-672.patch /builddir/build/SOURCES/ACPI-sbshc-remove-raw-pointer-from-printk-message.patch /builddir/build/SOURCES/0001-mm-don-t-warn-about-allocations-which-stall-for-too-.patch Applying: kbuild: AFTER_LINK Applying: iio: Use type header from kernel tree Applying: lib/cpumask: Make CPUMASK_OFFSTACK usable without debug dependency Applying: input: kill stupid messages Applying: die-floppy-die Applying: no pcspkr modalias Applying: silence fbcon logo Applying: Kbuild: Add an option to enable GCC VTA Applying: crash-driver Applying: Update of crash driver to handle CONFIG_HARDENED_USERCOPY and to restrict the supported architectures. Applying: lis3: improve handling of null rate Applying: scsi: sd_revalidate_disk prevent NULL ptr deref Applying: criu: no expert Applying: ath9k: rx dma stop check Applying: xen/pciback: Don't disable PCI_COMMAND on PCI device reset. Applying: Input - synaptics: pin 3 touches when the firmware reports 3 fingers Applying: Add the ability to lock down access to the running kernel image Applying: Add a SysRq option to lift kernel lockdown Applying: Enforce module signatures if the kernel is locked down Applying: Restrict /dev/{mem,kmem,port} when the kernel is locked down Applying: kexec: Disable at runtime if the kernel is locked down Applying: Copy secure_boot flag in boot params across kexec reboot Applying: kexec_file: Disable at runtime if the kernel is locked down Applying: hibernate: Disable when the kernel is locked down Applying: uswsusp: Disable when the kernel is locked down Applying: PCI: Lock down BAR access when the kernel is locked down Applying: x86: Lock down IO port access when the kernel is locked down Applying: x86/msr: Restrict MSR access when the kernel is locked down Applying: asus-wmi: Restrict debugfs interface when the kernel is locked down Applying: ACPI: Limit access to custom_method when the kernel is locked down Applying: acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down Applying: acpi: Disable ACPI table override if the kernel is locked down Applying: acpi: Disable APEI error injection if the kernel is locked down Applying: scsi: Lock down the eata driver Applying: Prohibit PCMCIA CIS storage when the kernel is locked down Applying: Lock down TIOCSSERIAL Applying: Lock down module params that specify hardware parameters (eg. ioport) Applying: x86/mmiotrace: Lock down the testmmiotrace module Applying: debugfs: Disallow use of debugfs files when the kernel is locked down Applying: Lock down /proc/kcore Applying: efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode Applying: efi: Lock down the kernel if booted in secure boot mode Applying: KEYS: Allow unrestricted boot-time addition of keys to secondary keyring Applying: efi: Add EFI signature data types Applying: efi: Add an EFI signature blob parser Applying: MODSIGN: Import certificates from UEFI Secure Boot Applying: MODSIGN: Allow the "db" UEFI variable to be suppressed Applying: Make get_cert_list() not complain about cert lists that aren't present. Applying: Add efi_status_to_str() and rework efi_status_to_err(). Applying: Make get_cert_list() use efi_status_to_str() to print error messages. Applying: disable i8042 check on apple mac Applying: drm/i915: hush check crtc state Applying: drm/gem-cma-helper: Change the level of the allocation failure message Applying: usb: phy: tegra: Add 38.4MHz clock table entry Applying: Revert "mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel" Applying: ARM: tegra: usb no reset Applying: net: stmmac: snps, dwmac-mdio MDIOs are automatically registered Applying: net: stmmac: dwmac-sun8i: Handle integrated/external MDIOs Applying: net: stmmac: sun8i: Restore the compatibles Applying: dt-bindings: net: Restore sun8i dwmac binding Applying: dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY Applying: arm: dts: sunxi: h3/h5: Restore EMAC changes Applying: ARM: dts: sunxi: h3/h5: represent the mdio switch used by sun8i-h3-emac Applying: ARM: dts: sunxi: Restore EMAC changes (boards) Applying: arm64: dts: allwinner: A64: Restore EMAC changes Applying: arm64: dts: allwinner: H5: Restore EMAC changes Applying: arm64: dts: allwinner: add snps, dwmac-mdio compatible to emac/mdio Applying: arm64: allwinner: a64: add Ethernet PHY regulator for several boards Applying: ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator Applying: net: stmmac: fix LPI transitioning for dwmac4 Applying: net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handling Applying: Revert "arm64: allwinner: a64: pine64: Use dcdc1 regulator for mmc0" Applying: ARM: dts: imx6qdl: add HummingBoard2 boards Applying: ARM: dts: imx6*-hummingboard2: fix SD card detect Applying: ARM: dts: imx6*-hummingboard2: use proper gpio flags definitions Applying: ARM: dts: imx6*-hummingboard2: convert to more conventional vmmc-supply Applying: Add option of 13 for FORCE_MAX_ZONEORDER Applying: thermal: qcom: tsens: fix crash due to incorrect __init Applying: dma-mapping: skip USB devices when configuring DMA during probe Applying: ARM: dts: bcm2837-rpi-3-b: Add bcm43438 serial slave Applying: PCI: aspm: deal with missing root ports in link state handling error: patch failed: drivers/pci/pcie/aspm.c:802 error: drivers/pci/pcie/aspm.c: patch does not apply Patch failed at 0081 PCI: aspm: deal with missing root ports in link state handling The copy of the patch that failed is found in: /builddir/build/BUILD/kernel-4.14.el7/linux-4.14.27-201.el7.armv7hl/.git/rebase-apply/patch When you have resolved this problem, run "git am --resolved". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". error: Bad exit status from /var/tmp/rpm-tmp.u8Y2Xc (%prep) Bad exit status from /var/tmp/rpm-tmp.u8Y2Xc (%prep) RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/kernel.spec