Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/custodia.spec'], chrootPath='/var/lib/mock/f29-python-12889205-940210/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/custodia-0.6.0-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/custodia.spec'], chrootPath='/var/lib/mock/f29-python-12889205-940210/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IzzL3Y + 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pw8y0Q + umask 022 + cd /builddir/build/BUILD + cd custodia-0.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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/custodia copying src/custodia/forwarder.py -> build/lib/custodia copying src/custodia/client.py -> build/lib/custodia copying src/custodia/compat.py -> build/lib/custodia copying src/custodia/log.py -> build/lib/custodia copying src/custodia/plugin.py -> build/lib/custodia copying src/custodia/__about__.py -> build/lib/custodia copying src/custodia/root.py -> build/lib/custodia copying src/custodia/__init__.py -> build/lib/custodia copying src/custodia/secrets.py -> build/lib/custodia creating build/lib/custodia/cli copying src/custodia/cli/__main__.py -> build/lib/custodia/cli copying src/custodia/cli/__init__.py -> build/lib/custodia/cli creating build/lib/custodia/httpd copying src/custodia/httpd/authenticators.py -> build/lib/custodia/httpd copying src/custodia/httpd/authorizers.py -> build/lib/custodia/httpd copying src/custodia/httpd/server.py -> build/lib/custodia/httpd copying src/custodia/httpd/consumer.py -> build/lib/custodia/httpd copying src/custodia/httpd/__init__.py -> build/lib/custodia/httpd creating build/lib/custodia/ipa copying src/custodia/ipa/interface.py -> build/lib/custodia/ipa copying src/custodia/ipa/certrequest.py -> build/lib/custodia/ipa copying src/custodia/ipa/vault.py -> build/lib/custodia/ipa copying src/custodia/ipa/__init__.py -> build/lib/custodia/ipa creating build/lib/custodia/message copying src/custodia/message/simple.py -> build/lib/custodia/message copying src/custodia/message/formats.py -> build/lib/custodia/message copying src/custodia/message/common.py -> build/lib/custodia/message copying src/custodia/message/__init__.py -> build/lib/custodia/message copying src/custodia/message/kem.py -> build/lib/custodia/message creating build/lib/custodia/server copying src/custodia/server/args.py -> build/lib/custodia/server copying src/custodia/server/__main__.py -> build/lib/custodia/server copying src/custodia/server/config.py -> build/lib/custodia/server copying src/custodia/server/__init__.py -> build/lib/custodia/server creating build/lib/custodia/store copying src/custodia/store/interface.py -> build/lib/custodia/store copying src/custodia/store/encgen.py -> build/lib/custodia/store copying src/custodia/store/sqlite.py -> build/lib/custodia/store copying src/custodia/store/enclite.py -> build/lib/custodia/store copying src/custodia/store/__init__.py -> build/lib/custodia/store + sleep 1 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wB9Z5O + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch ++ dirname /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch + cd custodia-0.6.0 + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/man/man7 + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/doc/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/doc/custodia/examples + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//etc/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/lib/systemd/system + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/lib/tmpfiles.d + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//var/lib/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//var/log/custodia + mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//var/run/custodia + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch running install running install_lib copying custodia/forwarder.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/client.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/compat.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/log.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/plugin.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/__about__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/root.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia copying custodia/secrets.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia Skipping installation of /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/__init__.py (namespace package) copying custodia/httpd/authenticators.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd copying custodia/httpd/authorizers.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd copying custodia/httpd/server.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd copying custodia/httpd/consumer.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd copying custodia/httpd/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd copying custodia/cli/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/cli copying custodia/cli/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/cli copying custodia/message/simple.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message copying custodia/message/formats.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message copying custodia/message/common.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message copying custodia/message/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message copying custodia/message/kem.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message copying custodia/server/args.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server copying custodia/server/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server copying custodia/server/config.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server copying custodia/server/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server copying custodia/store/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store copying custodia/store/encgen.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store copying custodia/store/sqlite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store copying custodia/store/enclite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store copying custodia/store/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store copying custodia/ipa/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa copying custodia/ipa/certrequest.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa copying custodia/ipa/vault.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa copying custodia/ipa/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/forwarder.py to forwarder.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/secrets.py to secrets.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd/authenticators.py to authenticators.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd/authorizers.py to authorizers.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/httpd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/cli/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message/simple.py to simple.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message/formats.py to formats.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/message/kem.py to kem.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server/args.py to args.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store/interface.py to interface.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store/encgen.py to encgen.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store/sqlite.py to sqlite.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store/enclite.py to enclite.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa/interface.py to interface.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa/certrequest.py to certrequest.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa/vault.py to vault.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia/ipa/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpg3rDio.py' /usr/bin/python2 -O /tmp/tmpg3rDio.py removing /tmp/tmpg3rDio.py running install_egg_info running egg_info writing requirements to src/custodia.egg-info/requires.txt writing src/custodia.egg-info/PKG-INFO writing namespace_packages to src/custodia.egg-info/namespace_packages.txt writing top-level names to src/custodia.egg-info/top_level.txt writing dependency_links to src/custodia.egg-info/dependency_links.txt writing entry points to src/custodia.egg-info/entry_points.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-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia-0.6.0-py2.7.egg-info Installing /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7/site-packages/custodia-0.6.0-py2.7-nspkg.pth running install_scripts Installing custodia script to /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/bin Installing custodia-cli script to /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/bin + mv /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia + cp /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia-2 + cp /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia-cli /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia-cli-2 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch running install running install_lib copying custodia/forwarder.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/client.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/compat.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/log.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/plugin.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/__about__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/root.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia Skipping installation of /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/__init__.py (namespace package) copying custodia/secrets.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia copying custodia/httpd/authenticators.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd copying custodia/httpd/authorizers.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd copying custodia/httpd/server.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd copying custodia/httpd/consumer.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd copying custodia/httpd/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd copying custodia/cli/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/cli copying custodia/cli/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/cli copying custodia/message/simple.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message copying custodia/message/formats.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message copying custodia/message/common.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message copying custodia/message/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message copying custodia/message/kem.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message copying custodia/server/args.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server copying custodia/server/__main__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server copying custodia/server/config.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server copying custodia/server/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server copying custodia/store/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store copying custodia/store/encgen.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store copying custodia/store/sqlite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store copying custodia/store/enclite.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store copying custodia/store/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store copying custodia/ipa/interface.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa copying custodia/ipa/certrequest.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa copying custodia/ipa/vault.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa copying custodia/ipa/__init__.py -> /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/forwarder.py to forwarder.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/client.py to client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/compat.py to compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/log.py to log.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/__about__.py to __about__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/root.py to root.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/secrets.py to secrets.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd/authenticators.py to authenticators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd/authorizers.py to authorizers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd/consumer.py to consumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/httpd/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/cli/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/cli/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message/simple.py to simple.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message/formats.py to formats.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/message/kem.py to kem.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server/args.py to args.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server/config.py to config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/server/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store/interface.py to interface.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store/encgen.py to encgen.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store/sqlite.py to sqlite.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store/enclite.py to enclite.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/store/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa/interface.py to interface.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa/certrequest.py to certrequest.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa/vault.py to vault.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia/ipa/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmp3jbvbk3t.py' /usr/bin/python3 /tmp/tmp3jbvbk3t.py removing /tmp/tmp3jbvbk3t.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-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia-0.6.0-py3.7.egg-info Installing /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7/site-packages/custodia-0.6.0-py3.7-nspkg.pth running install_scripts Installing custodia script to /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/bin Installing custodia-cli script to /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/bin + mv /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia + cp /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/sbin/custodia-3 + cp /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia-cli /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/bin/custodia-cli-3 + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/man/man7 man/custodia.7 + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/doc/custodia README API.md + install -m 644 -t /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch//usr/share/doc/custodia/examples custodia.conf + install -m 600 /builddir/build/SOURCES/custodia.conf /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/etc/custodia + install -m 644 /builddir/build/SOURCES/custodia@.service /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/systemd/system + install -m 644 /builddir/build/SOURCES/custodia@.socket /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/systemd/system + install -m 644 /builddir/build/SOURCES/custodia.tmpfiles.conf /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/tmpfiles.d/custodia.conf + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 0.6.0-3.fc29 --unique-debug-suffix -0.6.0-3.fc29.noarch --unique-debug-src-base custodia-0.6.0-3.fc29.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 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/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 /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JsgDRT + 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 + tox --sitepackages -e py27 -- --skip-servertests GLOB sdist-make: /builddir/build/BUILD/custodia-0.6.0/setup.py py27 create: /builddir/build/BUILD/custodia-0.6.0/.tox/py27 py27 inst: /builddir/build/BUILD/custodia-0.6.0/.tox/dist/custodia-0.6.0.zip py27 installed: asn1crypto==0.24.0,atomicwrites==1.1.5,attrs==17.4.0,backports.ssl-match-hostname==3.5.0.1,cffi==1.11.5,chardet==3.0.4,configparser==3.5.0b2,coverage==4.5.1,cryptography==2.2.1,custodia==0.6.0,docutils==0.14,enum34==1.1.6,funcsigs==1.0.2,idna==2.7,ipaddress==1.0.18,jwcrypto==0.4.2,more-itertools==4.1.0,pluggy==0.6.0,ply==3.9,py==1.5.3,pycparser==2.14,PySocks==1.6.8,pytest==3.6.1,requests==2.19.1,six==1.11.0,systemd-python==234,urllib3==1.23 py27 runtests: PYTHONHASHSEED='955634667' py27 runtests: commands[0] | /builddir/build/BUILD/custodia-0.6.0/.tox/py27/bin/python -m coverage run --parallel -m pytest --capture=no --strict --skip-servertests ============================= test session starts ============================== platform linux2 -- Python 2.7.15, pytest-3.6.1, py-1.5.3, pluggy-0.6.0 rootdir: /builddir/build/BUILD/custodia-0.6.0, inifile: 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 2.34 seconds ===================== ___________________________________ summary ____________________________________ py27: commands succeeded congratulations :) + /usr/bin/python3 -m venv --system-site-packages testenv + testenv/bin/pip install . Processing /builddir/build/BUILD/custodia-0.6.0 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 + testenv/bin/python -m pytest --capture=no --strict --skip-servertests ============================= test session starts ============================== platform linux -- Python 3.7.0, pytest-3.6.1, py-1.5.3, pluggy-0.6.0 rootdir: /builddir/build/BUILD/custodia-0.6.0, inifile: 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 2.60 seconds ===================== + exit 0 Processing files: custodia-0.6.0-3.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5lWpnw + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.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-3.fc29.noarch/usr/share/doc/custodia + cp -pr README /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/doc/custodia + cp -pr API.md /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/doc/custodia + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BwkzU8 + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.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-3.fc29.noarch/usr/share/licenses/custodia + cp -pr LICENSE /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/licenses/custodia + exit 0 Provides: config(custodia) = 0.6.0-3.fc29 custodia = 0.6.0-3.fc29 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: python2-custodia-0.6.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sGHkQL + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/licenses/python2-custodia + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/licenses/python2-custodia + cp -pr LICENSE /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/licenses/python2-custodia + exit 0 Provides: python-custodia = 0.6.0-3.fc29 python2-custodia = 0.6.0-3.fc29 python2.7dist(custodia) = 0.6.0 python2dist(custodia) = 0.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: /usr/bin/python2 python(abi) = 2.7 Conflicts: python2-custodia-extra < 0.6.0 Obsoletes: python-custodia < 0.6.0-3.fc29 Processing files: python3-custodia-0.6.0-3.fc29.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.O7XBLC + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.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-3.fc29.noarch/usr/share/licenses/python3-custodia + cp -pr LICENSE /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch/usr/share/licenses/python3-custodia + exit 0 Provides: python3-custodia = 0.6.0-3.fc29 python3.7dist(custodia) = 0.6.0 python3dist(custodia) = 0.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: /usr/bin/python3 python(abi) = 3.7 Conflicts: python3-custodia-extra < 0.6.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch Wrote: /builddir/build/RPMS/custodia-0.6.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python2-custodia-0.6.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python3-custodia-0.6.0-3.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eNtuTI + umask 022 + cd /builddir/build/BUILD + cd custodia-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/custodia-0.6.0-3.fc29.noarch + exit 0 Child return code was: 0