D: [iurt_root_command] chroot warning: Macro expanded in comment on line 30: %{version}/%{name}-%{version}.tar.gz Installing /home/iurt/rpmbuild/SRPMS/libhoard-3.12-1.git20180524.5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6YVNHZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Hoard-20180524 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/Hoard-20180524.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Hoard-20180524 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/Heap-Layers-20180514.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libhoard-3.12-mga-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + pushd src ~/rpmbuild/BUILD/Hoard-20180524/src ~/rpmbuild/BUILD/Hoard-20180524 + ln -s ../Heap-Layers-20180514 Heap-Layers + popd ~/rpmbuild/BUILD/Hoard-20180524 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Z83ra2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Hoard-20180524 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'MGAFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + MGAFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export 'MGAFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC' + MGAFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC' + export 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/make -O -j8 V=1 VERBOSE=1 -C src generic-gcc CXX=g++ make: Entering directory '/home/iurt/rpmbuild/BUILD/Hoard-20180524/src' g++ -std=c++14 -O3 -DNDEBUG -ffast-math -fno-builtin-malloc -Wall -Wextra -Wshadow -Wconversion -Wuninitialized -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/nptl -fno-builtin-malloc -finline-limit=20000 -finline-functions -DNDEBUG -I. -Iinclude -Iinclude/util -Iinclude/hoard -Iinclude/superblocks -IHeap-Layers -D_REENTRANT=1 -shared source/libhoard.cpp source/unixtls.cpp Heap-Layers/wrappers/gnuwrapper.cpp -Bsymbolic -o libhoard.so.0 -Wl,-soname=libhoard.so.0 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -ldl -lpthread In file included from Heap-Layers/heaps/top/mmapheap.h:46, from Heap-Layers/heaps/./debug/sanitycheckheap.h:18, from Heap-Layers/heaps/./debug/all.h:4, from Heap-Layers/heaps/all.h:2, from Heap-Layers/heaplayers.h:106, from source/libhoard.cpp:40: Heap-Layers/heaps/special/bumpalloc.h: In constructor 'HL::BumpAlloc::BumpAlloc()': Heap-Layers/heaps/special/bumpalloc.h:59:51: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 59 | static_assert((int) gcd::VALUE == Alignment, | ^ In file included from Heap-Layers/heaps/./objectrep/all.h:1, from Heap-Layers/heaps/all.h:3, from Heap-Layers/heaplayers.h:106, from source/libhoard.cpp:40: Heap-Layers/heaps/./objectrep/addheap.h: At global scope: Heap-Layers/heaps/./objectrep/addheap.h:64:57: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 64 | enum { HeaderSize = lcm<(int) SuperHeap::Alignment, sizeof(Add)>::value }; | ^~~~~~~~~~~ In file included from include/hoard/hoardheap.h:49, from include/hoard/hoardtlab.h:39, from source/libhoard.cpp:91: include/superblocks/addheaderheap.h:54:50: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 54 | enum { Alignment = gcd::value }; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from include/hoard/globalheap.h:32, from include/hoard/hoardheap.h:59, from include/hoard/hoardtlab.h:39, from source/libhoard.cpp:91: include/hoard/processheap.h:55:10: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 55 | Header_>>, | ^~~~~~~ include/hoard/processheap.h:58:107: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 58 | ProcessHeap, Header_>, | ^ In file included from include/hoard/hoardheap.h:59, from include/hoard/hoardtlab.h:39, from source/libhoard.cpp:91: include/hoard/globalheap.h:62:74: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 62 | typedef HoardSuperblock SuperblockType; | ^ In file included from Heap-Layers/heaps/top/mmapheap.h:46, from Heap-Layers/heaps/./debug/sanitycheckheap.h:18, from Heap-Layers/heaps/./debug/all.h:4, from Heap-Layers/heaps/all.h:2, from Heap-Layers/heaplayers.h:106, from include/hoard/hoardheap.h:33, from include/hoard/hoardtlab.h:39, from source/unixtls.cpp:68: Heap-Layers/heaps/special/bumpalloc.h: In constructor 'HL::BumpAlloc::BumpAlloc()': Heap-Layers/heaps/special/bumpalloc.h:59:51: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 59 | static_assert((int) gcd::VALUE == Alignment, | ^ In file included from Heap-Layers/heaps/./objectrep/all.h:1, from Heap-Layers/heaps/all.h:3, from Heap-Layers/heaplayers.h:106, from include/hoard/hoardheap.h:33, from include/hoard/hoardtlab.h:39, from source/unixtls.cpp:68: Heap-Layers/heaps/./objectrep/addheap.h: At global scope: Heap-Layers/heaps/./objectrep/addheap.h:64:57: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 64 | enum { HeaderSize = lcm<(int) SuperHeap::Alignment, sizeof(Add)>::value }; | ^~~~~~~~~~~ In file included from include/hoard/hoardheap.h:49, from include/hoard/hoardtlab.h:39, from source/unixtls.cpp:68: include/superblocks/addheaderheap.h:54:50: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 54 | enum { Alignment = gcd::value }; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from include/hoard/globalheap.h:32, from include/hoard/hoardheap.h:59, from include/hoard/hoardtlab.h:39, from source/unixtls.cpp:68: include/hoard/processheap.h:55:10: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 55 | Header_>>, | ^~~~~~~ include/hoard/processheap.h:58:107: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 58 | ProcessHeap, Header_>, | ^ In file included from include/hoard/hoardheap.h:59, from include/hoard/hoardtlab.h:39, from source/unixtls.cpp:68: include/hoard/globalheap.h:62:74: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 62 | typedef HoardSuperblock SuperblockType; | ^ source/unixtls.cpp: In function 'int pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*)': source/unixtls.cpp:362:39: warning: unused variable 't' [-Wunused-variable] 362 | static volatile TheCustomHeapType * t = initializeCustomHeap(); | ^ In file included from Heap-Layers/heaps/top/mmapheap.h:46, from Heap-Layers/heaps/./debug/sanitycheckheap.h:18, from Heap-Layers/heaps/./debug/all.h:4, from Heap-Layers/heaps/all.h:2, from Heap-Layers/heaplayers.h:106, from Heap-Layers/wrappers/gnuwrapper.cpp:24: Heap-Layers/heaps/special/bumpalloc.h: In constructor 'HL::BumpAlloc::BumpAlloc()': Heap-Layers/heaps/special/bumpalloc.h:59:51: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 59 | static_assert((int) gcd::VALUE == Alignment, | ^ In file included from Heap-Layers/heaps/./objectrep/all.h:1, from Heap-Layers/heaps/all.h:3, from Heap-Layers/heaplayers.h:106, from Heap-Layers/wrappers/gnuwrapper.cpp:24: Heap-Layers/heaps/./objectrep/addheap.h: At global scope: Heap-Layers/heaps/./objectrep/addheap.h:64:57: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 64 | enum { HeaderSize = lcm<(int) SuperHeap::Alignment, sizeof(Add)>::value }; | ^~~~~~~~~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/Hoard-20180524/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qvyEe0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 + cd Hoard-20180524 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/lib64 + install -m0755 src/libhoard.so.0 /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/lib64 + ln -s libhoard.so.0 /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/lib64/libhoard.so + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.12-1.git20180524.5.mga8 --unique-debug-suffix -3.12-1.git20180524.5.mga8.aarch64 --unique-debug-src-base libhoard-3.12-1.git20180524.5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Hoard-20180524 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/lib64/libhoard.so.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/lib64/libhoard.so.0 original debug info size: 812kB, size after compression: 760kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 401 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/libhoard-3.12-1.git20180524.5.mga8.aarch64/src/Heap-Layers/utility/bins64k.h is executable but has no shebang, removing executable bit Processing files: lib64hoard0-3.12-1.git20180524.5.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.70t2u0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Hoard-20180524 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + cp -pr THANKS /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64/usr/share/doc/lib64hoard0 + RPM_EC=0 ++ jobs -p + exit 0 Provides: lib64hoard0 = 3.12-1.git20180524.5.mga8 lib64hoard0(aarch-64) = 3.12-1.git20180524.5.mga8 libhoard.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) Processing files: lib64hoard-devel-3.12-1.git20180524.5.mga8.aarch64 Provides: devel(libhoard(64bit)) hoard-devel = 3.12 lib64hoard-devel = 3.12-1.git20180524.5.mga8 lib64hoard-devel(aarch-64) = 3.12-1.git20180524.5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libdl(64bit)) devel(libgcc_s(64bit)) devel(libstdc++(64bit)) Processing files: libhoard-debugsource-3.12-1.git20180524.5.mga8.aarch64 Provides: libhoard-debugsource = 3.12-1.git20180524.5.mga8 libhoard-debugsource(aarch-64) = 3.12-1.git20180524.5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64hoard0-debuginfo-3.12-1.git20180524.5.mga8.aarch64 Provides: debuginfo(build-id) = d0a9a1755521cbb0731309bee55e9d84e7fea13f lib64hoard0-debuginfo = 3.12-1.git20180524.5.mga8 lib64hoard0-debuginfo(aarch-64) = 3.12-1.git20180524.5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libhoard-debugsource(aarch-64) = 3.12-1.git20180524.5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64hoard-devel-3.12-1.git20180524.5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64hoard0-3.12-1.git20180524.5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libhoard-debugsource-3.12-1.git20180524.5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64hoard0-debuginfo-3.12-1.git20180524.5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ud47j0 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Hoard-20180524 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libhoard-3.12-1.git20180524.5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mf8b22 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Hoard-20180524 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!