Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-DBD-SQLite.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/perl-DBD-SQLite.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-DBD-SQLite-1.39-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-DBD-SQLite.spec'], False, '/srv/build/3/workerG/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/perl-DBD-SQLite.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Em1KNu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DBD-SQLite-1.39 + /usr/bin/gzip -dc /builddir/build/SOURCES/DBD-SQLite-1.39.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd DBD-SQLite-1.39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (perl-DBD-SQLite-bz543982.patch): + echo 'Patch #0 (perl-DBD-SQLite-bz543982.patch):' + /usr/bin/cat /builddir/build/SOURCES/perl-DBD-SQLite-bz543982.patch + /usr/bin/patch -p1 -b --suffix .bz543982 --fuzz=0 patching file Makefile.PL Hunk #1 succeeded at 125 (offset 2 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uJRIzG + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.39 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Using DBI 1.627 (for perl 5.016003 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/vendor_perl/auto/DBI/ Writing Makefile for DBD::SQLite + make -j16 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' /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 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.39\" -DXS_VERSION=\"1.39\" -fPIC "-I/usr/lib64/perl5/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_STAT3 -DNDEBUG=1 -DHAVE_USLEEP=1 dbdimp.c /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap SQLite.xs > SQLite.xsc && mv SQLite.xsc SQLite.c Running Mkbootstrap for DBD::SQLite () chmod 644 SQLite.bs cp SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs chmod 644 blib/arch/auto/DBD/SQLite/SQLite.bs cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod dbdimp.c: In function 'sqlite_st_prepare': dbdimp.c:618:9: warning: the address of 'extra' will always evaluate as 'true' [-Waddress] if (&extra) { ^ In file included from /usr/lib64/perl5/CORE/perl.h:5012:0, from SQLiteXS.h:11, from dbdimp.c:6: dbdimp.c: In function 'sqlite_db_func_dispatcher': /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1453:9: note: in expansion of macro 'POPs' POPs; ^ /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1461:13: note: in expansion of macro 'POPs' POPs; ^ gcc -c -I. -I/usr/lib64/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.39\" -DXS_VERSION=\"1.39\" -fPIC "-I/usr/lib64/perl5/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_STAT3 -DNDEBUG=1 -DHAVE_USLEEP=1 SQLite.c dbdimp.c: In function 'sqlite_db_aggr_new_dispatcher': /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1639:9: note: in expansion of macro 'POPs' POPs; ^ /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1647:13: note: in expansion of macro 'POPs' POPs; ^ dbdimp.c: In function 'sqlite_db_aggr_step_dispatcher': /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1724:7: note: in expansion of macro 'POPs' POPs; ^ dbdimp.c: In function 'sqlite_db_aggr_finalize_dispatcher': /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1765:13: note: in expansion of macro 'POPs' POPs; ^ /usr/lib64/perl5/CORE/pp.h:125:16: warning: value computed is not used [-Wunused-value] #define POPs (*sp--) ^ dbdimp.c:1772:17: note: in expansion of macro 'POPs' POPs; ^ dbdimp.c: In function 'sqlite_db_trace_dispatcher': dbdimp.c:2252:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] int retval = 0; ^ dbdimp.c: In function 'sqlite_db_profile_dispatcher': dbdimp.c:2310:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable] int retval = 0; ^ dbdimp.c: In function 'perl_tokenizer_Next': dbdimp.c:2639:12: warning: unused variable 'n_a' [-Wunused-variable] STRLEN n_a; ^ In file included from SQLiteXS.h:17:0, from dbdimp.c:6: dbdimp.c: At top level: dbdimp.h:121:1: warning: 'newUTF8SVpv' defined but not used [-Wunused-function] newUTF8SVpv(char *s, STRLEN len) { ^ dbdimp.h:131:1: warning: 'newUTF8SVpvn' defined but not used [-Wunused-function] newUTF8SVpvn(char *s, STRLEN len) { ^ In file included from SQLiteXS.h:12:0, from SQLite.xs:3: SQLite.c: In function 'XS_DBD__SQLite__db_last_insert_rowid': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:164:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_create_function': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:188:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_enable_load_extension': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:220:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_load_extension': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:245:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_create_aggregate': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:279:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_create_collation': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:308:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_collation_needed': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:335:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_progress_handler': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:357:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_profile': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:408:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_commit_hook': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:433:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_rollback_hook': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:458:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_update_hook': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:483:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_set_authorizer': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:508:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_busy_timeout': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:533:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_backup_from_file': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:562:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_backup_to_file': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:585:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_table_column_metadata': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:608:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_db_filename': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:635:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_register_fts3_perl_tokenizer': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:656:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__db_db_status': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:677:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite__st_st_status': /usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ SQLite.c:706:5: note: in expansion of macro 'dXSI32' dXSI32; ^ SQLite.c: In function 'XS_DBD__SQLite_compile_options': /usr/lib64/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ SQLite.c:739:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ SQLite.c:738:6: warning: unused variable 'RETVAL' [-Wunused-variable] int RETVAL; ^ In file included from SQLiteXS.h:17:0, from SQLite.xs:3: SQLite.c: At top level: dbdimp.h:121:1: warning: 'newUTF8SVpv' defined but not used [-Wunused-function] newUTF8SVpv(char *s, STRLEN len) { ^ dbdimp.h:131:1: warning: 'newUTF8SVpvn' defined but not used [-Wunused-function] newUTF8SVpvn(char *s, STRLEN len) { ^ rm -f blib/arch/auto/DBD/SQLite/SQLite.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -Wl,-Bsymbolic SQLite.o dbdimp.o -o blib/arch/auto/DBD/SQLite/SQLite.so \ -lsqlite3 \ chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so Manifying blib/man3/DBD::SQLite.3pm Manifying blib/man3/DBD::SQLite::Cookbook.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.s6DgiX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 + cd DBD-SQLite-1.39 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.bs Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.h Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3ext.h Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.c Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/DBD/SQLite.pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/DBD/SQLite/Cookbook.pod Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/man/man3/DBD::SQLite::Cookbook.3pm Installing /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/man/man3/DBD::SQLite.3pm + find /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 -type f '(' -name .packlist -o -name '*.bs' -size 0 ')' -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/DBD-SQLite-1.39 extracting debug info from /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1066 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ou0L6e + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.39 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # $DBI::VERSION=1.627 # Compile Options: # DISABLE_DIRSYNC # ENABLE_COLUMN_METADATA # ENABLE_FTS3 # ENABLE_RTREE # ENABLE_UNLOCK_NOTIFY # SECURE_DELETE # TEMP_STORE=1 # THREADSAFE=1 t/01_compile.t .............................. ok # sqlite_version=3.7.17 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/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/29_cppcomments.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/cookbook_variance.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_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 All tests successful. Files=81, Tests=1861, 13 wallclock secs ( 0.46 usr 0.09 sys + 4.33 cusr 0.54 csys = 5.42 CPU) Result: PASS + exit 0 Processing files: perl-DBD-SQLite-1.39-3.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y2ypB4 + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.39 + DOCDIR=/builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/doc/perl-DBD-SQLite-1.39 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/doc/perl-DBD-SQLite-1.39 + cp -pr Changes /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/doc/perl-DBD-SQLite-1.39 + cp -pr README /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64/usr/share/doc/perl-DBD-SQLite-1.39 + exit 0 Provides: perl(DBD::SQLite) = 1.39 perl(DBD::SQLite::_WriteOnceHash) perl(DBD::SQLite::db) perl(DBD::SQLite::dr) perl-DBD-SQLite = 1.39-3.el7 perl-DBD-SQLite(x86-64) = 1.39-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libsqlite3.so.0()(64bit) perl >= 0:5.006 perl(DBI) >= 1.57 perl(DynaLoader) perl(Tie::Hash) perl(constant) perl(locale) perl(strict) rtld(GNU_HASH) Processing files: perl-DBD-SQLite-debuginfo-1.39-3.el7.x86_64 Provides: perl-DBD-SQLite-debuginfo = 1.39-3.el7 perl-DBD-SQLite-debuginfo(x86-64) = 1.39-3.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/perl-DBD-SQLite-1.39-3.el7.x86_64.rpm Wrote: /builddir/build/RPMS/perl-DBD-SQLite-debuginfo-1.39-3.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.609BGI + umask 022 + cd /builddir/build/BUILD + cd DBD-SQLite-1.39 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-DBD-SQLite-1.39-3.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->