+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/python3-postgresql.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.AnIXVQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf fe-1.1.0
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/python3-postgresql-1.1.0.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd fe-1.1.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ESgPnS
+ umask 022
+ cd /builddir/build/BUILD
+ cd fe-1.1.0
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ /usr/bin/python3 setup.py build
running build
running build_py
creating build
creating build/lib.linux-riscv64-3.6
creating build/lib.linux-riscv64-3.6/postgresql
copying postgresql/copyman.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/temporal.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/versionstring.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/api.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/configfile.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/installation.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/message.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/__init__.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/pgpassfile.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/string.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/alock.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/iri.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/cluster.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/notifyman.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/exceptions.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/sys.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/clientparameters.py -> build/lib.linux-riscv64-3.6/postgresql
copying postgresql/project.py -> build/lib.linux-riscv64-3.6/postgresql
creating build/lib.linux-riscv64-3.6/postgresql/bin
copying postgresql/bin/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/bin
copying postgresql/bin/pg_dotconf.py -> build/lib.linux-riscv64-3.6/postgresql/bin
copying postgresql/bin/pg_python.py -> build/lib.linux-riscv64-3.6/postgresql/bin
creating build/lib.linux-riscv64-3.6/postgresql/encodings
copying postgresql/encodings/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/encodings
copying postgresql/encodings/aliases.py -> build/lib.linux-riscv64-3.6/postgresql/encodings
copying postgresql/encodings/bytea.py -> build/lib.linux-riscv64-3.6/postgresql/encodings
creating build/lib.linux-riscv64-3.6/postgresql/lib
copying postgresql/lib/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/lib
creating build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/buffer.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/version.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/xact3.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/pbuffer.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/element3.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/message_types.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
copying postgresql/protocol/client3.py -> build/lib.linux-riscv64-3.6/postgresql/protocol
creating build/lib.linux-riscv64-3.6/postgresql/driver
copying postgresql/driver/pq3.py -> build/lib.linux-riscv64-3.6/postgresql/driver
copying postgresql/driver/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/driver
copying postgresql/driver/dbapi20.py -> build/lib.linux-riscv64-3.6/postgresql/driver
creating build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/perf_copy_io.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_configfile.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_ssl_connect.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_python.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_iri.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_protocol.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_optimized.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_lib.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_bytea_codec.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_alock.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_connect.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_installation.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/perf_query_io.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_cluster.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_string.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_copyman.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_notifyman.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/testall.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_pgpassfile.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_exceptions.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_driver.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/support.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/cursor_integrity.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_dbapi20.py -> build/lib.linux-riscv64-3.6/postgresql/test
copying postgresql/test/test_types.py -> build/lib.linux-riscv64-3.6/postgresql/test
creating build/lib.linux-riscv64-3.6/postgresql/documentation
copying postgresql/documentation/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/documentation
creating build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/datetime.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/socket.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/decorlib.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/doc.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/command.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/string.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/element.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/msw.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/functools.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/structlib.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/itertools.py -> build/lib.linux-riscv64-3.6/postgresql/python
copying postgresql/python/os.py -> build/lib.linux-riscv64-3.6/postgresql/python
creating build/lib.linux-riscv64-3.6/postgresql/port
copying postgresql/port/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/port
copying postgresql/port/signal1_msw.py -> build/lib.linux-riscv64-3.6/postgresql/port
creating build/lib.linux-riscv64-3.6/postgresql/release
copying postgresql/release/distutils.py -> build/lib.linux-riscv64-3.6/postgresql/release
copying postgresql/release/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/release
creating build/lib.linux-riscv64-3.6/postgresql/resolved
copying postgresql/resolved/crypt.py -> build/lib.linux-riscv64-3.6/postgresql/resolved
copying postgresql/resolved/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/resolved
copying postgresql/resolved/riparse.py -> build/lib.linux-riscv64-3.6/postgresql/resolved
creating build/lib.linux-riscv64-3.6/postgresql/types
copying postgresql/types/bitwise.py -> build/lib.linux-riscv64-3.6/postgresql/types
copying postgresql/types/namedtuple.py -> build/lib.linux-riscv64-3.6/postgresql/types
copying postgresql/types/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/types
copying postgresql/types/geometry.py -> build/lib.linux-riscv64-3.6/postgresql/types
creating build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/builtins.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/__init__.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/contrib_hstore.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/pg_geometry.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/stdlib_xml_etree.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/pg_bitwise.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/stdlib_uuid.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/stdlib_datetime.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/stdlib_decimal.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/pg_system.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/pg_network.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/types/io/lib.py -> build/lib.linux-riscv64-3.6/postgresql/types/io
copying postgresql/lib/libsys.sql -> build/lib.linux-riscv64-3.6/postgresql/lib
running build_ext
building 'postgresql.port.optimized' extension
creating build/temp.linux-riscv64-3.6
creating build/temp.linux-riscv64-3.6/postgresql
creating build/temp.linux-riscv64-3.6/postgresql/port
creating build/temp.linux-riscv64-3.6/postgresql/port/_optimized
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 postgresql/port/_optimized/module.c -o build/temp.linux-riscv64-3.6/postgresql/port/_optimized/module.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/postgresql/port/_optimized/module.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/postgresql/port/optimized.cpython-36m-riscv64-linux-gnu.so
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PzkNcr
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
+ cd fe-1.1.0
+ rm -rf /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port
copying build/lib.linux-riscv64-3.6/postgresql/port/optimized.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port
copying build/lib.linux-riscv64-3.6/postgresql/port/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port
copying build/lib.linux-riscv64-3.6/postgresql/port/signal1_msw.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port
copying build/lib.linux-riscv64-3.6/postgresql/copyman.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/temporal.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/versionstring.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/api.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/configfile.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/buffer.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/version.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/xact3.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/pbuffer.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/element3.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/message_types.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
copying build/lib.linux-riscv64-3.6/postgresql/protocol/client3.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings
copying build/lib.linux-riscv64-3.6/postgresql/encodings/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings
copying build/lib.linux-riscv64-3.6/postgresql/encodings/aliases.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings
copying build/lib.linux-riscv64-3.6/postgresql/encodings/bytea.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings
copying build/lib.linux-riscv64-3.6/postgresql/installation.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/message.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/documentation
copying build/lib.linux-riscv64-3.6/postgresql/documentation/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/documentation
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin
copying build/lib.linux-riscv64-3.6/postgresql/bin/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin
copying build/lib.linux-riscv64-3.6/postgresql/bin/pg_dotconf.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin
copying build/lib.linux-riscv64-3.6/postgresql/bin/pg_python.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin
copying build/lib.linux-riscv64-3.6/postgresql/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved
copying build/lib.linux-riscv64-3.6/postgresql/resolved/crypt.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved
copying build/lib.linux-riscv64-3.6/postgresql/resolved/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved
copying build/lib.linux-riscv64-3.6/postgresql/resolved/riparse.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved
copying build/lib.linux-riscv64-3.6/postgresql/pgpassfile.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/string.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/perf_copy_io.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_configfile.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_ssl_connect.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_python.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_iri.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_protocol.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_optimized.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_lib.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_bytea_codec.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_alock.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_connect.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_installation.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/perf_query_io.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_cluster.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_string.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_copyman.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_notifyman.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/testall.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_pgpassfile.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_exceptions.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_driver.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/support.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/cursor_integrity.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_dbapi20.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
copying build/lib.linux-riscv64-3.6/postgresql/test/test_types.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/lib
copying build/lib.linux-riscv64-3.6/postgresql/lib/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/lib
copying build/lib.linux-riscv64-3.6/postgresql/lib/libsys.sql -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/lib
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types
copying build/lib.linux-riscv64-3.6/postgresql/types/bitwise.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/builtins.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/contrib_hstore.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/pg_geometry.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/stdlib_xml_etree.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/pg_bitwise.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/stdlib_uuid.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/stdlib_datetime.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/stdlib_decimal.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/pg_system.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/pg_network.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/io/lib.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io
copying build/lib.linux-riscv64-3.6/postgresql/types/namedtuple.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types
copying build/lib.linux-riscv64-3.6/postgresql/types/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types
copying build/lib.linux-riscv64-3.6/postgresql/types/geometry.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types
copying build/lib.linux-riscv64-3.6/postgresql/alock.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver
copying build/lib.linux-riscv64-3.6/postgresql/driver/pq3.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver
copying build/lib.linux-riscv64-3.6/postgresql/driver/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver
copying build/lib.linux-riscv64-3.6/postgresql/driver/dbapi20.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver
copying build/lib.linux-riscv64-3.6/postgresql/iri.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/cluster.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/notifyman.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/exceptions.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
copying build/lib.linux-riscv64-3.6/postgresql/sys.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/release
copying build/lib.linux-riscv64-3.6/postgresql/release/distutils.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/release
copying build/lib.linux-riscv64-3.6/postgresql/release/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/release
copying build/lib.linux-riscv64-3.6/postgresql/clientparameters.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
creating /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/datetime.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/socket.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/decorlib.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/doc.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/command.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/__init__.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/string.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/element.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/msw.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/functools.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/structlib.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/itertools.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/python/os.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python
copying build/lib.linux-riscv64-3.6/postgresql/project.py -> /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/port/signal1_msw.py to signal1_msw.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/copyman.py to copyman.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/temporal.py to temporal.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/versionstring.py to versionstring.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/api.py to api.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/configfile.py to configfile.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/buffer.py to buffer.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/version.py to version.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/xact3.py to xact3.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/pbuffer.py to pbuffer.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/element3.py to element3.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/message_types.py to message_types.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/protocol/client3.py to client3.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings/aliases.py to aliases.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/encodings/bytea.py to bytea.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/installation.py to installation.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/message.py to message.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/documentation/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin/pg_dotconf.py to pg_dotconf.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/bin/pg_python.py to pg_python.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved/crypt.py to crypt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/resolved/riparse.py to riparse.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/pgpassfile.py to pgpassfile.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/string.py to string.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/perf_copy_io.py to perf_copy_io.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_configfile.py to test_configfile.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_ssl_connect.py to test_ssl_connect.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_python.py to test_python.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_iri.py to test_iri.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_protocol.py to test_protocol.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_optimized.py to test_optimized.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_lib.py to test_lib.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_bytea_codec.py to test_bytea_codec.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_alock.py to test_alock.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_connect.py to test_connect.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_installation.py to test_installation.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/perf_query_io.py to perf_query_io.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_cluster.py to test_cluster.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_string.py to test_string.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_copyman.py to test_copyman.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_notifyman.py to test_notifyman.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/testall.py to testall.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_pgpassfile.py to test_pgpassfile.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_exceptions.py to test_exceptions.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_driver.py to test_driver.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/support.py to support.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/cursor_integrity.py to cursor_integrity.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_dbapi20.py to test_dbapi20.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/test/test_types.py to test_types.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/lib/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/bitwise.py to bitwise.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/builtins.py to builtins.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/contrib_hstore.py to contrib_hstore.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/pg_geometry.py to pg_geometry.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/stdlib_xml_etree.py to stdlib_xml_etree.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/pg_bitwise.py to pg_bitwise.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/stdlib_uuid.py to stdlib_uuid.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/stdlib_datetime.py to stdlib_datetime.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/stdlib_decimal.py to stdlib_decimal.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/pg_system.py to pg_system.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/pg_network.py to pg_network.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/io/lib.py to lib.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/namedtuple.py to namedtuple.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/types/geometry.py to geometry.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/alock.py to alock.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver/pq3.py to pq3.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/driver/dbapi20.py to dbapi20.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/iri.py to iri.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/cluster.py to cluster.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/notifyman.py to notifyman.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/exceptions.py to exceptions.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/sys.py to sys.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/release/distutils.py to distutils.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/release/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/clientparameters.py to clientparameters.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/datetime.py to datetime.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/socket.py to socket.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/decorlib.py to decorlib.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/doc.py to doc.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/command.py to command.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/string.py to string.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/element.py to element.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/msw.py to msw.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/functools.py to functools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/structlib.py to structlib.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/itertools.py to itertools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/python/os.py to os.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/postgresql/project.py to project.cpython-36.pyc
writing byte-compilation script '/tmp/tmp57heompl.py'
/usr/bin/python3 /tmp/tmp57heompl.py
removing /tmp/tmp57heompl.py
running install_egg_info
Writing /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6/site-packages/py_postgresql-1.1.0-py3.6.egg-info
+ /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/python3-postgresql-1.1.0-12.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python3-postgresql-1.1.0-12.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2KBNZA
+ umask 022
+ cd /builddir/build/BUILD
+ cd fe-1.1.0
+ DOCDIR=/builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/share/doc/python3-postgresql
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/share/doc/python3-postgresql
+ cp -pr AUTHORS /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/share/doc/python3-postgresql
+ cp -pr LICENSE /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/share/doc/python3-postgresql
+ cp -pr README /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64/usr/share/doc/python3-postgresql
+ exit 0
Provides: python3-postgresql = 1.1.0-12.fc28 python3-postgresql(riscv-64) = 1.1.0-12.fc28 python3.6dist(py-postgresql) = 1.1.0 python3dist(py-postgresql) = 1.1.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: 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/python3-postgresql-1.1.0-12.fc28.riscv64
Wrote: /builddir/build/SRPMS/python3-postgresql-1.1.0-12.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/python3-postgresql-1.1.0-12.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4boNKu
+ umask 022
+ cd /builddir/build/BUILD
+ cd fe-1.1.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python3-postgresql-1.1.0-12.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff