Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] On Fedora, install fails with "KeyError: 'posix_local'" #2977

Closed
1 task done
hswong3i opened this issue Dec 27, 2021 · 13 comments
Closed
1 task done

[BUG] On Fedora, install fails with "KeyError: 'posix_local'" #2977

hswong3i opened this issue Dec 27, 2021 · 13 comments

Comments

@hswong3i
Copy link

hswong3i commented Dec 27, 2021

setuptools version

60.1.0

Python version

Python 3.10.1

OS

Fedora 35

Additional environment information

Running RPM packaging with rpmbuild.

Description

Similar as #2956, Fedora 34+ now require SETUPTOOLS_USE_DISTUTILS=stdlib for building correctly.

Expected behavior

For v60.1.0 WITH SETUPTOOLS_USE_DISTUTILS=stdlib it is OK:

+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZwcBL8
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
++ dirname /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
+ cd python-setuptools_60.1.0-1.fc35
+ export SETUPTOOLS_USE_DISTUTILS=stdlib
+ SETUPTOOLS_USE_DISTUTILS=stdlib
+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
running install
/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
Distribution option extra_path is deprecated. See issue27919 for details.
running install_lib
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/_distutils_hack
copying build/lib/_distutils_hack/override.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/_distutils_hack
copying build/lib/_distutils_hack/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/_distutils_hack
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/_imp.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/extension.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/register.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/install.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/upload_docs.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/upload.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/build_py.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/build_ext.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/bdist_egg.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/saveopts.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/install_scripts.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/bdist_rpm.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/dist_info.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/alias.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/develop.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/setopt.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/test.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/install_lib.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/easy_install.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/rotate.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/build_clib.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/sdist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/py36compat.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/install_egg_info.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/egg_info.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/command/launcher manifest.xml -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command
copying build/lib/setuptools/namespaces.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/gui-64.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/cli-64.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/script.tmpl -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/msvc.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/extern
copying build/lib/setuptools/extern/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/extern
copying build/lib/setuptools/archive_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/sandbox.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/msvc9compiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/cmd.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/extension.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/register.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/upload.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/bdist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/build_py.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/build_ext.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/check.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/config.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install_data.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install_scripts.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/bdist_dumb.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/py37compat.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/bdist_rpm.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/build.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/clean.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/build_scripts.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install_lib.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/build_clib.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/sdist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install_egg_info.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/install_headers.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/bdist_msi.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/command/bdist_wininst.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command
copying build/lib/setuptools/_distutils/file_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/core.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/_msvccompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/text_file.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/archive_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/ccompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/config.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/filelist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/py35compat.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/spawn.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/errors.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/sysconfig.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/dep_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/debug.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/log.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/unixccompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/dir_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/fancy_getopt.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/dist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/cygwinccompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/msvccompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/py38compat.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/versionpredicate.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/bcppcompiler.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/_distutils/version.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils
copying build/lib/setuptools/wheel.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/cli.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/config.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/gui.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/depends.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/errors.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/dep_util.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor
copying build/lib/setuptools/_vendor/pyparsing.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/__about__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/_structures.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/requirements.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/_manylinux.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/tags.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/markers.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/specifiers.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/utils.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/_musllinux.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
copying build/lib/setuptools/_vendor/packaging/version.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools
copying build/lib/setuptools/_vendor/more_itertools/recipes.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools
copying build/lib/setuptools/_vendor/more_itertools/more.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools
copying build/lib/setuptools/_vendor/more_itertools/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools
copying build/lib/setuptools/_vendor/ordered_set.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor
copying build/lib/setuptools/_vendor/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor
copying build/lib/setuptools/glob.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/package_index.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/launch.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/monkey.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/cli-arm64.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/dist.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/installer.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/py34compat.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/gui-32.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/build_meta.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/unicode_utils.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/cli-32.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/windows_support.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/_deprecation_warning.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/script (dev).tmpl -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/gui-arm64.exe -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
copying build/lib/setuptools/version.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/extern
copying build/lib/pkg_resources/extern/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/extern
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/_vendor/pyparsing.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/_manylinux.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/tags.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/markers.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/utils.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/_musllinux.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/version.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/appdirs.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/_vendor/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/__init__.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests/data
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source
copying build/lib/pkg_resources/tests/data/my-test-package-source/setup.py -> /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/_distutils_hack/override.py to override.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/_distutils_hack/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_imp.py to _imp.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/extension.py to extension.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/register.py to register.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/install.py to install.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/upload_docs.py to upload_docs.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/upload.py to upload.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/build_py.py to build_py.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py to build_ext.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/bdist_egg.py to bdist_egg.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/saveopts.py to saveopts.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/install_scripts.py to install_scripts.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py to bdist_rpm.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/dist_info.py to dist_info.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/alias.py to alias.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/develop.py to develop.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/setopt.py to setopt.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/test.py to test.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/install_lib.py to install_lib.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/easy_install.py to easy_install.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/rotate.py to rotate.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/build_clib.py to build_clib.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/sdist.py to sdist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/py36compat.py to py36compat.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/install_egg_info.py to install_egg_info.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py to egg_info.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/namespaces.py to namespaces.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/msvc.py to msvc.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/extern/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/archive_util.py to archive_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/sandbox.py to sandbox.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py to msvc9compiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py to cmd.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/extension.py to extension.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/register.py to register.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install.py to install.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py to upload.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py to bdist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py to build_py.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py to build_ext.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/check.py to check.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/config.py to config.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py to install_data.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py to install_scripts.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py to bdist_dumb.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py to py37compat.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py to bdist_rpm.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build.py to build.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py to clean.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py to build_scripts.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py to install_lib.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py to build_clib.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py to sdist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py to install_egg_info.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py to install_headers.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py to bdist_msi.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py to bdist_wininst.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/file_util.py to file_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py to core.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py to _msvccompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/text_file.py to text_file.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py to archive_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py to ccompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/config.py to config.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/filelist.py to filelist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py to py35compat.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/spawn.py to spawn.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/errors.py to errors.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py to sysconfig.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py to dep_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/debug.py to debug.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/log.py to log.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py to unixccompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py to dir_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py to fancy_getopt.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py to dist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py to cygwinccompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py to msvccompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py to py38compat.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py to versionpredicate.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/util.py to util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py to bcppcompiler.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_distutils/version.py to version.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/wheel.py to wheel.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/config.py to config.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/depends.py to depends.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/errors.py to errors.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/dep_util.py to dep_util.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py to pyparsing.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py to __about__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py to _structures.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py to requirements.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py to _manylinux.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py to tags.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py to markers.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py to specifiers.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py to utils.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py to _musllinux.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py to version.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py to recipes.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py to more.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py to ordered_set.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/glob.py to glob.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/package_index.py to package_index.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/launch.py to launch.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/monkey.py to monkey.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/dist.py to dist.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/installer.py to installer.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/py34compat.py to py34compat.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/build_meta.py to build_meta.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/unicode_utils.py to unicode_utils.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/windows_support.py to windows_support.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_deprecation_warning.py to _deprecation_warning.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/version.py to version.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/extern/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py to pyparsing.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py to __about__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py to _structures.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py to requirements.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py to _manylinux.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py to tags.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py to markers.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py to specifiers.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py to utils.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py to _musllinux.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py to version.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py to appdirs.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/__init__.py to __init__.cpython-310.pyc
byte-compiling /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py to setup.cpython-310.pyc
writing byte-compilation script '/tmp/tmp5zfqm2as.py'
/usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmp5zfqm2as.py
removing /tmp/tmp5zfqm2as.py
running install_egg_info
running egg_info
writing setuptools.egg-info/PKG-INFO
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
writing requirements to setuptools.egg-info/requires.txt
writing setuptools.egg-info/PKG-INFO
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
writing requirements to setuptools.egg-info/requires.txt
writing top-level names to setuptools.egg-info/top_level.txt
package init file 'debian/__init__.py' not found (or not a regular file)
package init file 'debian/source/__init__.py' not found (or not a regular file)
package init file 'setuptools/tests/indexes/__init__.py' not found (or not a regular file)
package init file 'setuptools/tests/indexes/test_links_priority/__init__.py' not found (or not a regular file)
package init file 'setuptools/tests/indexes/test_links_priority/simple/__init__.py' not found (or not a regular file)
package init file 'setuptools/tests/indexes/test_links_priority/simple/foobar/__init__.py' not found (or not a regular file)
package init file 'pkg_resources/tests/data/__init__.py' not found (or not a regular file)
package init file 'pkg_resources/tests/data/my-test-package_zipped-egg/__init__.py' not found (or not a regular file)
package init file 'pkg_resources/tests/data/my-test-package-source/__init__.py' not found (or not a regular file)
package init file 'pkg_resources/tests/data/my-test-package-zip/__init__.py' not found (or not a regular file)
package init file 'pkg_resources/tests/data/my-test-package_unpacked-egg/__init__.py' not found (or not a regular file)
reading manifest file 'setuptools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.py' under directory 'tests'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching '*.conf' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.css_t' under directory 'docs'
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching 'indexsidebar.html' under directory 'docs'
adding license file 'LICENSE'
writing manifest file 'setuptools.egg-info/SOURCES.txt'
Copying setuptools.egg-info to /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools-60.1.0-py3.10.egg-info
running install_scripts
creating /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/distutils-precedence.pth
+ rm -rfv /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/bin/__pycache__
+ rm -rf /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/tests
+ find /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages -type f -name '*.pyc' -exec rm -rf '{}' ';'
+ _target=
+ _symlinks=0
+ _symlinks=1
+ fdupes -q -n -r -p /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/gui.exe
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/gui.exe
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/gui-32.exe
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/gui.exe /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/gui-32.exe
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/gui.exe
+ test -z ''
+ _target=
+ continue
+ read _file
+ test -z ''
+ _target=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/cli.exe
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/cli.exe
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/cli-32.exe
+ test 1 = 1
+ ln -sf /usr/lib/python3.10/site-packages/setuptools/cli.exe /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/cli-32.exe
+ read _file
+ test -z /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/setuptools/cli.exe
+ test -z ''
+ _target=
+ continue
+ read _file
+ '[' '%{buildarch}' = noarch ']'
+ QA_CHECK_RPATHS=1
+ case "${QA_CHECK_RPATHS:-}" in
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
+ /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/redhat/brp-strip-lto /usr/bin/strip
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
Bytecompiling .py files below /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/lib/python3.10 using python3.10
+ /usr/lib/rpm/redhat/brp-python-hardlink
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2ZRVlU
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd python-setuptools_60.1.0-1.fc35
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-setuptools-60.1.0-1.fc35.noarch
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TxZNJA
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd python-setuptools_60.1.0-1.fc35
+ LICENSEDIR=/root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/share/licenses/python3-setuptools
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/share/licenses/python3-setuptools
+ cp -pr LICENSE /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64/usr/share/licenses/python3-setuptools
+ RPM_EC=0
++ jobs -p
+ exit 0
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py -> /usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py
warning: absolute symlink: /usr/lib/python3.10/site-packages/setuptools/cli-32.exe -> /usr/lib/python3.10/site-packages/setuptools/cli.exe
warning: absolute symlink: /usr/lib/python3.10/site-packages/setuptools/gui-32.exe -> /usr/lib/python3.10/site-packages/setuptools/gui.exe
Provides: python-setuptools = 100:60.1.0-1.fc35 python3-setuptools = 100:60.1.0-1.fc35 python3.10-setuptools = 100:60.1.0-1.fc35 python3.10-setuptools = 100:60.1.0-1.fc35 python3.10dist(setuptools) = 100:60.1.0-1.fc35 python3.10dist(setuptools) = 60.1 python310-setuptools = 100:60.1.0-1.fc35 python310dist(setuptools) = 100:60.1.0-1.fc35 python3dist(setuptools) = 100:60.1.0-1.fc35 python3dist(setuptools) = 60.1
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.10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
Wrote: /root/rpmbuild/SRPMS/python-setuptools-60.1.0-1.fc35.src.rpm
Wrote: /root/rpmbuild/RPMS/noarch/python3-setuptools-60.1.0-1.fc35.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eD8pX5
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd python-setuptools_60.1.0-1.fc35
+ /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0

How to Reproduce

For setuptools 60.1.0 WITHOUT SETUPTOOLS_USE_DISTUTILS=stdlib it is FAILED:

sudo podman run -ti --rm fedora:35 bash
dnf -y update
dnf -y install git curl wget fdupes python3 python3-devel rpmdevtools gcc glibc-static
rpmdev-setuptree
cd /root/rpmbuild/SOURCES/
git clone -b alvistack/v60.1.0 https://github.com/alvistack/pypa-setuptools.git
cd pypa-setuptools
find *.spec debian/rules -type f | xargs sed -i 's/export SETUPTOOLS_USE_DISTUTILS=stdlib && //g'
git clean -xdf
tar zcvf ../python-setuptools_60.1.0.orig.tar.gz --exclude=.git .
cp -rfp python-setuptools.spec /root/rpmbuild/SPECS/python-setuptools_60.1.0-1.spec
rpmbuild -ba /root/rpmbuild/SPECS/python-setuptools_60.1.0-1.spec

Output

+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oNNwlY
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
++ dirname /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
+ cd python-setuptools_60.1.0-1.fc35
+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /root/rpmbuild/BUILDROOT/python-setuptools-60.1.0-1.fc35.x86_64
running install
/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
Traceback (most recent call last):
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setup.py", line 87, in <module>
    dist = setuptools.setup(**setup_params)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/__init__.py", line 153, in setup
    return distutils.core.setup(**attrs)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/core.py", line 148, in setup
    return run_commands(dist)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/core.py", line 163, in run_commands
    dist.run_commands()
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/dist.py", line 967, in run_commands
    self.run_command(cmd)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/dist.py", line 985, in run_command
    cmd_obj.ensure_finalized()
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/cmd.py", line 107, in ensure_finalized
    self.finalize_options()
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setup.py", line 66, in finalize_options
    install.finalize_options(self)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/command/install.py", line 45, in finalize_options
    orig.install.finalize_options(self)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/command/install.py", line 379, in finalize_options
    self.finalize_unix()
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/_distutils_system_mod.py", line 59, in finalize_unix
    self.select_scheme("posix_local")
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/command/install.py", line 578, in select_scheme
    _select_scheme(self, name)
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/command/install.py", line 122, in _select_scheme
    scheme = _inject_headers(name, _load_scheme(_resolve_scheme(name)))
  File "/root/rpmbuild/BUILD/python-setuptools_60.1.0-1.fc35/setuptools/_distutils/command/install.py", line 147, in _load_scheme
    return _load_schemes()[name]
