D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-requests-cache-0.5.2-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hsPPmi + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf requests-cache-0.5.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/requests-cache-0.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd requests-cache-0.5.2 + /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.d4zbwj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd requests-cache-0.5.2 + '[' 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_py creating build creating build/lib creating build/lib/requests_cache copying requests_cache/core.py -> build/lib/requests_cache copying requests_cache/compat.py -> build/lib/requests_cache copying requests_cache/__init__.py -> build/lib/requests_cache creating build/lib/requests_cache/backends copying requests_cache/backends/base.py -> build/lib/requests_cache/backends copying requests_cache/backends/mongo.py -> build/lib/requests_cache/backends copying requests_cache/backends/redis.py -> build/lib/requests_cache/backends copying requests_cache/backends/dynamodb.py -> build/lib/requests_cache/backends copying requests_cache/backends/gridfs.py -> build/lib/requests_cache/backends copying requests_cache/backends/sqlite.py -> build/lib/requests_cache/backends copying requests_cache/backends/__init__.py -> build/lib/requests_cache/backends creating build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/redisdict.py -> build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/gridfspickledict.py -> build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/mongodict.py -> build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/__init__.py -> build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/dbdict.py -> build/lib/requests_cache/backends/storage copying requests_cache/backends/storage/dynamodbdict.py -> build/lib/requests_cache/backends/storage running egg_info writing requests_cache.egg-info/PKG-INFO writing dependency_links to requests_cache.egg-info/dependency_links.txt writing requirements to requests_cache.egg-info/requires.txt writing top-level names to requests_cache.egg-info/top_level.txt reading manifest file 'requests_cache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'examples' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'temp/*' writing manifest file 'requests_cache.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AzFZCh + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 + cd requests-cache-0.5.2 + '[' 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-requests-cache-0.5.2-3.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache copying build/lib/requests_cache/core.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache copying build/lib/requests_cache/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/mongo.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/redis.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/dynamodb.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/gridfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/sqlite.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends creating /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/redisdict.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/gridfspickledict.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/mongodict.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/dbdict.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/storage/dynamodbdict.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage copying build/lib/requests_cache/backends/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends copying build/lib/requests_cache/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/core.py to core.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/compat.py to compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/mongo.py to mongo.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/redis.py to redis.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/dynamodb.py to dynamodb.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/gridfs.py to gridfs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/sqlite.py to sqlite.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/redisdict.py to redisdict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/gridfspickledict.py to gridfspickledict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/mongodict.py to mongodict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/dbdict.py to dbdict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/storage/dynamodbdict.py to dynamodbdict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/backends/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmphi4yn6dp.py' /usr/bin/python3 /tmp/tmphi4yn6dp.py removing /tmp/tmphi4yn6dp.py running install_egg_info running egg_info writing requests_cache.egg-info/PKG-INFO writing dependency_links to requests_cache.egg-info/dependency_links.txt writing requirements to requests_cache.egg-info/requires.txt writing top-level names to requests_cache.egg-info/top_level.txt reading manifest file 'requests_cache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'examples' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'temp/*' writing manifest file 'requests_cache.egg-info/SOURCES.txt' Copying requests_cache.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8/site-packages/requests_cache-0.5.2-py3.8.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.5.2-3.mga8 --unique-debug-suffix -0.5.2-3.mga8.aarch64 --unique-debug-src-base python-requests-cache-0.5.2-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/requests-cache-0.5.2 + '[' -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-requests-cache-0.5.2-3.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-requests-cache-0.5.2-3.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.otlNEg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd requests-cache-0.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/share/doc/python3-requests-cache + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/share/doc/python3-requests-cache + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64/usr/share/doc/python3-requests-cache + RPM_EC=0 ++ jobs -p + exit 0 Provides: python3-requests-cache = 0.5.2-3.mga8 python3.8dist(requests-cache) = 0.5.2 python3dist(requests-cache) = 0.5.2 pythonegg(3)(requests-cache) = 0.5.2 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: python(abi) = 3.8 python3.8dist(requests) >= 1.1.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-requests-cache-0.5.2-3.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MJgTgg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd requests-cache-0.5.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-requests-cache-0.5.2-3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.08oosi + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf requests-cache-0.5.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!