Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pymongo.spec'], chrootPath='/var/lib/mock/f30-build-15707870-1129883/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pymongo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pymongo-3.7.2-2.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pymongo.spec'], chrootPath='/var/lib/mock/f30-build-15707870-1129883/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pymongo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3KIGcg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mongo-python-driver-3.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pymongo-3.7.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mongo-python-driver-3.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch):' Patch #1 (0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ssl --fuzz=0 patching file pymongo/pool.py Hunk #1 succeeded at 61 (offset 12 lines). + rm pymongo/ssl_match_hostname.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9DEAN7 + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/bson copying bson/__init__.py -> build/lib.linux-x86_64-3.7/bson copying bson/codec_options.py -> build/lib.linux-x86_64-3.7/bson copying bson/objectid.py -> build/lib.linux-x86_64-3.7/bson copying bson/min_key.py -> build/lib.linux-x86_64-3.7/bson copying bson/son.py -> build/lib.linux-x86_64-3.7/bson copying bson/raw_bson.py -> build/lib.linux-x86_64-3.7/bson copying bson/int64.py -> build/lib.linux-x86_64-3.7/bson copying bson/json_util.py -> build/lib.linux-x86_64-3.7/bson copying bson/binary.py -> build/lib.linux-x86_64-3.7/bson copying bson/timestamp.py -> build/lib.linux-x86_64-3.7/bson copying bson/decimal128.py -> build/lib.linux-x86_64-3.7/bson copying bson/regex.py -> build/lib.linux-x86_64-3.7/bson copying bson/dbref.py -> build/lib.linux-x86_64-3.7/bson copying bson/max_key.py -> build/lib.linux-x86_64-3.7/bson copying bson/py3compat.py -> build/lib.linux-x86_64-3.7/bson copying bson/errors.py -> build/lib.linux-x86_64-3.7/bson copying bson/code.py -> build/lib.linux-x86_64-3.7/bson copying bson/tz_util.py -> build/lib.linux-x86_64-3.7/bson creating build/lib.linux-x86_64-3.7/pymongo copying pymongo/cursor.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/__init__.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/monotonic.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/read_preferences.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/write_concern.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/operations.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/monitor.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/pool.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/cursor_manager.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/settings.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/server_description.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/saslprep.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/response.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/command_cursor.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/common.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/server_type.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/network.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/topology.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/mongo_client.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/server_selectors.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/son_manipulator.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/compression_support.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/auth.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/message.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/client_session.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/ssl_support.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/read_concern.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/client_options.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/uri_parser.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/mongo_replica_set_client.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/monitoring.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/topology_description.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/periodic_executor.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/thread_util.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/collection.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/ssl_context.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/bulk.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/change_stream.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/database.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/results.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/driver_info.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/helpers.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/collation.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/errors.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/ismaster.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/server.py -> build/lib.linux-x86_64-3.7/pymongo copying pymongo/max_staleness_selectors.py -> build/lib.linux-x86_64-3.7/pymongo creating build/lib.linux-x86_64-3.7/gridfs copying gridfs/__init__.py -> build/lib.linux-x86_64-3.7/gridfs copying gridfs/grid_file.py -> build/lib.linux-x86_64-3.7/gridfs copying gridfs/errors.py -> build/lib.linux-x86_64-3.7/gridfs running build_ext building 'bson._cbson' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/bson gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c bson/_cbsonmodule.c -o build/temp.linux-x86_64-3.7/bson/_cbsonmodule.o gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c bson/time64.c -o build/temp.linux-x86_64-3.7/bson/time64.o gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c bson/buffer.c -o build/temp.linux-x86_64-3.7/bson/buffer.o gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c bson/encoding_helpers.c -o build/temp.linux-x86_64-3.7/bson/encoding_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.7/bson/_cbsonmodule.o build/temp.linux-x86_64-3.7/bson/time64.o build/temp.linux-x86_64-3.7/bson/buffer.o build/temp.linux-x86_64-3.7/bson/encoding_helpers.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/bson/_cbson.cpython-37m-x86_64-linux-gnu.so building 'pymongo._cmessage' extension creating build/temp.linux-x86_64-3.7/pymongo gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c pymongo/_cmessagemodule.c -o build/temp.linux-x86_64-3.7/pymongo/_cmessagemodule.o gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -Ibson -I/usr/include/python3.7m -c bson/buffer.c -o build/temp.linux-x86_64-3.7/bson/buffer.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.7/pymongo/_cmessagemodule.o build/temp.linux-x86_64-3.7/bson/buffer.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/pymongo/_cmessage.cpython-37m-x86_64-linux-gnu.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DNHPT4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 + cd mongo-python-driver-3.7.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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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/python-pymongo-3.7.2-2.fc30.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/__init__.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/codec_options.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/objectid.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/min_key.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/son.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/raw_bson.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/_cbson.cpython-37m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/int64.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/json_util.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/binary.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/timestamp.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/decimal128.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/regex.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/dbref.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/max_key.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/py3compat.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/errors.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/code.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson copying build/lib.linux-x86_64-3.7/bson/tz_util.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs copying build/lib.linux-x86_64-3.7/gridfs/__init__.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs copying build/lib.linux-x86_64-3.7/gridfs/grid_file.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs copying build/lib.linux-x86_64-3.7/gridfs/errors.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs creating /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/cursor.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/__init__.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/monotonic.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/read_preferences.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/_cmessage.cpython-37m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/write_concern.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/operations.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/monitor.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/pool.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/cursor_manager.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/settings.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/server_description.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/saslprep.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/response.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/command_cursor.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/common.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/server_type.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/network.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/topology.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/mongo_client.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/server_selectors.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/son_manipulator.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/compression_support.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/auth.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/message.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/client_session.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/ssl_support.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/read_concern.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/client_options.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/uri_parser.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/mongo_replica_set_client.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/monitoring.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/topology_description.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/periodic_executor.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/thread_util.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/collection.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/ssl_context.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/bulk.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/change_stream.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/database.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/results.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/driver_info.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/helpers.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/collation.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/errors.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/ismaster.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/server.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo copying build/lib.linux-x86_64-3.7/pymongo/max_staleness_selectors.py -> /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/codec_options.py to codec_options.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/objectid.py to objectid.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/min_key.py to min_key.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/son.py to son.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/raw_bson.py to raw_bson.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/int64.py to int64.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/json_util.py to json_util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/binary.py to binary.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/timestamp.py to timestamp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/decimal128.py to decimal128.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/regex.py to regex.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/dbref.py to dbref.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/max_key.py to max_key.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/py3compat.py to py3compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/errors.py to errors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/code.py to code.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/tz_util.py to tz_util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs/grid_file.py to grid_file.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/gridfs/errors.py to errors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/cursor.py to cursor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/monotonic.py to monotonic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/read_preferences.py to read_preferences.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/write_concern.py to write_concern.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/operations.py to operations.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/monitor.py to monitor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/pool.py to pool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/cursor_manager.py to cursor_manager.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/settings.py to settings.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/server_description.py to server_description.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/saslprep.py to saslprep.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/response.py to response.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/command_cursor.py to command_cursor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/server_type.py to server_type.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/network.py to network.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/topology.py to topology.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/mongo_client.py to mongo_client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/server_selectors.py to server_selectors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/son_manipulator.py to son_manipulator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/compression_support.py to compression_support.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/auth.py to auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/message.py to message.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/client_session.py to client_session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/ssl_support.py to ssl_support.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/read_concern.py to read_concern.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/client_options.py to client_options.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/uri_parser.py to uri_parser.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/mongo_replica_set_client.py to mongo_replica_set_client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/monitoring.py to monitoring.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/topology_description.py to topology_description.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/periodic_executor.py to periodic_executor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/thread_util.py to thread_util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/collection.py to collection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/ssl_context.py to ssl_context.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/bulk.py to bulk.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/change_stream.py to change_stream.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/database.py to database.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/results.py to results.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/driver_info.py to driver_info.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/collation.py to collation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/errors.py to errors.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/ismaster.py to ismaster.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/max_staleness_selectors.py to max_staleness_selectors.cpython-37.pyc writing byte-compilation script '/tmp/tmp77deonkm.py' /usr/bin/python3 /tmp/tmp77deonkm.py removing /tmp/tmp77deonkm.py running install_egg_info running egg_info creating pymongo.egg-info writing pymongo.egg-info/PKG-INFO writing dependency_links to pymongo.egg-info/dependency_links.txt writing requirements to pymongo.egg-info/requires.txt writing top-level names to pymongo.egg-info/top_level.txt writing manifest file 'pymongo.egg-info/SOURCES.txt' reading manifest file 'pymongo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pymongo.egg-info/SOURCES.txt' Copying pymongo.egg-info to /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo-3.7.2-py3.7.egg-info running install_scripts + chmod 755 /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/_cbson.cpython-37m-x86_64-linux-gnu.so + chmod 755 /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/_cmessage.cpython-37m-x86_64-linux-gnu.so + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 3.7.2-2.fc30 --unique-debug-suffix -3.7.2-2.fc30.x86_64 --unique-debug-src-base python-pymongo-3.7.2-2.fc30.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/mongo-python-driver-3.7.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/_cbson.cpython-37m-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/_cmessage.cpython-37m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/bson/_cbson.cpython-37m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7/site-packages/pymongo/_cmessage.cpython-37m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 394 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-pymongo-doc-3.7.2-2.fc30.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Hiemz7 + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python-pymongo-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python-pymongo-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python-pymongo-doc + exit 0 Provides: python-pymongo-doc = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-bson-3.7.2-2.fc30.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.g59qia + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + DOCDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-bson + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-bson + cp -pr README.rst /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-bson + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tjJA2c + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-bson + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-bson + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-bson + exit 0 Provides: python3-bson = 3.7.2-2.fc30 python3-bson(x86-64) = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python3-pymongo-3.7.2-2.fc30.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DWd99g + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + DOCDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo + cp -pr README.rst /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tUROjl + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo + exit 0 Provides: python3-pymongo = 3.7.2-2.fc30 python3-pymongo(x86-64) = 3.7.2-2.fc30 python3.7dist(pymongo) = 3.7.2 python3dist(pymongo) = 3.7.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python3-pymongo-gridfs-3.7.2-2.fc30.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.e5MzXt + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + DOCDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo-gridfs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo-gridfs + cp -pr README.rst /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/doc/python3-pymongo-gridfs + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RLvoCC + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo-gridfs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo-gridfs + cp -pr LICENSE /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64/usr/share/licenses/python3-pymongo-gridfs + exit 0 Provides: python3-pymongo-gridfs = 3.7.2-2.fc30 python3-pymongo-gridfs(x86-64) = 3.7.2-2.fc30 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: python(abi) = 3.7 Processing files: python-pymongo-debugsource-3.7.2-2.fc30.x86_64 Provides: python-pymongo-debugsource = 3.7.2-2.fc30 python-pymongo-debugsource(x86-64) = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-pymongo-debuginfo-3.7.2-2.fc30.x86_64 Provides: python-pymongo-debuginfo = 3.7.2-2.fc30 python-pymongo-debuginfo(x86-64) = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pymongo-debugsource(x86-64) = 3.7.2-2.fc30 Processing files: python3-bson-debuginfo-3.7.2-2.fc30.x86_64 Provides: debuginfo(build-id) = b1a35d72bb96196c23ae13358c6bbde9970ac444 python3-bson-debuginfo = 3.7.2-2.fc30 python3-bson-debuginfo(x86-64) = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pymongo-debugsource(x86-64) = 3.7.2-2.fc30 Processing files: python3-pymongo-debuginfo-3.7.2-2.fc30.x86_64 Provides: debuginfo(build-id) = 005e36f0d66395030fa0ee4a1251d3d51b8a8b78 python3-pymongo-debuginfo = 3.7.2-2.fc30 python3-pymongo-debuginfo(x86-64) = 3.7.2-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pymongo-debugsource(x86-64) = 3.7.2-2.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 Wrote: /builddir/build/RPMS/python-pymongo-doc-3.7.2-2.fc30.noarch.rpm Wrote: /builddir/build/RPMS/python3-bson-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python3-pymongo-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python3-pymongo-gridfs-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python-pymongo-debugsource-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python-pymongo-debuginfo-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python3-bson-debuginfo-3.7.2-2.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python3-pymongo-debuginfo-3.7.2-2.fc30.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bqqJFM + umask 022 + cd /builddir/build/BUILD + cd mongo-python-driver-3.7.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pymongo-3.7.2-2.fc30.x86_64 + exit 0 Child return code was: 0