+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-peewee.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8055u6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf peewee-2.10.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/2.10.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd peewee-2.10.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '1s=^#!/usr/bin/\(python\|env python.*\)$=#!/usr/bin/python3=' pwiz.py playhouse/pskel + chmod -x runtests.py examples/analytics/run_example.py examples/twitter/run_example.py + sed -i 1d runtests.py + sed -i 1d examples/analytics/run_example.py + sed -i 1d examples/twitter/run_example.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XkQ9iD + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.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 ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-riscv64-2.7 copying peewee.py -> build/lib.linux-riscv64-2.7 copying pwiz.py -> build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/playhouse copying playhouse/djpeewee.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/hybrid.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/sqlite_udf.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/db_url.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/kv.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/csv_loader.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/apsw_ext.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/sqliteq.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/gfk.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/migrate.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/shortcuts.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/pool.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/sqlite_ext.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/flask_utils.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/dataset.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/test_utils.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/read_slave.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/sqlcipher_ext.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/berkeleydb.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/csv_utils.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/reflection.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/signals.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/__init__.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/postgres_ext.py -> build/lib.linux-riscv64-2.7/playhouse copying playhouse/fields.py -> build/lib.linux-riscv64-2.7/playhouse running build_ext cythoning playhouse/_speedups.pyx to playhouse/_speedups.c building 'playhouse._speedups' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/playhouse gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -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 -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 -fPIC -I/usr/include/python2.7 -c playhouse/_speedups.c -o build/temp.linux-riscv64-2.7/playhouse/_speedups.o gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/playhouse/_speedups.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/playhouse/_speedups.so cythoning playhouse/_sqlite_udf.pyx to playhouse/_sqlite_udf.c building 'playhouse._sqlite_udf' extension gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -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 -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 -fPIC -I/usr/include/python2.7 -c playhouse/_sqlite_udf.c -o build/temp.linux-riscv64-2.7/playhouse/_sqlite_udf.o gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/playhouse/_sqlite_udf.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/playhouse/_sqlite_udf.so cythoning playhouse/_sqlite_ext.pyx to playhouse/_sqlite_ext.c building 'playhouse._sqlite_ext' extension gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -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 -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 -fPIC -I/usr/include/python2.7 -c playhouse/_sqlite_ext.c -o build/temp.linux-riscv64-2.7/playhouse/_sqlite_ext.o gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/playhouse/_sqlite_ext.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/playhouse/_sqlite_ext.so running build_scripts creating build/scripts-2.7 copying and adjusting pwiz.py -> build/scripts-2.7 copying and adjusting playhouse/pskel -> build/scripts-2.7 changing mode of build/scripts-2.7/pwiz.py from 644 to 755 changing mode of build/scripts-2.7/pskel from 644 to 755 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-riscv64-3.6 copying peewee.py -> build/lib.linux-riscv64-3.6 copying pwiz.py -> build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/playhouse copying playhouse/djpeewee.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/hybrid.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/sqlite_udf.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/db_url.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/kv.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/csv_loader.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/apsw_ext.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/sqliteq.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/gfk.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/migrate.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/shortcuts.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/pool.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/sqlite_ext.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/flask_utils.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/dataset.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/test_utils.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/read_slave.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/sqlcipher_ext.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/berkeleydb.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/csv_utils.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/reflection.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/signals.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/__init__.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/postgres_ext.py -> build/lib.linux-riscv64-3.6/playhouse copying playhouse/fields.py -> build/lib.linux-riscv64-3.6/playhouse running build_ext skipping 'playhouse/_speedups.c' Cython extension (up-to-date) building 'playhouse._speedups' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/playhouse gcc -pthread -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 -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 -fPIC -I/usr/include/python3.6m -c playhouse/_speedups.c -o build/temp.linux-riscv64-3.6/playhouse/_speedups.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/playhouse/_speedups.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/playhouse/_speedups.cpython-36m-riscv64-linux-gnu.so skipping 'playhouse/_sqlite_udf.c' Cython extension (up-to-date) building 'playhouse._sqlite_udf' extension gcc -pthread -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 -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 -fPIC -I/usr/include/python3.6m -c playhouse/_sqlite_udf.c -o build/temp.linux-riscv64-3.6/playhouse/_sqlite_udf.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/playhouse/_sqlite_udf.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/playhouse/_sqlite_udf.cpython-36m-riscv64-linux-gnu.so skipping 'playhouse/_sqlite_ext.c' Cython extension (up-to-date) building 'playhouse._sqlite_ext' extension gcc -pthread -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 -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 -fPIC -I/usr/include/python3.6m -c playhouse/_sqlite_ext.c -o build/temp.linux-riscv64-3.6/playhouse/_sqlite_ext.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/playhouse/_sqlite_ext.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/playhouse/_sqlite_ext.cpython-36m-riscv64-linux-gnu.so running build_scripts creating build/scripts-3.6 copying and adjusting pwiz.py -> build/scripts-3.6 copying and adjusting playhouse/pskel -> build/scripts-3.6 changing mode of build/scripts-3.6/pwiz.py from 644 to 755 changing mode of build/scripts-3.6/pskel from 644 to 755 + sleep 1 + sphinx-build-3 docs html Running Sphinx v1.6.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 13 source files that are out of date updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] index reading sources... [ 15%] peewee/api reading sources... [ 23%] peewee/contributing reading sources... [ 30%] peewee/database reading sources... [ 38%] peewee/example reading sources... [ 46%] peewee/hacks reading sources... [ 53%] peewee/installation reading sources... [ 61%] peewee/models reading sources... [ 69%] peewee/more-resources reading sources... [ 76%] peewee/playhouse reading sources... [ 84%] peewee/querying reading sources... [ 92%] peewee/quickstart reading sources... [100%] peewee/transactions /builddir/build/BUILD/peewee-2.10.2/docs/peewee/example.rst:4: WARNING: Duplicate explicit target name: "companion blog post". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "sqlite documentation". /builddir/build/BUILD/peewee-2.10.2/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "blog post". looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] index writing output... [ 15%] peewee/api writing output... [ 23%] peewee/contributing writing output... [ 30%] peewee/database writing output... [ 38%] peewee/example writing output... [ 46%] peewee/hacks writing output... [ 53%] peewee/installation writing output... [ 61%] peewee/models writing output... [ 69%] peewee/more-resources writing output... [ 76%] peewee/playhouse writing output... [ 84%] peewee/querying writing output... [ 92%] peewee/quickstart writing output... [100%] peewee/transactions generating indices... genindex writing additional pages... search copying images... [ 16%] peewee-logo.png copying images... [ 33%] postgresql.png copying images... [ 50%] mysql.png copying images... [ 66%] sqlite.png copying images... [ 83%] peewee/tweepee.jpg copying images... [100%] peewee/schema.jpg copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 10 warnings. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.orMc37 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 + cd peewee-2.10.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 ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/peewee.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/djpeewee.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/hybrid.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/sqlite_udf.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/db_url.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/kv.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/csv_loader.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/apsw_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/_sqlite_ext.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/sqliteq.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/gfk.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/migrate.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/shortcuts.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/pool.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/sqlite_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/_sqlite_udf.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/flask_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/dataset.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/test_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/read_slave.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/sqlcipher_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/_speedups.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/berkeleydb.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/csv_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/reflection.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/signals.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/__init__.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/postgres_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/playhouse/fields.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse copying build/lib.linux-riscv64-2.7/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/peewee.py to peewee.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/djpeewee.py to djpeewee.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/hybrid.py to hybrid.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/sqlite_udf.py to sqlite_udf.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/db_url.py to db_url.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/kv.py to kv.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/csv_loader.py to csv_loader.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/apsw_ext.py to apsw_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/sqliteq.py to sqliteq.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/gfk.py to gfk.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/migrate.py to migrate.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/shortcuts.py to shortcuts.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/sqlite_ext.py to sqlite_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/flask_utils.py to flask_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/dataset.py to dataset.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/read_slave.py to read_slave.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/sqlcipher_ext.py to sqlcipher_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/berkeleydb.py to berkeleydb.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/csv_utils.py to csv_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/postgres_ext.py to postgres_ext.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/playhouse/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/pwiz.py to pwiz.pyc writing byte-compilation script '/tmp/tmpkHOMQm.py' /usr/bin/python2 -O /tmp/tmpkHOMQm.py removing /tmp/tmpkHOMQm.py running install_scripts creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin copying build/scripts-2.7/pskel -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin copying build/scripts-2.7/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pskel to 755 changing mode of /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pwiz.py to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/peewee-2.10.2-py2.7.egg-info + rm /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/pwiz.py /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/pwiz.pyc /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7/site-packages/pwiz.pyo + rm /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pwiz.py + 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 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages copying build/lib.linux-riscv64-3.6/peewee.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/djpeewee.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/hybrid.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/sqlite_udf.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/db_url.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/kv.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/csv_loader.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/apsw_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/_sqlite_ext.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/sqliteq.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/gfk.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/migrate.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/shortcuts.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/pool.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/sqlite_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/_sqlite_udf.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/_speedups.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/flask_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/dataset.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/test_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/read_slave.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/sqlcipher_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/berkeleydb.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/csv_utils.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/reflection.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/signals.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/__init__.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/postgres_ext.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/playhouse/fields.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse copying build/lib.linux-riscv64-3.6/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/peewee.py to peewee.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/djpeewee.py to djpeewee.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/hybrid.py to hybrid.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/sqlite_udf.py to sqlite_udf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/db_url.py to db_url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/kv.py to kv.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/csv_loader.py to csv_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/apsw_ext.py to apsw_ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/sqliteq.py to sqliteq.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/gfk.py to gfk.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/migrate.py to migrate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/shortcuts.py to shortcuts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/pool.py to pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/sqlite_ext.py to sqlite_ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/flask_utils.py to flask_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/dataset.py to dataset.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/read_slave.py to read_slave.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/sqlcipher_ext.py to sqlcipher_ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/berkeleydb.py to berkeleydb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/csv_utils.py to csv_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/reflection.py to reflection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/signals.py to signals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/postgres_ext.py to postgres_ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/playhouse/fields.py to fields.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/pwiz.py to pwiz.cpython-36.pyc writing byte-compilation script '/tmp/tmp0biht4ov.py' /usr/bin/python3 /tmp/tmp0biht4ov.py removing /tmp/tmp0biht4ov.py running install_scripts copying build/scripts-3.6/pskel -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin copying build/scripts-3.6/pwiz.py -> /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pskel to 755 changing mode of /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pwiz.py to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/peewee-2.10.2-py3.6.egg-info + rm /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/pwiz.py + rm /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/__pycache__/pwiz.cpython-36.opt-1.pyc /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6/site-packages/__pycache__/pwiz.cpython-36.pyc + mv /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pwiz.py /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/bin/pwiz + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/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-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-peewee-2.10.2-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GuvJ5s + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.2 + DOCDIR=/builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python2-peewee + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python2-peewee + cp -pr README.rst /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python2-peewee + cp -pr html /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python2-peewee + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jBK2F2 + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python2-peewee + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python2-peewee + cp -pr LICENSE /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python2-peewee + exit 0 Provides: python-peewee = 2.10.2-1.fc28 python-peewee(riscv-64) = 2.10.2-1.fc28 python2-peewee = 2.10.2-1.fc28 python2-peewee(riscv-64) = 2.10.2-1.fc28 python2.7dist(peewee) = 2.10.2 python2dist(peewee) = 2.10.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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-peewee < 2.10.2-1.fc28 Processing files: python3-peewee-2.10.2-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FtM1dv + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.2 + DOCDIR=/builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python3-peewee + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python3-peewee + cp -pr README.rst /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python3-peewee + cp -pr html /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/doc/python3-peewee + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YcED3x + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python3-peewee + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python3-peewee + cp -pr LICENSE /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64/usr/share/licenses/python3-peewee + exit 0 Provides: python3-peewee = 2.10.2-1.fc28 python3-peewee(riscv-64) = 2.10.2-1.fc28 python3.6dist(peewee) = 2.10.2 python3dist(peewee) = 2.10.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: /usr/bin/python3 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-peewee-2.10.2-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python2-peewee-2.10.2-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-peewee-2.10.2-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1oPGRi + umask 022 + cd /builddir/build/BUILD + cd peewee-2.10.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-peewee-2.10.2-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff