D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-lpsolve55-5.5.2.5-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zyEQwe + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf lp_solve_5.5/extra/Python + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/lp_solve_5.5.2.5_Python_source.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lp_solve_5.5/extra/Python + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8A9AMd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lp_solve_5.5/extra/Python + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export CPATH=/usr/include/lpsolve + CPATH=/usr/include/lpsolve + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + sleep 1 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' numpy: NONUMPY running build running build_py creating build creating build/lib.linux-aarch64-2.7 copying lp_solve.py -> build/lib.linux-aarch64-2.7 copying lp_maker.py -> build/lib.linux-aarch64-2.7 running build_ext building 'lpsolve55' extension creating build/temp.linux-aarch64-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYTHON=1 -DNOWIN32=1 -DNODEBUG=1 -DDINLINE=static -DNONUMPY=1 -D_CRT_SECURE_NO_WARNINGS=1 -I../.. -I. -I/usr/include/python2.7 -c lpsolve.c -o build/temp.linux-aarch64-2.7/lpsolve.o In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from pythonmod.h:8, from lpsolvecaller.h:20, from lpsolve.c:56: /usr/include/python2.7/pyconfig-64.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lpsolve.c:50: /usr/include/features.h:266: note: this is the location of the previous definition 266 | # define _POSIX_C_SOURCE 200809L | In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from pythonmod.h:8, from lpsolvecaller.h:20, from lpsolve.c:56: /usr/include/python2.7/pyconfig-64.h:1245: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from lpsolve.c:50: /usr/include/features.h:203: note: this is the location of the previous definition 203 | # define _XOPEN_SOURCE 700 | lpsolve.c: In function 'mainloop.constprop': lpsolve.c:4802:75: warning: '%s' directive writing up to 219 bytes into a region of size 180 [-Wformat-overflow=] 4802 | sprintf(buf, "Invalid model name: %s", name); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from lpsolve.c:50: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 240 bytes into a destination of size 200 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYTHON=1 -DNOWIN32=1 -DNODEBUG=1 -DDINLINE=static -DNONUMPY=1 -D_CRT_SECURE_NO_WARNINGS=1 -I../.. -I. -I/usr/include/python2.7 -c hash.c -o build/temp.linux-aarch64-2.7/hash.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DPYTHON=1 -DNOWIN32=1 -DNODEBUG=1 -DDINLINE=static -DNONUMPY=1 -D_CRT_SECURE_NO_WARNINGS=1 -I../.. -I. -I/usr/include/python2.7 -c pythonmod.c -o build/temp.linux-aarch64-2.7/pythonmod.o In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from pythonmod.h:8, from lpsolvecaller.h:20, from pythonmod.c:1: /usr/include/python2.7/pyconfig-64.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/setjmp.h:25, from lpsolvecaller.h:1, from pythonmod.c:1: /usr/include/features.h:266: note: this is the location of the previous definition 266 | # define _POSIX_C_SOURCE 200809L | In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from pythonmod.h:8, from lpsolvecaller.h:20, from pythonmod.c:1: /usr/include/python2.7/pyconfig-64.h:1245: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | In file included from /usr/include/setjmp.h:25, from lpsolvecaller.h:1, from pythonmod.c:1: /usr/include/features.h:203: note: this is the location of the previous definition 203 | # define _XOPEN_SOURCE 700 | gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-2.7/lpsolve.o build/temp.linux-aarch64-2.7/hash.o build/temp.linux-aarch64-2.7/pythonmod.o -L../../lpsolve55/bin/ux32 -L/usr/lib64 -llpsolve55 -lpython2.7 -o build/lib.linux-aarch64-2.7/lpsolve55.so + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.14Da8h + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 + cd lp_solve_5.5/extra/Python + '[' 1 -eq 1 ']' + export CPATH=/usr/include/lpsolve + CPATH=/usr/include/lpsolve + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python2 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 numpy: NONUMPY running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7 creating /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages copying build/lib.linux-aarch64-2.7/lp_solve.py -> /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages copying build/lib.linux-aarch64-2.7/lp_maker.py -> /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages copying build/lib.linux-aarch64-2.7/lpsolve55.so -> /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages/lp_solve.py to lp_solve.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages/lp_maker.py to lp_maker.pyc writing byte-compilation script '/tmp/tmpbPzTpE.py' /usr/bin/python2 -O /tmp/tmpbPzTpE.py removing /tmp/tmpbPzTpE.py running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages/lpsolve55-5.5.0.10-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 5.5.2.5-2.mga8 --unique-debug-suffix -5.5.2.5-2.mga8.aarch64 --unique-debug-src-base python-lpsolve55-5.5.2.5-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/lp_solve_5.5/extra/Python explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages/lpsolve55.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7/site-packages/lpsolve55.so original debug info size: 432kB, size after compression: 396kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 427 blocks + '[' -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/translate_menu + '[' -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/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-lpsolve55-5.5.2.5-2.mga8.aarch64 Provides: python2-lpsolve55 = 5.5.2.5-2.mga8 python2-lpsolve55(aarch-64) = 5.5.2.5-2.mga8 python2.7dist(lpsolve55) = 5.5.0.10 python2dist(lpsolve55) = 5.5.0.10 pythonegg(2)(lpsolve55) = 5.5.0.10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-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) liblpsolve55.so()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 Processing files: python-lpsolve55-debugsource-5.5.2.5-2.mga8.aarch64 Provides: python-lpsolve55-debugsource = 5.5.2.5-2.mga8 python-lpsolve55-debugsource(aarch-64) = 5.5.2.5-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-lpsolve55-debuginfo-5.5.2.5-2.mga8.aarch64 Provides: debuginfo(build-id) = 477224acfb78f438d68a3721a1dfde261107ad04 python2-lpsolve55-debuginfo = 5.5.2.5-2.mga8 python2-lpsolve55-debuginfo(aarch-64) = 5.5.2.5-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-lpsolve55-debugsource(aarch-64) = 5.5.2.5-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-lpsolve55-5.5.2.5-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python2-lpsolve55-debuginfo-5.5.2.5-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-lpsolve55-debugsource-5.5.2.5-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nu010e + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lp_solve_5.5/extra/Python + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-lpsolve55-5.5.2.5-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QRlSHh + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf lp_solve_5.5/extra/Python + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!