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/perl-DBD-SQLite.spec'], chrootPath='/var/lib/mock/f31-build-101212-33348/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/perl-DBD-SQLite.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: sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1565654400 Wrote: /builddir/build/SRPMS/perl-DBD-SQLite-1.64-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-DBD-SQLite.spec'], chrootPath='/var/lib/mock/f31-build-101212-33348/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/perl-DBD-SQLite.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=1565654400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y9IzyS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DBD-SQLite-1.64 + /usr/bin/gzip -dc /builddir/build/SOURCES/DBD-SQLite-1.64.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd DBD-SQLite-1.64 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (perl-DBD-SQLite-bz543982.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (DBD-SQLite-1.62-Remove-bundled-source-extentions.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + rm sqlite3.c sqlite3.h sqlite3ext.h + sed -i -e '/^sqlite/ d' MANIFEST + rm -rf inc + sed -i -e '/^inc\// d' MANIFEST + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (perl-DBD-SQLite-bz543982.patch): patching file Makefile.PL Patch #1 (DBD-SQLite-1.62-Remove-bundled-source-extentions.patch): patching file README patching file lib/DBD/SQLite.pm Hunk #1 succeeded at 2667 (offset 18 lines). Patch #2 (DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch): patching file Makefile.PL patching file t/virtual_table/11_filecontent_fulltext.t Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.io6a3U + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.64 + 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' + perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 + make -j4 'OPTIMIZE=-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' BUILDSTDERR: dbdimp.c: In function 'sqlite_db_do_sv': BUILDSTDERR: dbdimp.c:505:9: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: 505 | int i; BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5300, BUILDSTDERR: from SQLiteXS.h:11, BUILDSTDERR: from dbdimp.c:6: BUILDSTDERR: dbdimp.c: In function 'sqlite_db_func_dispatcher': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1685:9: note: in expansion of macro 'POPs' BUILDSTDERR: 1685 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1693:13: note: in expansion of macro 'POPs' BUILDSTDERR: 1693 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: dbdimp.c: In function 'sqlite_db_aggr_new_dispatcher': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1870:9: note: in expansion of macro 'POPs' BUILDSTDERR: 1870 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1878:13: note: in expansion of macro 'POPs' BUILDSTDERR: 1878 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: dbdimp.c: In function 'sqlite_db_aggr_step_dispatcher': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1935:7: note: in expansion of macro 'POPs' BUILDSTDERR: 1935 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: dbdimp.c: In function 'sqlite_db_aggr_finalize_dispatcher': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1976:13: note: in expansion of macro 'POPs' BUILDSTDERR: 1976 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 145 | #define POPs (*sp--) BUILDSTDERR: | ~^~~~~~ BUILDSTDERR: dbdimp.c:1983:17: note: in expansion of macro 'POPs' BUILDSTDERR: 1983 | POPs; BUILDSTDERR: | ^~~~ BUILDSTDERR: dbdimp.c: In function 'sqlite_db_trace_dispatcher': BUILDSTDERR: dbdimp.c:2463:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2463 | int retval = 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: dbdimp.c: In function 'sqlite_db_profile_dispatcher': BUILDSTDERR: dbdimp.c:2521:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 2521 | int retval = 0; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from dbdimp.c:2815: BUILDSTDERR: dbdimp_tokenizer.inc: In function 'perl_tokenizer_Next': BUILDSTDERR: dbdimp_tokenizer.inc:178:12: warning: unused variable 'n_a' [-Wunused-variable] BUILDSTDERR: 178 | STRLEN n_a; /* this is required for older perls < 5.8.8 */ BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from dbdimp.c:2816: BUILDSTDERR: dbdimp_virtual_table.inc: In function 'sqlite_db_destroy_module_data': BUILDSTDERR: dbdimp_virtual_table.inc:797:9: warning: unused variable 'rc' [-Wunused-variable] BUILDSTDERR: 797 | int rc = SQLITE_ERROR; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from SQLiteXS.h:17, BUILDSTDERR: from dbdimp.c:6: BUILDSTDERR: At top level: BUILDSTDERR: dbdimp.h:157:1: warning: 'newUTF8SVpvn' defined but not used [-Wunused-function] BUILDSTDERR: 157 | newUTF8SVpvn(char *s, STRLEN len) { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: dbdimp.h:147:1: warning: 'newUTF8SVpv' defined but not used [-Wunused-function] BUILDSTDERR: 147 | newUTF8SVpv(char *s, STRLEN len) { BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: In file included from SQLiteXS.h:12, BUILDSTDERR: from SQLite.xs:3: BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_last_insert_rowid': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_create_function': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_enable_load_extension': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_load_extension': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_create_aggregate': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_create_collation': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_collation_needed': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_progress_handler': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_profile': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_commit_hook': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_rollback_hook': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_update_hook': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_set_authorizer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_busy_timeout': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_backup_from_file': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_backup_to_file': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_backup_from_dbh': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_backup_to_dbh': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_table_column_metadata': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_db_filename': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_register_fts3_perl_tokenizer': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_db_status': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_create_module': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_limit': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_db_config': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__db_get_autocommit': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite__st_st_status': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable] BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:185:20: note: in definition of macro 'dXSI32' BUILDSTDERR: 185 | #define dXSI32 I32 ix = XSANY.any_i32 BUILDSTDERR: | ^~ BUILDSTDERR: SQLite.c: In function 'XS_DBD__SQLite_compile_options': BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] BUILDSTDERR: 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ BUILDSTDERR: | ^~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' BUILDSTDERR: 177 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ BUILDSTDERR: | ^~~~ BUILDSTDERR: SQLite.c:960:6: warning: unused variable 'RETVAL' [-Wunused-variable] BUILDSTDERR: 960 | int RETVAL; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from SQLiteXS.h:17, BUILDSTDERR: from SQLite.xs:3: BUILDSTDERR: At top level: BUILDSTDERR: dbdimp.h:157:1: warning: 'newUTF8SVpvn' defined but not used [-Wunused-function] BUILDSTDERR: 157 | newUTF8SVpvn(char *s, STRLEN len) { BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: dbdimp.h:147:1: warning: 'newUTF8SVpv' defined but not used [-Wunused-function] BUILDSTDERR: 147 | newUTF8SVpv(char *s, STRLEN len) { BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: In file included from dbdimp.c:2816: BUILDSTDERR: dbdimp_virtual_table.inc: In function 'perl_vt_Eof': BUILDSTDERR: dbdimp_virtual_table.inc:511:12: warning: 'eof' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 511 | return eof; BUILDSTDERR: | ^~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Checking if your kit is complete... Looks good Using DBI 1.642 (for perl 5.030000 on riscv64-linux-thread-multi) installed in /usr/lib64/perl5/vendor_perl/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::SQLite Running Mkbootstrap for SQLite () "/usr/bin/perl" -p -e "s/~DRIVER~/SQLite/g" /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst > SQLite.xsi gcc -c -I. -I/usr/lib64/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -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 -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC "-I/usr/lib64/perl5/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DNDEBUG=1 -DHAVE_USLEEP=1 dbdimp.c "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/DBD-SQLite-1.64/typemap' SQLite.xs > SQLite.xsc chmod 644 "SQLite.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm cp lib/DBD/SQLite/GetInfo.pm blib/lib/DBD/SQLite/GetInfo.pm cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm mv SQLite.xsc SQLite.c gcc -c -I. -I/usr/lib64/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -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 -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC "-I/usr/lib64/perl5/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DNDEBUG=1 -DHAVE_USLEEP=1 SQLite.c rm -f blib/arch/auto/DBD/SQLite/SQLite.so gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -Wl,-Bsymbolic SQLite.o dbdimp.o -o blib/arch/auto/DBD/SQLite/SQLite.so \ -lsqlite3 -lperl \ chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so Manifying 7 pod documents Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HKBXZR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 + cd DBD-SQLite-1.64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 + find /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.64-1.fc31 --unique-debug-suffix -1.64-1.fc31.riscv64 --unique-debug-src-base perl-DBD-SQLite-1.64-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/DBD-SQLite-1.64 BUILDSTDERR: 1138 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 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 Manifying 7 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/Fulltext_search.pod Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/Constants.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/Cookbook.pod Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/GetInfo.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/FileContent.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/PerlData.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::VirtualTable::PerlData.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::Fulltext_search.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::VirtualTable.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::VirtualTable::FileContent.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::Constants.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite::Cookbook.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/man/man3/DBD::SQLite.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so extracting debug info from /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so original debug info size: 688kB, size after compression: 648kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NNtCgT + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.64 + make test BUILDSTDERR: # $DBI::VERSION=1.642 BUILDSTDERR: # Compile Options: BUILDSTDERR: # COMPILER=gcc-9.1.1 20190605 (Red Hat 9.1.1-2) BUILDSTDERR: # DISABLE_DIRSYNC BUILDSTDERR: # ENABLE_COLUMN_METADATA BUILDSTDERR: # ENABLE_DBSTAT_VTAB BUILDSTDERR: # ENABLE_FTS3 BUILDSTDERR: # ENABLE_FTS3_PARENTHESIS BUILDSTDERR: # ENABLE_FTS5 BUILDSTDERR: # ENABLE_JSON1 BUILDSTDERR: # ENABLE_RTREE BUILDSTDERR: # ENABLE_UNLOCK_NOTIFY BUILDSTDERR: # HAVE_ISNAN BUILDSTDERR: # SECURE_DELETE BUILDSTDERR: # TEMP_STORE=1 BUILDSTDERR: # THREADSAFE=1 BUILDSTDERR: # sqlite_version=3.29.0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/01_compile.t ........................................ ok t/02_logon.t .......................................... ok t/03_create_table.t ................................... ok t/04_insert.t ......................................... ok t/05_select.t ......................................... ok t/06_tran.t ........................................... ok t/07_error.t .......................................... ok t/08_busy.t ........................................... ok t/09_create_function.t ................................ ok t/10_create_aggregate.t ............................... ok t/11_get_info.t ....................................... ok t/12_unicode.t ........................................ ok t/13_create_collation.t ............................... ok t/14_progress_handler.t ............................... ok t/15_ak_dbd.t ......................................... ok t/16_column_info.t .................................... ok t/17_createdrop.t ..................................... ok t/18_insertfetch.t .................................... ok t/19_bindparam.t ...................................... ok t/20_blobs.t .......................................... ok t/21_blobtext.t ....................................... ok t/22_listfields.t ..................................... ok t/23_nulls.t .......................................... ok t/24_numrows.t ........................................ ok t/25_chopblanks.t ..................................... ok t/26_commit.t ......................................... ok t/27_metadata.t ....................................... ok t/28_schemachange.t ................................... ok t/30_auto_rollback.t .................................. ok t/31_bind_weird_number_param.t ........................ ok t/32_inactive_error.t ................................. ok t/33_non_latin_path.t ................................. ok t/34_online_backup.t .................................. ok t/35_table_info.t ..................................... ok t/36_hooks.t .......................................... ok t/37_regexp.t ......................................... ok t/38_empty_statement.t ................................ ok t/39_foreign_keys.t ................................... ok t/40_multiple_statements.t ............................ ok t/41_placeholders.t ................................... ok t/42_primary_key_info.t ............................... ok t/43_fts3.t ........................................... ok t/44_rtree.t .......................................... ok t/45_savepoints.t ..................................... ok t/46_mod_perl.t ....................................... skipped: requires APR::Table t/47_execute.t ........................................ ok t/48_bind_param_is_sticky.t ........................... ok t/49_trace_and_profile.t .............................. ok t/50_foreign_key_info.t ............................... ok t/51_table_column_metadata.t .......................... ok t/52_db_filename.t .................................... ok t/53_status.t ......................................... ok t/54_literal_txn.t .................................... ok t/55_statistics_info.t ................................ ok t/56_open_flags.t ..................................... ok t/57_uri_filename.t ................................... ok t/58_see_if_its_a_number_and_explicit_binding.t ....... ok t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only t/60_readonly.t ....................................... ok t/61_strlike.t ........................................ ok t/62_regexp_multibyte_char_class.t .................... ok t/63_param_values.t ................................... ok t/64_limit.t .......................................... ok BUILDSTDERR: t/65_db_config.t ....................+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 .................. ok t/66_get_autocommit.t ................................. ok t/cookbook_variance.t ................................. ok t/rt_106151_outermost_savepoint.t ..................... ok t/rt_106950_extra_warnings_with_savepoints.t .......... ok t/rt_115465_column_info_with_spaces.t ................. ok t/rt_124227_index_regression.t ........................ ok t/rt_15186_prepcached.t ............................... ok t/rt_21406_auto_finish.t .............................. ok t/rt_25371_asymmetric_unicode.t ....................... ok t/rt_25460_numeric_aggregate.t ........................ ok t/rt_25924_user_defined_func_unicode.t ................ ok t/rt_26775_distinct.t ................................. ok t/rt_27553_prepared_cache_and_analyze.t ............... ok t/rt_29058_group_by.t ................................. ok t/rt_29629_sqlite_where_length.t ...................... ok t/rt_31324_full_names.t ............................... ok t/rt_32889_prepare_cached_reexecute.t ................. ok t/rt_36836_duplicate_key.t ............................ ok t/rt_36838_unique_and_bus_error.t ..................... ok t/rt_40594_nullable.t ................................. ok t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test t/rt_50503_fts3.t ..................................... ok t/rt_52573_manual_exclusive_lock.t .................... ok t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled t/rt_62370_diconnected_handles_operation.t ............ ok t/rt_64177_ping_wipes_out_the_errstr.t ................ ok t/rt_67581_bind_params_mismatch.t ..................... ok t/rt_71311_bind_col_and_unicode.t ..................... ok t/rt_73159_fts_tokenizer_segfault.t ................... ok t/rt_73787_exponential_buffer_overflow.t .............. ok t/rt_76395_int_overflow.t ............................. ok t/rt_77724_primary_key_with_a_whitespace.t ............ ok t/rt_78833_utf8_flag_for_column_names.t ............... ok t/rt_81536_multi_column_primary_key_info.t ............ ok t/rt_88228_sqlite_3_8_0_crash.t ....................... ok t/rt_96050_db_filename_for_a_closed_database.t ........ ok t/rt_96877_unicode_statements.t ....................... ok t/rt_96878_fts_contentless_table.t .................... ok t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok t/virtual_table/00_base.t ............................. ok t/virtual_table/01_destroy.t .......................... ok t/virtual_table/02_find_function.t .................... ok t/virtual_table/10_filecontent.t ...................... ok t/virtual_table/11_filecontent_fulltext.t ............. ok t/virtual_table/20_perldata.t ......................... ok t/virtual_table/21_perldata_charinfo.t ................ ok t/virtual_table/rt_124941.t ........................... ok t/virtual_table/rt_99748.t ............................ ok t/virtual_table/unknown_op.t .......................... ok All tests successful. Files=113, Tests=3790, 1425 wallclock secs (43.50 usr 14.14 sys + 1171.60 cusr 202.17 csys = 1431.41 CPU) Result: PASS Processing files: perl-DBD-SQLite-1.64-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TzzlEU + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.64 + DOCDIR=/builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/doc/perl-DBD-SQLite + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/doc/perl-DBD-SQLite + cp -pr Changes /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/doc/perl-DBD-SQLite + cp -pr README /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/doc/perl-DBD-SQLite + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QJT1YS + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.64 + LICENSEDIR=/builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/licenses/perl-DBD-SQLite + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/licenses/perl-DBD-SQLite + cp -pr LICENSE /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64/usr/share/licenses/perl-DBD-SQLite + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(DBD::SQLite) = 1.64 perl(DBD::SQLite::Constants) perl(DBD::SQLite::GetInfo) perl(DBD::SQLite::VirtualTable) = 1.64 perl(DBD::SQLite::VirtualTable::Cursor) perl(DBD::SQLite::VirtualTable::FileContent) perl(DBD::SQLite::VirtualTable::FileContent::Cursor) perl(DBD::SQLite::VirtualTable::PerlData) perl(DBD::SQLite::VirtualTable::PerlData::Cursor) perl-DBD-SQLite = 1.64-1.fc31 perl-DBD-SQLite(riscv-64) = 1.64-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) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsqlite3.so.0()(64bit) perl(:VERSION) >= 5.6.0 perl(DBD::SQLite) perl(DBD::SQLite::VirtualTable) perl(DBD::SQLite::VirtualTable::Cursor) perl(DBI) >= 1.57 perl(DynaLoader) perl(Exporter) perl(Scalar::Util) perl(Tie::Hash) perl(base) perl(constant) perl(locale) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-DBD-SQLite-debugsource-1.64-1.fc31.riscv64 Provides: perl-DBD-SQLite-debugsource = 1.64-1.fc31 perl-DBD-SQLite-debugsource(riscv-64) = 1.64-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-DBD-SQLite-debuginfo-1.64-1.fc31.riscv64 Provides: debuginfo(build-id) = abf96537849f933394677752b12b7b601989df26 perl-DBD-SQLite-debuginfo = 1.64-1.fc31 perl-DBD-SQLite-debuginfo(riscv-64) = 1.64-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-DBD-SQLite-debugsource(riscv-64) = 1.64-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-DBD-SQLite-1.64-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-DBD-SQLite-debuginfo-1.64-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-DBD-SQLite-debugsource-1.64-1.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Sa6PjU + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.64 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-DBD-SQLite-1.64-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0