Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-apsw.spec'], chrootPath='/var/lib/mock/f31-build-100788-33299/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-apsw.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/python-apsw-3.28.0.r1-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-apsw.spec'], chrootPath='/var/lib/mock/f31-build-100788-33299/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-apsw.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: line 49: Possible unexpanded macro in: Obsoletes: python-%{srcname} < 3.28.0.r1-3.fc31 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0zHOBC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf apsw-3.28.0-r1 + /usr/bin/unzip -qq /builddir/build/SOURCES/apsw-3.28.0-r1.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd apsw-3.28.0-r1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-py3.8-avoid-invalid-escapes.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0002-Skip-one-test-on-python3.8.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -f doc/.buildinfo + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z9pZdB + umask 022 + cd /builddir/build/BUILD + cd apsw-3.28.0-r1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: In file included from src/apsw.c:141: BUILDSTDERR: src/connection.c: In function ‘set_context_result’: BUILDSTDERR: src/connection.c:1939:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1939 | if (PyObject_CheckReadBuffer(obj)) BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:480:17: note: declared here BUILDSTDERR: 480 | PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:141: BUILDSTDERR: src/connection.c:1943:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1943 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:147: BUILDSTDERR: src/blob.c: In function ‘APSWBlob_readinto’: BUILDSTDERR: src/blob.c:404:3: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 404 | aswb=PyObject_AsWriteBuffer(wbuf, &buffer, &bufsize); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:500:17: note: declared here BUILDSTDERR: 500 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:147: BUILDSTDERR: src/blob.c: In function ‘APSWBlob_write’: BUILDSTDERR: src/blob.c:532:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 532 | if(!PyUnicode_Check(obj) && PyObject_CheckReadBuffer(obj)) BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:480:17: note: declared here BUILDSTDERR: 480 | PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:147: BUILDSTDERR: src/blob.c:534:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 534 | int asrb=PyObject_AsReadBuffer(obj, &buffer, &size); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:150: BUILDSTDERR: src/cursor.c: In function ‘APSWCursor_dobinding’: BUILDSTDERR: src/cursor.c:558:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 558 | else if (PyObject_CheckReadBuffer(obj)) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:480:17: note: declared here BUILDSTDERR: 480 | PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:150: BUILDSTDERR: src/cursor.c:564:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 564 | APSW_FAULT_INJECT(DoBindingAsReadBufferFails,asrb=PyObject_AsReadBuffer(obj, &buffer, &buflen), (PyErr_NoMemory(), asrb=-1)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:156: BUILDSTDERR: src/vfs.c: In function ‘apswvfs_xRandomness’: BUILDSTDERR: src/vfs.c:978:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 978 | int asrb=PyObject_AsReadBuffer(pyresult, &buffer, &buflen); BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:156: BUILDSTDERR: src/vfs.c: In function ‘apswvfsfile_xRead’: BUILDSTDERR: src/vfs.c:2030:3: warning: ‘PyObject_CheckReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2030 | if(PyUnicode_Check(pybuf) || !PyObject_CheckReadBuffer(pybuf)) BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:480:17: note: declared here BUILDSTDERR: 480 | PyAPI_FUNC(int) PyObject_CheckReadBuffer(PyObject *obj) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:156: BUILDSTDERR: src/vfs.c:2035:3: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2035 | asrb=PyObject_AsReadBuffer(pybuf, &buffer, &size); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/apsw.c:156: BUILDSTDERR: src/vfs.c: In function ‘apswvfsfilepy_xWrite’: BUILDSTDERR: src/vfs.c:2186:3: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2186 | asrb=PyObject_AsReadBuffer(buffy, &buffer, &size); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/apsw.c: In function ‘formatsqlvalue’: BUILDSTDERR: src/apsw.c:1115:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1115 | asrb=PyObject_AsReadBuffer(value, (const void**)&buffer, &buflen); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from src/apsw.c:74: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/lib/python3.7/site-packages/setuptools/dist.py:472: UserWarning: Normalizing '3.28.0-r1' to '3.28.0.post1' BUILDSTDERR: normalized_version, + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.7m -c src/apsw.c -o build/temp.linux-riscv64-3.7/src/apsw.o creating build/lib.linux-riscv64-3.7 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/src/apsw.o -L/usr/lib64 -lsqlite3 -lpython3.7m -o build/lib.linux-riscv64-3.7/apsw.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eCWGrz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 + cd apsw-3.28.0-r1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 BUILDSTDERR: /usr/lib/python3.7/site-packages/setuptools/dist.py:472: UserWarning: Normalizing '3.28.0-r1' to '3.28.0.post1' BUILDSTDERR: normalized_version, + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.28.0.r1-3.fc31 --unique-debug-suffix -3.28.0.r1-3.fc31.riscv64 --unique-debug-src-base python-apsw-3.28.0.r1-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/apsw-3.28.0-r1 BUILDSTDERR: 850 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs running install running install_lib creating /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages copying build/lib.linux-riscv64-3.7/apsw.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages writing byte-compilation script '/tmp/tmprgi0p8n7.py' /usr/bin/python3 /tmp/tmprgi0p8n7.py removing /tmp/tmprgi0p8n7.py running install_egg_info running egg_info creating apsw.egg-info writing apsw.egg-info/PKG-INFO writing dependency_links to apsw.egg-info/dependency_links.txt writing top-level names to apsw.egg-info/top_level.txt writing manifest file 'apsw.egg-info/SOURCES.txt' SQLite: Using system sqlite include/libraries reading manifest file 'apsw.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'apsw.egg-info/SOURCES.txt' Copying apsw.egg-info to /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/apsw-3.28.0.post1-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/apsw.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/apsw.cpython-37m-riscv64-linux-gnu.so original debug info size: 580kB, size after compression: 568kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FGVQ0C + umask 022 + cd /builddir/build/BUILD + cd apsw-3.28.0-r1 + PYTHONPATH=/builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages + /usr/bin/python3 setup.py test BUILDSTDERR: /usr/lib/python3.7/site-packages/setuptools/dist.py:472: UserWarning: Normalizing '3.28.0-r1' to '3.28.0.post1' BUILDSTDERR: normalized_version, BUILDSTDERR: ....................................................................................... BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 87 tests in 2780.542s BUILDSTDERR: OK + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running test Python /usr/bin/python3 sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0) Testing with APSW file /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/lib64/python3.7/site-packages/apsw.cpython-37m-riscv64-linux-gnu.so APSW version 3.28.0-r1 SQLite lib version 3.29.0 SQLite headers version 3029000 Using amalgamation False Processing files: python3-apsw-3.28.0.r1-3.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7RRtWA + umask 022 + cd /builddir/build/BUILD + cd apsw-3.28.0-r1 + DOCDIR=/builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/share/doc/python3-apsw + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/share/doc/python3-apsw + cp -pr doc/_sources doc/_static doc/apsw.html doc/backup.html doc/benchmarking.html doc/blob.html doc/build.html doc/changes.html doc/connection.html doc/copyright.html doc/cursor.html doc/dbapi.html doc/download.html doc/example.html doc/exceptions.html doc/execution.html doc/extensions.html doc/genindex.html doc/index.html doc/objects.inv doc/py-modindex.html doc/pysqlite.html doc/search.html doc/searchindex.js doc/shell.html doc/tips.html doc/types.html doc/vfs.html doc/vtable.html /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64/usr/share/doc/python3-apsw + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '%{python2_sitearch}/.*\.so$' | /usr/bin/grep -v '/usr/lib64/python3.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Finding Conflicts: Finding Obsoletes: Finding Recommends: Finding Suggests: Finding Supplements: Finding Enhances: Provides: python-%{srcname} = 3.28.0.r1-3.fc31 python3-apsw = 3.28.0.r1-3.fc31 python3-apsw(riscv-64) = 3.28.0.r1-3.fc31 python3.7dist(apsw) = 3.28.0.post1 python3dist(apsw) = 3.28.0.post1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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) libpython3.7m.so.1.0()(64bit) libsqlite3.so.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-%{srcname} < 3.28.0.r1-3.fc31 Processing files: python-apsw-debugsource-3.28.0.r1-3.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Provides: python-apsw-debugsource = 3.28.0.r1-3.fc31 python-apsw-debugsource(riscv-64) = 3.28.0.r1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-apsw-debuginfo-3.28.0.r1-3.fc31.riscv64 BUILDSTDERR: warning: Deprecated external dependency generator is used! Finding Provides: /bin/sh -c " /usr/bin/grep -v '%{python2_sitearch}/.*\.so$' | /usr/bin/grep -v '/usr/lib64/python3.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Provides: debuginfo(build-id) = 1116ffe2580add57fe80ce1c45aec77fc38b8c6d python3-apsw-debuginfo = 3.28.0.r1-3.fc31 python3-apsw-debuginfo(riscv-64) = 3.28.0.r1-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-apsw-debugsource(riscv-64) = 3.28.0.r1-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 Wrote: /builddir/build/RPMS/python-apsw-debugsource-3.28.0.r1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-apsw-debuginfo-3.28.0.r1-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-apsw-3.28.0.r1-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8Vb11y + umask 022 + cd /builddir/build/BUILD + cd apsw-3.28.0-r1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-apsw-3.28.0.r1-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0