KeyError: 'posix_local'
error: Bad exit status from /var/tmp/rpm-tmp.oNNwlY (%install)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.oNNwlY (%install)

Code of Conduct

  • I agree to follow the PSF Code of Conduct
@hswong3i hswong3i added bug Needs Triage Issues that need to be evaluated for severity and status. labels Dec 27, 2021
@jaraco
Copy link
Member

jaraco commented Dec 28, 2021

Is this issue new with Setuptools 60.1 but 60.0.4 is unaffected? Or is the issue new with Setuptools 60.0.x?

@jaraco
Copy link
Member

jaraco commented Dec 28, 2021

In #2896 (comment), @encukou had some good feedback and analysis (and I welcome assistance here). tl;dr is that Fedora 34 and 35 don't necessarily have the requisite hooks to enable unpatched distutils... so it may be possible/necessary to provide those hooks. If the hooks can't be provided, the best thing may be to universally disable the local setuptools, by globally setting SETUPTOOLS_USE_DISTUTILS=stdlib or by possibly by monkey-patching _distutils_hack to disable it. For Fedora 36, the hooks are meant to be present, so I'd expect the experience to be better.

What's a surprise to me is the error message. The posix_local scheme is not one that's provided by distutils, so it must be coming from sysconfig.get_preferred_scheme. But that makes me wonder, how is it that get_preferred_scheme is returning a scheme that doesn't exist? I'll explore more.

