Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/udt.spec'], chrootPath='/var/lib/mock/epel8-build-17254379-1239054/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/udt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/udt-4.11-13.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/udt.spec'], chrootPath='/var/lib/mock/epel8-build-17254379-1239054/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/udt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gdXrT5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf udt4 + /usr/bin/gzip -dc /builddir/build/SOURCES/udt.sdk.4.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd udt4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed 's!-O3!-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection!' -i src/Makefile app/Makefile + sed 's!-shared!& -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lpthread -Wl,-soname,libudt.so.0!' -i src/Makefile + sed 's!LDFLAGS =!& -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld!' -i app/Makefile + sed 's/\r//' -i doc/doc/udtdoc.css + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.A7NzA2 + umask 022 + cd /builddir/build/BUILD + cd udt4 + ARCH= + make arch= make -C src all make[1]: Entering directory '/builddir/build/BUILD/udt4/src' g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden api.cpp -c BUILDSTDERR: api.cpp: In member function 'int CUDTUnited::connect(UDTSOCKET, const sockaddr*, int)': BUILDSTDERR: api.cpp:771:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::connect(UDTSOCKET, const sockaddr*, int)': BUILDSTDERR: api.cpp:1681:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::close(UDTSOCKET)': BUILDSTDERR: api.cpp:1704:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::getpeername(UDTSOCKET, sockaddr*, int*)': BUILDSTDERR: api.cpp:1722:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::getsockname(UDTSOCKET, sockaddr*, int*)': BUILDSTDERR: api.cpp:1740:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::getsockopt(UDTSOCKET, int, UDTOpt, void*, int*)': BUILDSTDERR: api.cpp:1760:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::setsockopt(UDTSOCKET, int, UDTOpt, const void*, int)': BUILDSTDERR: api.cpp:1780:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::send(UDTSOCKET, const char*, int, int)': BUILDSTDERR: api.cpp:1799:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::recv(UDTSOCKET, char*, int, int)': BUILDSTDERR: api.cpp:1823:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::sendmsg(UDTSOCKET, const char*, int, int, bool)': BUILDSTDERR: api.cpp:1842:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::recvmsg(UDTSOCKET, char*, int)': BUILDSTDERR: api.cpp:1866:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int64_t CUDT::sendfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': BUILDSTDERR: api.cpp:1885:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int64_t CUDT::recvfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)': BUILDSTDERR: api.cpp:1909:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::select(int, ud_set*, ud_set*, ud_set*, const timeval*)': BUILDSTDERR: api.cpp:1933:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::selectEx(const std::vector&, std::vector*, std::vector*, std::vector*, int64_t)': BUILDSTDERR: api.cpp:1962:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_create()': BUILDSTDERR: api.cpp:1985:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_add_usock(int, UDTSOCKET, const int*)': BUILDSTDERR: api.cpp:2003:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_add_ssock(int, SYSSOCKET, const int*)': BUILDSTDERR: api.cpp:2021:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_remove_usock(int, UDTSOCKET)': BUILDSTDERR: api.cpp:2039:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_remove_ssock(int, SYSSOCKET)': BUILDSTDERR: api.cpp:2057:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_wait(int, std::set*, std::set*, int64_t, std::set*, std::set*)': BUILDSTDERR: api.cpp:2075:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::epoll_release(int)': BUILDSTDERR: api.cpp:2093:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ BUILDSTDERR: api.cpp: In static member function 'static int CUDT::perfmon(UDTSOCKET, CPerfMon*, bool)': BUILDSTDERR: api.cpp:2118:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=] BUILDSTDERR: catch (CUDTException e) BUILDSTDERR: ^ g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden buffer.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden cache.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden ccc.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden channel.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden common.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden core.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden epoll.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden list.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden md5.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden packet.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden queue.cpp -c g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fvisibility=hidden window.cpp -c g++ -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lpthread -Wl,-soname,libudt.so.0 -o libudt.so api.o buffer.o cache.o ccc.o channel.o common.o core.o epoll.o list.o md5.o packet.o queue.o window.o ar -rcs libudt.a api.o buffer.o cache.o ccc.o channel.o common.o core.o epoll.o list.o md5.o packet.o queue.o window.o cp udt.h udt make[1]: Leaving directory '/builddir/build/BUILD/udt4/src' make -C app all make[1]: Entering directory '/builddir/build/BUILD/udt4/app' g++ -Wall -DLINUX -I../src -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection appserver.cpp -c g++ appserver.o -o appserver -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../src -ludt -lstdc++ -lpthread -lm g++ -Wall -DLINUX -I../src -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection appclient.cpp -c g++ appclient.o -o appclient -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../src -ludt -lstdc++ -lpthread -lm g++ -Wall -DLINUX -I../src -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection sendfile.cpp -c g++ sendfile.o -o sendfile -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../src -ludt -lstdc++ -lpthread -lm g++ -Wall -DLINUX -I../src -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection recvfile.cpp -c g++ recvfile.o -o recvfile -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../src -ludt -lstdc++ -lpthread -lm g++ -Wall -DLINUX -I../src -finline-functions -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection test.cpp -c g++ test.o -o test -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../src -ludt -lstdc++ -lpthread -lm make[1]: Leaving directory '/builddir/build/BUILD/udt4/app' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1tZbmx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 + cd udt4 + mkdir -p /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/lib64 + install src/libudt.so /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/lib64/libudt.so.0 + ln -s libudt.so.0 /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/lib64/libudt.so + mkdir -p /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/include/udt + install -p -m 644 src/api.h src/buffer.h src/cache.h src/ccc.h src/channel.h src/common.h src/core.h src/epoll.h src/list.h src/md5.h src/packet.h src/queue.h src/udt.h src/window.h /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/include/udt + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.11-13.el8 --unique-debug-suffix -4.11-13.el8.aarch64 --unique-debug-src-base udt-4.11-13.el8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/udt4 extracting debug info from /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/lib64/libudt.so.0 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 801 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: udt-4.11-13.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FUlEXw + umask 022 + cd /builddir/build/BUILD + cd udt4 + DOCDIR=/builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt + cp -pr RELEASE_NOTES.txt /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JI5njA + umask 022 + cd /builddir/build/BUILD + cd udt4 + LICENSEDIR=/builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/licenses/udt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/licenses/udt + cp -pr LICENSE.txt /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/licenses/udt + exit 0 Provides: libudt.so.0()(64bit) udt = 4.11-13.el8 udt(aarch-64) = 4.11-13.el8 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: udt-devel-4.11-13.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R6uITE + umask 022 + cd /builddir/build/BUILD + cd udt4 + DOCDIR=/builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt-devel + cp -pr doc /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64/usr/share/doc/udt-devel + exit 0 Provides: udt-devel = 4.11-13.el8 udt-devel(aarch-64) = 4.11-13.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libudt.so.0()(64bit) Processing files: udt-debugsource-4.11-13.el8.aarch64 Provides: udt-debugsource = 4.11-13.el8 udt-debugsource(aarch-64) = 4.11-13.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: udt-debuginfo-4.11-13.el8.aarch64 Provides: debuginfo(build-id) = 68694b86a4d098235920f80a90eb940ec6491478 udt-debuginfo = 4.11-13.el8 udt-debuginfo(aarch-64) = 4.11-13.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: udt-debugsource(aarch-64) = 4.11-13.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 Wrote: /builddir/build/RPMS/udt-4.11-13.el8.aarch64.rpm Wrote: /builddir/build/RPMS/udt-devel-4.11-13.el8.aarch64.rpm Wrote: /builddir/build/RPMS/udt-debugsource-4.11-13.el8.aarch64.rpm Wrote: /builddir/build/RPMS/udt-debuginfo-4.11-13.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.r89Z3I + umask 022 + cd /builddir/build/BUILD + cd udt4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/udt-4.11-13.el8.aarch64 + exit 0 Child return code was: 0