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/lua-dbi.spec'], chrootPath='/var/lib/mock/f31-build-76293-31357/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/lua-dbi.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=1564012800 Wrote: /builddir/build/SRPMS/lua-dbi-0.7.2-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/lua-dbi.spec'], chrootPath='/var/lib/mock/f31-build-76293-31357/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/lua-dbi.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=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.I8mzRU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf luadbi-0.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/luadbi-0.7.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd luadbi-0.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (lua-dbi-0.7.2-sqlite36.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .sqlite36 --fuzz=0 + rm -rf /builddir/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 + cp -a . /builddir/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (lua-dbi-0.7.2-sqlite36.patch): patching file dbd/sqlite3/connection.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HEdrJV + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + /usr/bin/make -O -j4 V=1 VERBOSE=1 free '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' LUA_V=5.3 LUA_INC=-I/usr/include 'MYSQL_LDFLAGS=-L/usr/lib64/mysql -lmysqlclient' BUILDSTDERR: dbd/mysql/statement.c: In function 'statement_execute': BUILDSTDERR: dbd/mysql/statement.c:221:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 221 | bind[i].is_null = (int*)1; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:230:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 230 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:245:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 245 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:256:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 256 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ mkdir -p build cc -c -o build/dbd_mysql_main.o dbd/mysql/main.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc -c -o build/dbd_common.o dbd/common.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. cc -c -o build/dbd_mysql_connection.o dbd/mysql/connection.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc -c -o build/dbd_postgresql_main.o dbd/postgresql/main.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_sqlite3_main.o dbd/sqlite3/main.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc -c -o build/dbd_postgresql_connection.o dbd/postgresql/connection.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient BUILDSTDERR: cc -c -o build/dbd_postgresql_statement.o dbd/postgresql/statement.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecdbd/sqlite3/connection.c: In function 'dbd_sqlite3_connection': BUILDSTDERR: dbd/sqlite3/connection.c:265:29: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: 265 | } sqlite3_constants[] = { BUILDSTDERR: | ^ + pushd /builddir/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 + /usr/bin/make -O -j4 V=1 VERBOSE=1 free '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' LUA_V=5.1 LUA_INC=-I/usr/include/lua-5.1 'MYSQL_LDFLAGS=-L/usr/lib64/mysql -lmysqlclient' ord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_sqlite3_connection.o dbd/sqlite3/connection.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_sqlite3_statement.o dbd/sqlite3/statement.c -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc build/dbd_common.o build/dbd_sqlite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 ~/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 ~/build/BUILD/luadbi-0.7.2 mkdir -p build cc -c -o build/dbd_mysql_main.o dbd/mysql/main.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient BUILDSTDERR: cc -c -o build/dbd_common.o dbd/common.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -g -pipe -Wall -Wdbd/mysql/statement.c: In function 'statement_execute': BUILDSTDERR: dbd/mysql/statement.c:221:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 221 | bind[i].is_null = (int*)1; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:230:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 230 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:245:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 245 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ BUILDSTDERR: dbd/mysql/statement.c:256:19: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] BUILDSTDERR: 256 | bind[i].is_null = (int*)0; BUILDSTDERR: | ^ BUILDSTDERR: dbd/sqlite3/connection.c: In function 'dbd_sqlite3_connection': BUILDSTDERR: dbd/sqlite3/connection.c:265:29: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: 265 | } sqlite3_constants[] = { BUILDSTDERR: | ^ error=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 -I. cc -c -o build/dbd_postgresql_main.o dbd/postgresql/main.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_mysql_connection.o dbd/mysql/connection.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc -c -o build/dbd_sqlite3_main.o dbd/sqlite3/main.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc -c -o build/dbd_postgresql_connection.o dbd/postgresql/connection.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc -c -o build/dbd_postgresql_statement.o dbd/postgresql/statement.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq BUILDSTDERR: cc -c -o build/dbd_sqlite3_connection.o dbd/sqlite3/connection.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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/redh+ popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 at-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq cc -c -o build/dbd_sqlite3_statement.o dbd/sqlite3/statement.c -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 cc build/dbd_common.o build/dbd_sqlite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 ~/build/BUILD/luadbi-0.7.2 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JA7uBV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 + cd luadbi-0.7.2 + make install_free 'INSTALL=install -p' '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' LUA_V=5.3 LUA_INC=-I/usr/include LUA_CDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3 LUA_LDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/lua/5.3 'MYSQL_LDFLAGS=-L/usr/lib64/mysql -lmysqlclient' + pushd /builddir/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 + make install_free 'INSTALL=install -p' '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' LUA_V=5.1 LUA_INC=-I/usr/include/lua-5.1 LUA_CDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1 LUA_LDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/lua/5.1 'MYSQL_LDFLAGS=-L/usr/lib64/mysql -lmysqlclient' install -p -m 644 -D DBI.lua /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/lua/5.3/DBI.lua cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient install -p -D dbd/mysql.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/mysql.so cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq install -p -D dbd/postgresql.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/postgresql.so cc build/dbd_common.o build/dbd_sqlite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/include -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 install -p -D dbd/sqlite3.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/sqlite3.so ~/build/BUILD/compat-lua-lua-dbi-0.7.2-1.fc31 ~/build/BUILD/luadbi-0.7.2 install -p -m 644 -D DBI.lua /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/lua/5.1/DBI.lua cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient install -p -D dbd/mysql.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/mysql.so cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include/postgresql -lpq install -p -D dbd/postgresql.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/postgresql.so BUILDSTDERR: cc build/dbd_common.o build/dbd_sql+ popd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.7.2-1.fc31 --unique-debug-suffix -0.7.2-1.fc31.riscv64 --unique-debug-src-base lua-dbi-0.7.2-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/luadbi-0.7.2 BUILDSTDERR: 129 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 ite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/include/lua-5.1 -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -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 -I. -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -I/usr/include -lsqlite3 install -p -D dbd/sqlite3.so /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/sqlite3.so ~/build/BUILD/luadbi-0.7.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/mysql.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/postgresql.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/mysql.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/sqlite3.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/postgresql.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/mysql.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/mysql.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.1/dbd/sqlite3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/sqlite3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/postgresql.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/postgresql.so extracting debug info from /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/lib64/lua/5.3/dbd/sqlite3.so original debug info size: 512kB, size after compression: 444kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. Processing files: lua-dbi-0.7.2-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.M8W5IW + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + DOCDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua-dbi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua-dbi + cp -pr README.md /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua-dbi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NUuWOW + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua-dbi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua-dbi + cp -pr COPYING /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua-dbi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: lua-dbi = 0.7.2-1.fc31 lua-dbi(riscv-64) = 0.7.2-1.fc31 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) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libpq.so.5()(64bit) libpq.so.5(RHPG_9.6)(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Processing files: lua5.1-dbi-0.7.2-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cKtpSW + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + DOCDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua5.1-dbi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua5.1-dbi + cp -pr README.md /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/doc/lua5.1-dbi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.nPjFrW + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + LICENSEDIR=/builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua5.1-dbi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua5.1-dbi + cp -pr COPYING /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64/usr/share/licenses/lua5.1-dbi + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: lua-dbi-compat = 0.7.2-1.fc31 lua-dbi-compat(riscv-64) = 0.7.2-1.fc31 lua5.1-dbi = 0.7.2-1.fc31 lua5.1-dbi(riscv-64) = 0.7.2-1.fc31 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) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libpq.so.5()(64bit) libpq.so.5(RHPG_9.6)(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Obsoletes: lua-dbi-compat < 0.7.2 Processing files: lua-dbi-debugsource-0.7.2-1.fc31.riscv64 Provides: lua-dbi-debugsource = 0.7.2-1.fc31 lua-dbi-debugsource(riscv-64) = 0.7.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lua-dbi-debuginfo-0.7.2-1.fc31.riscv64 Provides: debuginfo(build-id) = 58b3390eb75760b95e66de3a39192d093bf274ad debuginfo(build-id) = 5b1603c1a795e34a6b347198bd54f36f15a28fd0 debuginfo(build-id) = 992c4d72b509e7a0edcabe204beebec94d50db1f lua-dbi-debuginfo = 0.7.2-1.fc31 lua-dbi-debuginfo(riscv-64) = 0.7.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: lua-dbi-debugsource(riscv-64) = 0.7.2-1.fc31 Processing files: lua5.1-dbi-debuginfo-0.7.2-1.fc31.riscv64 Provides: debuginfo(build-id) = 031d37c23fdeb35830aaf4b4275aa0ed425dba4b debuginfo(build-id) = 0cf2e0818b2234014ec20942b595faa85b54f0d9 debuginfo(build-id) = 69f3d14e00796ca232be870b887a33c101a3a5cc lua5.1-dbi-debuginfo = 0.7.2-1.fc31 lua5.1-dbi-debuginfo(riscv-64) = 0.7.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: lua-dbi-debugsource(riscv-64) = 0.7.2-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 Wrote: /builddir/build/RPMS/lua-dbi-0.7.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/lua5.1-dbi-0.7.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/lua-dbi-debugsource-0.7.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/lua-dbi-debuginfo-0.7.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/lua5.1-dbi-debuginfo-0.7.2-1.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6y2z4V + umask 022 + cd /builddir/build/BUILD + cd luadbi-0.7.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/lua-dbi-0.7.2-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0