Mock Version: 6.2 Mock Version: 6.2 Mock Version: 6.2 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-userpath.spec'], chrootPath='/var/lib/mock/dist-an27-pre-build-570717-90672/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=86400uid=989gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-userpath.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1787270400 warning: %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy Wrote: /builddir/build/SRPMS/python-userpath-1.9.2-2.an27.src.rpm RPM build warnings: %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-userpath.spec'], chrootPath='/var/lib/mock/dist-an27-pre-build-570717-90672/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=86400uid=989gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-userpath.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1787270400 Executing(%mkbuilddir): /bin/sh -e /var/tmp/rpm-tmp.mgbr1x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rwDtOQ + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + cd /builddir/build/BUILD/python-userpath-1.9.2-build + rm -rf userpath-1.9.2 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/userpath-1.9.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd userpath-1.9.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + python3 -c ' import re with open('\''pyproject.toml'\'', '\''r'\'') as f: content = f.read() # Switch build backend from hatchling to setuptools content = re.sub( r'\''\[build-system\].*?(?=\n\[)'\'', '\''[build-system]\nrequires = ["setuptools>=61.0", "wheel"]\nbuild-backend = "setuptools.build_meta"\n'\'', content, flags=re.DOTALL) # Replace dynamic version with static content = re.sub(r'\''^dynamic\s*=\s*\["version"\]'\'', '\''version = "1.9.2"'\'', content, flags=re.MULTILINE) # Fix PEP 639 license string for setuptools < 77 (AN27 has 68) content = re.sub(r'\''^license\s*=\s*"MIT"'\'', '\''license = {text = "MIT"}'\'', content, flags=re.MULTILINE) content = re.sub(r'\''^license-files\s*=.*$'\'', '\'''\'', content, flags=re.MULTILINE) # Remove [tool.hatch.*] sections content = re.sub(r'\''\n\[tool\.hatch\.[^\n]*\](?:\n(?!\[)[^\n]*)*'\'', '\'''\'', content) with open('\''pyproject.toml'\'', '\''w'\'') as f: f.write(content) ' + grep -n license pyproject.toml 9:license = {text = "MIT"} + sed -r '/^(coverage)$/d' requirements-dev.txt + tee requirements-dev.filtered.txt pytest + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OssSSX + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-hardened-ld-errors -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd userpath-1.9.2 + /usr/bin/python3 -m pip wheel --wheel-dir dist/ --no-deps --no-build-isolation --no-cache-dir . Processing /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2 Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: userpath Building wheel for userpath (pyproject.toml): started Building wheel for userpath (pyproject.toml): finished with status 'done' Created wheel for userpath: filename=userpath-1.9.2-py3-none-any.whl size=9284 sha256=75c340acf727a389d2b08c4da78490391f28a4ca9f7d5147ffeaa7901f790d82 Stored in directory: /tmp/pip-ephem-wheel-cache-h0534lef/wheels/12/20/e6/c68f2c48b0fcdace028befc2e80f7a87cd95cdef443793ac86 Successfully built userpath + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g1YiGD + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + '[' /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT '!=' / ']' + rm -rf /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT ++ dirname /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT + mkdir -p /builddir/build/BUILD/python-userpath-1.9.2-build + mkdir /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-hardened-ld-errors -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd userpath-1.9.2 ++ pwd + /usr/bin/python3 -m pip install --root /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT --prefix /usr --no-deps --no-build-isolation --no-index --no-cache-dir --find-links file:///builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/dist --ignore-installed userpath Looking in links: file:///builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/dist Processing ./dist/userpath-1.9.2-py3-none-any.whl Installing collected packages: userpath Successfully installed userpath-1.9.2 + install -t /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/man/man1 -p -m 0644 -D /builddir/build/SOURCES/userpath.1 /builddir/build/SOURCES/userpath-append.1 /builddir/build/SOURCES/userpath-prepend.1 /builddir/build/SOURCES/userpath-verify.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/anolis/brp-ldconfig + COMPRESS='gzip -9 -n' + COMPRESS_EXT=.gz + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/anolis/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/anolis/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/anolis/brp-python-rpm-in-distinfo + env /usr/lib/rpm/anolis/brp-python-bytecompile '' 1 0 -j80 Bytecompiling .py files below /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/lib/python3.12 using python3.12 + /usr/lib/rpm/anolis/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.t4ehKv + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-hardened-ld-errors -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd userpath-1.9.2 + PYTHONPATH=/builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/lib/python3.12/site-packages + /usr/bin/python3 -c 'import userpath; print("import OK")' import OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-userpath-1.9.2-2.an27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ulxiBO + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + cd userpath-1.9.2 + DOCDIR=/builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath + cp -pr /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/HISTORY.rst /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath + cp -pr /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/README.md /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DaDwwl + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + cd userpath-1.9.2 + LICENSEDIR=/builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/licenses/python3-userpath + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/licenses/python3-userpath + cp -pr /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/LICENSE.txt /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/licenses/python3-userpath + RPM_EC=0 ++ jobs -p + exit 0 warning: %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy Provides: python-userpath = 1.9.2-2.an27 python3-userpath = 1.9.2-2.an27 python3.12-userpath = 1.9.2-2.an27 python3.12dist(userpath) = 1.9.2 python3dist(userpath) = 1.9.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: /usr/bin/python3 python(abi) = 3.12 python3.12dist(click) Processing files: python3-userpath-doc-1.9.2-2.an27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q8safZ + umask 022 + cd /builddir/build/BUILD/python-userpath-1.9.2-build + cd userpath-1.9.2 + DOCDIR=/builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath-doc + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath-doc + cp -pr /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/HISTORY.rst /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath-doc + cp -pr /builddir/build/BUILD/python-userpath-1.9.2-build/userpath-1.9.2/README.md /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT/usr/share/doc/python3-userpath-doc + RPM_EC=0 ++ jobs -p + exit 0 warning: %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy Provides: python3-userpath-doc = 1.9.2-2.an27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILD/python-userpath-1.9.2-build/BUILDROOT Wrote: /builddir/build/RPMS/python3-userpath-doc-1.9.2-2.an27.noarch.rpm Wrote: /builddir/build/RPMS/python3-userpath-1.9.2-2.an27.noarch.rpm RPM build warnings: %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy %clamp_mtime_to_source_date_epoch is deprecated, please use %build_mtime_policy Child return code was: 0