D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: line 38: It's not recommended to have unversioned Obsoletes: Obsoletes: perl-Mysql Installing /home/pterjan/rpmbuild/SRPMS/perl-DBD-mysql-4.53.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UDucn2 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HJ3IJt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + rm -rf DBD-mysql-4.053 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/DBD-mysql-4.053.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd DBD-mysql-4.053 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/revert-string-change.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lMzRjw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd DBD-mysql-4.053 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export 'RPM_OPT_FLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + RPM_OPT_FLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor PLEASE NOTE: For 'make test' to run properly, you must ensure that the database user 'pterjan' can connect to your MySQL server and has the proper privileges that these tests require such as 'drop table', 'create table', 'drop procedure', 'create procedure' as well as others. mysql> grant all privileges on test.* to 'pterjan'@'localhost' identified by 's3kr1t'; You can also optionally set the user to run 'make test' with: perl Makefile.PL --testuser=username I will use the following settings for compiling and testing: cflags (mysql_config) = -I/usr/include/mysql -I/usr/include/mysql/mysql embedded (mysql_config) = ldflags (guessed ) = libs (mysql_config) = -L/usr/lib64/ -lmariadb mysql_config (guessed ) = mysql_config nocatchstderr (default ) = 0 nofoundrows (default ) = 0 nossl (default ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testport (default ) = testsocket (default ) = testuser (guessed ) = pterjan To change these settings, see 'perl Makefile.PL --help' and 'perldoc DBD::mysql::INSTALL'. Checking if libs are available for compiling... Looks good. Checking if your kit is complete... Looks good Using DBI 1.647 (for perl 5.040001 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/vendor_perl/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::mysql Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' "/usr/bin/perl5.40.1" -p -e "s/~DRIVER~/mysql/g" /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst > mysql.xsi Running Mkbootstrap for mysql () chmod 644 "mysql.bs" "/usr/bin/perl5.40.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644 cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm gcc -c -I/usr/lib64/perl5/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DVERSION=\"4.053\" -DXS_VERSION=\"4.053\" -fPIC "-I/usr/lib64/perl5/CORE" socket.c "/usr/bin/perl5.40.1" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' mysql.xs > mysql.xsc Warning: duplicate function definition 'do' detected in mysql.xs, line 247 Warning: duplicate function definition 'rows' detected in mysql.xs, line 683 mv mysql.xsc mysql.c gcc -c -I/usr/lib64/perl5/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DVERSION=\"4.053\" -DXS_VERSION=\"4.053\" -fPIC "-I/usr/lib64/perl5/CORE" mysql.c gcc -c -I/usr/lib64/perl5/vendor_perl/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -DDBD_MYSQL_WITH_SSL -g -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DVERSION=\"4.053\" -DXS_VERSION=\"4.053\" -fPIC "-I/usr/lib64/perl5/CORE" dbdimp.c rm -f blib/arch/auto/DBD/mysql/mysql.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong dbdimp.o mysql.o socket.o -o blib/arch/auto/DBD/mysql/mysql.so \ -L/usr/lib64/ -lmariadb -lperl \ chmod 755 blib/arch/auto/DBD/mysql/mysql.so Manifying 3 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gvg1cm + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd DBD-mysql-4.053 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/DBD/mysql/mysql.so Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/DBD/mysql.pm Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/DBD/mysql/INSTALL.pod Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/DBD/mysql/GetInfo.pm Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Bundle/DBD/mysql.pm Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/man/man3/DBD::mysql::INSTALL.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/man/man3/Bundle::DBD::mysql.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/man/man3/DBD::mysql.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 4.53.0-1.mga10 --unique-debug-suffix -4.53.0-1.mga10.x86_64 --unique-debug-src-base perl-DBD-mysql-4.53.0-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/perl-DBD-mysql-4.53.0-1.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WTHCDc + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-all -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd DBD-mysql-4.053 + '[' 1 -eq 1 ']' + make test "/usr/bin/perl5.40.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.40.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Driver version is 4.053 t/00base.t .............................. ok # DBI connect(';mysql_ssl=1;mysql_get_server_pubkey=1','pterjan',...) failed: SSL connection error: Enforcing SSL encryption is not supported at t/01caching_sha2_prime.t line 21. t/01caching_sha2_prime.t ................ skipped: no database connection # DBI connect('','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/05dbcreate.t line 16. t/05dbcreate.t .......................... skipped: no database connection # DBI connect('test','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/10connect.t line 14. t/10connect.t ........................... skipped: no database connection t/15reconnect.t ......................... skipped: no database connection t/16dbi-get_info.t ...................... skipped: no database connection t/17quote.t ............................. skipped: no database connection t/20createdrop.t ........................ skipped: no database connection t/25lockunlock.t ........................ skipped: no database connection t/29warnings.t .......................... skipped: no database connection t/30insertfetch.t ....................... skipped: no database connection t/31insertid.t .......................... skipped: no database connection t/32insert_error.t ...................... skipped: no database connection t/35limit.t ............................. skipped: no database connection t/35prepare.t ........................... skipped: no database connection t/40bindparam.t ......................... skipped: no database connection t/40bindparam2.t ........................ skipped: no database connection t/40bit.t ............................... skipped: no database connection t/40blobs.t ............................. skipped: no database connection t/40catalog.t ........................... skipped: no database connection t/40keyinfo.t ........................... skipped: no database connection t/40listfields.t ........................ skipped: no database connection t/40nulls.t ............................. skipped: no database connection t/40nulls_prepare.t ..................... skipped: no database connection t/40numrows.t ........................... skipped: no database connection t/40server_prepare.t .................... skipped: no database connection t/40server_prepare_crash.t .............. skipped: no database connection t/40server_prepare_error.t .............. skipped: no database connection t/40types.t ............................. skipped: no database connection t/41bindparam.t ......................... skipped: no database connection t/41blobs_prepare.t ..................... skipped: no database connection t/41int_min_max.t ....................... skipped: no database connection t/42bindparam.t ......................... skipped: no database connection t/43count_params.t ...................... skipped: no database connection t/50chopblanks.t ........................ skipped: no database connection t/50commit.t ............................ skipped: no database connection t/51bind_type_guessing.t ................ skipped: no database connection t/52comment.t ........................... skipped: no database connection t/53comment.t ........................... skipped: no database connection t/55utf8.t .............................. skipped: no database connection t/55utf8mb4.t ........................... skipped: no database connection t/56connattr.t .......................... skipped: no database connection t/57trackgtid.t ......................... skipped: no database connection t/60leaks.t ............................. skipped: Skip $ENV{EXTENDED_TESTING} is not set t/65segfault.t .......................... skipped: no database connection t/65types.t ............................. skipped: no database connection t/70takeimp.t ........................... skipped: no database connection t/71impdata.t ........................... skipped: no database connection t/75supported_sql.t ..................... skipped: no database connection t/76multi_statement.t ................... skipped: no database connection t/80procs.t ............................. skipped: no database connection t/81procs.t ............................. skipped: no database connection t/85init_command.t ...................... skipped: no database connection t/86_bug_36972.t ........................ skipped: no database connection t/87async.t ............................. skipped: no database connection t/88async-multi-stmts.t ................. skipped: no database connection t/89async-method-check.t ................ skipped: no database connection t/91errcheck.t .......................... skipped: no database connection t/92ssl_backronym_vulnerability.t ....... skipped: no database connection: DBI connect('test','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/lib.pl line 57. t/92ssl_optional.t ...................... skipped: no database connection: DBI connect('test','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/lib.pl line 57. t/92ssl_riddle_vulnerability.t .......... skipped: no database connection: DBI connect('test','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/lib.pl line 57. t/99_bug_server_prepare_blob_null.t ..... skipped: no database connection # DBI connect('test','pterjan',...) failed: Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) at t/gh352.t line 12. t/gh352.t ............................... skipped: no database connection t/manifest.t ............................ skipped: these tests are for release testing t/pod.t ................................. skipped: Test::Pod 1.00 required for testing POD t/rt110983-valid-mysqlfd.t .............. skipped: no database connection t/rt118977-zerofill.t ................... skipped: no database connection t/rt25389-bin-case.t .................... skipped: no database connection t/rt50304-column_info_parentheses.t ..... skipped: no database connection t/rt61849-bind-param-buffer-overflow.t .. skipped: no database connection t/rt75353-innodb-lock-timeout.t ......... skipped: no database connection t/rt83494-quotes-comments.t ............. skipped: no database connection t/rt85919-fetch-lost-connection.t ....... skipped: no database connection t/rt86153-reconnect-fail-memory.t ....... skipped: $ENV{EXTENDED_TESTING} is not set t/rt88006-bit-prepare.t ................. skipped: no database connection t/rt91715.t ............................. skipped: no database connection t/version.t ............................. ok All tests successful. Files=77, Tests=9, 5 wallclock secs ( 0.13 usr 0.10 sys + 4.03 cusr 0.98 csys = 5.24 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-DBD-mysql-4.53.0-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ledzEu + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + cd DBD-mysql-4.053 + DOCDIR=/home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + cp -pr /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053/Changes /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + cp -pr /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053/LICENSE /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + cp -pr /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053/META.json /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + cp -pr /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053/META.yml /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + cp -pr /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/DBD-mysql-4.053/MYMETA.yml /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT/usr/share/doc/perl-DBD-mysql + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Bundle::DBD::mysql) = 4.53.0 perl(DBD::mysql) = 4.53.0 perl(DBD::mysql::GetInfo) perl(DBD::mysql::db) perl(DBD::mysql::dr) perl(DBD::mysql::st) perl-DBD-mysql = 4.53.0-1.mga10 perl-DBD-mysql(x86-64) = 4.53.0-1.mga10 perl-Mysql Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(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.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libperl.so.5.40()(64bit) perl >= 0:5.008_001 perl(Carp) perl(DBI) >= 1.609.0 perl(DBI::Const::GetInfoType) perl(strict) perl(warnings) perl-base >= 2:5.40.1 Obsoletes: perl-Mysql Processing files: perl-DBD-mysql-debugsource-4.53.0-1.mga10.x86_64 Provides: perl-DBD-mysql-debugsource = 4.53.0-1.mga10 perl-DBD-mysql-debugsource(x86-64) = 4.53.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-DBD-mysql-debuginfo-4.53.0-1.mga10.x86_64 Provides: debuginfo(build-id) = 50c4cf2337ed2daab8ff4c52c5b86f535171acc9 perl-DBD-mysql-debuginfo = 4.53.0-1.mga10 perl-DBD-mysql-debuginfo(x86-64) = 4.53.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-DBD-mysql-debugsource(x86-64) = 4.53.0-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-DBD-mysql-debuginfo-4.53.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-DBD-mysql-4.53.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-DBD-mysql-debugsource-4.53.0-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UABpyL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/perl-DBD-mysql-4.53.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: line 38: It's not recommended to have unversioned Obsoletes: Obsoletes: perl-Mysql D: [iurt_root_command] Success!