@jaraco
Copy link
Member

jaraco commented Dec 28, 2021

I just checked and get_preferred_scheme isn't returning posix_local, so I'm now unsure where that's coming from.

@jaraco
Copy link
Member

jaraco commented Dec 28, 2021

Oh. I can see clearly now that posix_local is coming from _distutils_system_mod. As I understand it, _distutils_system_mod is not needed for Fedora and is only needed for Debian. See pypa/distutils#70 (comment). Can you try only applying the system mod on Debian?

@jaraco jaraco removed bug Needs Triage Issues that need to be evaluated for severity and status. labels Dec 28, 2021
@hswong3i
Copy link
Author

hswong3i commented Dec 29, 2021

Oh. I can see clearly now that posix_local is coming from _distutils_system_mod. As I understand it, _distutils_system_mod is not needed for Fedora and is only needed for Debian. See pypa/distutils#70 (comment). Can you try only applying the system mod on Debian?

@jaraco Ummm... I get you point... After update:

So it feel much better now with v60.1.1:

sudo podman run -ti --rm fedora:35 bash
dnf -y update
dnf -y install git curl wget fdupes python3 python3-devel rpmdevtools gcc glibc-static
rpmdev-setuptree
cd /root/rpmbuild/SOURCES/
git clone -b alvistack/v60.1.1 https://github.com/alvistack/pypa-setuptools.git
cd pypa-setuptools
git clean -xdf
tar zcvf ../python-setuptools_60.1.1.orig.tar.gz --exclude=.git .
cp -rfp python-setuptools.spec /root/rpmbuild/SPECS/python-setuptools_60.1.1-1.spec
rpmbuild -ba /root/rpmbuild/SPECS/python-setuptools_60.1.1-1.spec

