Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-peewee.spec'], chrootPath='/var/lib/mock/822295-fedora-rawhide-x86_64-1541806385.532238/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.9kqco3pq:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'de95975df490427490e7bc10b0fc0e51', '-D', '/var/lib/mock/822295-fedora-rawhide-x86_64-1541806385.532238/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.9kqco3pq:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-peewee.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-peewee-3.7.1-1.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-peewee.spec'], chrootPath='/var/lib/mock/822295-fedora-rawhide-x86_64-1541806385.532238/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.9kqco3pq:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6af321c1f9074c0b97d47179d5280abc', '-D', '/var/lib/mock/822295-fedora-rawhide-x86_64-1541806385.532238/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.9kqco3pq:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-peewee.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tDIyZV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf peewee-3.7.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/peewee-3.7.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd peewee-3.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf peewee.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.flmGmt + umask 022 + cd /builddir/build/BUILD + cd peewee-3.7.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 -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 copying peewee.py -> build/lib.linux-x86_64-3.7 copying pwiz.py -> build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/playhouse copying playhouse/postgres_ext.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/hybrid.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/sqlcipher_ext.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/test_utils.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/fields.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/sqlite_ext.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/__init__.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/db_url.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/migrate.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/kv.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/shortcuts.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/sqlite_udf.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/pool.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/mysql_ext.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/flask_utils.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/reflection.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/apsw_ext.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/sqliteq.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/dataset.py -> build/lib.linux-x86_64-3.7/playhouse copying playhouse/signals.py -> build/lib.linux-x86_64-3.7/playhouse running build_ext building 'playhouse._speedups' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/playhouse 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 -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 -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 -I/usr/include/python3.7m -c playhouse/_speedups.c -o build/temp.linux-x86_64-3.7/playhouse/_speedups.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -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/playhouse/_speedups.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/playhouse/_speedups.cpython-37m-x86_64-linux-gnu.so building 'playhouse._sqlite_udf' extension 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 -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 -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 -I/usr/include/python3.7m -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-3.7/playhouse/_sqlite_udf.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -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/playhouse/_sqlite_udf.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/playhouse/_sqlite_udf.cpython-37m-x86_64-linux-gnu.so building 'playhouse._sqlite_ext' extension 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 -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 -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 -I/usr/include/python3.7m -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-3.7/playhouse/_sqlite_ext.o BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext_pwBestIndex’: BUILDSTDERR: playhouse/_sqlite_ext.c:5015:25: warning: assignment to ‘struct __pyx_t_9playhouse_11_sqlite_ext_sqlite3_index_constraint *’ from incompatible pointer type ‘struct sqlite3_index_constraint *’ [-Wincompatible-pointer-types] BUILDSTDERR: __pyx_v_pConstraint = (&(__pyx_v_pIdxInfo->aConstraint[__pyx_v_i])); BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext_18_TableFunctionImpl_create_module’: BUILDSTDERR: playhouse/_sqlite_ext.c:5519:33: warning: assignment to ‘int (*)(sqlite3 *, void *, int, const char * const*, sqlite3_vtab **, char **)’ {aka ‘int (*)(struct sqlite3 *, void *, int, const char * const*, struct sqlite3_vtab **, char **)’} from incompatible pointer type ‘int (*)(sqlite3 *, void *, int, char **, sqlite3_vtab **, char **)’ {aka ‘int (*)(struct sqlite3 *, void *, int, char **, struct sqlite3_vtab **, char **)’} [-Wincompatible-pointer-types] BUILDSTDERR: __pyx_v_self->module.xConnect = __pyx_f_9playhouse_11_sqlite_ext_pwConnect; BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_8set_update_hook’: BUILDSTDERR: playhouse/_sqlite_ext.c:16566:49: warning: passing argument 2 of ‘sqlite3_update_hook’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: sqlite3_update_hook(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__update_callback, ((void *)__pyx_v_fn)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from playhouse/_sqlite_ext.c:531: BUILDSTDERR: /usr/include/sqlite3.h:5863:18: note: expected ‘void (*)(void *, int, const char *, const char *, sqlite3_int64)’ {aka ‘void (*)(void *, int, const char *, const char *, long long int)’} but argument is of type ‘void (*)(void *, int, char *, char *, sqlite3_int64)’ {aka ‘void (*)(void *, int, char *, char *, long long int)’} BUILDSTDERR: SQLITE_API void *sqlite3_update_hook( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_10set_busy_handler’: BUILDSTDERR: playhouse/_sqlite_ext.c:16678:108: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: sqlite3_busy_handler(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler, ((void *)__pyx_v_n)); BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler’: BUILDSTDERR: playhouse/_sqlite_ext.c:18608:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] BUILDSTDERR: __pyx_v_busyTimeout = ((int)__pyx_v_ptr); BUILDSTDERR: ^ BUILDSTDERR: At top level: BUILDSTDERR: playhouse/_sqlite_ext.c:6501:18: warning: ‘__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime’ defined but not used [-Wunused-function] BUILDSTDERR: static PyObject *__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime(PyObject *__pyx_v_lookup, PyObject *__pyx_v_date_str) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -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/playhouse/_sqlite_ext.o -L/usr/lib64 -lsqlite3 -lpython3.7m -o build/lib.linux-x86_64-3.7/playhouse/_sqlite_ext.cpython-37m-x86_64-linux-gnu.so running build_scripts creating build/scripts-3.7 copying and adjusting pwiz.py -> build/scripts-3.7 changing mode of build/scripts-3.7/pwiz.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aF8qvo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 + cd peewee-3.7.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 -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-peewee-3.7.1-1.fc30.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/_sqlite_ext.cpython-37m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/_sqlite_udf.cpython-37m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/_speedups.cpython-37m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/signals.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/dataset.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/sqliteq.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/apsw_ext.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/reflection.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/flask_utils.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/mysql_ext.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/pool.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/sqlite_udf.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/shortcuts.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/kv.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/migrate.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/db_url.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/__init__.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/sqlite_ext.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/fields.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/test_utils.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/sqlcipher_ext.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/hybrid.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/playhouse/postgres_ext.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse copying build/lib.linux-x86_64-3.7/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages copying build/lib.linux-x86_64-3.7/peewee.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/signals.py to signals.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/dataset.py to dataset.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/sqliteq.py to sqliteq.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/apsw_ext.py to apsw_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/reflection.py to reflection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/flask_utils.py to flask_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/mysql_ext.py to mysql_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/pool.py to pool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/sqlite_udf.py to sqlite_udf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/shortcuts.py to shortcuts.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/kv.py to kv.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/migrate.py to migrate.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/db_url.py to db_url.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/sqlite_ext.py to sqlite_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/fields.py to fields.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/sqlcipher_ext.py to sqlcipher_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/hybrid.py to hybrid.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/postgres_ext.py to postgres_ext.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/pwiz.py to pwiz.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/peewee.py to peewee.cpython-37.pyc writing byte-compilation script '/tmp/tmpm4y2qw5i.py' /usr/bin/python3 /tmp/tmpm4y2qw5i.py removing /tmp/tmpm4y2qw5i.py running install_egg_info running egg_info creating peewee.egg-info writing peewee.egg-info/PKG-INFO writing dependency_links to peewee.egg-info/dependency_links.txt writing top-level names to peewee.egg-info/top_level.txt writing manifest file 'peewee.egg-info/SOURCES.txt' reading manifest file 'peewee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'tests.py' BUILDSTDERR: warning: no files found matching 'playhouse/pskel' BUILDSTDERR: warning: no files found matching 'playhouse/tests/README' writing manifest file 'peewee.egg-info/SOURCES.txt' Copying peewee.egg-info to /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/peewee-3.7.1-py3.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/bin copying build/scripts-3.7/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/bin/pwiz.py to 755 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.7.1-1.fc30 --unique-debug-suffix -3.7.1-1.fc30.x86_64 --unique-debug-src-base python-peewee-3.7.1-1.fc30.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/peewee-3.7.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_speedups.cpython-37m-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_sqlite_udf.cpython-37m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_speedups.cpython-37m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_sqlite_udf.cpython-37m-x86_64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_sqlite_ext.cpython-37m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/lib64/python3.7/site-packages/playhouse/_sqlite_ext.cpython-37m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 2872 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /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/python-peewee-3.7.1-1.fc30.x86_64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-peewee-3.7.1-1.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ewWKzo + umask 022 + cd /builddir/build/BUILD + cd peewee-3.7.1 + /usr/bin/python3 setup.py test running test running egg_info writing peewee.egg-info/PKG-INFO writing dependency_links to peewee.egg-info/dependency_links.txt writing top-level names to peewee.egg-info/top_level.txt reading manifest file 'peewee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'tests.py' BUILDSTDERR: warning: no files found matching 'playhouse/pskel' BUILDSTDERR: warning: no files found matching 'playhouse/tests/README' writing manifest file 'peewee.egg-info/SOURCES.txt' running build_ext building 'playhouse._speedups' extension gcc -pthread -Wno-unused-result -Wsign-compare -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 -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 -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 -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -fPIC -I/usr/include/python3.7m -c playhouse/_speedups.c -o build/temp.linux-x86_64-3.7/playhouse/_speedups.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g build/temp.linux-x86_64-3.7/playhouse/_speedups.o -L/usr/lib64 -lpython3.7m -o /builddir/build/BUILD/peewee-3.7.1/playhouse/_speedups.cpython-37m-x86_64-linux-gnu.so building 'playhouse._sqlite_udf' extension gcc -pthread -Wno-unused-result -Wsign-compare -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 -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 -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 -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -fPIC -I/usr/include/python3.7m -c playhouse/_sqlite_udf.c -o build/temp.linux-x86_64-3.7/playhouse/_sqlite_udf.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g build/temp.linux-x86_64-3.7/playhouse/_sqlite_udf.o -L/usr/lib64 -lpython3.7m -o /builddir/build/BUILD/peewee-3.7.1/playhouse/_sqlite_udf.cpython-37m-x86_64-linux-gnu.so building 'playhouse._sqlite_ext' extension gcc -pthread -Wno-unused-result -Wsign-compare -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 -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 -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 -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -fPIC -I/usr/include/python3.7m -c playhouse/_sqlite_ext.c -o build/temp.linux-x86_64-3.7/playhouse/_sqlite_ext.o BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext_pwBestIndex’: BUILDSTDERR: playhouse/_sqlite_ext.c:5015:25: warning: assignment to ‘struct __pyx_t_9playhouse_11_sqlite_ext_sqlite3_index_constraint *’ from incompatible pointer type ‘struct sqlite3_index_constraint *’ [-Wincompatible-pointer-types] BUILDSTDERR: __pyx_v_pConstraint = (&(__pyx_v_pIdxInfo->aConstraint[__pyx_v_i])); BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext_18_TableFunctionImpl_create_module’: BUILDSTDERR: playhouse/_sqlite_ext.c:5519:33: warning: assignment to ‘int (*)(sqlite3 *, void *, int, const char * const*, sqlite3_vtab **, char **)’ {aka ‘int (*)(struct sqlite3 *, void *, int, const char * const*, struct sqlite3_vtab **, char **)’} from incompatible pointer type ‘int (*)(sqlite3 *, void *, int, char **, sqlite3_vtab **, char **)’ {aka ‘int (*)(struct sqlite3 *, void *, int, char **, struct sqlite3_vtab **, char **)’} [-Wincompatible-pointer-types] BUILDSTDERR: __pyx_v_self->module.xConnect = __pyx_f_9playhouse_11_sqlite_ext_pwConnect; BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_8set_update_hook’: BUILDSTDERR: playhouse/_sqlite_ext.c:16566:49: warning: passing argument 2 of ‘sqlite3_update_hook’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: sqlite3_update_hook(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__update_callback, ((void *)__pyx_v_fn)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from playhouse/_sqlite_ext.c:531: BUILDSTDERR: /usr/include/sqlite3.h:5863:18: note: expected ‘void (*)(void *, int, const char *, const char *, sqlite3_int64)’ {aka ‘void (*)(void *, int, const char *, const char *, long long int)’} but argument is of type ‘void (*)(void *, int, char *, char *, sqlite3_int64)’ {aka ‘void (*)(void *, int, char *, char *, long long int)’} BUILDSTDERR: SQLITE_API void *sqlite3_update_hook( BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_pf_9playhouse_11_sqlite_ext_16ConnectionHelper_10set_busy_handler’: BUILDSTDERR: playhouse/_sqlite_ext.c:16678:108: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] BUILDSTDERR: sqlite3_busy_handler(__pyx_v_self->conn->db, __pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler, ((void *)__pyx_v_n)); BUILDSTDERR: ^ BUILDSTDERR: playhouse/_sqlite_ext.c: In function ‘__pyx_f_9playhouse_11_sqlite_ext__aggressive_busy_handler’: BUILDSTDERR: playhouse/_sqlite_ext.c:18608:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] BUILDSTDERR: __pyx_v_busyTimeout = ((int)__pyx_v_ptr); BUILDSTDERR: ^ BUILDSTDERR: At top level: BUILDSTDERR: playhouse/_sqlite_ext.c:6501:18: warning: ‘__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime’ defined but not used [-Wunused-function] BUILDSTDERR: static PyObject *__pyx_f_9playhouse_11_sqlite_ext_validate_and_format_datetime(PyObject *__pyx_v_lookup, PyObject *__pyx_v_date_str) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g build/temp.linux-x86_64-3.7/playhouse/_sqlite_ext.o -L/usr/lib64 -lsqlite3 -lpython3.7m -o /builddir/build/BUILD/peewee-3.7.1/playhouse/_sqlite_ext.cpython-37m-x86_64-linux-gnu.so BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 0 tests in 0.000s BUILDSTDERR: OK + exit 0 Processing files: python3-peewee-3.7.1-1.fc30.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Wl6nk6 + umask 022 + cd /builddir/build/BUILD + cd peewee-3.7.1 + DOCDIR=/builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/doc/python3-peewee + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/doc/python3-peewee + cp -pr playhouse/README.md /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/doc/python3-peewee + cp -pr README.rst /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/doc/python3-peewee + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jF0f6N + umask 022 + cd /builddir/build/BUILD + cd peewee-3.7.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/licenses/python3-peewee + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/licenses/python3-peewee + cp -pr LICENSE /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64/usr/share/licenses/python3-peewee + exit 0 Provides: python3-peewee = 3.7.1-1.fc30 python3-peewee(x86-64) = 3.7.1-1.fc30 python3.7dist(peewee) = 3.7.1 python3dist(peewee) = 3.7.1 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 libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libsqlite3.so.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-peewee-debugsource-3.7.1-1.fc30.x86_64 Provides: python-peewee-debugsource = 3.7.1-1.fc30 python-peewee-debugsource(x86-64) = 3.7.1-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-peewee-debuginfo-3.7.1-1.fc30.x86_64 Provides: debuginfo(build-id) = 04454d9d8499ca8f6663a996287c5338d9116535 debuginfo(build-id) = 141816704602d970313de1571919a565c285fef7 debuginfo(build-id) = 36c43dc9a54d53019c667d44534809fb92bae274 python3-peewee-debuginfo = 3.7.1-1.fc30 python3-peewee-debuginfo(x86-64) = 3.7.1-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-peewee-debugsource(x86-64) = 3.7.1-1.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 Wrote: /builddir/build/RPMS/python3-peewee-3.7.1-1.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python-peewee-debugsource-3.7.1-1.fc30.x86_64.rpm Wrote: /builddir/build/RPMS/python3-peewee-debuginfo-3.7.1-1.fc30.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dBQuLz + umask 022 + cd /builddir/build/BUILD + cd peewee-3.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-peewee-3.7.1-1.fc30.x86_64 + exit 0 Child return code was: 0