D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-apsw-3.34.0.r1-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VU1uKK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf apsw-3.34.0-r1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/python-apsw-3.34.0.r1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd apsw-3.34.0-r1 + /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.ZmrTWI + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.34.0-r1 + '[' 1 -eq 1 ']' + '[' 1 -eq 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/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -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 -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.8 -c src/apsw.c -o build/temp.linux-aarch64-3.8/src/apsw.o In file included from src/apsw.c:145: src/apswbuffer.c: In function 'APSWBuffer_hash': src/apswbuffer.c:129:10: warning: comparison of integer expressions of different signedness: 'Py_uhash_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 129 | if(hash==-1) | ^~ In file included from src/apsw.c:151: src/connection.c: In function 'set_context_result': src/connection.c:1939:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] 1939 | if (PyObject_CheckReadBuffer(obj)) | ^~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:328:36: note: declared here 328 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:151: src/connection.c:1943:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 1943 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen); | ^~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c: In function 'APSWBlob_readinto': src/blob.c:404:3: warning: 'PyObject_AsWriteBuffer' is deprecated [-Wdeprecated-declarations] 404 | aswb=PyObject_AsWriteBuffer(wbuf, &buffer, &bufsize); | ^~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:348:17: note: declared here 348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c: In function 'APSWBlob_write': src/blob.c:532:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] 532 | if(!PyUnicode_Check(obj) && PyObject_CheckReadBuffer(obj)) | ^~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:328:36: note: declared here 328 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:157: src/blob.c:534:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 534 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &size); | ^~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:160: src/cursor.c: In function 'APSWCursor_dobinding': src/cursor.c:558:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] 558 | else if (PyObject_CheckReadBuffer(obj)) | ^~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:328:36: note: declared here 328 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:160: src/cursor.c:564:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 564 | APSW_FAULT_INJECT(DoBindingAsReadBufferFails,asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen), (PyErr_NoMemory(), asrb=-1)); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfs_xRandomness': src/vfs.c:978:7: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 978 | int asrb=PyObject_AsReadBuffer(pyresult, &buffer, &buflen); | ^~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfsfile_xRead': src/vfs.c:2030:3: warning: 'PyObject_CheckReadBuffer' is deprecated [-Wdeprecated-declarations] 2030 | if(PyUnicode_Check(pybuf) || !PyObject_CheckReadBuffer(pybuf)) | ^~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:328:36: note: declared here 328 | Py_DEPRECATED(3.0) PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c:2035:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 2035 | asrb=PyObject_AsReadBuffer(pybuf, &buffer, &size); | ^~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:166: src/vfs.c: In function 'apswvfsfilepy_xWrite': src/vfs.c:2186:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 2186 | asrb=PyObject_AsReadBuffer(buffy, &buffer, &size); | ^~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ src/apsw.c: In function 'formatsqlvalue': src/apsw.c:1144:5: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 1144 | asrb = PyObject_AsReadBuffer(value, (const void **)&buffer, &buflen); | ^~~~ In file included from /usr/include/python3.8/Python.h:147, from src/apsw.c:74: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-3.8 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-3.8/src/apsw.o -L/usr/lib64 -lsqlite3 -lpython3.8 -o build/lib.linux-aarch64-3.8/apsw.cpython-38-aarch64-linux-gnu.so /usr/lib/python3.8/site-packages/setuptools/dist.py:452: UserWarning: Normalizing '3.34.0-r1' to '3.34.0.post1' warnings.warn(tmpl.format(**locals())) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3AdjLG + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 + cd apsw-3.34.0-r1 + '[' 1 -eq 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/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8/site-packages copying build/lib.linux-aarch64-3.8/apsw.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8/site-packages writing byte-compilation script '/tmp/tmpeflry3cn.py' /usr/bin/python3 /tmp/tmpeflry3cn.py removing /tmp/tmpeflry3cn.py running install_egg_info running egg_info creating apsw.egg-info writing apsw.egg-info/PKG-INFO writing dependency_links to apsw.egg-info/dependency_links.txt writing top-level names to apsw.egg-info/top_level.txt writing manifest file 'apsw.egg-info/SOURCES.txt' SQLite: Using system sqlite include/libraries reading manifest file 'apsw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'apsw.egg-info/SOURCES.txt' Copying apsw.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8/site-packages/apsw-3.34.0.post1-py3.8.egg-info running install_scripts /usr/lib/python3.8/site-packages/setuptools/dist.py:452: UserWarning: Normalizing '3.34.0-r1' to '3.34.0.post1' warnings.warn(tmpl.format(**locals())) + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.34.0.r1-1.mga8 --unique-debug-suffix -3.34.0.r1-1.mga8.aarch64 --unique-debug-src-base python-apsw-3.34.0.r1-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/apsw-3.34.0-r1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8/site-packages/apsw.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8/site-packages/apsw.cpython-38-aarch64-linux-gnu.so original debug info size: 616kB, size after compression: 604kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 859 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 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-apsw-3.34.0.r1-1.mga8.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vu8anG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.34.0-r1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/licenses/python3-apsw + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/licenses/python3-apsw + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/licenses/python3-apsw + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-apsw = 3.34.0.r1-1.mga8 python3-apsw = 3.34.0.r1-1.mga8 python3-apsw(aarch-64) = 3.34.0.r1-1.mga8 python3.8-apsw = 3.34.0.r1-1.mga8 python3.8dist(apsw) = 3.34^post1 python3dist(apsw) = 3.34^post1 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) libpython3.8.so.1.0()(64bit) libsqlite3.so.0()(64bit) python(abi) = 3.8 Obsoletes: python-apsw < 3.34.0.r1-1.mga8 Processing files: python-apsw-doc-3.34.0.r1-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pwPyFI + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.34.0-r1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/doc/python-apsw-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/doc/python-apsw-doc + cp -pr doc/Makefile doc/_templates doc/benchmarking.rst doc/build.rst doc/changes.rst doc/conf.py doc/copyright.rst doc/dbapi.rst doc/download.rst doc/exceptions.rst doc/execution.rst doc/extensions.rst doc/index.rst doc/pysqlite.rst doc/shell.rst doc/tips.rst doc/types.rst /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64/usr/share/doc/python-apsw-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-apsw-doc = 3.34.0.r1-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-apsw-debugsource-3.34.0.r1-1.mga8.aarch64 Provides: python-apsw-debugsource = 3.34.0.r1-1.mga8 python-apsw-debugsource(aarch-64) = 3.34.0.r1-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-apsw-debuginfo-3.34.0.r1-1.mga8.aarch64 Provides: debuginfo(build-id) = 1238c69ff28dc313ec7a7f0c38f9be369946305b python-apsw-debuginfo = 3.34.0.r1-1.mga8 python3-apsw-debuginfo = 3.34.0.r1-1.mga8 python3-apsw-debuginfo(aarch-64) = 3.34.0.r1-1.mga8 python3.8-apsw-debuginfo = 3.34.0.r1-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-apsw-debugsource(aarch-64) = 3.34.0.r1-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-apsw-3.34.0.r1-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-apsw-doc-3.34.0.r1-1.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-apsw-debuginfo-3.34.0.r1-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-apsw-debugsource-3.34.0.r1-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PO7IOG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd apsw-3.34.0-r1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-apsw-3.34.0.r1-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yJxbRG + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf apsw-3.34.0-r1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!