Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-nss.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-nss.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-nss-0.14.0-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-nss.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-nss.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1BkJOL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-nss-0.14.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/python-nss-0.14.0.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-nss-0.14.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (python-nss-0.14.1.patch):' Patch #1 (python-nss-0.14.1.patch): + /usr/bin/cat /builddir/build/SOURCES/python-nss-0.14.1.patch + /usr/bin/patch -p1 -b --suffix .0.14.1 --fuzz=0 patching file doc/ChangeLog patching file doc/examples/cert_dump.py patching file doc/examples/httplib_example.py patching file doc/examples/ssl_example.py patching file doc/examples/verify_cert.py patching file doc/examples/verify_server.py patching file src/__init__.py patching file test/run_tests patching file test/setup_certs.py patching file test/test_client_server.py patching file test/test_ocsp.py patching file test/test_pkcs12.py patching file test/util.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DEa8Oi + umask 022 + cd /builddir/build/BUILD + cd python-nss-0.14.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing' + /usr/bin/python setup.py build running build running build_py Updating version in "src/__init__.py" to "0.14.0" creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/nss copying src/__init__.py -> build/lib.linux-x86_64-2.7/nss running build_ext building 'nss.error' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing -fPIC -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/python2.7 -c src/py_nspr_error.c -o build/temp.linux-x86_64-2.7/src/py_nspr_error.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.7/src/py_nspr_error.o -L/usr/lib64 -lnspr4 -lpython2.7 -o build/lib.linux-x86_64-2.7/nss/error.so building 'nss.io' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing -fPIC -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/python2.7 -c src/py_nspr_io.c -o build/temp.linux-x86_64-2.7/src/py_nspr_io.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.7/src/py_nspr_io.o -L/usr/lib64 -lnspr4 -lpython2.7 -o build/lib.linux-x86_64-2.7/nss/io.so building 'nss.nss' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing -fPIC -Isrc -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/python2.7 -c src/py_nss.c -o build/temp.linux-x86_64-2.7/src/py_nss.o src/py_nss.c: In function 'CertVerifyLogNodeError_format_lines': src/py_nss.c:18449:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int flags = (unsigned int)node->arg; ^ src/py_nss.c:18458:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int flags = (unsigned int)node->arg; ^ gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.7/src/py_nss.o -L/usr/lib64 -lnspr4 -lssl3 -lnss3 -lsmime3 -lpython2.7 -o build/lib.linux-x86_64-2.7/nss/nss.so building 'nss.ssl' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing -fPIC -Isrc -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/python2.7 -c src/py_ssl.c -o build/temp.linux-x86_64-2.7/src/py_ssl.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing build/temp.linux-x86_64-2.7/src/py_ssl.o -L/usr/lib64 -lnspr4 -lssl3 -lpython2.7 -o build/lib.linux-x86_64-2.7/nss/ssl.so + /usr/bin/python setup.py build_doc running build_doc running build running build_py running build_ext running build_api_doc creating build/doc creating build/doc/html /usr/bin/epydoc -v --html --docformat restructuredtext -o build/doc/html build/lib.linux-x86_64-2.7/nss [.........................................................................] + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vyxyjC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 + cd python-nss-0.14.0 + rm -rf /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 + /usr/bin/python setup.py install -O1 --install-platlib /usr/lib64/python2.7/site-packages --skip-build --root /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/ssl.so -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/nss.so -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/io.so -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/error.so -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/__init__.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss copying build/lib.linux-x86_64-2.7/nss/__init__.pyc -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss writing byte-compilation script '/tmp/tmpLFlFAy.py' /usr/bin/python -O /tmp/tmpLFlFAy.py removing /tmp/tmpLFlFAy.py running install_egg_info Writing /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/python_nss-0.14.0-py2.7.egg-info + /usr/bin/python setup.py install_doc --docdir /usr/share/doc/python-nss-0.14.0 --skip-build --root /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 running install_doc warning: no files found matching '*.txt' under directory 'doc' creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 copying README -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 copying LICENSE.mpl -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 copying LICENSE.gpl -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 copying LICENSE.lgpl -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 copying doc/ChangeLog -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0 creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples copying doc/examples/httplib_example.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples copying doc/examples/cert_dump.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples copying doc/examples/ssl_example.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples copying doc/examples/verify_server.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples copying doc/examples/verify_cert.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/examples warning: no files found matching '*.txt' under directory 'test' creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_pkcs12.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_misc.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_client_server.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_digest.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_cipher.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/util.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_cert_components.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/setup_certs.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test copying test/test_ocsp.py -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/test warning: no files found matching '*.py' under directory 'lib' warning: no files found matching '*.txt' under directory 'lib' creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api creating /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CertificateRequest-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.io.NetworkAddress-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PK11Slot-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.SecItem-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.BasicConstraints-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-everything.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/epydoc.css -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.io.AddrInfo-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.GeneralName-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.ssl.SSLSocket-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.io-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.InitParameters-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.InitContext-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.RSAPublicKey-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.io.HostEntry-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PrivateKey-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/epydoc.js -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PublicKey-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.DSAPublicKey-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.RDN-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CertificateExtension-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.AuthorityInfoAccesses-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CertVerifyLog-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.RSAGenParams-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/api-objects.txt -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-nss.nss-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CRLDistributionPts-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.SignedData-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/redirect.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CertDB-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.KEYPQGParams-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.ssl-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/crarr.png -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.AlgorithmID-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.SubjectPublicKeyInfo-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/index.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.SignedCRL-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/module-tree.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.DN-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/class-tree.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-nss.error-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PK11SymKey-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss-pysrc.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.error-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/frames.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PK11Context-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.io.Socket-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/help.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.error.NSPRError-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.error.CertVerifyError-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.AuthKeyID-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-nss-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CertVerifyLogNode-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.CRLDistributionPoint-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-nss.io-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.AuthorityInfoAccess-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.AVA-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.Certificate-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/identifier-index.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PKCS12Decoder-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/nss.nss.PKCS12DecodeItem-class.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html copying build/doc/html/toc-nss.ssl-module.html -> /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/share/doc/python-nss-0.14.0/api/html + find /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64//usr/share/doc/python-nss-0.14.0 -type f + xargs chmod a-x + chmod 0755 /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64//usr/lib64/python2.7/site-packages/nss/error.so /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64//usr/lib64/python2.7/site-packages/nss/io.so /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64//usr/lib64/python2.7/site-packages/nss/nss.so /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64//usr/lib64/python2.7/site-packages/nss/ssl.so + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/python-nss-0.14.0 extracting debug info from /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss/ssl.so extracting debug info from /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss/nss.so extracting debug info from /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss/io.so extracting debug info from /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/site-packages/nss/error.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 2000 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-nss-0.14.0-5.el7.x86_64 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-nss = 0.14.0-5.el7 python-nss(x86-64) = 0.14.0-5.el7 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10)(64bit) libnss3.so(NSS_3.11.1)(64bit) libnss3.so(NSS_3.11.7)(64bit) libnss3.so(NSS_3.12.5)(64bit) libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.12.9)(64bit) libnss3.so(NSS_3.13)(64bit) libnss3.so(NSS_3.14)(64bit) libnss3.so(NSS_3.2.1)(64bit) libnss3.so(NSS_3.2)(64bit) libnss3.so(NSS_3.3)(64bit) libnss3.so(NSS_3.4)(64bit) libnss3.so(NSS_3.5)(64bit) libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.7)(64bit) libnss3.so(NSS_3.8)(64bit) libnss3.so(NSS_3.9.2)(64bit) libnss3.so(NSS_3.9)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libsmime3.so()(64bit) libsmime3.so(NSS_3.10)(64bit) libsmime3.so(NSS_3.2)(64bit) libssl3.so()(64bit) libssl3.so(NSS_3.11.4)(64bit) libssl3.so(NSS_3.12.6)(64bit) libssl3.so(NSS_3.2)(64bit) libssl3.so(NSS_3.4)(64bit) libssl3.so(NSS_3.7.4)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-nss-doc-0.14.0-5.el7.x86_64 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-nss-doc = 0.14.0-5.el7 python-nss-doc(x86-64) = 0.14.0-5.el7 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: python-nss-debuginfo-0.14.0-5.el7.x86_64 Provides: python-nss-debuginfo = 0.14.0-5.el7 python-nss-debuginfo(x86-64) = 0.14.0-5.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 Wrote: /builddir/build/RPMS/python-nss-0.14.0-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/python-nss-doc-0.14.0-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/python-nss-debuginfo-0.14.0-5.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DYzESI + umask 022 + cd /builddir/build/BUILD + cd python-nss-0.14.0 + rm -rf /builddir/build/BUILDROOT/python-nss-0.14.0-5.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->