Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.11-pyyaml.spec'], chrootPath='/mnt/compose/mock/dist-circle8-build-100059-49980/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.11-pyyaml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: /usr/bin/python3.11: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python3.11-pyyaml-6.0-1.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.11-pyyaml.spec'], chrootPath='/mnt/compose/mock/dist-circle8-build-100059-49980/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/python3.11-pyyaml.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mrUUJk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyyaml-6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyyaml-6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod a-x examples/yaml-highlight/yaml_hl.py + rm -rf ext/_yaml.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.plkDO2 + umask 022 + cd /builddir/build/BUILD + cd pyyaml-6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py build '--executable=/usr/bin/python3.11 -sP' running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-cpython-311/yaml creating build/lib.linux-x86_64-cpython-311/_yaml copying lib/_yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/_yaml running build_ext cythoning yaml/_yaml.pyx to yaml/_yaml.c /usr/lib64/python3.11/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/pyyaml-6.0/yaml/_yaml.pxd tree = Parsing.p_module(s, pxd, full_module_name) building 'yaml._yaml' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/yaml gcc -pthread -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-311/yaml/_yaml.o -L/usr/lib64 -lyaml -o build/lib.linux-x86_64-cpython-311/yaml/_yaml.cpython-311-x86_64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.acB6LP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 + cd pyyaml-6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 --prefix /usr running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11 creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/__init__.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/composer.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/constructor.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/cyaml.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/dumper.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/emitter.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/error.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/events.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/loader.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/nodes.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/parser.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/reader.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/representer.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/resolver.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/scanner.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/serializer.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/tokens.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/_yaml.cpython-311-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml creating /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/_yaml copying build/lib.linux-x86_64-cpython-311/_yaml/__init__.py -> /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/_yaml byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/composer.py to composer.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/constructor.py to constructor.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/cyaml.py to cyaml.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/dumper.py to dumper.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/emitter.py to emitter.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/error.py to error.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/events.py to events.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/loader.py to loader.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/nodes.py to nodes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/parser.py to parser.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/reader.py to reader.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/representer.py to representer.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/resolver.py to resolver.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/scanner.py to scanner.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/serializer.py to serializer.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/tokens.py to tokens.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/_yaml/__init__.py to __init__.cpython-311.pyc writing byte-compilation script '/tmp/tmp2cqu8jq4.py' /usr/bin/python3.11 /tmp/tmp2cqu8jq4.py removing /tmp/tmp2cqu8jq4.py running install_egg_info running egg_info creating lib/PyYAML.egg-info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt' skipping 'yaml/_yaml.c' Cython extension (up-to-date) reading manifest file 'lib/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' adding license file 'LICENSE' writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt' Copying lib/PyYAML.egg-info to /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/PyYAML-6.0-py3.11.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j12 --strict-build-id -m -i --build-id-seed 6.0-1.el8 --unique-debug-suffix -6.0-1.el8.x86_64 --unique-debug-src-base python3.11-pyyaml-6.0-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/pyyaml-6.0 extracting debug info from /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/lib64/python3.11/site-packages/yaml/_yaml.cpython-311-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2234 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.11 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6EGSPM + umask 022 + cd /builddir/build/BUILD + cd pyyaml-6.0 + /usr/bin/python3.11 setup.py test running test running build_py running build_ext skipping 'yaml/_yaml.c' Cython extension (up-to-date) /builddir/build/BUILD/pyyaml-6.0/tests/lib/test_dump_load.py:12: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(False, "load() require Loader=...") .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Passed 261 tests Skipped 8 load tests Skipped 4 dump tests ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ =========================================================================== TESTS: 2609 + exit 0 Processing files: python3.11-pyyaml-6.0-1.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jcsQwB + umask 022 + cd /builddir/build/BUILD + cd pyyaml-6.0 + DOCDIR=/builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/doc/python3.11-pyyaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/doc/python3.11-pyyaml + cp -pr CHANGES /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/doc/python3.11-pyyaml + cp -pr README.md /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/doc/python3.11-pyyaml + cp -pr examples /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/doc/python3.11-pyyaml + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Q6XAJ2 + umask 022 + cd /builddir/build/BUILD + cd pyyaml-6.0 + LICENSEDIR=/builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/licenses/python3.11-pyyaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/licenses/python3.11-pyyaml + cp -pr LICENSE /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64/usr/share/licenses/python3.11-pyyaml + exit 0 Provides: python3.11-PyYAML = 6.0-1.el8 python3.11-PyYAML(x86-64) = 6.0-1.el8 python3.11-pyyaml = 6.0-1.el8 python3.11-pyyaml(x86-64) = 6.0-1.el8 python3.11-yaml = 6.0-1.el8 python3.11-yaml(x86-64) = 6.0-1.el8 python3.11dist(pyyaml) = 6.0 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 3.11 rtld(GNU_HASH) Processing files: python3.11-pyyaml-debugsource-6.0-1.el8.x86_64 Provides: python3.11-pyyaml-debugsource = 6.0-1.el8 python3.11-pyyaml-debugsource(x86-64) = 6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3.11-pyyaml-debuginfo-6.0-1.el8.x86_64 Provides: debuginfo(build-id) = d9a240336d5579d28d49a1aa1249575f5804f39e python3.11-pyyaml-debuginfo = 6.0-1.el8 python3.11-pyyaml-debuginfo(x86-64) = 6.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python3.11-pyyaml-debugsource(x86-64) = 6.0-1.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3.11-pyyaml-6.0-1.el8.x86_64 Wrote: /builddir/build/RPMS/python3.11-pyyaml-6.0-1.el8.x86_64.rpm Wrote: /builddir/build/RPMS/python3.11-pyyaml-debugsource-6.0-1.el8.x86_64.rpm Wrote: /builddir/build/RPMS/python3.11-pyyaml-debuginfo-6.0-1.el8.x86_64.rpm Child return code was: 0