Mock Version: 2.11 Mock Version: 2.11 Mock Version: 2.11 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/cekit.spec'], chrootPath='/var/lib/mock/f35-build-28612819-3871055/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/cekit.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1626825600 Wrote: /builddir/build/SRPMS/cekit-3.9.0-3.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/cekit.spec'], chrootPath='/var/lib/mock/f35-build-28612819-3871055/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/cekit.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1626825600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YSNHED + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cekit-3.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/cekit-3.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cekit-3.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bbVIAQ + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/cekit copying cekit/__init__.py -> build/lib/cekit copying cekit/builder.py -> build/lib/cekit copying cekit/cli.py -> build/lib/cekit copying cekit/config.py -> build/lib/cekit copying cekit/crypto.py -> build/lib/cekit copying cekit/errors.py -> build/lib/cekit copying cekit/log.py -> build/lib/cekit copying cekit/template_helper.py -> build/lib/cekit copying cekit/tools.py -> build/lib/cekit copying cekit/version.py -> build/lib/cekit creating build/lib/cekit/builders copying cekit/builders/__init__.py -> build/lib/cekit/builders copying cekit/builders/buildah.py -> build/lib/cekit/builders copying cekit/builders/docker_builder.py -> build/lib/cekit/builders copying cekit/builders/osbs.py -> build/lib/cekit/builders copying cekit/builders/podman.py -> build/lib/cekit/builders creating build/lib/cekit/cache copying cekit/cache/__init__.py -> build/lib/cekit/cache copying cekit/cache/artifact.py -> build/lib/cekit/cache copying cekit/cache/cli.py -> build/lib/cekit/cache creating build/lib/cekit/descriptor copying cekit/descriptor/__init__.py -> build/lib/cekit/descriptor copying cekit/descriptor/base.py -> build/lib/cekit/descriptor copying cekit/descriptor/env.py -> build/lib/cekit/descriptor copying cekit/descriptor/execute.py -> build/lib/cekit/descriptor copying cekit/descriptor/image.py -> build/lib/cekit/descriptor copying cekit/descriptor/label.py -> build/lib/cekit/descriptor copying cekit/descriptor/module.py -> build/lib/cekit/descriptor copying cekit/descriptor/modules.py -> build/lib/cekit/descriptor copying cekit/descriptor/osbs.py -> build/lib/cekit/descriptor copying cekit/descriptor/overrides.py -> build/lib/cekit/descriptor copying cekit/descriptor/packages.py -> build/lib/cekit/descriptor copying cekit/descriptor/port.py -> build/lib/cekit/descriptor copying cekit/descriptor/resource.py -> build/lib/cekit/descriptor copying cekit/descriptor/run.py -> build/lib/cekit/descriptor copying cekit/descriptor/volume.py -> build/lib/cekit/descriptor creating build/lib/cekit/generator copying cekit/generator/__init__.py -> build/lib/cekit/generator copying cekit/generator/base.py -> build/lib/cekit/generator copying cekit/generator/docker.py -> build/lib/cekit/generator copying cekit/generator/osbs.py -> build/lib/cekit/generator creating build/lib/cekit/templates copying cekit/templates/__init__.py -> build/lib/cekit/templates creating build/lib/cekit/test copying cekit/test/__init__.py -> build/lib/cekit/test copying cekit/test/behave_runner.py -> build/lib/cekit/test copying cekit/test/behave_tester.py -> build/lib/cekit/test copying cekit/test/collector.py -> build/lib/cekit/test copying cekit/templates/help.jinja -> build/lib/cekit/templates copying cekit/templates/template.jinja -> build/lib/cekit/templates + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Nvk1ly + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch ++ dirname /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch + cd cekit-3.9 + mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch//etc/bash_completion.d + cp support/completion/bash/cekit /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch//etc/bash_completion.d/cekit + mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch//usr/share/zsh/site-functions + cp support/completion/zsh/_cekit /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch//usr/share/zsh/site-functions/_cekit + 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 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch running install running install_lib creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10 creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/builder.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/cli.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/config.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/crypto.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/errors.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/log.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/template_helper.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/tools.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit copying build/lib/cekit/version.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders copying build/lib/cekit/builders/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders copying build/lib/cekit/builders/buildah.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders copying build/lib/cekit/builders/docker_builder.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders copying build/lib/cekit/builders/osbs.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders copying build/lib/cekit/builders/podman.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache copying build/lib/cekit/cache/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache copying build/lib/cekit/cache/artifact.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache copying build/lib/cekit/cache/cli.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/base.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/env.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/execute.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/image.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/label.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/module.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/modules.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/osbs.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/overrides.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/packages.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/port.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/resource.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/run.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor copying build/lib/cekit/descriptor/volume.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator copying build/lib/cekit/generator/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator copying build/lib/cekit/generator/base.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator copying build/lib/cekit/generator/docker.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator copying build/lib/cekit/generator/osbs.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/templates copying build/lib/cekit/templates/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/templates copying build/lib/cekit/templates/help.jinja -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/templates copying build/lib/cekit/templates/template.jinja -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/templates creating /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test copying build/lib/cekit/test/__init__.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test copying build/lib/cekit/test/behave_runner.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test copying build/lib/cekit/test/behave_tester.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test copying build/lib/cekit/test/collector.py -> /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builder.py to builder.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cli.py to cli.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/config.py to config.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/crypto.py to crypto.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/errors.py to errors.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/log.py to log.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/template_helper.py to template_helper.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/tools.py to tools.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/version.py to version.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders/buildah.py to buildah.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders/docker_builder.py to docker_builder.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders/osbs.py to osbs.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/builders/podman.py to podman.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache/artifact.py to artifact.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/cache/cli.py to cli.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/base.py to base.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/env.py to env.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/execute.py to execute.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/image.py to image.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/label.py to label.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/module.py to module.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/modules.py to modules.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/osbs.py to osbs.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/overrides.py to overrides.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/packages.py to packages.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/port.py to port.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/resource.py to resource.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/run.py to run.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/descriptor/volume.py to volume.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator/base.py to base.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator/docker.py to docker.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/generator/osbs.py to osbs.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/templates/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test/behave_runner.py to behave_runner.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test/behave_tester.py to behave_tester.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit/test/collector.py to collector.cpython-310.pyc writing byte-compilation script '/tmp/tmphl8swhlt.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/tmphl8swhlt.py removing /tmp/tmphl8swhlt.py running install_egg_info running egg_info creating cekit.egg-info writing cekit.egg-info/PKG-INFO writing dependency_links to cekit.egg-info/dependency_links.txt writing entry points to cekit.egg-info/entry_points.txt writing requirements to cekit.egg-info/requires.txt writing top-level names to cekit.egg-info/top_level.txt writing manifest file 'cekit.egg-info/SOURCES.txt' reading manifest file 'cekit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cekit.egg-info/SOURCES.txt' Copying cekit.egg-info to /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10/site-packages/cekit-3.9-py3.10.egg-info running install_scripts Installing cekit script to /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/bin Installing cekit-cache script to /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j224 --strict-build-id -m -i --build-id-seed 3.9.0-3.fc35 --unique-debug-suffix -3.9.0-3.fc35.noarch --unique-debug-src-base cekit-3.9.0-3.fc35.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cekit-3.9 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /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 /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: cekit-3.9.0-3.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RsrWmf + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + DOCDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit + cp -pr README.rst /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SZhFaV + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + LICENSEDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit + cp -pr LICENSE /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit + RPM_EC=0 ++ jobs -p + exit 0 Provides: cekit = 3.9.0-3.fc35 python3.10dist(cekit) = 3.9 python3dist(cekit) = 3.9 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: (python3.10dist(pykwalify) < 1.8 with python3.10dist(pykwalify) >= 1.6) /usr/bin/python3 python(abi) = 3.10 python3.10dist(click) >= 6.7 python3.10dist(colorlog) >= 2.10 python3.10dist(jinja2) >= 2.7 python3.10dist(packaging) >= 19 python3.10dist(pyyaml) >= 3.10 Suggests: docker python3-docker python3-docker-squash Processing files: cekit-bash-completion-3.9.0-3.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nnQOcr + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + DOCDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-bash-completion + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-bash-completion + cp -pr README.rst /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-bash-completion + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RTRtN9 + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + LICENSEDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-bash-completion + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-bash-completion + cp -pr LICENSE /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-bash-completion + RPM_EC=0 ++ jobs -p + exit 0 Provides: cekit-bash-completion = 3.9.0-3.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cekit-zsh-completion-3.9.0-3.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.X3aWy9 + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + DOCDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-zsh-completion + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-zsh-completion + cp -pr README.rst /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/doc/cekit-zsh-completion + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ruGUWa + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + LICENSEDIR=/builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-zsh-completion + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-zsh-completion + cp -pr LICENSE /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch/usr/share/licenses/cekit-zsh-completion + RPM_EC=0 ++ jobs -p + exit 0 Provides: cekit-zsh-completion = 3.9.0-3.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch Wrote: /builddir/build/RPMS/cekit-zsh-completion-3.9.0-3.fc35.noarch.rpm Wrote: /builddir/build/RPMS/cekit-bash-completion-3.9.0-3.fc35.noarch.rpm Wrote: /builddir/build/RPMS/cekit-3.9.0-3.fc35.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ih6TgF + umask 022 + cd /builddir/build/BUILD + cd cekit-3.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/cekit-3.9.0-3.fc35.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0