Some positive result:

Wrote: /root/rpmbuild/SRPMS/python-setuptools-60.1.1-1.fc35.src.rpm
Wrote: /root/rpmbuild/RPMS/noarch/python3-setuptools-60.1.1-1.fc35.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.STS2zY
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd python-setuptools_60.1.1-1.fc35
+ /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/python-setuptools-60.1.1-1.fc35.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0

P.S. @jaraco any idea if we could extend (a bit more) for _distutils_system_mod.py so even rpm-based system could also working smoothly with/without it?

@jaraco
Copy link
Member

jaraco commented Dec 29, 2021

@BKSteve Your issue appears unrelated. Please open a separate issue.

@jaraco
Copy link
Member

jaraco commented Dec 29, 2021

@hswong3i The plan for Fedora is to avoid the _distutils_system_mod, which itself is just a hack to bridge the gap to more robust solutions. In pypa/distutils#70, @hroncok implemented this more permanent fix, a patch to sysconfig, but only applied that patch to the latest Fedora. For older Fedoras, you'll probably want to implement that patch.

@hroncok
Copy link
Contributor

hroncok commented Dec 29, 2021

I am confused. How is _distutils_system_mod appearing on Fedora?

@hroncok
Copy link
Contributor

hroncok commented Dec 29, 2021

but only applied that patch to the latest Fedora

This has indeed only been applied to Python 3.10 in Fedora 35. On Fedora 36+ and 3.10+, we no longer patch distutils.

The plan is indeed to also patch this in Python 3.9 on Fedora 34.

@hswong3i
Copy link
Author

I am confused. How is _distutils_system_mod appearing on Fedora?

@hroncok Sorry this is my miss and case only applied for myself:

Since my build have no relationship with Fedora official packaging, what I need to do is manually fix it as #2977 (comment)

@jaraco
Copy link
Member

jaraco commented Dec 29, 2021

This has indeed only been applied to Python 3.10 in Fedora 35.

That's the "_prefix_addition patch", right? That should be all that the OP needs. I don't see that patch yet on fedora:35 with python installed by dnf. Is that patch still in the pipeline? When can it expect to land?

@hroncok
Copy link
Contributor

hroncok commented Dec 29, 2021

