D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/pyff-2.0.0-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fAUUx9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + test -d /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WZPmra + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + rm -rf pyFF-2.0.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/pyFF-2.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pyFF-2.0.0 + /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/pterjan/rpmbuild/tmp/rpm-tmp.3KnBtv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + cd pyFF-2.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) warning: no files found matching '*.js' under directory 'src/pyff' warning: no files found matching '*.css' under directory 'src/pyff' warning: no files found matching '*.html' under directory 'src/pyff' warning: no files found matching '*.xrd' under directory 'src/pyff' warning: no files found matching '*.po' under directory 'src/pyff' warning: no files found matching '*pot' under directory 'src/pyff' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pyff.schema' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyff.schema' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyff.schema' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyff.schema' to be distributed and are already explicitly excluding 'pyff.schema' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pyff.test.data.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyff.test.data.images' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyff.test.data.images' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyff.test.data.images' to be distributed and are already explicitly excluding 'pyff.test.data.images' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pyff.xslt' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyff.xslt' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyff.xslt' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyff.xslt' to be distributed and are already explicitly excluding 'pyff.xslt' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) + cd docs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N6Hf1r + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + mkdir /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT + cd pyFF-2.0.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT --prefix /usr /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/pyff/builtins.py:37: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1414: SyntaxWarning: invalid escape sequence '\+' /usr/lib/python3.12/site-packages/pyff/builtins.py:1476: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1477: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/store.py:709: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/store.py:710: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/utils.py:362: SyntaxWarning: invalid escape sequence '\d' /usr/lib/python3.12/site-packages/pyff/builtins.py:37: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1414: SyntaxWarning: invalid escape sequence '\+' /usr/lib/python3.12/site-packages/pyff/builtins.py:1476: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1477: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/store.py:709: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/store.py:710: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/utils.py:362: SyntaxWarning: invalid escape sequence '\d' warning: no files found matching '*.js' under directory 'src/pyff' warning: no files found matching '*.css' under directory 'src/pyff' warning: no files found matching '*.html' under directory 'src/pyff' warning: no files found matching '*.xrd' under directory 'src/pyff' warning: no files found matching '*.po' under directory 'src/pyff' warning: no files found matching '*pot' under directory 'src/pyff' + rm -rfv /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/bin/__pycache__ + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/mirror-mdq.sh from /bin/bash to #!/usr/bin/bash + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/lib/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set /usr/lib/python3.12/site-packages/pyff/builtins.py:37: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1414: SyntaxWarning: invalid escape sequence '\+' /usr/lib/python3.12/site-packages/pyff/builtins.py:1476: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1477: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:37: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1414: SyntaxWarning: invalid escape sequence '\+' /usr/lib/python3.12/site-packages/pyff/builtins.py:1476: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/builtins.py:1477: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/pyff/store.py:709: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/store.py:710: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/utils.py:362: SyntaxWarning: invalid escape sequence '\d' /usr/lib/python3.12/site-packages/pyff/utils.py:362: SyntaxWarning: invalid escape sequence '\d' /usr/lib/python3.12/site-packages/pyff/store.py:709: SyntaxWarning: invalid escape sequence '\S' /usr/lib/python3.12/site-packages/pyff/store.py:710: SyntaxWarning: invalid escape sequence '\S' + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: pyff-2.0.0-3.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZAR6qd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + cd pyFF-2.0.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/share/doc/pyff + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/share/doc/pyff + cp -pr /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/pyFF-2.0.0/NEWS.txt /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/share/doc/pyff + cp -pr /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/pyFF-2.0.0/README.rst /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/share/doc/pyff + cp -pr /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/pyFF-2.0.0/examples /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT/usr/share/doc/pyff + RPM_EC=0 ++ jobs -p + exit 0 Provides: pyff = 2.0.0-3.mga10 python3.12dist(pyff) = 2 python3dist(pyff) = 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.12 python3.12dist(accept-types) >= 0.4.1 python3.12dist(apscheduler) python3.12dist(cachetools) python3.12dist(gunicorn) python3.12dist(httplib2) >= 0.7.7 python3.12dist(ipaddr) python3.12dist(iso8601) >= 0.1.4 python3.12dist(lxml) >= 4.1.1 python3.12dist(mako) python3.12dist(pyconfig) python3.12dist(pyramid) python3.12dist(pyxmlsecurity) >= 0.15 python3.12dist(pyyaml) >= 3.10 python3.12dist(redis) python3.12dist(redis-collections) python3.12dist(requests) python3.12dist(requests-cache) python3.12dist(requests-file) python3.12dist(simplejson) >= 2.6.2 python3.12dist(six) >= 1.11 python3.12dist(whoosh) python3.12dist(xmldiff) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/pyff-2.0.0-3.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uihk1s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + test -d /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/pyff-2.0.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!