Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/custodia.spec'], chrootPath='/var/lib/mock/f34-build-25299113-2873424/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/custodia.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=1611619200 Wrote: /builddir/build/SRPMS/custodia-0.6.0-15.fc34.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/custodia.spec'], chrootPath='/var/lib/mock/f34-build-25299113-2873424/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/custodia.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=1611619200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CsU2wc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf custodia-0.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/custodia-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd custodia-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/nonfatal_deprecation.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0001-Replace-use-of-pytest-get_marker.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xTdrtB + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + 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 -mcpu=power8 -mtune=power8 -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/custodia copying src/custodia/log.py -> build/lib/custodia copying src/custodia/__init__.py -> build/lib/custodia copying src/custodia/compat.py -> build/lib/custodia copying src/custodia/client.py -> build/lib/custodia copying src/custodia/__about__.py -> build/lib/custodia copying src/custodia/forwarder.py -> build/lib/custodia copying src/custodia/secrets.py -> build/lib/custodia copying src/custodia/plugin.py -> build/lib/custodia copying src/custodia/root.py -> build/lib/custodia creating build/lib/custodia/cli copying src/custodia/cli/__init__.py -> build/lib/custodia/cli copying src/custodia/cli/__main__.py -> build/lib/custodia/cli creating build/lib/custodia/httpd copying src/custodia/httpd/__init__.py -> build/lib/custodia/httpd copying src/custodia/httpd/consumer.py -> build/lib/custodia/httpd copying src/custodia/httpd/server.py -> build/lib/custodia/httpd copying src/custodia/httpd/authorizers.py -> build/lib/custodia/httpd copying src/custodia/httpd/authenticators.py -> build/lib/custodia/httpd creating build/lib/custodia/ipa copying src/custodia/ipa/__init__.py -> build/lib/custodia/ipa copying src/custodia/ipa/vault.py -> build/lib/custodia/ipa copying src/custodia/ipa/certrequest.py -> build/lib/custodia/ipa copying src/custodia/ipa/interface.py -> build/lib/custodia/ipa creating build/lib/custodia/message copying src/custodia/message/__init__.py -> build/lib/custodia/message copying src/custodia/message/common.py -> build/lib/custodia/message copying src/custodia/message/kem.py -> build/lib/custodia/message copying src/custodia/message/formats.py -> build/lib/custodia/message copying src/custodia/message/simple.py -> build/lib/custodia/message creating build/lib/custodia/server copying src/custodia/server/args.py -> build/lib/custodia/server copying src/custodia/server/__init__.py -> build/lib/custodia/server copying src/custodia/server/config.py -> build/lib/custodia/server copying src/custodia/server/__main__.py -> build/lib/custodia/server creating build/lib/custodia/store copying src/custodia/store/__init__.py -> build/lib/custodia/store copying src/custodia/store/interface.py -> build/lib/custodia/store copying src/custodia/store/enclite.py -> build/lib/custodia/store copying src/custodia/store/sqlite.py -> build/lib/custodia/store copying src/custodia/store/encgen.py -> build/lib/custodia/store + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1BpiDr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch ++ dirname /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch + cd custodia-0.6.0 + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/sbin + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/man/man7 + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/doc/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/doc/custodia/examples + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//etc/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/lib/systemd/system + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/lib/tmpfiles.d + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//var/lib/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//var/log/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//var/run/custodia + 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 -mcpu=power8 -mtune=power8 -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/custodia-0.6.0-15.fc34.noarch running install running install_lib copying custodia/log.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia Skipping installation of /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/__init__.py (namespace package) copying custodia/compat.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/client.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/__about__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/forwarder.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/secrets.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/plugin.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/root.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia copying custodia/cli/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/cli copying custodia/cli/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/cli copying custodia/httpd/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd copying custodia/httpd/consumer.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd copying custodia/httpd/server.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd copying custodia/httpd/authorizers.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd copying custodia/httpd/authenticators.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd copying custodia/ipa/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa copying custodia/ipa/vault.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa copying custodia/ipa/certrequest.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa copying custodia/ipa/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa copying custodia/message/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message copying custodia/message/common.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message copying custodia/message/kem.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message copying custodia/message/formats.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message copying custodia/message/simple.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message copying custodia/server/args.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server copying custodia/server/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server copying custodia/server/config.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server copying custodia/server/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server copying custodia/store/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store copying custodia/store/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store copying custodia/store/enclite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store copying custodia/store/sqlite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store copying custodia/store/encgen.py -> /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/__about__.py to __about__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/forwarder.py to forwarder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/secrets.py to secrets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/root.py to root.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/cli/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd/consumer.py to consumer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd/server.py to server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd/authorizers.py to authorizers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/httpd/authenticators.py to authenticators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa/vault.py to vault.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa/certrequest.py to certrequest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/ipa/interface.py to interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message/kem.py to kem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/message/simple.py to simple.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server/args.py to args.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/server/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store/interface.py to interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store/enclite.py to enclite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store/sqlite.py to sqlite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia/store/encgen.py to encgen.cpython-39.pyc writing byte-compilation script '/tmp/tmp5150rrri.py' /usr/bin/python3 /tmp/tmp5150rrri.py removing /tmp/tmp5150rrri.py running install_egg_info running egg_info writing src/custodia.egg-info/PKG-INFO writing dependency_links to src/custodia.egg-info/dependency_links.txt writing entry points to src/custodia.egg-info/entry_points.txt writing namespace_packages to src/custodia.egg-info/namespace_packages.txt writing requirements to src/custodia.egg-info/requires.txt writing top-level names to src/custodia.egg-info/top_level.txt reading manifest file 'src/custodia.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tests/tmp' no previously-included directories found matching 'tests/ca/tmp' warning: no previously-included files found matching 'server_socket' writing manifest file 'src/custodia.egg-info/SOURCES.txt' Copying src/custodia.egg-info to /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia-0.6.0-py3.9.egg-info Installing /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9/site-packages/custodia-0.6.0-py3.9-nspkg.pth running install_scripts Installing custodia script to /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/bin Installing custodia-cli script to /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/bin/__pycache__ + mv /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/bin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/sbin/custodia + cp /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/sbin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/sbin/custodia-3 + cp /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/bin/custodia-cli /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/bin/custodia-cli-3 + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/man/man7 man/custodia.7 + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/doc/custodia README API.md + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch//usr/share/doc/custodia/examples custodia.conf + install -m 600 /builddir/build/SOURCES/custodia.conf /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/etc/custodia + install -m 644 /builddir/build/SOURCES/custodia@.service /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/systemd/system + install -m 644 /builddir/build/SOURCES/custodia@.socket /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/systemd/system + install -m 644 /builddir/build/SOURCES/custodia.tmpfiles.conf /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/tmpfiles.d/custodia.conf + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.6.0-15.fc34 --unique-debug-suffix -0.6.0-15.fc34.noarch --unique-debug-src-base custodia-0.6.0-15.fc34.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/custodia-0.6.0 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/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GHqKMa + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + export PIP_INDEX_URL=http://host.invalid./ + PIP_INDEX_URL=http://host.invalid./ + export PIP_NO_DEPS=yes + PIP_NO_DEPS=yes + export PIP_IGNORE_INSTALLED=yes + PIP_IGNORE_INSTALLED=yes + /usr/bin/python3 -m venv --system-site-packages testenv + testenv/bin/pip install . Looking in indexes: http://host.invalid./ Processing /builddir/build/BUILD/custodia-0.6.0 Using legacy 'setup.py install' for custodia, since package 'wheel' is not installed. Installing collected packages: custodia Running setup.py install for custodia: started Running setup.py install for custodia: finished with status 'done' Successfully installed custodia-0.6.0 WARNING: The repository located at host.invalid. is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host host.invalid.'. + testenv/bin/python -m pytest --capture=no --strict --skip-servertests ============================= test session starts ============================== platform linux -- Python 3.9.1, pytest-6.0.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/custodia-0.6.0, configfile: tox.ini collected 162 items tests/test_authenticators.py .. tests/test_cli.py ..... tests/test_custodia.py ssssssssssssssssssssssssssssssssssssssssssss tests/test_httpd.py . tests/test_ipa.py ssssssssssssssssssssssss tests/test_message_kem.py .... tests/test_misc.py ... tests/test_plugins.py .... tests/test_secrets.py .................................. tests/test_server.py .... tests/test_store.py ... tests/test_store_sqlite.py ........... tests/functional/test_basics.py sss tests/functional/test_container.py sssssssss tests/functional/test_key.py sssssssssss ======================== 71 passed, 91 skipped in 3.87s ======================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: custodia-0.6.0-15.fc34.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9tEx8L + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/doc/custodia + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/doc/custodia + cp -pr README /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/doc/custodia + cp -pr API.md /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/doc/custodia + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Yrq2hq + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/custodia + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/custodia + cp -pr LICENSE /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/custodia + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(custodia) = 0.6.0-15.fc34 custodia = 0.6.0-15.fc34 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: /usr/bin/python3 Processing files: python3-custodia-0.6.0-15.fc34.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wLCGhf + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/python3-custodia + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/python3-custodia + cp -pr LICENSE /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch/usr/share/licenses/python3-custodia + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-custodia = 0.6.0-15.fc34 python3-custodia = 0.6.0-15.fc34 python3.9-custodia = 0.6.0-15.fc34 python3.9dist(custodia) = 0.6 python3dist(custodia) = 0.6 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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(cryptography) python3.9dist(jwcrypto) python3.9dist(requests) python3.9dist(setuptools) python3.9dist(six) Conflicts: python3-custodia-extra < 0.6.0 Obsoletes: python-custodia < 0.6.0-15.fc34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch Wrote: /builddir/build/RPMS/custodia-0.6.0-15.fc34.noarch.rpm Wrote: /builddir/build/RPMS/python3-custodia-0.6.0-15.fc34.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Pdy5Y1 + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/custodia-0.6.0-15.fc34.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0