Right. The update https://bodhi.fedoraproject.org/updates/FEDORA-2021-f9dded110a has been pushed to stable 18 hours ago. I don't really know how often fedora:35 is regenerated, but dnf upgrade should give you python3-libs-3.10.1-2.fc35 with this patch after your local repository mirror is synced (I already see it):

$ podman run --rm -ti fedora:35 /usr/bin/bash
[root@0686c731a859 /]# dnf upgrade python3
...
Dependencies resolved.
================================================================================
 Package                        Arch       Version            Repository   Size
================================================================================
Upgrading:
 python3                        x86_64     3.10.1-2.fc35      updates      26 k
 python3-libs                   x86_64     3.10.1-2.fc35      updates     7.5 M
Installing weak dependencies:
 python-unversioned-command     noarch     3.10.1-2.fc35      updates     9.3 k

Transaction Summary
================================================================================
Install  1 Package
Upgrade  2 Packages

Total download size: 7.5 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): python-unversioned-command-3.10.1-2.fc35 133 kB/s | 9.3 kB     00:00    
(2/3): python3-3.10.1-2.fc35.x86_64.rpm         335 kB/s |  26 kB     00:00    
(3/3): python3-libs-3.10.1-2.fc35.x86_64.rpm    1.9 MB/s | 7.5 MB     00:03    
--------------------------------------------------------------------------------
Total                                           1.8 MB/s | 7.5 MB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Upgrading        : python3-libs-3.10.1-2.fc35.x86_64                      1/5 
  Upgrading        : python3-3.10.1-2.fc35.x86_64                           2/5 
  Installing       : python-unversioned-command-3.10.1-2.fc35.noarch        3/5 
  Cleanup          : python3-3.10.0-1.fc35.x86_64                           4/5 
  Cleanup          : python3-libs-3.10.0-1.fc35.x86_64                      5/5 
  Running scriptlet: python3-libs-3.10.0-1.fc35.x86_64                      5/5 
  Verifying        : python-unversioned-command-3.10.1-2.fc35.noarch        1/5 
  Verifying        : python3-3.10.1-2.fc35.x86_64                           2/5 
  Verifying        : python3-3.10.0-1.fc35.x86_64                           3/5 
  Verifying        : python3-libs-3.10.1-2.fc35.x86_64                      4/5 
  Verifying        : python3-libs-3.10.0-1.fc35.x86_64                      5/5 

Upgraded:
  python3-3.10.1-2.fc35.x86_64         python3-libs-3.10.1-2.fc35.x86_64        
Installed:
  python-unversioned-command-3.10.1-2.fc35.noarch                               

Complete!

[root@0686c731a859 /]# python3
Python 3.10.1 (main, Dec  9 2021, 00:00:00) [GCC 11.2.1 20211203 (Red Hat 11.2.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig._prefix_addition
'/local'

@jaraco
Copy link
Member

jaraco commented Dec 30, 2021

Amazing! Yes, I can confirm the issue is fixed:

FROM fedora:35
RUN dnf -y update
RUN dnf -y install git curl wget fdupes python3 python3-devel rpmdevtools gcc glibc-static
RUN rpmdev-setuptree
WORKDIR /root/rpmbuild/SOURCES/
RUN git clone -b alvistack/v60.1.0 https://github.com/alvistack/pypa-setuptools.git
WORKDIR pypa-setuptools
RUN find *.spec debian/rules -type f | xargs sed -i 's/export SETUPTOOLS_USE_DISTUTILS=stdlib && //g'
RUN git clean -xdf
RUN tar zcvf ../python-setuptools_60.1.0.orig.tar.gz --exclude=.git .
RUN cp -rfp python-setuptools.spec /root/rpmbuild/SPECS/python-setuptools_60.1.0-1.spec
CMD rpmbuild -ba /root/rpmbuild/SPECS/python-setuptools_60.1.0-1.spec

Using that dockerfile, it failed to run due to a cached earlier update. When I re-ran it without the cache, it ran to completion without error. I presume that solves this issue, so I'll close the bug, but happy to re-open if needed.

@hswong3i Please confirm that this addresses the issue or if there's more investigation needed.

@jaraco jaraco closed this as completed Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants