D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/python-geventhttpclient-1.3.1-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5eeL3G + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + test -d /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U65kAS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + rm -rf geventhttpclient-1.3.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/geventhttpclient-1.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd geventhttpclient-1.3.1 + /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.iv4CQk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + cd geventhttpclient-1.3.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/.pyproject-builddir + 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' + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/pyproject-wheeldir Processing /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: geventhttpclient Building wheel for geventhttpclient (pyproject.toml): started Running command Building wheel for geventhttpclient (pyproject.toml) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'geventhttpclient.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'geventhttpclient.tests' 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 'geventhttpclient.tests' 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 'geventhttpclient.tests' to be distributed and are already explicitly excluding 'geventhttpclient.tests' 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 'geventhttpclient.tests.__pycache__' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'geventhttpclient.tests.__pycache__' 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 'geventhttpclient.tests.__pycache__' 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 'geventhttpclient.tests.__pycache__' to be distributed and are already explicitly excluding 'geventhttpclient.tests.__pycache__' 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) Building wheel for geventhttpclient (pyproject.toml): finished with status 'done' Created wheel for geventhttpclient: filename=geventhttpclient-1.3.1-cp312-cp312-linux_x86_64.whl size=122336 sha256=748cadac869047d04fc404098c96d70ab9341a18cee177c031be6c3cdb120258 Stored in directory: /home/pterjan/.cache/pip/wheels/12/fb/cb/a7c517aa7f22cde1947c6b29773a78566738a129d1fc8e70d6 Successfully built geventhttpclient + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hYlq9e + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + mkdir /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT + cd geventhttpclient-1.3.1 + '[' 1 -eq 1 ']' ++ ls /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/pyproject-wheeldir/geventhttpclient-1.3.1-cp312-cp312-linux_x86_64.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=geventhttpclient==1.3.1 + '[' -z geventhttpclient==1.3.1 ']' + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/pyproject-wheeldir geventhttpclient==1.3.1 Using pip 24.3.1 from /usr/lib/python3.12/site-packages/pip (python 3.12) Looking in links: /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1/pyproject-wheeldir Processing ./pyproject-wheeldir/geventhttpclient-1.3.1-cp312-cp312-linux_x86_64.whl Installing collected packages: geventhttpclient Successfully installed geventhttpclient-1.3.1 + '[' -d /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/bin ']' + rm -f /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib/python3.12/site-packages ']' + '[' /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages '!=' /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib/python3.12/site-packages ']' + '[' -d /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages ']' + site_dirs+=("/usr/lib64/python3.12/site-packages") + for site_dir in ${site_dirs[@]} + for distinfo in /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT$site_dir/*.dist-info + echo '%ghost /usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info' + sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-record + rm -fv /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/RECORD removed '/home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/RECORD' + rm -fv /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/REQUESTED removed '/home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient-1.3.1.dist-info/REQUESTED' ++ wc -l /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + RPM_FILES_ESCAPE=4.19 + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT --sitelib /usr/lib/python3.12/site-packages --sitearch /usr/lib64/python3.12/site-packages --python-version 3.12 --pyproject-record /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/python-geventhttpclient-1.3.1-7.mga10.x86_64-pyproject-record --prefix /usr geventhttpclient + rm -rf /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_client.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_headers.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_httplib.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_keep_alive.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_network_failures.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_no_module_ssl.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_parser.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_ssl.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_url.cpython-35-PYTEST.pyc /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/geventhttpclient/tests/__pycache__/test_useragent.cpython-35-PYTEST.pyc + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.1-7.mga10 --unique-debug-suffix -1.3.1-7.mga10.x86_64 --unique-debug-src-base python-geventhttpclient-1.3.1-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/geventhttpclient-1.3.1 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/python-geventhttpclient-1.3.1-7.mga10.x86_64 find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/BUILDROOT/usr/lib/debug/usr/lib64/python3.12 using python3.12 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tAHlaE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-geventhttpclient-1.3.1-build + cd geventhttpclient-1.3.1 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'test' error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.tAHlaE (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.tAHlaE (%check) I: [iurt_root_command] ERROR: chroot