首页 > 数据库 >Centos7 安装MySQL8后 加装 MySQL基准测试套件 (MySQL Benchmark Suite)

Centos7 安装MySQL8后 加装 MySQL基准测试套件 (MySQL Benchmark Suite)

时间:2024-03-24 12:57:03浏览次数:24  
标签:验证 MySQL8 MySQL Benchmark perl 64 1475 noarch el7

CentOS7中安装MySQL8.3.0没有/usr/share/mysql/sql-bench下的Benchmark Suite工具

1.yum安装epel源
yum -y install epel-release
2.安装perl平台
yum -y install perl*
3.获得/usr/share/mysql/sql-bench

wget https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.36.tar.gz
tar -xz -f mysql-5.6.36.tar.gz
cp -rf mysql-5.6.36/sql-bench/ /usr/share/mysql/sql-bench/
cd /usr/share/mysql/sql-bench/ ; ls

4.执行perl(自动安装CPAN)
[root@localhost sql-bench]# perl -MCPAN -e shell

CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.    //(CPAN.pm 需要配置,但大部分都可以自动完成。
如果您在下面回答“否”,您将为每个对话框输入一个交互式对话框
配置选项。)

Would you like to configure as much as possible automatically? [yes] yes  //是否希望尽可能多地自动配置

 <install_help>

Warning: You do not have write permission for Perl library directories.

To install modules, you need to configure a local Perl library directory or
escalate your privileges.  CPAN can help you by bootstrapping the local::lib
module or by configuring itself to use 'sudo' (if available).  You may also
resolve this problem manually if you need to customize your setup.  //(要安装模块,您需要配置本地 Perl 库目录或提升您的权限。 CPAN 可以通过引导 local::lib 来帮助您或将自身配置为使用“sudo”(如果可用)。 如果需要自定义设置,请手动解决此问题。)

What approach do you want?  (Choose 'local::lib', 'sudo' or 'manual') //你想要什么方法?
 [local::lib] sudo

Autoconfigured everything but 'urllist'.

Now you need to choose your CPAN mirror sites.  You can let me
pick mirrors for you, you can select them from a list or you
can enter them by hand.  //(现在,您需要选择CPAN镜像站点。 你可以让我
为您选择镜子,您可以从列表中选择它们,也可以选择您可以手动输入它们。)安装CPAN

Would you like me to automatically choose some CPAN mirror  
sites for you? (This means connecting to the Internet) [yes] yes     //您希望我为您自动选择一些CPAN镜像站点吗?(这意味着连接到互联网)
Trying to fetch a mirror list from the Internet
Fetching with LWP:
http://www.perl.org/CPAN/MIRRORED.BY


Looking for CPAN mirrors near you (please be patient)
.. done!

New urllist
  http://www.cpan.org/

Autoconfiguration complete.

commit: wrote '/root/.local/share/.cpan/CPAN/MyConfig.pm'

You can re-run configuration any time with 'o conf init' in the CPAN shell

cpan shell -- CPAN exploration and modules installation (v1.9800)
Enter 'h' for help.  //(尝试从 Internet 获取镜像列表
使用 LWP 获取:
http://www.perl.org/CPAN/MIRRORED.BY

寻找您附近的CPAN镜像(请耐心等待)
..做!

新 urllist
  http://www.cpan.org/

自动配置完成。

提交:写入“/root/.local/share/.cpan/CPAN/MyConfig.pm”

您可以随时在 CPAN shell 中使用“o conf init”重新运行配置

cpan shell -- CPAN 探索和模块安装 (v1.9800)
输入“h”寻求帮助。
)
5.执行'install DBI'
cpan[1]> install DBI
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz








Reading '/root/.local/share/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/02packages.details.txt.gz
Reading '/root/.local/share/.cpan/sources/modules/02packages.details.txt.gz'
  Database was generated on Sun, 24 Mar 2024 01:17:01 GMT
..............
  New CPAN.pm version (v2.36) available.
  [Currently running version is v1.9800]
  You might want to try
    install CPAN
    reload cpan
  to both upgrade CPAN.pm and run the new version without leaving
  the current session.


..............................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/03modlist.data.gz
Reading '/root/.local/share/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /root/.local/share/.cpan/Metadata
Running install for module 'DBI'
Running make for T/TI/TIMB/DBI-1.643.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/T/TI/TIMB/CHECKSUMS
Checksum for /root/.local/share/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.643.tar.gz ok
Scanning cache /root/.local/share/.cpan/build for sizes
DONE

  CPAN.pm: Building T/TI/TIMB/DBI-1.643.tar.gz


*** Your LANG environment variable is set to 'zh_CN.UTF-8'
*** This may cause problems for some perl installations.
*** If you get test failures, please try again with LANG unset.
*** If that then works, please email [email protected] with details
*** including the output of 'perl -V'

Your perl was compiled with gcc (version 4.8.5 20150623 (Red Hat 4.8.5-44)), okay.
Creating test wrappers for DBD::Gofer:
t/zvg_01basics.t 
t/zvg_02dbidrv.t 
t/zvg_03handle.t 
t/zvg_04mods.t 
t/zvg_05concathash.t 
t/zvg_06attrs.t 
t/zvg_07kids.t 
t/zvg_08keeperr.t 
t/zvg_09trace.t 
t/zvg_10examp.t 
t/zvg_11fetch.t 
t/zvg_12quote.t 
t/zvg_13taint.t 
t/zvg_14utf8.t 
t/zvg_15array.t 
t/zvg_16destroy.t 
t/zvg_17handle_error.t 
t/zvg_19fhtrace.t 
t/zvg_20meta.t 
t/zvg_30subclass.t 
t/zvg_31methcache.t 
t/zvg_35thrclone.t (use threads)
t/zvg_40profile.t 
t/zvg_41prof_dump.t 
t/zvg_42prof_data.t 
t/zvg_43prof_env.t 
t/zvg_48dbi_dbd_sqlengine.t 
t/zvg_49dbd_file.t 
t/zvg_50dbm_simple.t 
t/zvg_51dbm_file.t 
t/zvg_52dbm_complex.t 
t/zvg_53sqlengine_adv.t 
t/zvg_54_dbd_mem.t 
t/zvg_60preparse.t 
t/zvg_65transact.t 
t/zvg_70callbacks.t 
t/zvg_72childhandles.t 
t/zvg_73cachedkids.t 
t/zvg_80proxy.t 
t/zvg_85gofer.t 
t/zvg_86gofer_fail.t 
t/zvg_87gofer_cache.t 
t/zvg_90sql_type_cast.t 
t/zvg_91_store_warning.t 
Creating test wrappers for DBI::SQL::Nano:
t/zvn_48dbi_dbd_sqlengine.t 
t/zvn_49dbd_file.t 
t/zvn_50dbm_simple.t 
t/zvn_51dbm_file.t 
t/zvn_52dbm_complex.t 
t/zvn_85gofer.t 
Creating test wrappers for DBI::PurePerl:
t/zvp_01basics.t 
t/zvp_02dbidrv.t 
t/zvp_03handle.t 
t/zvp_04mods.t 
t/zvp_05concathash.t 
t/zvp_06attrs.t 
t/zvp_07kids.t 
t/zvp_08keeperr.t 
t/zvp_09trace.t 
t/zvp_10examp.t 
t/zvp_11fetch.t 
t/zvp_12quote.t 
t/zvp_13taint.t 
t/zvp_14utf8.t 
t/zvp_15array.t 
t/zvp_16destroy.t 
t/zvp_17handle_error.t 
t/zvp_19fhtrace.t 
t/zvp_20meta.t 
t/zvp_30subclass.t 
t/zvp_31methcache.t 
t/zvp_35thrclone.t (use threads)
t/zvp_40profile.t 
t/zvp_41prof_dump.t 
t/zvp_42prof_data.t 
t/zvp_43prof_env.t 
t/zvp_48dbi_dbd_sqlengine.t 
t/zvp_49dbd_file.t 
t/zvp_50dbm_simple.t 
t/zvp_51dbm_file.t 
t/zvp_52dbm_complex.t 
t/zvp_53sqlengine_adv.t 
t/zvp_54_dbd_mem.t 
t/zvp_60preparse.t 
t/zvp_65transact.t 
t/zvp_70callbacks.t 
t/zvp_72childhandles.t 
t/zvp_73cachedkids.t 
t/zvp_80proxy.t 
t/zvp_85gofer.t 
t/zvp_86gofer_fail.t 
t/zvp_87gofer_cache.t 
t/zvp_90sql_type_cast.t 
t/zvp_91_store_warning.t 
Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
t/zvxgn_48dbi_dbd_sqlengine.t 
t/zvxgn_49dbd_file.t 
t/zvxgn_50dbm_simple.t 
t/zvxgn_51dbm_file.t 
t/zvxgn_52dbm_complex.t 
t/zvxgn_85gofer.t 
Creating test wrappers for DBD::Gofer + DBI::PurePerl:
t/zvxgp_01basics.t 
t/zvxgp_02dbidrv.t 
t/zvxgp_03handle.t 
t/zvxgp_04mods.t 
t/zvxgp_05concathash.t 
t/zvxgp_06attrs.t 
t/zvxgp_07kids.t 
t/zvxgp_08keeperr.t 
t/zvxgp_09trace.t 
t/zvxgp_10examp.t 
t/zvxgp_11fetch.t 
t/zvxgp_12quote.t 
t/zvxgp_13taint.t 
t/zvxgp_14utf8.t 
t/zvxgp_15array.t 
t/zvxgp_16destroy.t 
t/zvxgp_17handle_error.t 
t/zvxgp_19fhtrace.t 
t/zvxgp_20meta.t 
t/zvxgp_30subclass.t 
t/zvxgp_31methcache.t 
t/zvxgp_35thrclone.t (use threads)
t/zvxgp_40profile.t 
t/zvxgp_41prof_dump.t 
t/zvxgp_42prof_data.t 
t/zvxgp_43prof_env.t 
t/zvxgp_48dbi_dbd_sqlengine.t 
t/zvxgp_49dbd_file.t 
t/zvxgp_50dbm_simple.t 
t/zvxgp_51dbm_file.t 
t/zvxgp_52dbm_complex.t 
t/zvxgp_53sqlengine_adv.t 
t/zvxgp_54_dbd_mem.t 
t/zvxgp_60preparse.t 
t/zvxgp_65transact.t 
t/zvxgp_70callbacks.t 
t/zvxgp_72childhandles.t 
t/zvxgp_73cachedkids.t 
t/zvxgp_80proxy.t 
t/zvxgp_85gofer.t 
t/zvxgp_86gofer_fail.t 
t/zvxgp_87gofer_cache.t 
t/zvxgp_90sql_type_cast.t 
t/zvxgp_91_store_warning.t 
Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
t/zvxnp_48dbi_dbd_sqlengine.t 
t/zvxnp_49dbd_file.t 
t/zvxnp_50dbm_simple.t 
t/zvxnp_51dbm_file.t 
t/zvxnp_52dbm_complex.t 
t/zvxnp_85gofer.t 
Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
t/zvxgnp_48dbi_dbd_sqlengine.t 
t/zvxgnp_49dbd_file.t 
t/zvxgnp_50dbm_simple.t 
t/zvxgnp_51dbm_file.t 
t/zvxgnp_52dbm_complex.t 
t/zvxgnp_85gofer.t 
Checking if your kit is complete...
Looks good

Warning: By default new modules are installed into your 'site_lib'
         directories. Since site_lib directories come after the normal library
         directories you must delete old DBI files and directories from your
         'privlib' and 'archlib' directories and their auto subdirectories.

Reinstall DBI and your DBD::* drivers after deleting the old directories.

Here's a list of probable old files and directories:

 /usr/lib64/perl5/vendor_perl/Bundle/DBD
 /usr/lib64/perl5/vendor_perl/Bundle/DBI.pm
 /usr/lib64/perl5/vendor_perl/DBD
 /usr/lib64/perl5/vendor_perl/DBI
 /usr/lib64/perl5/vendor_perl/DBI.pm
 /usr/lib64/perl5/vendor_perl/DBI/Changes.pm
 /usr/lib64/perl5/vendor_perl/DBI/Const
 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo
 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ANSI.pm
 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ODBC.pm
 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoReturn.pm
 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoType.pm
 /usr/lib64/perl5/vendor_perl/DBI/DBD
 /usr/lib64/perl5/vendor_perl/DBI/DBD.pm
 /usr/lib64/perl5/vendor_perl/DBI/DBD/Metadata.pm
 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine
 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine.pm
 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/Developers.pod
 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/HowTo.pod
 /usr/lib64/perl5/vendor_perl/DBI/FAQ.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Execute.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Request.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Response.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Base.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/DataDumper.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Storable.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/Base.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/pipeone.pm
 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/stream.pm
 /usr/lib64/perl5/vendor_perl/DBI/Profile.pm
 /usr/lib64/perl5/vendor_perl/DBI/ProfileData.pm
 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper
 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper.pm
 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper/Apache.pm
 /usr/lib64/perl5/vendor_perl/DBI/ProfileSubs.pm
 /usr/lib64/perl5/vendor_perl/DBI/ProxyServer.pm
 /usr/lib64/perl5/vendor_perl/DBI/PurePerl.pm
 /usr/lib64/perl5/vendor_perl/DBI/SQL
 /usr/lib64/perl5/vendor_perl/DBI/SQL/Nano.pm
 /usr/lib64/perl5/vendor_perl/DBI/Util
 /usr/lib64/perl5/vendor_perl/DBI/Util/CacheMemory.pm
 /usr/lib64/perl5/vendor_perl/DBI/Util/_accessor.pm
 /usr/lib64/perl5/vendor_perl/auto/DBD
 /usr/lib64/perl5/vendor_perl/auto/DBI
 /usr/lib64/perl5/vendor_perl/auto/DBI/DBI.so
 /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst
 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver_xst.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/dbd_xsh.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/dbi_sql.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/dbipport.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/dbivport.h
 /usr/lib64/perl5/vendor_perl/auto/DBI/dbixs_rev.h
 /usr/share/perl5/vendor_perl/Apache/DBI.pm
 /usr/share/perl5/vendor_perl/Apache/Session/Browseable/DBI.pm
 /usr/share/perl5/vendor_perl/Apache/Session/Browseable/Store/DBI.pm
 /usr/share/perl5/vendor_perl/Apache/Session/Store/DBI.pm
 /usr/share/perl5/vendor_perl/Bundle/DBD
 /usr/share/perl5/vendor_perl/CGI/Session/Driver/DBI.pm
 /usr/share/perl5/vendor_perl/DBD
 /usr/share/perl5/vendor_perl/DBIx
 /usr/share/perl5/vendor_perl/DBIx/Connector
 /usr/share/perl5/vendor_perl/DBIx/Connector.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/Firebird.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/MSSQL.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/Oracle.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/Pg.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/SQLite.pm
 /usr/share/perl5/vendor_perl/DBIx/Connector/Driver/mysql.pm
 /usr/share/perl5/vendor_perl/DBIx/QueryLog.pm
 /usr/share/perl5/vendor_perl/DBIx/RunSQL.pm
 /usr/share/perl5/vendor_perl/DBIx/Safe.pm
 /usr/share/perl5/vendor_perl/DBIx/Simple
 /usr/share/perl5/vendor_perl/DBIx/Simple.pm
 /usr/share/perl5/vendor_perl/DBIx/Simple/Comparison.pod
 /usr/share/perl5/vendor_perl/DBIx/Simple/Examples.pod
 /usr/share/perl5/vendor_perl/DBIx/Simple/Result
 /usr/share/perl5/vendor_perl/DBIx/Simple/Result/RowObject.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Engine/DBI.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Iterator/DBI.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Sector/DBI
 /usr/share/perl5/vendor_perl/DBM/Deep/Sector/DBI.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Sector/DBI/Reference.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Sector/DBI/Scalar.pm
 /usr/share/perl5/vendor_perl/DBM/Deep/Storage/DBI.pm
 /usr/share/perl5/vendor_perl/Data/Stream/Bulk/DBI.pm
 /usr/share/perl5/vendor_perl/Data/Stream/Bulk/DBIC.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Common/Conf/Backends/DBI.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Common/Notifications/DBI.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Portal/Auth/DBI.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Portal/Lib/DBI.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Portal/Password/DBI.pm
 /usr/share/perl5/vendor_perl/Lemonldap/NG/Portal/UserDB/DBI.pm
 /usr/share/perl5/vendor_perl/Log/Log4perl/Appender/DBI.pm
 /usr/share/perl5/vendor_perl/XML/Generator/DBI.pm
 

    I see you're using perl 5.016003 on x86_64-linux-thread-multi, okay.
    Remember to actually *read* the README file!
    Use  'make' to build the software (dmake or nmake on Windows).
    Then 'make test' to execute self tests.
    Then 'make install' to install the DBI and then delete this working
    directory before unpacking and building any DBD::* drivers.

Writing Makefile for DBI
Writing MYMETA.yml and MYMETA.json
/usr/bin/perl -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI
rm -f blib/lib/DBI/Changes.pm
cp Changes blib/lib/DBI/Changes.pm
cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm
cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm
cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp dbixs_rev.pl blib/lib/dbixs_rev.pl
cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm
cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm
cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm
cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
cp lib/DBD/File.pm blib/lib/DBD/File.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod
cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm
cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm
cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp dbivport.h blib/arch/auto/DBI/dbivport.h
cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod
cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h
cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm
cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm
cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm
cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm
cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm
cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm
cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm
cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm
cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm
cp DBI.pm blib/lib/DBI.pm
cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm
cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod
cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm
cp lib/DBD/Mem.pm blib/lib/DBD/Mem.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod
cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi
/usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap  Perl.xs > Perl.xsc && mv Perl.xsc Perl.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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.643\" -DXS_VERSION=\"1.643\" -fPIC "-I/usr/lib64/perl5/CORE"  -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
/usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap  DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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.643\" -DXS_VERSION=\"1.643\" -fPIC "-I/usr/lib64/perl5/CORE"  -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter DBI.c
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
rm -f blib/arch/auto/DBI/DBI.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  DBI.o  -o blib/arch/auto/DBI/DBI.so 	\
     	\
  
chmod 755 blib/arch/auto/DBI/DBI.so
cp DBI.bs blib/arch/auto/DBI/DBI.bs
chmod 644 blib/arch/auto/DBI/DBI.bs
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof
Extracted dbiprof from dbiprof.PL with variable substitutions.
cp dbiprof blib/script/dbiprof
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy
Extracted dbiproxy from dbiproxy.PL with variable substitutions.
cp dbiproxy blib/script/dbiproxy
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip
Extracted dbilogstrip from dbilogstrip.PL with variable substitutions.
cp dbilogstrip blib/script/dbilogstrip
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip
Manifying blib/man1/dbiprof.1
Manifying blib/man1/dbiproxy.1
Manifying blib/man1/dbilogstrip.1
Manifying blib/man3/DBD::Proxy.3pm
Manifying blib/man3/DBI::Gofer::Response.3pm
Manifying blib/man3/DBI::Gofer::Transport::Base.3pm
Manifying blib/man3/DBD::DBM.3pm
Manifying blib/man3/DBI::Const::GetInfoType.3pm
Manifying blib/man3/DBI::Gofer::Serializer::DataDumper.3pm
Manifying blib/man3/DBI::DBD::Metadata.3pm
Manifying blib/man3/DBD::Gofer::Transport::pipeone.3pm
Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm
Manifying blib/man3/DBI::ProfileDumper::Apache.3pm
Manifying blib/man3/DBD::File::Roadmap.3pm
Manifying blib/man3/DBD::File.3pm
Manifying blib/man3/DBI::Util::CacheMemory.3pm
Manifying blib/man3/DBI::ProfileSubs.3pm
Manifying blib/man3/DBD::File::HowTo.3pm
Manifying blib/man3/DBD::Gofer.3pm
Manifying blib/man3/DBI::DBD::SqlEngine::HowTo.3pm
Manifying blib/man3/DBD::Gofer::Transport::Base.3pm
Manifying blib/man3/DBD::Gofer::Transport::corostream.3pm
Manifying blib/man3/DBD::Gofer::Policy::rush.3pm
Manifying blib/man3/DBI::SQL::Nano.3pm
Manifying blib/man3/DBI::Gofer::Request.3pm
Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm
Manifying blib/man3/DBD::Gofer::Transport::stream.3pm
Manifying blib/man3/DBD::Gofer::Policy::classic.3pm
Manifying blib/man3/DBD::Gofer::Policy::Base.3pm
Manifying blib/man3/DBI.3pm
Manifying blib/man3/DBI::Gofer::Serializer::Storable.3pm
Manifying blib/man3/DBI::Gofer::Transport::stream.3pm
Manifying blib/man3/DBI::Const::GetInfoReturn.3pm
Manifying blib/man3/DBD::Sponge.3pm
Manifying blib/man3/DBD::Gofer::Policy::pedantic.3pm
Manifying blib/man3/DBI::W32ODBC.3pm
Manifying blib/man3/DBI::Gofer::Transport::pipeone.3pm
Manifying blib/man3/DBI::DBD::SqlEngine::Developers.3pm
Manifying blib/man3/DBD::Gofer::Transport::null.3pm
Manifying blib/man3/DBD::Mem.3pm
Manifying blib/man3/Bundle::DBI.3pm
Manifying blib/man3/DBD::File::Developers.3pm
Manifying blib/man3/DBI::Profile.3pm
Manifying blib/man3/DBI::ProfileDumper.3pm
Manifying blib/man3/DBI::ProxyServer.3pm
Manifying blib/man3/DBI::Gofer::Serializer::Base.3pm
Manifying blib/man3/DBI::Gofer::Execute.3pm
Manifying blib/man3/DBI::DBD.3pm
Manifying blib/man3/Win32::DBIODBC.3pm
Manifying blib/man3/DBI::DBD::SqlEngine.3pm
Manifying blib/man3/DBI::PurePerl.3pm
Manifying blib/man3/DBI::ProfileData.3pm
  TIMB/DBI-1.643.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basics.t .................... # --- Perl 5.016003 on x86_64-linux-thread-multi
t/01basics.t .................... ok       
t/02dbidrv.t .................... 1/54 SV = IV(0x2388030) at 0x2388040
  REFCNT = 1
  FLAGS = (ROK,READONLY)
  RV = 0x206a4b8
    SV = PVHV(0x2053a10) at 0x206a4b8
      REFCNT = 1
      FLAGS = (OBJECT,SHAREKEYS)
      STASH = 0x2298ce8	"DBI::dr"
      ARRAY = 0x23bc8b0  (0:9, 1:6, 2:1)
      hash quality = 115.0%
      KEYS = 8
      FILL = 7
      MAX = 15
      RITER = -1
      EITER = 0x0
        Elt "FetchHashKeyName" HASH = 0xad2a2131
        SV = PV(0x228e790) at 0x2275908
          REFCNT = 1
          FLAGS = (POK,pPOK)
          PV = 0x23b8050 "NAME"\0
          CUR = 4
          LEN = 16
        Elt "TraceLevel" HASH = 0x825c4531
        SV = IV(0x2275a90) at 0x2275aa0
          REFCNT = 1
          FLAGS = (IOK,pIOK)
          IV = 0
        Elt "ImplementorClass" HASH = 0xaf0250d2
        SV = PV(0x204be60) at 0x2306840
          REFCNT = 1
          FLAGS = (PADMY,POK,pPOK)
          PV = 0x23bc720 "DBD::Test::OverLongxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"\0
          CUR = 319
          LEN = 320
	(in cleanup) dbih_getcom handle DBI::dr=HASH(0x206a4b8) is not a DBI handle (has no magic) during global destruction.
t/02dbidrv.t .................... ok     
t/03handle.t .................... ok       
t/04mods.t ...................... ok     
t/05concathash.t ................ ok     
t/06attrs.t ..................... ok     
t/07kids.t ...................... ok     
t/08keeperr.t ................... ok    
t/09trace.t ..................... ok     
t/10examp.t ..................... ok       
t/11fetch.t ..................... ok     
t/12quote.t ..................... ok     
t/13taint.t ..................... ok     
t/14utf8.t ...................... ok     
t/15array.t ..................... ok     
t/16destroy.t ................... ok     
t/17handle_error.t .............. ok    
t/19fhtrace.t ................... ok     
t/20meta.t ...................... ok   
t/30subclass.t .................. ok     
t/31methcache.t ................. ok     
t/35thrclone.t .................. ok     
t/40profile.t ................... ok     
t/41prof_dump.t ................. ok     
t/42prof_data.t ................. ok     
t/43prof_env.t .................. ok     
t/48dbi_dbd_sqlengine.t ......... ok    
t/49dbd_file.t .................. ok    
t/50dbm_simple.t ................ ok     
t/51dbm_file.t .................. ok    
t/52dbm_complex.t ............... ok     
t/53sqlengine_adv.t ............. ok   
t/54_dbd_mem.t .................. ok    
t/60preparse.t .................. ok     
t/65transact.t .................. ok     
t/70callbacks.t ................. ok    
t/72childhandles.t .............. ok     
t/73cachedkids.t ................ ok    
t/80proxy.t ..................... Sun Mar 24 11:18:05 2024 notice, Server starting
t/80proxy.t ..................... ok     
t/85gofer.t ..................... ok     
t/86gofer_fail.t ................ ok    
t/87gofer_cache.t ............... ok    
t/90sql_type_cast.t ............. ok     
t/91_store_warning.t ............ ok   
t/pod-coverage.t ................ skipped: Currently a developer-only test
t/pod.t ......................... ok     
t/zvg_01basics.t ................ # --- Perl 5.016003 on x86_64-linux-thread-multi
t/zvg_01basics.t ................ ok       
t/zvg_02dbidrv.t ................ 1/54 SV = IV(0x2637868) at 0x2637878
  REFCNT = 1
  FLAGS = (PADMY,ROK)
  RV = 0x26e3508
    SV = PVHV(0x26e17e0) at 0x26e3508
      REFCNT = 1
      FLAGS = (OBJECT,SHAREKEYS)
      STASH = 0x25cb100	"DBI::dr"
      ARRAY = 0x26ee190  (0:9, 1:6, 2:1)
      hash quality = 115.0%
      KEYS = 8
      FILL = 7
      MAX = 15
      RITER = -1
      EITER = 0x0
        Elt "FetchHashKeyName" HASH = 0xad2a2131
        SV = PV(0x25ae550) at 0x26e3580
          REFCNT = 1
          FLAGS = (POK,pPOK)
          PV = 0x26ec420 "NAME"\0
          CUR = 4
          LEN = 16
        Elt "TraceLevel" HASH = 0x825c4531
        SV = IV(0x26e3558) at 0x26e3568
          REFCNT = 1
          FLAGS = (IOK,pIOK)
          IV = 0
        Elt "ImplementorClass" HASH = 0xaf0250d2
        SV = PV(0x25c0b10) at 0x26376f8
          REFCNT = 1
          FLAGS = (PADMY,POK,pPOK)
          PV = 0x26edf90 "DBD::Test::OverLongxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"\0
          CUR = 319
          LEN = 320
	(in cleanup) dbih_getcom handle DBI::dr=HASH(0x26e3508) is not a DBI handle (has no magic) during global destruction.
SV = IV(0x237dc80) at 0x237dc90
  REFCNT = 1
  FLAGS = (ROK,READONLY)
  RV = 0x26e3508
    SV = PVHV(0x26e17e0) at 0x26e3508
      REFCNT = 1
      FLAGS = (OBJECT,SHAREKEYS)
      STASH = 0x25cb100	"DBI::dr"
      ARRAY = 0x26ee190  (0:9, 1:6, 2:1)
      hash quality = 115.0%
      KEYS = 8
      FILL = 7
      MAX = 15
      RITER = -1
      EITER = 0x0
        Elt "FetchHashKeyName" HASH = 0xad2a2131
        SV = PV(0x25ae550) at 0x26e3580
          REFCNT = 1
          FLAGS = (POK,pPOK)
          PV = 0x26ec420 "NAME"\0
          CUR = 4
          LEN = 16
        Elt "TraceLevel" HASH = 0x825c4531
        SV = IV(0x26e3558) at 0x26e3568
          REFCNT = 1
          FLAGS = (IOK,pIOK)
          IV = 0
        Elt "ImplementorClass" HASH = 0xaf0250d2
        SV = PV(0x25c0b10) at 0x26376f8
          REFCNT = 1
          FLAGS = (PADMY,POK,pPOK)
          PV = 0x26edf90 "DBD::Test::OverLongxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"\0
          CUR = 319
          LEN = 320
	(in cleanup) dbih_getcom handle DBI::dr=HASH(0x26e3508) is not a DBI handle (has no magic) during global destruction.
t/zvg_02dbidrv.t ................ ok     
t/zvg_03handle.t ................ ok       
t/zvg_04mods.t .................. ok     
t/zvg_05concathash.t ............ ok     
t/zvg_06attrs.t ................. ok     
t/zvg_07kids.t .................. ok     
t/zvg_08keeperr.t ............... ok    
t/zvg_09trace.t ................. ok     
t/zvg_10examp.t ................. ok       
t/zvg_11fetch.t ................. ok     
t/zvg_12quote.t ................. ok     
t/zvg_13taint.t ................. skipped: Taint attribute tests not functional with DBI_AUTOPROXY
t/zvg_14utf8.t .................. ok     
t/zvg_15array.t ................. ok     
t/zvg_16destroy.t ............... ok     
t/zvg_17handle_error.t .......... ok    
t/zvg_19fhtrace.t ............... ok     
t/zvg_20meta.t .................. ok   
t/zvg_30subclass.t .............. ok     
t/zvg_31methcache.t ............. ok     
t/zvg_35thrclone.t .............. ok     
t/zvg_40profile.t ............... ok     
t/zvg_41prof_dump.t ............. ok     
t/zvg_42prof_data.t ............. ok     
t/zvg_43prof_env.t .............. ok     
t/zvg_48dbi_dbd_sqlengine.t ..... ok    
t/zvg_49dbd_file.t .............. ok    
t/zvg_50dbm_simple.t ............ ok     
t/zvg_51dbm_file.t .............. ok   
t/zvg_52dbm_complex.t ........... ok     
t/zvg_53sqlengine_adv.t ......... skipped: Modifying driver state won't compute running behind Gofer
t/zvg_54_dbd_mem.t .............. skipped: modifying meta data doesn't work with Gofer-AutoProxy
t/zvg_60preparse.t .............. ok     
t/zvg_65transact.t .............. skipped: Transactions not supported by DBD::Gofer
t/zvg_70callbacks.t ............. ok    
t/zvg_72childhandles.t .......... ok     
t/zvg_73cachedkids.t ............ ok    
t/zvg_80proxy.t ................. Sun Mar 24 11:18:35 2024 notice, Server starting
t/zvg_80proxy.t ................. ok     
t/zvg_85gofer.t ................. ok     
t/zvg_86gofer_fail.t ............ skipped: Gofer DBI_AUTOPROXY
t/zvg_87gofer_cache.t ........... skipped: Gofer DBI_AUTOPROXY
t/zvg_90sql_type_cast.t ......... ok     
t/zvg_91_store_warning.t ........ ok   
t/zvn_48dbi_dbd_sqlengine.t ..... ok    
t/zvn_49dbd_file.t .............. ok    
t/zvn_50dbm_simple.t ............ ok     
t/zvn_51dbm_file.t .............. ok    
t/zvn_52dbm_complex.t ........... skipped: DBI::SQL::Nano is being used
t/zvn_85gofer.t ................. ok     
t/zvp_01basics.t ................ # --- Perl 5.016003 on x86_64-linux-thread-multi
t/zvp_01basics.t ................ ok       
t/zvp_02dbidrv.t ................ ok     
t/zvp_03handle.t ................ ok       
t/zvp_04mods.t .................. ok     
t/zvp_05concathash.t ............ ok     
t/zvp_06attrs.t ................. ok     
t/zvp_07kids.t .................. skipped: $h->{Kids} attribute not supported for DBI::PurePerl
t/zvp_08keeperr.t ............... ok    
t/zvp_09trace.t ................. ok     
t/zvp_10examp.t ................. ok       
t/zvp_11fetch.t ................. ok     
t/zvp_12quote.t ................. ok     
t/zvp_13taint.t ................. skipped: Taint attributes not supported with DBI::PurePerl
t/zvp_14utf8.t .................. ok     
t/zvp_15array.t ................. ok     
t/zvp_16destroy.t ............... ok     
t/zvp_17handle_error.t .......... ok    
t/zvp_19fhtrace.t ............... ok     
t/zvp_20meta.t .................. ok   
t/zvp_30subclass.t .............. ok     
t/zvp_31methcache.t ............. ok     
t/zvp_35thrclone.t .............. ok     
t/zvp_40profile.t ............... skipped: profiling not supported for DBI::PurePerl
t/zvp_41prof_dump.t ............. skipped: profiling not supported for DBI::PurePerl
t/zvp_42prof_data.t ............. skipped: profiling not supported for DBI::PurePerl
t/zvp_43prof_env.t .............. skipped: profiling not supported for DBI::PurePerl
t/zvp_48dbi_dbd_sqlengine.t ..... ok    
t/zvp_49dbd_file.t .............. ok    
t/zvp_50dbm_simple.t ............ ok     
t/zvp_51dbm_file.t .............. ok    
t/zvp_52dbm_complex.t ........... ok     
t/zvp_53sqlengine_adv.t ......... ok   
t/zvp_54_dbd_mem.t .............. ok    
t/zvp_60preparse.t .............. skipped: preparse not supported for DBI::PurePerl
t/zvp_65transact.t .............. ok     
t/zvp_70callbacks.t ............. skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl
t/zvp_72childhandles.t .......... ok     
t/zvp_73cachedkids.t ............ ok    
t/zvp_80proxy.t ................. skipped: DBD::Proxy currently has a problem under DBI::PurePerl
t/zvp_85gofer.t ................. ok     
t/zvp_86gofer_fail.t ............ skipped: requires Callbacks which are not supported with PurePerl
t/zvp_87gofer_cache.t ........... ok    
t/zvp_90sql_type_cast.t ......... ok     
t/zvp_91_store_warning.t ........ ok   
t/zvxgn_48dbi_dbd_sqlengine.t ... ok    
t/zvxgn_49dbd_file.t ............ ok    
t/zvxgn_50dbm_simple.t .......... ok     
t/zvxgn_51dbm_file.t ............ ok   
t/zvxgn_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used
t/zvxgn_85gofer.t ............... ok     
t/zvxgnp_48dbi_dbd_sqlengine.t .. ok    
t/zvxgnp_49dbd_file.t ........... ok    
t/zvxgnp_50dbm_simple.t ......... ok     
t/zvxgnp_51dbm_file.t ........... ok   
t/zvxgnp_52dbm_complex.t ........ skipped: DBI::SQL::Nano is being used
t/zvxgnp_85gofer.t .............. ok     
t/zvxgp_01basics.t .............. # --- Perl 5.016003 on x86_64-linux-thread-multi
t/zvxgp_01basics.t .............. ok       
t/zvxgp_02dbidrv.t .............. ok     
t/zvxgp_03handle.t .............. ok       
t/zvxgp_04mods.t ................ ok     
t/zvxgp_05concathash.t .......... ok     
t/zvxgp_06attrs.t ............... ok     
t/zvxgp_07kids.t ................ skipped: $h->{Kids} attribute not supported for DBI::PurePerl
t/zvxgp_08keeperr.t ............. ok    
t/zvxgp_09trace.t ............... ok     
t/zvxgp_10examp.t ............... ok       
t/zvxgp_11fetch.t ............... ok     
t/zvxgp_12quote.t ............... ok     
t/zvxgp_13taint.t ............... skipped: Taint attributes not supported with DBI::PurePerl
t/zvxgp_14utf8.t ................ ok     
t/zvxgp_15array.t ............... ok     
t/zvxgp_16destroy.t ............. ok     
t/zvxgp_17handle_error.t ........ ok    
t/zvxgp_19fhtrace.t ............. ok     
t/zvxgp_20meta.t ................ ok   
t/zvxgp_30subclass.t ............ ok     
t/zvxgp_31methcache.t ........... ok     
t/zvxgp_35thrclone.t ............ ok     
t/zvxgp_40profile.t ............. skipped: profiling not supported for DBI::PurePerl
t/zvxgp_41prof_dump.t ........... skipped: profiling not supported for DBI::PurePerl
t/zvxgp_42prof_data.t ........... skipped: profiling not supported for DBI::PurePerl
t/zvxgp_43prof_env.t ............ skipped: profiling not supported for DBI::PurePerl
t/zvxgp_48dbi_dbd_sqlengine.t ... ok    
t/zvxgp_49dbd_file.t ............ ok    
t/zvxgp_50dbm_simple.t .......... ok     
t/zvxgp_51dbm_file.t ............ ok   
t/zvxgp_52dbm_complex.t ......... ok     
t/zvxgp_53sqlengine_adv.t ....... skipped: Modifying driver state won't compute running behind Gofer
t/zvxgp_54_dbd_mem.t ............ skipped: modifying meta data doesn't work with Gofer-AutoProxy
t/zvxgp_60preparse.t ............ skipped: preparse not supported for DBI::PurePerl
t/zvxgp_65transact.t ............ skipped: Transactions not supported by DBD::Gofer
t/zvxgp_70callbacks.t ........... skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl
t/zvxgp_72childhandles.t ........ ok     
t/zvxgp_73cachedkids.t .......... ok    
t/zvxgp_80proxy.t ............... skipped: DBD::Proxy currently has a problem under DBI::PurePerl
t/zvxgp_85gofer.t ............... ok     
t/zvxgp_86gofer_fail.t .......... skipped: requires Callbacks which are not supported with PurePerl
t/zvxgp_87gofer_cache.t ......... skipped: Gofer DBI_AUTOPROXY
t/zvxgp_90sql_type_cast.t ....... ok     
t/zvxgp_91_store_warning.t ...... ok   
t/zvxnp_48dbi_dbd_sqlengine.t ... ok    
t/zvxnp_49dbd_file.t ............ ok    
t/zvxnp_50dbm_simple.t .......... ok     
t/zvxnp_51dbm_file.t ............ ok    
t/zvxnp_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used
t/zvxnp_85gofer.t ............... ok     
All tests successful.
Files=202, Tests=12164, 146 wallclock secs ( 2.36 usr  1.39 sys + 107.96 cusr 25.64 csys = 137.35 CPU)
Result: PASS
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
test.pl 
DBI test application $Revision$
Switch: DBI 1.643 by Tim Bunce, 1.643
Available Drivers: CSV, DBM, ExampleP, File, Firebird, FirebirdEmbedded, Gofer, Mem, Mock, ODBC, Pg, Proxy, SQLite, Sponge, XBase, mysql
dbi:ExampleP:: testing 3 sets of 20 connections:
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 
Disconnecting...
connect 20 and disconnect them, 3 times: 0.0026s / 60 = 0.0000s
Testing handle creation speed...
111111 NullP sth/s perl 5.016003 x86_64-linux-thread-multi (gcc 4.8.5 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic) 0.000009s

test.pl done
  TIMB/DBI-1.643.tar.gz
  /usr/bin/make test -- OK
Running make install
Manifying blib/man1/dbiprof.1
Manifying blib/man1/dbiproxy.1
Manifying blib/man1/dbilogstrip.1
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib64/perl5/auto/DBI/Driver_xst.h
Installing /usr/local/lib64/perl5/auto/DBI/DBIXS.h
Installing /usr/local/lib64/perl5/auto/DBI/Driver.xst
Installing /usr/local/lib64/perl5/auto/DBI/dbi_sql.h
Installing /usr/local/lib64/perl5/auto/DBI/dbd_xsh.h
Installing /usr/local/lib64/perl5/auto/DBI/dbivport.h
Installing /usr/local/lib64/perl5/auto/DBI/dbixs_rev.h
Installing /usr/local/lib64/perl5/auto/DBI/dbipport.h
Installing /usr/local/lib64/perl5/auto/DBI/DBI.so
Installing /usr/local/lib64/perl5/auto/DBI/DBI.bs
Installing /usr/local/lib64/perl5/dbixs_rev.pl
Installing /usr/local/lib64/perl5/DBI.pm
Installing /usr/local/lib64/perl5/DBI/Changes.pm
Installing /usr/local/lib64/perl5/DBI/ProfileSubs.pm
Installing /usr/local/lib64/perl5/DBI/W32ODBC.pm
Installing /usr/local/lib64/perl5/DBI/Profile.pm
Installing /usr/local/lib64/perl5/DBI/ProfileDumper.pm
Installing /usr/local/lib64/perl5/DBI/ProxyServer.pm
Installing /usr/local/lib64/perl5/DBI/DBD.pm
Installing /usr/local/lib64/perl5/DBI/PurePerl.pm
Installing /usr/local/lib64/perl5/DBI/ProfileData.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Response.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Request.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Execute.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/Base.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/stream.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/pipeone.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/DataDumper.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Storable.pm
Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
Installing /usr/local/lib64/perl5/DBI/Util/_accessor.pm
Installing /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
Installing /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
Installing /usr/local/lib64/perl5/DBI/Const/GetInfoReturn.pm
Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ODBC.pm
Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ANSI.pm
Installing /usr/local/lib64/perl5/DBI/DBD/Metadata.pm
Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine.pm
Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/HowTo.pod
Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/Developers.pod
Installing /usr/local/lib64/perl5/DBI/ProfileDumper/Apache.pm
Installing /usr/local/lib64/perl5/DBI/SQL/Nano.pm
Installing /usr/local/lib64/perl5/DBD/Proxy.pm
Installing /usr/local/lib64/perl5/DBD/DBM.pm
Installing /usr/local/lib64/perl5/DBD/File.pm
Installing /usr/local/lib64/perl5/DBD/NullP.pm
Installing /usr/local/lib64/perl5/DBD/Gofer.pm
Installing /usr/local/lib64/perl5/DBD/Sponge.pm
Installing /usr/local/lib64/perl5/DBD/Mem.pm
Installing /usr/local/lib64/perl5/DBD/ExampleP.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/pipeone.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/Base.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/corostream.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/stream.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/null.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/rush.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/classic.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/Base.pm
Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/pedantic.pm
Installing /usr/local/lib64/perl5/DBD/File/Roadmap.pod
Installing /usr/local/lib64/perl5/DBD/File/HowTo.pod
Installing /usr/local/lib64/perl5/DBD/File/Developers.pod
Installing /usr/local/lib64/perl5/Bundle/DBI.pm
Installing /usr/local/lib64/perl5/Win32/DBIODBC.pm
Installing /usr/local/share/man/man1/dbiprof.1
Installing /usr/local/share/man/man1/dbiproxy.1
Installing /usr/local/share/man/man1/dbilogstrip.1
Installing /usr/local/share/man/man3/DBD::Proxy.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Response.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Transport::Base.3pm
Installing /usr/local/share/man/man3/DBD::DBM.3pm
Installing /usr/local/share/man/man3/DBI::Const::GetInfoType.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::DataDumper.3pm
Installing /usr/local/share/man/man3/DBI::DBD::Metadata.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Transport::pipeone.3pm
Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ODBC.3pm
Installing /usr/local/share/man/man3/DBI::ProfileDumper::Apache.3pm
Installing /usr/local/share/man/man3/DBD::File::Roadmap.3pm
Installing /usr/local/share/man/man3/DBD::File.3pm
Installing /usr/local/share/man/man3/DBI::Util::CacheMemory.3pm
Installing /usr/local/share/man/man3/DBI::ProfileSubs.3pm
Installing /usr/local/share/man/man3/DBD::File::HowTo.3pm
Installing /usr/local/share/man/man3/DBD::Gofer.3pm
Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::HowTo.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Transport::Base.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Transport::corostream.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Policy::rush.3pm
Installing /usr/local/share/man/man3/DBI::SQL::Nano.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Request.3pm
Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ANSI.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Transport::stream.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Policy::classic.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Policy::Base.3pm
Installing /usr/local/share/man/man3/DBI.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Storable.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Transport::stream.3pm
Installing /usr/local/share/man/man3/DBI::Const::GetInfoReturn.3pm
Installing /usr/local/share/man/man3/DBD::Sponge.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Policy::pedantic.3pm
Installing /usr/local/share/man/man3/DBI::W32ODBC.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Transport::pipeone.3pm
Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::Developers.3pm
Installing /usr/local/share/man/man3/DBD::Gofer::Transport::null.3pm
Installing /usr/local/share/man/man3/DBD::Mem.3pm
Installing /usr/local/share/man/man3/Bundle::DBI.3pm
Installing /usr/local/share/man/man3/DBD::File::Developers.3pm
Installing /usr/local/share/man/man3/DBI::Profile.3pm
Installing /usr/local/share/man/man3/DBI::ProfileDumper.3pm
Installing /usr/local/share/man/man3/DBI::ProxyServer.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Base.3pm
Installing /usr/local/share/man/man3/DBI::Gofer::Execute.3pm
Installing /usr/local/share/man/man3/DBI::DBD.3pm
Installing /usr/local/share/man/man3/Win32::DBIODBC.3pm
Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine.3pm
Installing /usr/local/share/man/man3/DBI::PurePerl.3pm
Installing /usr/local/share/man/man3/DBI::ProfileData.3pm
Installing /usr/local/bin/dbiprof
Installing /usr/local/bin/dbiproxy
Installing /usr/local/bin/dbilogstrip
Appending installation info to /usr/lib64/perl5/perllocal.pod
  TIMB/DBI-1.643.tar.gz
  sudo /usr/bin/make install  -- OK
6.执行`install DBD::mysql`
cpan[2]> install DBD::mysql
Running install for module 'DBD::mysql'
Running make for D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
Catching error: "read timeout at /usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm line 236. at /usr/share/perl5/LWP/UserAgent.pm line 915.\cJ" at /usr/share/perl5/CPAN.pm line 392.
	CPAN::shell() called at -e line 1   //(运行 D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
使用 LWP 获取:
http://www.cpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
捕获错误:“读取 /usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm 第 236 行的超时。在 /usr/share/perl5/LWP/UserAgent.pm 第 915 行。cJ“ 在 /usr/share/perl5/CPAN.pm 第 392 行。
	CPAN::shell() 在 -e 行 1 中调用
)  这里什么都不做

cpan[3]> install DBD::mysql
Running install for module 'DBD::mysql'
Running make for D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/D/DV/DVEEDEN/CHECKSUMS
Checksum for /root/.local/share/.cpan/sources/authors/id/D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz ok
---- Unsatisfied dependencies detected during ----
----      DVEEDEN/DBD-mysql-5.004.tar.gz      ----
    Devel::CheckLib [build_requires]
Running make test
  Make had some problems, won't test
  Delayed until after prerequisites
Running make install
  Make had some problems, won't install
  Delayed until after prerequisites
Running install for module 'Devel::CheckLib'
Running make for M/MA/MATTN/Devel-CheckLib-1.16.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.16.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/M/MA/MATTN/CHECKSUMS
Checksum for /root/.local/share/.cpan/sources/authors/id/M/MA/MATTN/Devel-CheckLib-1.16.tar.gz ok

  CPAN.pm: Building M/MA/MATTN/Devel-CheckLib-1.16.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Devel::CheckLib
Writing MYMETA.yml and MYMETA.json
---- Unsatisfied dependencies detected during ----
----     MATTN/Devel-CheckLib-1.16.tar.gz     ----
    Mock::Config [build_requires]
Running make test
  Delayed until after prerequisites
Running make install
  Delayed until after prerequisites
Running install for module 'Mock::Config'
Running make for R/RU/RURBAN/Mock-Config-0.03.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/R/RU/RURBAN/CHECKSUMS
Checksum for /root/.local/share/.cpan/sources/authors/id/R/RU/RURBAN/Mock-Config-0.03.tar.gz ok

  CPAN.pm: Building R/RU/RURBAN/Mock-Config-0.03.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Mock::Config
Writing MYMETA.yml and MYMETA.json
cp lib/Mock/Config.pm blib/lib/Mock/Config.pm
Manifying blib/man3/Mock::Config.3pm
  RURBAN/Mock-Config-0.03.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0-basic.t ....... 1/3 Use of uninitialized value $Config::VERSION in concatenation (.) or string at t/0-basic.t line 15.
# Testing Mock::Config, Perl 5.016003, Config , /usr/bin/perl
t/0-basic.t ....... ok   
t/manifest.t ...... skipped: requires a git checkout and a unix for git and diff
t/pod-coverage.t .. skipped: Author tests not required for installation
t/pod.t ........... skipped: Author tests not required for installation
All tests successful.
Files=4, Tests=3,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.08 cusr  0.05 csys =  0.17 CPU)
Result: PASS
  RURBAN/Mock-Config-0.03.tar.gz
  /usr/bin/make test -- OK
Running make install
Manifying blib/man3/Mock::Config.3pm
Installing /usr/local/share/perl5/Mock/Config.pm
Installing /usr/local/share/man/man3/Mock::Config.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
  RURBAN/Mock-Config-0.03.tar.gz
  sudo /usr/bin/make install  -- OK
Running make for M/MA/MATTN/Devel-CheckLib-1.16.tar.gz
  Has already been unwrapped into directory /root/.local/share/.cpan/build/Devel-CheckLib-1.16-0cUdh5

  CPAN.pm: Building M/MA/MATTN/Devel-CheckLib-1.16.tar.gz

cp lib/Devel/CheckLib.pm blib/lib/Devel/CheckLib.pm
cp bin/use-devel-checklib blib/script/use-devel-checklib
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/use-devel-checklib
Manifying blib/man1/use-devel-checklib.1
Manifying blib/man3/Devel::CheckLib.3pm
  MATTN/Devel-CheckLib-1.16.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ................... ok   
t/analyze-binary.t ............ ok   
t/bad-single-word-compiler.t .. Name "Config::STORE" used only once: possible typo at t/bad-single-word-compiler.t line 18.
t/bad-single-word-compiler.t .. ok   
t/cmdline-LIBS-INC.t .......... ok   
t/custom-function.t ........... ok   
t/dash-l-libs.t ............... ok   
t/exit_with_message.t ......... ok   
t/flags.t ..................... ok   
t/found.t ..................... ok   
t/headers.t ................... ok   
t/multi-word-compiler.t ....... Name "Config::STORE" used only once: possible typo at t/multi-word-compiler.t line 18.
t/multi-word-compiler.t ....... ok   
t/not_found.t ................. ok     
All tests successful.
Files=12, Tests=42,  5 wallclock secs ( 0.08 usr  0.05 sys +  2.12 cusr  2.36 csys =  4.61 CPU)
Result: PASS
  MATTN/Devel-CheckLib-1.16.tar.gz
  /usr/bin/make test -- OK
Running make install
Installing /usr/local/share/perl5/Devel/CheckLib.pm
Installing /usr/local/share/man/man1/use-devel-checklib.1
Installing /usr/local/share/man/man3/Devel::CheckLib.3pm
Installing /usr/local/bin/use-devel-checklib
Appending installation info to /usr/lib64/perl5/perllocal.pod
  MATTN/Devel-CheckLib-1.16.tar.gz
  sudo /usr/bin/make install  -- OK
Running make for D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz

  CPAN.pm: Building D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz



PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user 'root' 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> CREATE USER 'root'@'localhost' IDENTIFIED BY 's3kr1t';
mysql> GRANT ALL PRIVILEGES ON test.* TO 'root'@'localhost';

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 -m64
  ldflags       (mysql_config) = 
  libs          (mysql_config) = -L/usr/lib64/mysql -lmysqlclient -lpthread -ldl -lssl -lcrypto -lresolv -lm -lrt
  mysql_config  (guessed     ) = mysql_config
  nocatchstderr (default     ) = 0
  nofoundrows   (default     ) = 0
  testdb        (default     ) = test
  testhost      (default     ) = 
  testpassword  (default     ) = 
  testport      (default     ) = 
  testsocket    (default     ) = 
  testuser      (guessed     ) = root
  version       (mysql_config) = 8.3.0

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
Multiple copies of Driver.xst found in: /usr/local/lib64/perl5/auto/DBI/ /usr/lib64/perl5/vendor_perl/auto/DBI/ at Makefile.PL line 632.
Using DBI 1.643 (for perl 5.016003 on x86_64-linux-thread-multi) installed in /usr/local/lib64/perl5/auto/DBI/
Writing Makefile for DBD::mysql
Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
Writing MYMETA.yml and MYMETA.json
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
gcc -c  -I/usr/local/lib64/perl5/auto/DBI -I/usr/include/mysql -m64 -g  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/lib64/perl5/CORE"   dbdimp.c
/usr/bin/perl -p -e "s/~DRIVER~/mysql/g" /usr/local/lib64/perl5/auto/DBI/Driver.xst > mysql.xsi
/usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap  mysql.xs > mysql.xsc && mv mysql.xsc mysql.c
Warning: duplicate function definition 'do' detected in mysql.xs, line 236
Warning: duplicate function definition 'rows' detected in mysql.xs, line 644
gcc -c  -I/usr/local/lib64/perl5/auto/DBI -I/usr/include/mysql -m64 -g  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/lib64/perl5/CORE"   mysql.c
gcc -c  -I/usr/local/lib64/perl5/auto/DBI -I/usr/include/mysql -m64 -g  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/lib64/perl5/CORE"   socket.c
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
rm -f blib/arch/auto/DBD/mysql/mysql.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  dbdimp.o mysql.o socket.o  -o blib/arch/auto/DBD/mysql/mysql.so 	\
   -L/usr/lib64/mysql -lmysqlclient -lpthread -ldl -lssl -lcrypto -lresolv -lm -lrt  	\
  
chmod 755 blib/arch/auto/DBD/mysql/mysql.so
cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 blib/arch/auto/DBD/mysql/mysql.bs
Manifying blib/man3/DBD::mysql.3pm
Manifying blib/man3/DBD::mysql::INSTALL.3pm
  DVEEDEN/DBD-mysql-5.004.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.t .............................. 1/6 # Driver version is 5.004
t/00base.t .............................. ok   
t/01caching_sha2_prime.t ................ # DBI connect(';mysql_ssl=1;mysql_get_server_pubkey=1','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/01caching_sha2_prime.t line 21.
t/01caching_sha2_prime.t ................ skipped: no database connection
t/05dbcreate.t .......................... # DBI connect('','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/05dbcreate.t line 16.
t/05dbcreate.t .......................... skipped: no database connection
t/10connect.t ........................... # DBI connect('test','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) 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','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/lib.pl line 57.
t/92ssl_optional.t ...................... skipped: no database connection: DBI connect('test','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/lib.pl line 57.
t/92ssl_riddle_vulnerability.t .......... skipped: no database connection: DBI connect('test','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/lib.pl line 57.
t/99_bug_server_prepare_blob_null.t ..... skipped: no database connection
t/99compression.t ....................... # DBI connect('test','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/99compression.t line 11.
t/99compression.t ....................... skipped: no database connection
t/gh352.t ............................... # DBI connect('test','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/gh352.t line 12.
t/gh352.t ............................... skipped: no database connection
t/gh360.t ............................... # DBI connect('test;mysql_enable_utf8mb4=1','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/gh360.t line 15.
t/gh360.t ............................... skipped: no database connection
t/manifest.t ............................ skipped: these tests are for release testing
t/pod.t ................................. ok   
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 ............................. 1/? # mysql_get_client_version: 80300
t/version.t ............................. ok   
All tests successful.
Files=79, Tests=12,  6 wallclock secs ( 0.25 usr  0.23 sys +  4.41 cusr  1.42 csys =  6.31 CPU)
Result: PASS
  DVEEDEN/DBD-mysql-5.004.tar.gz
  /usr/bin/make test -- OK
Running make install
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib64/perl5/auto/DBD/mysql/mysql.so
Installing /usr/local/lib64/perl5/auto/DBD/mysql/mysql.bs
Installing /usr/local/lib64/perl5/DBD/mysql.pm
Installing /usr/local/lib64/perl5/DBD/mysql/GetInfo.pm
Installing /usr/local/lib64/perl5/DBD/mysql/INSTALL.pod
Installing /usr/local/share/man/man3/DBD::mysql.3pm
Installing /usr/local/share/man/man3/DBD::mysql::INSTALL.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
  DVEEDEN/DBD-mysql-5.004.tar.gz
  sudo /usr/bin/make install  -- OK

cpan[4]> install DBD::mysql
DBD::mysql is up to date (5.004).  // DBD::mysql 是最新的 (5.004)。
7.进行小测试及排错
[root@localhost sql-bench]# perl test-insert.sh --server=mysqld --user=root --password='Root?2?' --database=benchmarker --log --fast   
//--server="Mysql服务名" 我的MySQL是8服务名是mysqld,实测MySQL5.5.50的服务名是mysql
//--password="MySQL的密码" 使用单引号转义避免shell  
//--database="数据库"  使用自己创建的
//--fast 允许使用非SQL加快测试
Can't locate /usr/share/mysql/sql-bench/bench-init.pl in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at test-insert.sh line 44.
[root@localhost sql-bench]# vim test-insert.sh  //查看
44 require "$pwd/bench-init.pl" || die "Can't read Configuration file: $!\n";
[root@localhost sql-bench]# cp bench-init.pl.sh bench-init.pl  //缺少bench-init.pl 
[root@localhost sql-bench]# perl test-insert.sh --server=mysqld --user=root --password='Root?2?' --database=benchmarker --log --fast   //重新执行
Can't locate /usr/share/mysql/sql-bench/server-cfg in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/mysql/sql-bench/bench-init.pl line 39.
[root@localhost sql-bench]# vim bench-init.pl //查看
39 require "$pwd/server-cfg" || die "Can't read Configuration file: $!\n";
[root@localhost sql-bench]# cp server-cfg.sh server-cfg  //缺少server-cfg
[root@localhost sql-bench]# perl test-insert.sh --server=mysqld --user=root --password='Root?2?' --database=benchmarker --log --fast   //重新执行

正常运行。

这里放上原文,非常感谢作者

最后放一段安装perl时的输出纪念一下
  验证中      : libmng-1.0.10-14.el7.x86_64                             1/1475 
  验证中      : ImageMagick-6.9.10.68-7.el7_9.x86_64                    2/1475 
  验证中      : perl-JSON-RPC-CGI-1.03-5.el7.noarch                     3/1475 
  验证中      : perl-Test-CheckManifest-1.29-3.el7.noarch               4/1475 
  验证中      : perl-Data-HexDump-XXD-0.1.1-2.el7.noarch                5/1475 
  验证中      : perl-Tie-Cache-0.21-2.el7.noarch                        6/1475 
  验证中      : perl-Ref-Util-0.203-1.el7.noarch                        7/1475 
  验证中      : perl-MooseX-GlobRef-0.0701-9.el7.noarch                 8/1475 
  验证中      : perl-Archive-Tar-1.92-3.el7.noarch                      9/1475 
  验证中      : perl-Digest-MD4-1.9-1.el7.x86_64                       10/1475 
  验证中      : perl-Carp-Fix-1_25-1.000001-3.el7.noarch               11/1475 
  验证中      : perl-CGI-FormBuilder-3.0800-5.el7.noarch               12/1475 
  验证中      : perl-Crypt-SMIME-tests-0.19-2.el7.x86_64               13/1475 
  验证中      : perl-Text-CSV_XS-1.00-3.el7.x86_64                     14/1475 
  验证中      : libprelude-5.2.0-2.el7.x86_64                          15/1475 
  验证中      : perl-Test-Pod-1.48-3.el7.noarch                        16/1475 
  验证中      : perl-FCGI-Client-0.08-6.el7.noarch                     17/1475 
  验证中      : perl-DBD-Firebird-1.34-4.el7.x86_64                    18/1475 
  验证中      : perl-File-Find-Rule-Perl-1.13-2.el7.noarch             19/1475 
  验证中      : perl-HTML-FormatText-WithLinks-AndTables-0.02-4.el     20/1475 
  验证中      : perl-Tree-DAG_Node-1.12-2.el7.noarch                   21/1475 
  验证中      : perl-CPAN-Meta-2.120921-5.el7.noarch                   22/1475 
  验证中      : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64                  23/1475 
  验证中      : perl-indirect-0.29-5.el7.x86_64                        24/1475 
  验证中      : kde-filesystem-4-47.el7.x86_64                         25/1475 
  验证中      : perl-LWP-Protocol-http10-6.03-4.el7.noarch             26/1475 
  验证中      : perl-Log-Log4perl-1.42-2.el7.noarch                    27/1475 
  验证中      : libspf2-1.2.11-11.20210922git4915c308.el7.x86_64       28/1475 
  验证中      : perl-MooseX-Types-NetAddr-IP-0.07-2.el7.noarch         29/1475 
  验证中      : perl-Pod-POM-0.27-10.el7.noarch                        30/1475 
  验证中      : perl-Sort-Maker-0.06-2.el7.noarch                      31/1475 
  验证中      : perl-Pod-Eventual-0.093330-12.el7.noarch               32/1475 
  验证中      : perl-B-Compiling-0.02-9.el7.x86_64                     33/1475 
  验证中      : perl-Math-Random-ISAAC-1.004-10.el7.noarch             34/1475 
  验证中      : perl-Exception-Class-TryCatch-1.12-13.el7.noarch       35/1475 
  验证中      : perl-Crypt-GeneratePassword-0.04-2.el7.noarch          36/1475 
  验证中      : perl-Net-CIDR-Lite-0.22-1.el7.noarch                   37/1475 
  验证中      : perl-Net-OpenID-Server-1.09-11.el7.noarch              38/1475 
  验证中      : perl-DateTime-Format-HTTP-0.40-8.el7.noarch            39/1475 
  验证中      : perl-DBD-Pg-2.19.3-5.el7_9.x86_64                      40/1475 
  验证中      : perl-Getopt-ArgvFile-1.11-24.el7.noarch                41/1475 
  验证中      : perl-Test-Prereq-1.037-11.el7.noarch                   42/1475 
  验证中      : perl-Business-ISBN-2.06-2.el7.noarch                   43/1475 
  验证中      : perl-String-CRC32-1.4-19.el7.x86_64                    44/1475 
  验证中      : perl-MooseX-Traits-tests-0.11-9.el7.noarch             45/1475 
  验证中      : perl-Test-Output-1.01-7.el7.noarch                     46/1475 
  验证中      : perl-Date-Simple-3.03-13.el7.x86_64                    47/1475 
  验证中      : perl-File-Type-0.22-23.el7.noarch                      48/1475 
  验证中      : perl-CGI-SpeedyCGI-2.22-16.el7.1.x86_64                49/1475 
  验证中      : perl-Geo-IP-1.43-3.el7.x86_64                          50/1475 
  验证中      : perl-XML-TreeBuilder-4.2-1.el7.noarch                  51/1475 
  验证中      : perl-Test-UseAllModules-0.14-2.el7.noarch              52/1475 
  验证中      : perl-Mo-0.39-1.el7.noarch                              53/1475 
  验证中      : perl-Number-Compare-0.03-6.el7.noarch                  54/1475 
  验证中      : perl-POE-Loop-Event-1.305-1.el7.noarch                 55/1475 
  验证中      : perl-ExtUtils-Helpers-0.021-1.el7.noarch               56/1475 
  验证中      : perl-Pango-1.226-1.el7.x86_64                          57/1475 
  验证中      : perl-WWW-Mechanize-GZip-0.12-11.el7.noarch             58/1475 
  验证中      : perl-Crypt-DES_EDE3-0.01-18.el7.noarch                 59/1475 
  验证中      : 1:perl-HTML-Tree-5.03-2.el7.noarch                     60/1475 
  验证中      : perl-Proc-Daemon-0.19-1.el7.noarch                     61/1475 
  验证中      : perl-DateTime-Format-Natural-Test-1.07-4.el7.noarc     62/1475 
  验证中      : OpenEXR-libs-1.7.1-8.el7.x86_64                        63/1475 
  验证中      : perl-XML-SAX-Base-1.08-7.el7.noarch                    64/1475 
  验证中      : perl-Data-Dump-1.22-1.el7.noarch                       65/1475 
  验证中      : perl-Class-ReturnValue-0.55-23.el7.noarch              66/1475 
  验证中      : perl-PPI-HTML-1.08-4.el7.noarch                        67/1475 
  验证中      : qt-settings-19-23.12.el7.centos.noarch                 68/1475 
  验证中      : 1:perl-Archive-Extract-0.68-3.el7.noarch               69/1475 
  验证中      : perl-MooseX-Types-Path-Class-0.06-4.el7.noarch         70/1475 
  验证中      : perl-Class-Std-Fast-0.0.8-2.el7.noarch                 71/1475 
  验证中      : perl-Regexp-Grammars-1.042-1.el7.noarch                72/1475 
  验证中      : perl-Crypt-CipherSaber-1.00-13.el7.noarch              73/1475 
  验证中      : perl-Lemonldap-NG-Portal-2.18.2-1.el7.noarch           74/1475 
  验证中      : qscintilla-2.8-1.el7.x86_64                            75/1475 
  验证中      : perl-Date-ISO8601-0.004-6.el7.noarch                   76/1475 
  验证中      : perl-HTTP-Body-1.07-10.el7.noarch                      77/1475 
  验证中      : perl-DateTime-Format-W3CDTF-0.06-5.el7.noarch          78/1475 
  验证中      : perl-CGI-Deurl-XS-0.07-1.el7.x86_64                    79/1475 
  验证中      : perl-YAML-LibYAML-0.54-1.el7.x86_64                    80/1475 
  验证中      : perl-Bit-Vector-7.3-3.el7.x86_64                       81/1475 
  验证中      : perl-Net-ARP-1.0.9-3.el7.x86_64                        82/1475 
  验证中      : perl-SOAP-WSDL-3.003-6.el7.noarch                      83/1475 
  验证中      : perl-Test-DistManifest-1.012-6.el7.noarch              84/1475 
  验证中      : perl-MouseX-ConfigFromFile-0.05-3.el7.noarch           85/1475 
  验证中      : perl-common-sense-3.6-4.el7.noarch                     86/1475 
  验证中      : perl-File-chdir-0.1008-2.el7.noarch                    87/1475 
  验证中      : perl-DBM-Deep-2.0011-1.el7.1.noarch                    88/1475 
  验证中      : 1:perl-JSON-XS-3.01-2.el7.x86_64                       89/1475 
  验证中      : perl-Data-Munge-0.093-1.el7.noarch                     90/1475 
  验证中      : perl-XML-Atom-0.42-6.el7.noarch                        91/1475 
  验证中      : perl-MooseX-Types-Stringlike-0.003-1.el7.noarch        92/1475 
  验证中      : perl-MIME-Base32-1.02a-13.el7.noarch                   93/1475 
  验证中      : perl-DateTime-Format-Builder-0.8100-2.el7.noarch       94/1475 
  验证中      : monitor-edid-3.2-4.el7.x86_64                          95/1475 
  验证中      : perl-IO-Socket-Multicast-1.12-2.el7.x86_64             96/1475 
  验证中      : perl-true-0.18-2.el7.x86_64                            97/1475 
  验证中      : perl-Net-SNMP-6.0.1-7.el7.noarch                       98/1475 
  验证中      : perl-Date-Manip-6.41-2.el7.noarch                      99/1475 
  验证中      : perl-LockFile-Simple-0.208-1.el7.noarch               100/1475 
  验证中      : perl-Digest-SHA1-2.13-9.el7.x86_64                    101/1475 
  验证中      : perl-Unicode-String-2.09-29.el7.x86_64                102/1475 
  验证中      : perl-Lemonldap-NG-Common-2.18.2-1.el7.noarch          103/1475 
  验证中      : xz-devel-5.2.2-2.el7_9.x86_64                         104/1475 
  验证中      : perl-Crypt-Eksblowfish-0.009-11.el7.x86_64            105/1475 
  验证中      : perl-Probe-Perl-0.02-3.el7.noarch                     106/1475 
  验证中      : perl-String-Approx-3.28-11.el7.x86_64                 107/1475 
  验证中      : perl-TeX-Hyphen-1.01-1.el7.noarch                     108/1475 
  验证中      : perl-DepGen-Perl-Tests-0.1.2-11.el7.noarch            109/1475 
  验证中      : 1:perl-Digest-SHA-5.85-4.el7.x86_64                   110/1475 
  验证中      : perl-Pod-Strip-1.02-14.el7.noarch                     111/1475 
  验证中      : perl-Time-timegm-0.01-2.el7.x86_64                    112/1475 
  验证中      : perl-HTML-Entities-Numbered-0.04-13.el7.noarch        113/1475 
  验证中      : perl-Parse-CPAN-Packages-2.38-3.el7.noarch            114/1475 
  验证中      : perl-DBD-ODBC-1.50-3.el7.x86_64                       115/1475 
  验证中      : perl-Test-Inline-2.213-3.el7.noarch                   116/1475 
  验证中      : perl-IO-Interactive-tests-1.025-1.el7.1.noarch        117/1475 
  验证中      : perl-Parallel-Iterator-1.00-8.el7.noarch              118/1475 
  验证中      : perl-Lingua-Preferred-0.2.4-23.el7.noarch             119/1475 
  验证中      : perl-Crypt-SSLeay-0.64-5.el7.x86_64                   120/1475 
  验证中      : perl-SQL-ReservedWords-0.8-5.el7.noarch               121/1475 
  验证中      : perl-IO-Handle-Util-tests-0.01-8.el7.noarch           122/1475 
  验证中      : perl-AnyEvent-CacheDNS-0.08-15.el7.noarch             123/1475 
  验证中      : perl-Regexp-Trie-0.02-2.el7.noarch                    124/1475 
  验证中      : perl-Statistics-Basic-1.6611-3.el7.noarch             125/1475 
  验证中      : perl-Mail-SPF_XS-1.2.11-11.20210922git4915c308.el7    126/1475 
  验证中      : perl-Log-LogLite-0.82-18.el7.noarch                   127/1475 
  验证中      : libx86-1.1-30.el7.x86_64                              128/1475 
  验证中      : perl-Module-CPANTS-Analyse-0.87-1.el7.noarch          129/1475 
  验证中      : perl-Net-XMPP-1.02-21.el7.noarch                      130/1475 
  验证中      : perl-CHI-0.56-1.el7.noarch                            131/1475 
  验证中      : perl-BDB-1.91-6.el7.x86_64                            132/1475 
  验证中      : perl-File-Copy-Recursive-0.38-14.el7.noarch           133/1475 
  验证中      : perl-Array-Unique-0.08-2.el7.noarch                   134/1475 
  验证中      : perl-Symbol-Util-0.0203-4.el7.noarch                  135/1475 
  验证中      : perl-Number-Format-1.73-14.el7.noarch                 136/1475 
  验证中      : perl-X2Go-Log-4.1.0.3-9.el7.noarch                    137/1475 
  验证中      : perl-Devel-Leak-0.03-22.el7.x86_64                    138/1475 
  验证中      : perl-Net-MQTT-Simple-1.21-3.el7.noarch                139/1475 
  验证中      : perl-FCGI-ProcManager-0.24-4.el7.noarch               140/1475 
  验证中      : perl-Date-ICal-2.678-9.el7.noarch                     141/1475 
  验证中      : perl-Crypt-ECB-1.45-1.el7.noarch                      142/1475 
  验证中      : perl-Test-Valgrind-1.14-1.el7.noarch                  143/1475 
  验证中      : perl-Unicode-Map8-0.13-13.el7.x86_64                  144/1475 
  验证中      : perl-Log-Any-Adapter-0.11-4.el7.noarch                145/1475 
  验证中      : perl-prelude-5.2.0-2.el7.x86_64                       146/1475 
  验证中      : perl-Net-IP-CMatch-0.02-25.el7.x86_64                 147/1475 
  验证中      : perl-Package-Stash-0.34-2.el7.noarch                  148/1475 
  验证中      : perl-Class-ISA-0.36-1010.el7.noarch                   149/1475 
  验证中      : perl-Text-Xslate-3.2.5-1.el7.x86_64                   150/1475 
  验证中      : perl-Filesys-Notify-Simple-0.10-1.el7.noarch          151/1475 
  验证中      : perl-Test-Signature-1.10-14.el7.noarch                152/1475 
  验证中      : perl-PDL-2.7.0-2.el7.1.x86_64                         153/1475 
  验证中      : perl-Module-Extract-VERSION-1.01-7.el7.noarch         154/1475 
  验证中      : perl-Net-IP-1.26-4.el7.noarch                         155/1475 
  验证中      : perl-Text-Soundex-3.04-4.el7.x86_64                   156/1475 
  验证中      : 3:perl-Convert-UUlib-1.8-1.el7.x86_64                 157/1475 
  验证中      : perl-Meta-Builder-0.003-1.el7.noarch                  158/1475 
  验证中      : perl-XML-Smart-1.79-1.el7.noarch                      159/1475 
  验证中      : hamlib-3.3-1.el7.x86_64                               160/1475 
  验证中      : perl-AnyEvent-AIO-1.1-20.el7.noarch                   161/1475 
  验证中      : perl-HTML-StripScripts-1.06-22.el7.noarch             162/1475 
  验证中      : perl-GDGraph3d-0.63-23.el7.noarch                     163/1475 
  验证中      : perl-Email-MessageID-1.404-1.el7.noarch               164/1475 
  验证中      : perl-Text-WrapI18N-0.06-17.el7.noarch                 165/1475 
  验证中      : perl-Filesys-Df-0.92-20.el7.x86_64                    166/1475 
  验证中      : qwt-6.1.1-1.el7.x86_64                                167/1475 
  验证中      : scrub-2.5.2-7.el7.x86_64                              168/1475 
  验证中      : perl-Mail-IMAPClient-3.37-1.el7.noarch                169/1475 
  验证中      : perl-B-Hooks-OP-Check-0.19-6.el7.x86_64               170/1475 
  验证中      : perl-IPTables-ChainMgr-1.6-5.el7.noarch               171/1475 
  验证中      : perl-File-Map-0.61-1.el7.x86_64                       172/1475 
  验证中      : perl-Config-Simple-4.59-15.el7.noarch                 173/1475 
  验证中      : perl-Class-Data-Inheritable-0.08-14.el7.noarch        174/1475 
  验证中      : perl-Data-Compare-1.25-4.el7.noarch                   175/1475 
  验证中      : perl-Parallel-Runner-0.013-4.el7.noarch               176/1475 
  验证中      : perl-Digest-BubbleBabble-0.02-6.el7.noarch            177/1475 
  验证中      : perl-Boulder-1.30-26.el7.noarch                       178/1475 
  验证中      : perl-Taint-Util-0.08-3.el7.x86_64                     179/1475 
  验证中      : perl-WWW-Shorten-3.04-1.el7.noarch                    180/1475 
  验证中      : perl-Judy-0.41-4.el7.x86_64                           181/1475 
  验证中      : 1:perl-Object-Accessor-0.42-299.el7_9.noarch          182/1475 
  验证中      : perl-URI-Encode-0.09-1.el7.noarch                     183/1475 
  验证中      : perl-IPC-SharedCache-1.3-21.el7.noarch                184/1475 
  验证中      : perl-Rose-DB-0.775-2.el7.noarch                       185/1475 
  验证中      : perl-Config-Any-0.24-1.el7.noarch                     186/1475 
  验证中      : perl-Net-LibIDN-0.12-15.el7.x86_64                    187/1475 
  验证中      : perl-File-ShareDir-1.03-8.el7.noarch                  188/1475 
  验证中      : perl-JSON-RPC-Apache2-1.03-5.el7.noarch               189/1475 
  验证中      : perl-Tk-Canvas-GradientColor-1.06-10.el7.noarch       190/1475 
  验证中      : perl-Ref-Util-XS-0.116-2.el7.x86_64                   191/1475 
  验证中      : postgresql-server-9.2.24-9.el7_9.x86_64               192/1475 
  验证中      : perl-MooseX-Role-Parameterized-1.07-1.el7.noarch      193/1475 
  验证中      : perl-Spreadsheet-XLSX-0.17-1.el7.noarch               194/1475 
  验证中      : perl-DBIx-RunSQL-0.21-3.el7.noarch                    195/1475 
  验证中      : 2:perl-Fsdb-3.4-1.el7.noarch                          196/1475 
  验证中      : perl-Sereal-Encoder-3.015-1.el7.x86_64                197/1475 
  验证中      : perl-CHI-Test-0.56-1.el7.noarch                       198/1475 
  验证中      : perl-SNMP_Session-1.13-5.el7.noarch                   199/1475 
  验证中      : perl-Math-BigInt-GMP-1.37-3.el7.x86_64                200/1475 
  验证中      : perl-XML-Merge-1.2.565EgGd-16.el7.noarch              201/1475 
  验证中      : perl-AnyEvent-I3-0.16-1.el7.noarch                    202/1475 
  验证中      : perl-PerlIO-buffersize-0.001-1.el7.x86_64             203/1475 
  验证中      : perl-File-Remove-1.52-6.el7.noarch                    204/1475 
  验证中      : perl-CGI-Application-4.50-9.el7.noarch                205/1475 
  验证中      : perl-Convert-BinHex-1.119-20.el7.noarch               206/1475 
  验证中      : perl-FreezeThaw-0.5001-10.el7.noarch                  207/1475 
  验证中      : perl-Term-ProgressBar-Simple-0.03-17.el7.noarch       208/1475 
  验证中      : perl-MooseX-Types-Structured-0.28-5.el7.noarch        209/1475 
  验证中      : perl-Module-Install-AutoLicense-0.08-4.el7.noarch     210/1475 
  验证中      : perl-Net-Whois-Raw-2.82-1.el7.noarch                  211/1475 
  验证中      : qimageblitz-0.0.6-7.el7.x86_64                        212/1475 
  验证中      : perl-Data-ICal-0.22-7.el7.noarch                      213/1475 
  验证中      : perl-Pod-Snippets-0.14-6.el7.noarch                   214/1475 
  验证中      : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch        215/1475 
  验证中      : 1:perl-NKF-2.1.3-5.el7.x86_64                         216/1475 
  验证中      : perl-Object-InsideOut-3.98-3.el7.noarch               217/1475 
  验证中      : perl-UNIVERSAL-require-0.13-12.el7.noarch             218/1475 
  验证中      : perl-Mail-MboxParser-0.55-12.el7.noarch               219/1475 
  验证中      : perl-HTTP-Exception-0.04006-1.el7.noarch              220/1475 
  验证中      : perl-Sub-Delete-1.00002-1.el7.noarch                  221/1475 
  验证中      : perl-Declare-Constraints-Simple-0.03-18.el7.noarch    222/1475 
  验证中      : perl-thrift-0.9.1-15.el7.noarch                       223/1475 
  验证中      : perl-ExtUtils-Depends-0.308-1.el7.noarch              224/1475 
  验证中      : perl-MooseX-Types-Path-Tiny-0.010-2.el7.noarch        225/1475 
  验证中      : perl-Config-Auto-0.42-4.el7.noarch                    226/1475 
  验证中      : perl-Mojolicious-7.94-3.el7.noarch                    227/1475 
  验证中      : perl-Net-FTPServer-1.125-1.el7.noarch                 228/1475 
  验证中      : perl-libwhisker2-doc-2.5-14.el7.noarch                229/1475 
  验证中      : perl-Statistics-Descriptive-3.0612-6.el7.noarch       230/1475 
  验证中      : perl-Text-Haml-0.990118-5.el7.noarch                  231/1475 
  验证中      : perl-OLE-Storage_Lite-0.19-9.el7.noarch               232/1475 
  验证中      : perl-Role-Tiny-1.003003-2.el7.noarch                  233/1475 
  验证中      : perl-Net-Server-2.007-3.el7.noarch                    234/1475 
  验证中      : perl-Locale-Maketext-Lexicon-1.00-14.el7.noarch       235/1475 
  验证中      : perl-Cache-Memcached-1.30-8.el7.noarch                236/1475 
  验证中      : perl-IO-SessionData-1.03-1.el7.noarch                 237/1475 
  验证中      : perl-Spreadsheet-WriteExcel-2.40-1.el7.noarch         238/1475 
  验证中      : perl-ConfigReader-0.5-22.el7.noarch                   239/1475 
  验证中      : perl-Curses-1.28-9.el7.x86_64                         240/1475 
  验证中      : perl-Tie-RefHash-Weak-0.09-13.el7.noarch              241/1475 
  验证中      : perl-PHP-Serialization-0.34-16.el7.noarch             242/1475 
  验证中      : perl-HTML-Format-2.10-7.el7.noarch                    243/1475 
  验证中      : perl-Expect-1.21-14.el7.noarch                        244/1475 
  验证中      : perl-namespace-clean-0.24-2.el7.noarch                245/1475 
  验证中      : perl-Net-SSH-0.09-26.el7.noarch                       246/1475 
  验证中      : perl-Gtk2-1.2495-1.el7.x86_64                         247/1475 
  验证中      : perl-SGML-Parser-OpenSP-0.994-16.el7.x86_64           248/1475 
  验证中      : perl-Net-Pcap-Easy-1.4210-1.el7.noarch                249/1475 
  验证中      : perl-Locale-Maketext-Gettext-1.27-13.el7.noarch       250/1475 
  验证中      : perl-User-Identity-0.96-1.el7.noarch                  251/1475 
  验证中      : perl-IO-HTML-1.00-2.el7.noarch                        252/1475 
  验证中      : perl-Log-TraceMessages-1.4-22.el7.noarch              253/1475 
  验证中      : perl-Test-Version-1.002004-2.el7.noarch               254/1475 
  验证中      : perl-Set-Infinite-0.65-9.el7.noarch                   255/1475 
  验证中      : perl-Razor-Agent-2.86-1.el7.x86_64                    256/1475 
  验证中      : perl-BZ-Client-1.04-12.el7.noarch                     257/1475 
  验证中      : perl-Env-Sanctify-1.12-1.el7.noarch                   258/1475 
  验证中      : perl-File-HomeDir-1.00-4.el7.noarch                   259/1475 
  验证中      : perl-Template-Toolkit-2.24-5.el7.x86_64               260/1475 
  验证中      : perl-PPIx-Utilities-1.001000-8.el7.noarch             261/1475 
  验证中      : perl-File-Listing-6.04-7.el7.noarch                   262/1475 
  验证中      : perl-Scope-Guard-0.20-11.el7.noarch                   263/1475 
  验证中      : perl-XML-RSS-1.54-1.el7.noarch                        264/1475 
  验证中      : perl-Lucy-0.3.3-1.el7.x86_64                          265/1475 
  验证中      : perl-File-MMagic-1.30-1.el7.noarch                    266/1475 
  验证中      : perl-MLDBM-2.05-1.el7.noarch                          267/1475 
  验证中      : perl-Text-Autoformat-1.669004-1.el7.noarch            268/1475 
  验证中      : ImageMagick-perl-6.9.10.68-7.el7_9.x86_64             269/1475 
  验证中      : perl-Parse-Gitignore-0.02-2.el7.noarch                270/1475 
  验证中      : perl-Bytes-Random-Secure-0.28-1.el7.noarch            271/1475 
  验证中      : gnupg1-1.4.23-14.el7.x86_64                           272/1475 
  验证中      : perl-Lemonldap-NG-Manager-2.18.2-1.el7.noarch         273/1475 
  验证中      : perl-Sub-Name-0.09-1.el7.x86_64                       274/1475 
  验证中      : 1:valgrind-3.15.0-11.el7.x86_64                       275/1475 
  验证中      : ilmbase-1.0.3-7.el7.x86_64                            276/1475 
  验证中      : perl-Frontier-RPC-Client-0.07b4p1-21.el7.noarch       277/1475 
  验证中      : perl-Term-ProgressBar-Quiet-0.31-17.el7.noarch        278/1475 
  验证中      : perl-Mail-Sender-0.8.23-1.el7.noarch                  279/1475 
  验证中      : perl-Devel-GlobalDestruction-XS-0.01-3.el7.x86_64     280/1475 
  验证中      : perl-Task-Weaken-1.04-6.el7.noarch                    281/1475 
  验证中      : perl-Test-Assert-0.0504-6.el7.noarch                  282/1475 
  验证中      : perl-Time-ParseDate-2015.103-1.el7.noarch             283/1475 
  验证中      : perl-Want-0.22-1.el7.x86_64                           284/1475 
  验证中      : perl-PSGI-1.101-2.el7.noarch                          285/1475 
  验证中      : perl-HTML-Tidy-1.54-9.el7.x86_64                      286/1475 
  验证中      : perl-Lchown-1.01-14.el7.x86_64                        287/1475 
  验证中      : perl-Test-File-1.36-1.el7.noarch                      288/1475 
  验证中      : 1:perl-Test-Unit-Lite-0.12-16.el7.noarch              289/1475 
  验证中      : perl-Module-Extract-Use-1.04-2.el7.noarch             290/1475 
  验证中      : perl-Apache-LogFormat-Compiler-0.23-1.el7.noarch      291/1475 
  验证中      : perl-Module-Install-ReadmeFromPod-0.22-1.el7.noarc    292/1475 
  验证中      : perl-Nmap-Parser-1.36-2.el7.noarch                    293/1475 
  验证中      : perl-Parse-CPAN-Packages-Fast-0.08-1.el7.noarch       294/1475 
  验证中      : perl-Module-Signature-0.73-2.el7.noarch               295/1475 
  验证中      : perl-Config-Any-tests-0.24-1.el7.noarch               296/1475 
  验证中      : perl-Crypt-Random-Seed-0.03-1.el7.noarch              297/1475 
  验证中      : perl-utf8-all-0.011-1.el7.noarch                      298/1475 
  验证中      : perl-Lexical-SealRequireHints-0.007-4.el7.x86_64      299/1475 
  验证中      : perl-DB_File-Lock-0.05-2.el7.noarch                   300/1475 
  验证中      : perl-Perl-MinimumVersion-1.32-2.el7.noarch            301/1475 
  验证中      : firebird-libfbembed-2.5.9.27139.0-1.el7.x86_64        302/1475 
  验证中      : perl-Proc-PID-File-1.27-9.el7.noarch                  303/1475 
  验证中      : perl-Test-SQL-Data-0.0.6-2.el7.noarch                 304/1475 
  验证中      : perl-Import-Into-1.002002-1.el7.noarch                305/1475 
  验证中      : perl-Pod-Spell-1.04-4.el7.noarch                      306/1475 
  验证中      : perl-MailTools-2.12-2.el7.noarch                      307/1475 
  验证中      : perl-Hash-Util-FieldHash-Compat-0.08-1.el7.noarch     308/1475 
  验证中      : perl-Class-Mix-0.005-10.el7.noarch                    309/1475 
  验证中      : perl-Crypt-PasswdMD5-1.3-17.el7.noarch                310/1475 
  验证中      : perl-Cache-Cache-1.06-12.el7.noarch                   311/1475 
  验证中      : perl-Sys-Virt-4.5.0-2.el7.x86_64                      312/1475 
  验证中      : perl-DB_File-1.830-6.el7.x86_64                       313/1475 
  验证中      : perl-Test-TCP-2.17-2.el7.noarch                       314/1475 
  验证中      : perl-mime-construct-1.11-13.el7.noarch                315/1475 
  验证中      : perl-Module-Util-1.09-20.el7.noarch                   316/1475 
  验证中      : perl-Data-Section-0.200006-1.el7.noarch               317/1475 
  验证中      : perl-List-Compare-0.49-1.el7.noarch                   318/1475 
  验证中      : 1:net-snmp-devel-5.7.2-49.el7_9.4.x86_64              319/1475 
  验证中      : perl-Convert-ASN1-0.26-4.el7.noarch                   320/1475 
  验证中      : perl-Test-NeedsDisplay-1.07-9.el7.noarch              321/1475 
  验证中      : perl-Moose-2.1005-1.el7.x86_64                        322/1475 
  验证中      : perl-Crypt-SMIME-0.19-2.el7.x86_64                    323/1475 
  验证中      : perl-Net-Amazon-S3-0.89-2.el7.noarch                  324/1475 
  验证中      : perl-Sys-MemInfo-0.91-7.el7.x86_64                    325/1475 
  验证中      : perl-prefork-1.04-11.el7.noarch                       326/1475 
  验证中      : perl-Net-Twitter-Lite-0.12006-1.el7.noarch            327/1475 
  验证中      : 1:net-snmp-5.7.2-49.el7_9.4.x86_64                    328/1475 
  验证中      : perl-Time-Piece-1.20.1-299.el7_9.x86_64               329/1475 
  验证中      : perl-ExtUtils-Config-0.007-7.el7.noarch               330/1475 
  验证中      : perl-CGI-Compile-0.15-6.el7.noarch                    331/1475 
  验证中      : perl-Email-MIME-1.926-2.el7.noarch                    332/1475 
  验证中      : perl-Cairo-GObject-1.001-7.el7.x86_64                 333/1475 
  验证中      : perl-Fuse-0.16.1-10.el7.x86_64                        334/1475 
  验证中      : perl-Carp-Assert-More-1.24-1.el7.1.noarch             335/1475 
  验证中      : perl-core-5.16.3-299.el7_9.x86_64                     336/1475 
  验证中      : 1:perl-IO-Zlib-1.10-299.el7_9.noarch                  337/1475 
  验证中      : perl-perl5i-2.13.0-1.el7.x86_64                       338/1475 
  验证中      : perl-LWP-Protocol-connect-6.09-26.el7.noarch          339/1475 
  验证中      : perl-autobox-List-Util-20090629-5.el7.noarch          340/1475 
  验证中      : perl-POE-Component-Client-DNS-1.051-8.el7.noarch      341/1475 
  验证中      : perl-File-ShareDir-Install-0.08-1.el7.noarch          342/1475 
  验证中      : perl-Test-LoadAllModules-0.022-1.el7.noarch           343/1475 
  验证中      : perl-Test-Differences-0.5000-10.el7.noarch            344/1475 
  验证中      : perl-Image-Dot-1.1-2.el7.noarch                       345/1475 
  验证中      : perl-Module-Metadata-1.000018-2.el7.noarch            346/1475 
  验证中      : perl-Context-Preserve-tests-0.01-9.el7.noarch         347/1475 
  验证中      : perl-Crypt-PBKDF2-0.150900-1.el7.noarch               348/1475 
  验证中      : perl-XML-Handler-YAWriter-0.23-18.el7.noarch          349/1475 
  验证中      : perl-IO-Compress-2.061-2.el7.noarch                   350/1475 
  验证中      : perl-Devel-StringInfo-0.04-6.el7.noarch               351/1475 
  验证中      : perl-Net-Daemon-0.48-5.el7.noarch                     352/1475 
  验证中      : perl-HTTP-Date-6.02-8.el7.noarch                      353/1475 
  验证中      : perl-Authen-Credential-1.2-1.el7.noarch               354/1475 
  验证中      : perl-Email-Simple-2.214-1.el7.noarch                  355/1475 
  验证中      : perl-DateTimeX-Easy-0.091-1.el7.noarch                356/1475 
  验证中      : perl-Stream-Buffered-0.02-1.el7.noarch                357/1475 
  验证中      : perl-JSON-RPC-1.03-5.el7.noarch                       358/1475 
  验证中      : perl-Devel-CheckBin-0.02-2.el7.noarch                 359/1475 
  验证中      : perl-homedir-1.008010-4.el7.noarch                    360/1475 
  验证中      : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64           361/1475 
  验证中      : perl-Devel-PartialDump-0.15-8.el7.noarch              362/1475 
  验证中      : perl-POE-Component-Client-Ping-1.171-5.el7.noarch     363/1475 
  验证中      : perl-Carp-Assert-0.21-1.el7.noarch                    364/1475 
  验证中      : perl-File-Comments-0.08-10.el7.noarch                 365/1475 
  验证中      : perl-MooseX-InsideOut-0.106-6.el7.noarch              366/1475 
  验证中      : perl-Archive-Zip-1.30-11.el7.noarch                   367/1475 
  验证中      : perl-Test-API-0.005-1.el7.noarch                      368/1475 
  验证中      : perl-Test-Most-0.23-2.el7.noarch                      369/1475 
  验证中      : perl-Carp-Always-0.13-5.el7.noarch                    370/1475 
  验证中      : perl-Sereal-Decoder-3.015-1.el7.x86_64                371/1475 
  验证中      : perl-Module-Extract-Namespaces-1.02-3.el7.noarch      372/1475 
  验证中      : perl-POE-Component-Resolver-0.917-4.el7.noarch        373/1475 
  验证中      : perl-Data-Section-Simple-0.05-1.el7.noarch            374/1475 
  验证中      : perl-Test-Distribution-2.00-14.el7.noarch             375/1475 
  验证中      : perl-HTML-TableExtract-2.11-4.el7.noarch              376/1475 
  验证中      : perl-Proc-WaitStat-1.00-13.el7.noarch                 377/1475 
  验证中      : perl-XML-SAX-Writer-0.53-4.el7.noarch                 378/1475 
  验证中      : perl-JSON-Any-tests-1.32-1.el7.noarch                 379/1475 
  验证中      : perl-Test-SharedFork-0.35-1.el7.noarch                380/1475 
  验证中      : perl-Taint-Runtime-0.03-19.el7.x86_64                 381/1475 
  验证中      : perl-Email-Sender-0.120002-4.el7.noarch               382/1475 
  验证中      : perl-Schedule-Cron-1.01-1.el7.noarch                  383/1475 
  验证中      : perl-Throwable-0.102080-11.el7.noarch                 384/1475 
  验证中      : perl-Image-Xpm-1.09-21.el7.noarch                     385/1475 
  验证中      : perl-POE-Filter-Zlib-2.02-11.el7.noarch               386/1475 
  验证中      : perl-Data-TreeDumper-0.40-19.el7.noarch               387/1475 
  验证中      : perl-WWW-Twilio-API-0.18-2.el7.noarch                 388/1475 
  验证中      : pcp-libs-4.3.2-13.el7_9.x86_64                        389/1475 
  验证中      : perl-Params-Validate-1.08-4.el7.x86_64                390/1475 
  验证中      : 1:perl-IPC-Cmd-0.80-4.el7.noarch                      391/1475 
  验证中      : perl-Net-HTTP-6.06-2.el7.noarch                       392/1475 
  验证中      : perl-Crypt-GPG-1.64-19.el7.noarch                     393/1475 
  验证中      : libidn2-2.3.7-1.el7.x86_64                            394/1475 
  验证中      : perl-SUPER-1.20120705-3.el7.noarch                    395/1475 
  验证中      : perl-MooseX-Object-Pluggable-0.0011-11.el7.noarch     396/1475 
  验证中      : perl-MooseX-Traits-0.11-9.el7.noarch                  397/1475 
  验证中      : perl-Apache-Htpasswd-1.9-4.el7.noarch                 398/1475 
  验证中      : perl-Mock-Quick-1.107-2.el7.noarch                    399/1475 
  验证中      : perl-XML-Stream-1.23-9.el7.noarch                     400/1475 
  验证中      : perl-Tk-devel-804.030-6.el7.x86_64                    401/1475 
  验证中      : perl-Database-DumpTruck-1.2-1.el7.noarch              402/1475 
  验证中      : perl-Test-EOL-1.3-7.el7.noarch                        403/1475 
  验证中      : perl-Test-CleanNamespaces-0.16-2.el7.noarch           404/1475 
  验证中      : perl-Class-Singleton-1.4-14.el7.noarch                405/1475 
  验证中      : perl-OpenGL-0.6702-1.el7.x86_64                       406/1475 
  验证中      : perl-Mon-0.11-15.el7.noarch                           407/1475 
  验证中      : perl-GD-2.49-3.el7.x86_64                             408/1475 
  验证中      : perl-Test-Command-0.11-1.el7.noarch                   409/1475 
  验证中      : perl-Devel-Hexdump-0.02-1.el7.x86_64                  410/1475 
  验证中      : perl-Net-Netmask-1.9015-13.el7.noarch                 411/1475 
  验证中      : perl-perlindex-1.606-10.el7.noarch                    412/1475 
  验证中      : perl-Tk-ColoredButton-1.05-15.el7.noarch              413/1475 
  验证中      : perl-MouseX-Getopt-0.35-3.el7.noarch                  414/1475 
  验证中      : perl-Email-MIME-Encodings-1.315-1.el7.noarch          415/1475 
  验证中      : perl-Statistics-ChiSquare-1.0000-2.el7.noarch         416/1475 
  验证中      : perl-Test-Mojo-7.94-3.el7.noarch                      417/1475 
  验证中      : perl-Sys-Mmap-0.17-6.el7.x86_64                       418/1475 
  验证中      : perl-Parse-DebControl-2.005-10.el7.noarch             419/1475 
  验证中      : perl-XML-SemanticDiff-1.0006-1.el7.noarch             420/1475 
  验证中      : perl-MooseX-NonMoose-0.22-6.el7.noarch                421/1475 
  验证中      : perl-Net-CIDR-0.20-1.el7.noarch                       422/1475 
  验证中      : perl-Authen-Simple-Passwd-0.6-7.el7.noarch            423/1475 
  验证中      : perl-MCE-1.862-1.el7.noarch                           424/1475 
  验证中      : perl-Module-Runtime-0.013-4.el7.noarch                425/1475 
  验证中      : perl-Crypt-SmbHash-0.12-19.el7.noarch                 426/1475 
  验证中      : perl-Term-ShellUI-0.92-2.el7.noarch                   427/1475 
  验证中      : perl-Crypt-DH-0.07-3.el7.noarch                       428/1475 
  验证中      : perl-Test-use-ok-0.11-2.el7.noarch                    429/1475 
  验证中      : perl-Clipboard-0.21-1.el7.1.noarch                    430/1475 
  验证中      : perl-CPANPLUS-0.91.38-4.el7.noarch                    431/1475 
  验证中      : perl-Text-Table-Tiny-0.03-1.el7.noarch                432/1475 
  验证中      : perl-File-Find-Rule-Age-0.302-3.el7.noarch            433/1475 
  验证中      : perl-Net-POP3S-0.05-1.el7.noarch                      434/1475 
  验证中      : perl-Net-CUPS-0.61-13.el7.x86_64                      435/1475 
  验证中      : perl-MooseX-ConfigFromFile-0.04-5.el7.noarch          436/1475 
  验证中      : perl-B-COW-0.004-1.el7.x86_64                         437/1475 
  验证中      : perl-IO-FDPass-1.2-1.el7.x86_64                       438/1475 
  验证中      : graphviz-2.30.1-22.el7.x86_64                         439/1475 
  验证中      : perl-IO-Capture-0.05-14.el7.noarch                    440/1475 
  验证中      : perl-Crypt-IDEA-1.10-5.el7.x86_64                     441/1475 
  验证中      : perl-Business-Stripe-0.04-1.el7.noarch                442/1475 
  验证中      : perl-Term-ReadPassword-0.11-27.el7.noarch             443/1475 
  验证中      : perl-Nagios-Plugin-WWW-Mechanize-0.13-13.el7.noarc    444/1475 
  验证中      : perl-Test-Vars-0.005-3.el7.noarch                     445/1475 
  验证中      : perl-ExtUtils-InstallPaths-0.010-1.el7.noarch         446/1475 
  验证中      : perl-Authen-Radius-0.26-4.el7.noarch                  447/1475 
  验证中      : perl-String-ShellQuote-1.04-10.el7.noarch             448/1475 
  验证中      : perl-String-RewritePrefix-0.007-5.el7.noarch          449/1475 
  验证中      : perl-ExtUtils-F77-1.16-16.el7.noarch                  450/1475 
  验证中      : perl-XML-NamespaceSupport-1.11-10.el7.noarch          451/1475 
  验证中      : perl-Text-Template-1.59-2.el7.noarch                  452/1475 
  验证中      : perl-Hash-MultiValue-0.15-2.el7.noarch                453/1475 
  验证中      : perl-Test-TempDir-0.10-15.el7.noarch                  454/1475 
  验证中      : perl-Perl-Critic-More-1.000-9.el7.noarch              455/1475 
  验证中      : perl-Capture-Tiny-0.24-1.el7.noarch                   456/1475 
  验证中      : perl-Time-TAI64-2.11-1.el7.noarch                     457/1475 
  验证中      : perl-CPAN-DistnameInfo-0.12-1.el7.noarch              458/1475 
  验证中      : perl-Guard-1.022-7.el7.x86_64                         459/1475 
  验证中      : perl-generators-1.08-7.el7.noarch                     460/1475 
  验证中      : perl-Archive-Any-0.0941-1.el7.noarch                  461/1475 
  验证中      : perl-Test-Without-Module-0.17-12.el7.noarch           462/1475 
  验证中      : perl-File-Next-1.16-1.el7.noarch                      463/1475 
  验证中      : perl-Pod-Readme-0.110-11.el7.noarch                   464/1475 
  验证中      : perl-ZMQ-Constants-1.04-1.el7.noarch                  465/1475 
  验证中      : perl-Time-y2038-20100403-3.el7.x86_64                 466/1475 
  验证中      : perl-Collectd-5.8.1-1.el7.x86_64                      467/1475 
  验证中      : perl-Locale-Codes-3.26-2.el7.noarch                   468/1475 
  验证中      : perl-VM-EC2-Security-CredentialCache-0.25-13.el7.n    469/1475 
  验证中      : perl-Package-DeprecationManager-0.13-7.el7.noarch     470/1475 
  验证中      : perl-Data-Report-0.10-13.el7.noarch                   471/1475 
  验证中      : 1:perl-Locale-Maketext-Simple-0.21-299.el7_9.noarc    472/1475 
  验证中      : perl-Devel-Size-0.83-1.el7.x86_64                     473/1475 
  验证中      : perl-HTTP-ProxyAutoConfig-0.3-8.el7.noarch            474/1475 
  验证中      : perl-Linux-Pid-0.04-18.el7.x86_64                     475/1475 
  验证中      : perl-Devel-LexAlias-0.05-1.el7.x86_64                 476/1475 
  验证中      : perl-IO-Socket-Timeout-0.27-1.el7.noarch              477/1475 
  验证中      : perl-Package-Stash-XS-0.26-3.el7.x86_64               478/1475 
  验证中      : perl-MooseX-Types-DateTime-0.08-1.el7.noarch          479/1475 
  验证中      : perl-Directory-Queue-2.2-1.el7.noarch                 480/1475 
  验证中      : perl-DBIx-Simple-1.35-7.el7.noarch                    481/1475 
  验证中      : perl-File-Which-1.09-12.el7.noarch                    482/1475 
  验证中      : perl-Newt-1.08-36.el7.x86_64                          483/1475 
  验证中      : perl-lib-abs-0.94-2.el7.noarch                        484/1475 
  验证中      : perl-Crypt-SaltedHash-0.09-1.el7.noarch               485/1475 
  验证中      : perl-Algorithm-Diff-1.1902-17.el7.noarch              486/1475 
  验证中      : perl-AuthCAS-1.6-4.el7.noarch                         487/1475 
  验证中      : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64        488/1475 
  验证中      : perl-Test-Taint-1.06-5.el7.x86_64                     489/1475 
  验证中      : perl-Encode-devel-2.51-7.el7.x86_64                   490/1475 
  验证中      : perl-DateTime-Format-RFC3339-1.0.5-1.el7.noarch       491/1475 
  验证中      : unixODBC-2.3.1-14.el7.x86_64                          492/1475 
  验证中      : perl-Proc-ProcessTable-0.48-1.el7.x86_64              493/1475 
  验证中      : flow-tools-0.68.5.1-15.el7.x86_64                     494/1475 
  验证中      : perl-Digest-MD5-File-0.08-4.el7.noarch                495/1475 
  验证中      : perl-Config-Generator-1.1-1.el7.noarch                496/1475 
  验证中      : perl-Test-Dependencies-0.12-13.el7.noarch             497/1475 
  验证中      : perl-Contextual-Return-0.004007-2.el7.noarch          498/1475 
  验证中      : perl-Exception-Class-1.37-3.el7.noarch                499/1475 
  验证中      : 1:perl-Sys-Guestfs-1.40.2-10.el7.x86_64               500/1475 
  验证中      : perl-POE-Component-Server-SimpleHTTP-2.16-2.el7.no    501/1475 
  验证中      : perl-Proc-Queue-1.23-11.el7.noarch                    502/1475 
  验证中      : perl-Directory-Scratch-0.14-17.el7.noarch             503/1475 
  验证中      : perl-Object-ID-0.1.2-2.el7.noarch                     504/1475 
  验证中      : perl-CGI-FastTemplate-1.09-20.el7.noarch              505/1475 
  验证中      : monotone-1.1-15.el7.x86_64                            506/1475 
  验证中      : perl-libapreq2-2.17-1.el7.x86_64                      507/1475 
  验证中      : perl-Event-1.21-2.el7.x86_64                          508/1475 
  验证中      : perl-LWP-Protocol-https-6.04-4.el7.noarch             509/1475 
  验证中      : perl-PPI-1.215-12.el7.noarch                          510/1475 
  验证中      : perl-PAR-1.015-4.el7.noarch                           511/1475 
  验证中      : perl-clearsilver-0.10.5-16.el7.x86_64                 512/1475 
  验证中      : lm_sensors-devel-3.4.0-8.20160601gitf9185e5.el7_9.    513/1475 
  验证中      : perl-Data-Buffer-0.04-17.el7.noarch                   514/1475 
  验证中      : perl-Pod-LaTeX-0.61-2.el7.noarch                      515/1475 
  验证中      : perl-Pod-Markdown-2.002-1.el7.noarch                  516/1475 
  验证中      : perl-File-Tail-0.99.3-21.el7.noarch                   517/1475 
  验证中      : perl-Net-STOMP-Client-2.5-1.el7.noarch                518/1475 
  验证中      : perl-Redis-1.978-1.el7.noarch                         519/1475 
  验证中      : perl-Net-INET6Glue-0.5-3.el7.noarch                   520/1475 
  验证中      : popt-devel-1.13-16.el7.x86_64                         521/1475 
  验证中      : perl-HTML-PrettyPrinter-0.03-17.el7.noarch            522/1475 
  验证中      : perl-Scalar-String-0.003-1.el7.x86_64                 523/1475 
  验证中      : perl-Class-Inspector-1.28-2.el7.noarch                524/1475 
  验证中      : perl-PCP-PMDA-4.3.2-13.el7_9.x86_64                   525/1475 
  验证中      : perl-MooseX-Meta-TypeConstraint-ForceCoercion-0.01    526/1475 
  验证中      : perl-Net-FTP-AutoReconnect-0.3-11.el7.noarch          527/1475 
  验证中      : perl-Net-Whois-IP-1.19-1.el7.noarch                   528/1475 
  验证中      : perl-Pod-Plainer-1.03-4.el7.noarch                    529/1475 
  验证中      : perl-autobox-2.77-2.el7.x86_64                        530/1475 
  验证中      : perl-Date-Easter-1.22-1.el7.noarch                    531/1475 
  验证中      : perl-Crypt-CBC-2.33-2.el7.noarch                      532/1475 
  验证中      : perl-DateTime-Event-Recurrence-0.16-18.el7.noarch     533/1475 
  验证中      : perl-Getopt-Simple-1.49-9.el7.noarch                  534/1475 
  验证中      : perl-Class-Load-XS-0.06-3.el7.x86_64                  535/1475 
  验证中      : miniz-1.15-4.r4.el7.x86_64                            536/1475 
  验证中      : perl-Test-Tester-0.109-3.el7.noarch                   537/1475 
  验证中      : perl-LWP-Protocol-PSGI-0.07-1.el7.noarch              538/1475 
  验证中      : perl-TAP-Harness-Env-3.30-3.el7.noarch                539/1475 
  验证中      : perl-LWP-Authen-Negotiate-0.08-4.el7.noarch           540/1475 
  验证中      : perl-Tree-R-0.06-1.el7.noarch                         541/1475 
  验证中      : perl-WWW-GoodData-1.10-2.el7.noarch                   542/1475 
  验证中      : perl-PerlIO-gzip-0.19-1.el7.x86_64                    543/1475 
  验证中      : perl-Net-Facebook-Oauth2-0.11-2.el7.noarch            544/1475 
  验证中      : perl-DateTime-TimeZone-1.70-2.el7.noarch              545/1475 
  验证中      : perl-GraphViz-2.14-4.el7.noarch                       546/1475 
  验证中      : perl-MIME-Types-1.38-2.el7.noarch                     547/1475 
  验证中      : perl-Text-ASCIITable-0.20-7.el7.noarch                548/1475 
  验证中      : 1:qt-x11-4.8.7-9.el7_9.x86_64                         549/1475 
  验证中      : perl-GTop-0.18-6.el7.x86_64                           550/1475 
  验证中      : perl-PDF-API2-2.021-2.el7.noarch                      551/1475 
  验证中      : perl-File-KeePass-2.03-10.el7.noarch                  552/1475 
  验证中      : perl-File-DesktopEntry-0.08-1.el7.noarch              553/1475 
  验证中      : perl-Unix-Syslog-1.1-17.el7.x86_64                    554/1475 
  验证中      : perl-Crypt-RC4-2.02-6.el7.noarch                      555/1475 
  验证中      : perl-MooseX-Aliases-0.11-1.el7.noarch                 556/1475 
  验证中      : perl-Encode-JIS2K-0.02-9.el7.x86_64                   557/1475 
  验证中      : perl-Net-DNS-Resolver-Programmable-0.003-15.el7.no    558/1475 
  验证中      : perl-Net-SSLGlue-1.058-1.el7.noarch                   559/1475 
  验证中      : perl-Test-Portability-Files-0.05-18.el7.noarch        560/1475 
  验证中      : perl-Unicode-Map-0.112-31.el7.x86_64                  561/1475 
  验证中      : perl-Data-Stream-Bulk-0.11-22.el7.noarch              562/1475 
  验证中      : perl-Sort-Versions-1.5-22.el7.noarch                  563/1475 
  验证中      : perl-Crypt-UnixCrypt_XS-0.11-2.el7.x86_64             564/1475 
  验证中      : perl-DBD-Mock-1.45-4.el7.noarch                       565/1475 
  验证中      : perl-Data-Dumper-Names-0.03-17.el7.noarch             566/1475 
  验证中      : perl-Number-Bytes-Human-0.11-1.el7.noarch             567/1475 
  验证中      : perl-Net-IP-Match-Regexp-1.01-4.el7.noarch            568/1475 
  验证中      : 1:perl-Log-Message-0.08-3.el7.noarch                  569/1475 
  验证中      : perl-File-Touch-0.11-1.el7.noarch                     570/1475 
  验证中      : perl-IO-CaptureOutput-1.1102-9.el7.noarch             571/1475 
  验证中      : syslinux-4.05-15.el7.x86_64                           572/1475 
  验证中      : perl-Devel-Caller-2.06-1.el7.x86_64                   573/1475 
  验证中      : perl-Shared-Examples-Net-Amazon-S3-0.89-2.el7.noar    574/1475 
  验证中      : perl-Sys-Syscall-0.25-10.el7.noarch                   575/1475 
  验证中      : perl-JSON-MaybeXS-1.003005-1.el7.noarch               576/1475 
  验证中      : perl-Curses-UI-0.9609-2.el7.noarch                    577/1475 
  验证中      : perl-Unicode-CheckUTF8-1.03-6.el7.x86_64              578/1475 
  验证中      : perl-Image-Xbm-1.08-21.el7.noarch                     579/1475 
  验证中      : perl-String-Random-0.25-1.el7.noarch                  580/1475 
  验证中      : perl-SGMLSpm-1.03ii-31.el7.noarch                     581/1475 
  验证中      : perl-Test-Mock-Guard-0.10-2.el7.noarch                582/1475 
  验证中      : perl-IO-Tee-0.64-1.el7.noarch                         583/1475 
  验证中      : 2:perl-Module-Build-0.40.05-2.el7.noarch              584/1475 
  验证中      : 1:perl-ExtUtils-XSpp-0.18-8.el7.noarch                585/1475 
  验证中      : perl-Package-Generator-0.103-14.el7.noarch            586/1475 
  验证中      : perl-CryptX-tests-0.078-4.el7.noarch                  587/1475 
  验证中      : perl-XML-DOM-1.44-19.el7.noarch                       588/1475 
  验证中      : perl-Modern-Perl-1.20200201-1.el7.noarch              589/1475 
  验证中      : opensp-1.5.2-19.el7.x86_64                            590/1475 
  验证中      : qtwebkit-2.3.4-6.el7.x86_64                           591/1475 
  验证中      : perl-Encode-Detect-1.01-13.el7.x86_64                 592/1475 
  验证中      : liblzf-3.6-7.el7.x86_64                               593/1475 
  验证中      : perl-Test-Needs-0.002006-5.el7.noarch                 594/1475 
  验证中      : perl-Test-Warn-0.24-6.el7.noarch                      595/1475 
  验证中      : perl-POE-Component-Client-Keepalive-0.2710-5.el7.n    596/1475 
  验证中      : perl-SNMP-Info-2.11-2.el7.noarch                      597/1475 
  验证中      : perl-Digest-SHA3-0.24-1.el7.x86_64                    598/1475 
  验证中      : firebird-libfbclient-2.5.9.27139.0-1.el7.x86_64       599/1475 
  验证中      : perl-Test-YAML-Valid-0.04-10.el7.noarch               600/1475 
  验证中      : perl-Module-Install-ReadmeMarkdownFromPod-0.03-2.e    601/1475 
  验证中      : mailcap-2.1.41-2.el7.noarch                           602/1475 
  验证中      : perl-PerlIO-Layers-0.010-6.el7.x86_64                 603/1475 
  验证中      : perl-Inline-Files-0.68-6.el7.noarch                   604/1475 
  验证中      : perl-Text-Glob-0.09-7.el7.noarch                      605/1475 
  验证中      : perl-Lingua-EN-Sentence-0.25-1.el7.noarch             606/1475 
  验证中      : perl-Class-XSAccessor-1.19-2.el7.x86_64               607/1475 
  验证中      : perl-App-cpanminus-1.6922-2.el7.noarch                608/1475 
  验证中      : 1:perl-Devel-Symdump-2.10-2.el7.noarch                609/1475 
  验证中      : openbabel-libs-2.3.2-2.el7.x86_64                     610/1475 
  验证中      : perl-WWW-Splunk-2.05-2.el7.noarch                     611/1475 
  验证中      : perl-Lingua-EN-Numbers-Ordinate-1.03-1.el7.noarch     612/1475 
  验证中      : perl-Context-Preserve-0.01-9.el7.noarch               613/1475 
  验证中      : perl-App-FatPacker-0.010008-1.el7.noarch              614/1475 
  验证中      : perl-local-lib-1.008010-4.el7.noarch                  615/1475 
  验证中      : perl-Module-Manifest-1.08-10.el7.noarch               616/1475 
  验证中      : lasso-2.5.1-8.el7_9.x86_64                            617/1475 
  验证中      : perl-Software-License-CCpack-1.01-3.el7.noarch        618/1475 
  验证中      : perl-Email-Send-2.199-2.el7.noarch                    619/1475 
  验证中      : mesa-libGLU-9.0.0-4.el7.x86_64                        620/1475 
  验证中      : perl-PlRPC-0.2020-14.el7.noarch                       621/1475 
  验证中      : perl-Sub-Install-0.926-6.el7.noarch                   622/1475 
  验证中      : perl-Lexical-Persistence-1.020-9.el7.noarch           623/1475 
  验证中      : perl-Return-Value-1.666001-8.el7.noarch               624/1475 
  验证中      : perl-DateTime-Precise-1.05-20.el7.noarch              625/1475 
  验证中      : perl-CBOR-XS-1.4-2.el7.x86_64                         626/1475 
  验证中      : perl-rpm-build-perl-0.82-14.el7.x86_64                627/1475 
  验证中      : perl-Perl-OSType-1.003-3.el7.noarch                   628/1475 
  验证中      : perl-Convert-TNEF-0.18-2.el7.noarch                   629/1475 
  验证中      : perl-MouseX-Types-Path-Class-0.07-2.el7.noarch        630/1475 
  验证中      : perl-Gtk3-0.029-1.el7.noarch                          631/1475 
  验证中      : perl-Encode-Locale-1.03-5.el7.noarch                  632/1475 
  验证中      : perl-XML-Filter-BufferText-1.01-17.el7.noarch         633/1475 
  验证中      : perl-IPC-Run-0.92-2.el7.noarch                        634/1475 
  验证中      : perl-File-Spec-Native-1.003-1.el7.noarch              635/1475 
  验证中      : perl-Archive-Peek-0.35-2.el7.noarch                   636/1475 
  验证中      : perl-XML-SAX-0.99-9.el7.noarch                        637/1475 
  验证中      : xclip-0.12-5.el7.x86_64                               638/1475 
  验证中      : perl-Net-BGP-0.18-1.el7.noarch                        639/1475 
  验证中      : perl-File-ConfigDir-0.015-1.el7.noarch                640/1475 
  验证中      : perl-Switch-2.16-7.el7.noarch                         641/1475 
  验证中      : perl-File-MimeInfo-0.21-1.el7.noarch                  642/1475 
  验证中      : perl-IPC-ShareLite-0.17-12.el7.x86_64                 643/1475 
  验证中      : perl-Test-NoTabs-1.3-5.el7.noarch                     644/1475 
  验证中      : perl-hivex-1.3.10-6.12.el7_9.x86_64                   645/1475 
  验证中      : perl-Mojolicious-Plugin-RenderFile-0.12-3.el7.noar    646/1475 
  验证中      : perl-JSON-tests-2.59-2.el7.noarch                     647/1475 
  验证中      : perl-Pod-Parser-1.61-2.el7.noarch                     648/1475 
  验证中      : perl-Net-DNS-Nameserver-0.72-6.el7.x86_64             649/1475 
  验证中      : perl-MooseX-AttributeHelpers-0.23-9.el7.noarch        650/1475 
  验证中      : perl-File-chmod-0.40-1.el7.noarch                     651/1475 
  验证中      : perl-Business-ISBN-Data-20120719.001-2.el7.noarch     652/1475 
  验证中      : perl-Net-Amazon-EC2-Metadata-0.10-9.el7.noarch        653/1475 
  验证中      : 1:perl-ExtUtils-CBuilder-0.28.2.6-299.el7_9.noarch    654/1475 
  验证中      : perl-Sys-Hostname-Long-1.5-1.el7.noarch               655/1475 
  验证中      : perl-openbabel-2.3.2-2.el7.x86_64                     656/1475 
  验证中      : perl-DateTime-Locale-0.45-6.el7.noarch                657/1475 
  验证中      : perl-Class-Load-0.20-3.el7.noarch                     658/1475 
  验证中      : perl-Tk-EntryCheck-0.04-15.el7.noarch                 659/1475 
  验证中      : rpm-devel-4.11.3-48.el7_9.x86_64                      660/1475 
  验证中      : perl-Rose-DB-Object-0.813-1.el7.noarch                661/1475 
  验证中      : perl-Mojolicious-Plugin-I18N-1.6-2.el7.noarch         662/1475 
  验证中      : perl-Module-Install-1.06-4.el7.noarch                 663/1475 
  验证中      : perl-Test-CPAN-Meta-0.23-2.el7.noarch                 664/1475 
  验证中      : perl-Eval-Closure-0.08-4.el7.noarch                   665/1475 
  验证中      : perl-Version-Requirements-0.101022-244.el7.noarch     666/1475 
  验证中      : perl-experimental-0.019-2.el7.noarch                  667/1475 
  验证中      : perl-Tk-TableMatrix-1.23-26.el7.x86_64                668/1475 
  验证中      : perl-Test-Kwalitee-1.15-1.el7.noarch                  669/1475 
  验证中      : perl-Protocol-WebSocket-0.18-1.el7.noarch             670/1475 
  验证中      : perl-Lemonldap-NG-SSOaaS-Apache-Client-2.18.2-1.el    671/1475 
  验证中      : perl-B-Hooks-Parser-0.16-2.el7.x86_64                 672/1475 
  验证中      : perl-Class-Tiny-1.006-2.el7.noarch                    673/1475 
  验证中      : 1:perl-LDAP-0.56-6.el7.noarch                         674/1475 
  验证中      : perl-GD-SecurityImage-1.72-1.el7.noarch               675/1475 
  验证中      : perl-Mixin-Linewise-0.004-2.el7.noarch                676/1475 
  验证中      : perl-HTTP-BrowserDetect-1.61-1.el7.noarch             677/1475 
  验证中      : perl-Test-Net-LDAP-0.07-2.el7.noarch                  678/1475 
  验证中      : 1:perl-Sub-Uplevel-0.24-4.el7.noarch                  679/1475 
  验证中      : perl-MooseX-POE-0.215-4.el7.noarch                    680/1475 
  验证中      : perl-Test-mysqld-0.21-1.el7.noarch                    681/1475 
  验证中      : perl-Config-Properties-1.76-1.el7.noarch              682/1475 
  验证中      : perl-Email-Address-1.898-3.el7.noarch                 683/1475 
  验证中      : perl-Test-RequiresInternet-0.05-15.el7.noarch         684/1475 
  验证中      : perl-Test-Mock-LWP-0.08-1.el7.noarch                  685/1475 
  验证中      : perl-DBD-SQLite-1.39-3.el7.x86_64                     686/1475 
  验证中      : perl-Log-Log4perl-Appender-Socket-UNIX-1.04-3.el7.    687/1475 
  验证中      : perl-Test-MockModule-0.05-18.el7.noarch               688/1475 
  验证中      : perl-CPANPLUS-Dist-Build-0.70-3.el7.noarch            689/1475 
  验证中      : perl-Test-File-Contents-0.21-1.el7.noarch             690/1475 
  验证中      : perl-Test-Mouse-1.11-1.el7.x86_64                     691/1475 
  验证中      : perl-Test-WWW-Selenium-1.36-1.el7.noarch              692/1475 
  验证中      : perl-Config-Std-0.903-7.el7.noarch                    693/1475 
  验证中      : perl-WWW-Mechanize-1.72-4.el7.noarch                  694/1475 
  验证中      : perl-pmtools-2.0.0-1.el7.noarch                       695/1475 
  验证中      : perl-Object-Pluggable-1.29-7.el7.noarch               696/1475 
  验证中      : perl-libxml-perl-0.08-19.el7.noarch                   697/1475 
  验证中      : 1:perl-TimeDate-2.30-2.el7.noarch                     698/1475 
  验证中      : perl-Date-Handler-1.2-1.el7.noarch                    699/1475 
  验证中      : ImageMagick-c++-6.9.10.68-7.el7_9.x86_64              700/1475 
  验证中      : perl-Text-Table-1.133-7.el7.noarch                    701/1475 
  验证中      : perl-Sys-CPU-0.54-4.el7.x86_64                        702/1475 
  验证中      : perl-Set-Crontab-1.03-12.el7.noarch                   703/1475 
  验证中      : perl-Lingua-Stem-Snowball-0.952-14.el7.x86_64         704/1475 
  验证中      : perl-Font-AFM-1.20-13.el7.noarch                      705/1475 
  验证中      : perl-Digest-PBKDF2-0.010-1.el7.noarch                 706/1475 
  验证中      : perl-MCE-tools-1.862-1.el7.noarch                     707/1475 
  验证中      : perl-Module-Refresh-0.17-6.el7.noarch                 708/1475 
  验证中      : perl-Config-IniFiles-2.79-1.el7.noarch                709/1475 
  验证中      : perl-Schedule-Cron-Events-1.96-1.el7.noarch           710/1475 
  验证中      : perl-Text-CharWidth-0.04-18.el7.x86_64                711/1475 
  验证中      : perl-XML-Atom-Server-0.42-6.el7.noarch                712/1475 
  验证中      : perl-Net-DNS-0.72-6.el7.x86_64                        713/1475 
  验证中      : perl-Test-MinimumVersion-0.101080-10.el7.noarch       714/1475 
  验证中      : perl-SNMP-Simple-0.02-3.el7.noarch                    715/1475 
  验证中      : perl-Rose-Object-0.860-2.el7.noarch                   716/1475 
  验证中      : perl-Test-Pod-Content-0.0.6-5.el7.noarch              717/1475 
  验证中      : perl-Test-LongString-0.15-6.el7.noarch                718/1475 
  验证中      : postgresql-9.2.24-9.el7_9.x86_64                      719/1475 
  验证中      : 1:perl-Devel-StackTrace-1.30-2.el7.noarch             720/1475 
  验证中      : perl-Test-Unit-0.25-17.el7.noarch                     721/1475 
  验证中      : perl-Lingua-StopWords-0.09-14.el7.noarch              722/1475 
  验证中      : perl-IO-Socket-SSL-1.94-7.el7.noarch                  723/1475 
  验证中      : perl-REST-Client-272-1.el7.noarch                     724/1475 
  验证中      : perl-Log-Any-0.15-3.el7.noarch                        725/1475 
  验证中      : perl-CGI-Session-4.35-16.el7.noarch                   726/1475 
  验证中      : perl-Sys-SigAction-0.20-1.el7.noarch                  727/1475 
  验证中      : perl-Locale-Maketext-1.23-3.el7.noarch                728/1475 
  验证中      : perl-Devel-Declare-0.006011-4.el7.x86_64              729/1475 
  验证中      : perl-XML-Dumper-0.81-17.el7.noarch                    730/1475 
  验证中      : perl-Email-Valid-1.198-1.el7.noarch                   731/1475 
  验证中      : 1:perl-Array-Diff-0.07-14.el7.noarch                  732/1475 
  验证中      : perl-CSS-Tiny-1.19-5.el7.noarch                       733/1475 
  验证中      : perl-Lexical-Var-0.009-1.el7.x86_64                   734/1475 
  验证中      : perl-generators-epel-1-1.el7.noarch                   735/1475 
  验证中      : perl-Sys-Syslog-0.33-3.el7.x86_64                     736/1475 
  验证中      : perl-Digest-Perl-MD5-1.9-3.el7.noarch                 737/1475 
  验证中      : perl-Authen-Captcha-1.024-1.el7.noarch                738/1475 
  验证中      : perl-IO-LockedFile-0.23-17.el7.noarch                 739/1475 
  验证中      : perl-Parse-EDID-1.0.7-1.el7.noarch                    740/1475 
  验证中      : perl-Path-Tiny-0.076-1.el7.noarch                     741/1475 
  验证中      : perl-WWW-Pastebin-PastebinCom-Create-0.004-4.el7.n    742/1475 
  验证中      : perl-Text-Aligner-0.12-1.el7.noarch                   743/1475 
  验证中      : perl-Test-LeakTrace-0.14-5.el7.x86_64                 744/1475 
  验证中      : perl-Data-Password-1.12-3.el7.noarch                  745/1475 
  验证中      : perl-DBD-MySQL-4.023-6.el7.x86_64                     746/1475 
  验证中      : perl-PAR-Packer-1.041-2.el7.x86_64                    747/1475 
  验证中      : 1:perl-Convert-BER-1.32-2.el7.noarch                  748/1475 
  验证中      : perl-Test-Inter-1.05-2.el7.noarch                     749/1475 
  验证中      : perl-Image-Size-3.300-5.el7.noarch                    750/1475 
  验证中      : perl-Math-BaseCnv-1.8.B59BrZX-8.el7.noarch            751/1475 
  验证中      : perl-HTTP-Cookies-6.01-5.el7.noarch                   752/1475 
  验证中      : perl-JSON-PP-2.27202-2.el7.noarch                     753/1475 
  验证中      : perl-File-Tempdir-0.02-1.el7.noarch                   754/1475 
  验证中      : perl-Devel-NYTProf-6.03-2.el7.x86_64                  755/1475 
  验证中      : perl-MooseX-Types-0.35-4.el7.noarch                   756/1475 
  验证中      : perl-Pod-Checker-1.60-2.el7.noarch                    757/1475 
  验证中      : perl-Crypt-ScryptKDF-0.010-1.el7.x86_64               758/1475 
  验证中      : perl-Types-Serialiser-1.0-1.el7.noarch                759/1475 
  验证中      : perl-Tk-804.030-6.el7.x86_64                          760/1475 
  验证中      : perl-Log-Dispatch-Array-1.001-9.el7.noarch            761/1475 
  验证中      : perl-Unicode-UTF8-0.60-1.el7.x86_64                   762/1475 
  验证中      : perl-Image-ExifTool-12.70-1.el7.noarch                763/1475 
  验证中      : perl-Gtk3-WebKit-0.06-3.el7.noarch                    764/1475 
  验证中      : perl-Devel-CheckCompiler-0.05-2.el7.noarch            765/1475 
  验证中      : perl-Algorithm-LUHN-1.01-3.el7.noarch                 766/1475 
  验证中      : perl-HTML-Table-2.08a-22.el7.noarch                   767/1475 
  验证中      : perl-Test-ConsistentVersion-0.2.3-9.el7.noarch        768/1475 
  验证中      : perl-Child-0.010-2.el7.noarch                         769/1475 
  验证中      : perl-Socket-GetAddrInfo-0.19-4.el7.x86_64             770/1475 
  验证中      : perl-Time-Period-1.23-1.el7.noarch                    771/1475 
  验证中      : cfitsio-3.370-10.el7.x86_64                           772/1475 
  验证中      : perl-Net-IPv4Addr-0.10-19.el7.noarch                  773/1475 
  验证中      : perl-String-Similarity-1.04-10.el7.x86_64             774/1475 
  验证中      : perl-Email-Abstract-3.007-1.el7.1.noarch              775/1475 
  验证中      : perl-DBIx-Connector-0.56-1.el7.noarch                 776/1475 
  验证中      : perl-Test-CPAN-Meta-JSON-0.15-1.el7.noarch            777/1475 
  验证中      : perl-Digest-1.17-245.el7.noarch                       778/1475 
  验证中      : perl-POE-Component-Syndicator-0.06-5.el7.noarch       779/1475 
  验证中      : libyui-gtk-2.44.5-5.el7.x86_64                        780/1475 
  验证中      : perl-Date-Calc-6.3-14.el7.noarch                      781/1475 
  验证中      : perl-Test-Base-0.62-1.el7.noarch                      782/1475 
  验证中      : perl-Mail-Box-2.120-2.el7.noarch                      783/1475 
  验证中      : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64            784/1475 
  验证中      : perl-Time-Fake-0.11-2.el7.noarch                      785/1475 
  验证中      : perl-Sort-Naturally-1.03-8.el7.noarch                 786/1475 
  验证中      : proj-4.8.0-4.el7.x86_64                               787/1475 
  验证中      : perl-Plack-Middleware-FixMissingBodyInRedirect-0.1    788/1475 
  验证中      : perl-RPM2-1.0-7.el7.x86_64                            789/1475 
  验证中      : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch            790/1475 
  验证中      : perl-XML-Hash-LX-0.60.300-1.el7.noarch                791/1475 
  验证中      : perl-Log-Message-Simple-0.10-2.el7.noarch             792/1475 
  验证中      : perl-GD-Barcode-1.15-15.el7.noarch                    793/1475 
  验证中      : perl-Glib-Object-Introspection-0.025-1.el7.x86_64     794/1475 
  验证中      : perl-Math-GMP-2.07-1.el7.x86_64                       795/1475 
  验证中      : perl-Sub-Exporter-Progressive-0.001011-1.el7.noarc    796/1475 
  验证中      : perl-Devel-Cover-1.03-3.el7.x86_64                    797/1475 
  验证中      : perl-LWP-UserAgent-DNS-Hosts-0.12-1.el7.noarch        798/1475 
  验证中      : perl-HTML-StripScripts-Parser-1.03-10.el7.noarch      799/1475 
  验证中      : perl-Font-TTF-1.02-3.el7.noarch                       800/1475 
  验证中      : perl-Algorithm-C3-0.09-1.el7.noarch                   801/1475 
  验证中      : perl-Inline-Python-0.49-3.el7.x86_64                  802/1475 
  验证中      : perl-Data-Validate-IP-0.27-13.el7.noarch              803/1475 
  验证中      : perl-Test-HasVersion-0.012-7.el7.noarch               804/1475 
  验证中      : perl-File-FindLib-0.001004-1.el7.noarch               805/1475 
  验证中      : perl-Cache-FastMmap-1.40-9.el7.x86_64                 806/1475 
  验证中      : perl-Params-Classify-0.013-7.el7.x86_64               807/1475 
  验证中      : perl-Return-MultiLevel-0.04-1.el7.noarch              808/1475 
  验证中      : perl-Devel-Timer-0.07-1.el7.noarch                    809/1475 
  验证中      : perl-Perl-Destruct-Level-0.02-5.el7.x86_64            810/1475 
  验证中      : perl-Config-Tiny-2.14-7.el7.noarch                    811/1475 
  验证中      : elfutils-devel-0.176-5.el7.x86_64                     812/1475 
  验证中      : perl-CDB_File-1.02-1.el7.x86_64                       813/1475 
  验证中      : perl-AnyEvent-HTTP-2.23-1.el7.noarch                  814/1475 
  验证中      : perl-Module-CPANfile-1.1002-3.el7.noarch              815/1475 
  验证中      : perl-SOAP-Lite-1.10-2.el7.noarch                      816/1475 
  验证中      : perl-Convert-NLS_DATE_FORMAT-0.05-8.el7.noarch        817/1475 
  验证中      : perl-CGI-Emulate-PSGI-0.15-4.el7.noarch               818/1475 
  验证中      : perl-Module-Versions-Report-1.06-14.el7.noarch        819/1475 
  验证中      : perl-Tk-Getopt-0.51-3.el7.noarch                      820/1475 
  验证中      : perl-PAR-Dist-0.49-2.el7.noarch                       821/1475 
  验证中      : perl-Crypt-Salsa20-0.03-2.el7.noarch                  822/1475 
  验证中      : libnodeupdown-1.14-9.el7.x86_64                       823/1475 
  验证中      : perl-Unicode-LineBreak-2019.001-4.el7.x86_64          824/1475 
  验证中      : perl-Test-Object-0.07-17.el7.noarch                   825/1475 
  验证中      : perl-Spreadsheet-ParseExcel-0.6600-1.el7.x86_64       826/1475 
  验证中      : perl-Lemonldap-NG-Handler-2.18.2-1.el7.noarch         827/1475 
  验证中      : perl-Algorithm-Loops-1.032-1.el7.noarch               828/1475 
  验证中      : perl-Data-Uniqid-0.12-2.el7.noarch                    829/1475 
  验证中      : perl-Test-Regexp-2015110201-2.el7.noarch              830/1475 
  验证中      : perl-ExtUtils-Embed-1.30-299.el7_9.noarch             831/1475 
  验证中      : perl-DBI-1.627-4.el7.x86_64                           832/1475 
  验证中      : perl-Authen-Simple-0.5-4.el7.noarch                   833/1475 
  验证中      : perl-POE-Component-SSLify-1.008-6.el7.noarch          834/1475 
  验证中      : csnappy-0-6.20150729gitd7bc683.el7.x86_64             835/1475 
  验证中      : perl-Config-Validator-1.4-1.el7.noarch                836/1475 
  验证中      : perl-Qt-4.14.3-14.el7.x86_64                          837/1475 
  验证中      : perl-Hash-MoreUtils-0.05-1.el7.noarch                 838/1475 
  验证中      : perl-MooseX-Method-Signatures-0.44-1.el7.noarch       839/1475 
  验证中      : perl-Params-Coerce-0.14-15.el7.noarch                 840/1475 
  验证中      : perl-Linux-Inotify2-1.22-4.el7.x86_64                 841/1475 
  验证中      : perl-Time-Out-0.11-1.el7.noarch                       842/1475 
  验证中      : perl-POE-Component-Client-HTTP-0.948-1.el7.noarch     843/1475 
  验证中      : perl-CPAN-1.9800-299.el7_9.noarch                     844/1475 
  验证中      : tcp_wrappers-devel-7.6-77.el7.x86_64                  845/1475 
  验证中      : perl-IO-All-0.61-1.el7.noarch                         846/1475 
  验证中      : perl-MIME-Lite-3.030-1.el7.noarch                     847/1475 
  验证中      : perl-Net-Patricia-1.22-6.el7.x86_64                   848/1475 
  验证中      : atlas-3.10.1-12.el7.x86_64                            849/1475 
  验证中      : perl-DateTime-Format-ISO8601-0.08-4.el7.noarch        850/1475 
  验证中      : perl-CPAN-Meta-Check-0.007-1.el7.noarch               851/1475 
  验证中      : perl-Sub-Override-0.09-4.el7.noarch                   852/1475 
  验证中      : perl-X11-GUITest-0.28-1.el7.x86_64                    853/1475 
  验证中      : perl-Net-OpenID-Common-1.20-8.el7.noarch              854/1475 
  验证中      : perl-Perl-Critic-1.118-5.el7.noarch                   855/1475 
  验证中      : perl-MIME-tools-5.505-1.el7.noarch                    856/1475 
  验证中      : perl-Config-GitLike-1.10-2.el7.noarch                 857/1475 
  验证中      : perl-Test-Exception-0.32-2.el7.noarch                 858/1475 
  验证中      : supermin5-5.1.19-1.el7.x86_64                         859/1475 
  验证中      : perl-CPAN-Reporter-1.2011-2.el7.noarch                860/1475 
  验证中      : perl-Finance-Quote-1.47-1.el7.noarch                  861/1475 
  验证中      : perl-Crypt-DES-2.05-20.el7.x86_64                     862/1475 
  验证中      : perl-Check-ISA-0.09-7.el7.noarch                      863/1475 
  验证中      : libXaw-1.0.13-4.el7.x86_64                            864/1475 
  验证中      : perl-NTLM-1.09-5.el7.noarch                           865/1475 
  验证中      : perl-Sub-Exporter-0.986-2.el7.noarch                  866/1475 
  验证中      : perl-Net-OAuth-0.28-2.el7.noarch                      867/1475 
  验证中      : perl-DateTime-Format-Natural-1.07-4.el7.noarch        868/1475 
  验证中      : perl-Module-Build-XSUtil-0.14-2.el7.noarch            869/1475 
  验证中      : perl-Tangerine-0.23-1.el7.noarch                      870/1475 
  验证中      : perl-Test-Log-Dispatch-0.03-14.el7.noarch             871/1475 
  验证中      : perl-Any-Moose-0.21-5.el7.noarch                      872/1475 
  验证中      : perl-HTTP-Request-AsCGI-tests-1.2-12.el7.noarch       873/1475 
  验证中      : perl-rpm-build-perl-scripts-0.82-14.el7.noarch        874/1475 
  验证中      : perl-HTTP-Message-6.06-6.el7.noarch                   875/1475 
  验证中      : perl-Test-POE-Server-TCP-1.16-7.el7.noarch            876/1475 
  验证中      : perl-App-Daemon-0.22-6.el7.noarch                     877/1475 
  验证中      : perl-DateTime-Format-IBeat-0.161-17.el7.noarch        878/1475 
  验证中      : perl-MooseX-Types-DateTime-MoreCoercions-0.15-13.e    879/1475 
  验证中      : perl-Parse-Debian-Packages-0.03-2.el7.noarch          880/1475 
  验证中      : perl-B-Utils-0.21-4.el7.x86_64                        881/1475 
  验证中      : gsl-1.15-13.el7.x86_64                                882/1475 
  验证中      : perl-Spiffy-0.31-3.el7.noarch                         883/1475 
  验证中      : perl-gettext-1.05-28.el7.x86_64                       884/1475 
  验证中      : perl-String-Escape-2010.002-13.el7.noarch             885/1475 
  验证中      : perl-POE-Test-Loops-tests-1.352-1.el7.noarch          886/1475 
  验证中      : perl-UNIVERSAL-isa-1.20120726-3.el7.noarch            887/1475 
  验证中      : perl-HTTP-Negotiate-6.01-5.el7.noarch                 888/1475 
  验证中      : perl-DateTime-Calendar-Mayan-0.0601-13.el7.noarch     889/1475 
  验证中      : perl-Test-POE-Client-TCP-1.12-2.el7.noarch            890/1475 
  验证中      : perl-Text-Unidecode-0.04-20.el7.noarch                891/1475 
  验证中      : perl-Data-Dump-Streamer-2.36-1.el7.x86_64             892/1475 
  验证中      : perl-MooseX-SimpleConfig-0.09-8.el7.noarch            893/1475 
  验证中      : perl-Module-Implementation-0.06-6.el7.noarch          894/1475 
  验证中      : perl-HTML-Template-Pro-0.9509-2.el7.x86_64            895/1475 
  验证中      : perl-Syntax-Highlight-Engine-Kate-0.07-5.el7.noarc    896/1475 
  验证中      : perl-UNIVERSAL-ref-0.14-9.el7.x86_64                  897/1475 
  验证中      : perl-CryptX-0.078-4.el7.x86_64                        898/1475 
  验证中      : perl-Test-Pod-Coverage-1.08-21.el7.noarch             899/1475 
  验证中      : perl-Sysadm-Install-0.43-1.el7.noarch                 900/1475 
  验证中      : perl-Hook-LexWrap-0.24-2.el7.noarch                   901/1475 
  验证中      : perl-URL-Encode-XS-0.03-1.el7.x86_64                  902/1475 
  验证中      : perl-Messaging-Message-1.7-1.el7.noarch               903/1475 
  验证中      : perl-Plack-Middleware-RemoveRedundantBody-0.05-1.e    904/1475 
  验证中      : 1:libusb-0.1.4-3.el7.x86_64                           905/1475 
  验证中      : perl-Pod-Tests-1.19-12.el7.noarch                     906/1475 
  验证中      : perl-ftpd-1.125-1.el7.noarch                          907/1475 
  验证中      : perl-libintl-1.20-12.el7.x86_64                       908/1475 
  验证中      : perl-YAML-Tiny-1.51-6.el7.noarch                      909/1475 
  验证中      : perl-Git-SVN-1.8.3.1-25.el7_9.noarch                  910/1475 
  验证中      : perl-PCP-MMV-4.3.2-13.el7_9.x86_64                    911/1475 
  验证中      : perl-ExtUtils-XSBuilder-0.28-16.el7.noarch            912/1475 
  验证中      : perl-File-pushd-1.005-2.el7.noarch                    913/1475 
  验证中      : perl-Data-Peek-0.38-3.el7.x86_64                      914/1475 
  验证中      : perl-Net-GitHub-0.56-1.el7.noarch                     915/1475 
  验证中      : perl-Test-PostgreSQL-1.10-1.el7.noarch                916/1475 
  验证中      : perl-Class-MethodMaker-2.20-1.el7.x86_64              917/1475 
  验证中      : perl-Test-Class-0.42-1.el7.noarch                     918/1475 
  验证中      : rrdtool-1.4.8-9.el7.x86_64                            919/1475 
  验证中      : perl-Test-Carp-0.2-2.el7.noarch                       920/1475 
  验证中      : 1:perl-Module-Loaded-0.08-299.el7_9.noarch            921/1475 
  验证中      : perl-File-Find-Rule-VCS-1.08-7.el7.noarch             922/1475 
  验证中      : perl-Test-MockObject-1.20120301-3.el7.noarch          923/1475 
  验证中      : perl-JSON-WebToken-0.10-1.el7.noarch                  924/1475 
  验证中      : perl-DateTime-TimeZone-SystemV-0.009-1.el7.noarch     925/1475 
  验证中      : perl-POE-1.364-1.el7.noarch                           926/1475 
  验证中      : perl-Data-MessagePack-0.48-1.el7.x86_64               927/1475 
  验证中      : perl-Email-Find-0.10-16.el7.noarch                    928/1475 
  验证中      : perl-Email-Date-Format-1.002-15.el7.noarch            929/1475 
  验证中      : perl-HTTP-Server-Simple-PSGI-0.16-1.el7.noarch        930/1475 
  验证中      : perl-Text-Iconv-1.7-18.el7.x86_64                     931/1475 
  验证中      : perl-Tk-Text-SuperText-0.9.4-12.el7.noarch            932/1475 
  验证中      : perl-Module-ScanDeps-1.10-3.el7.noarch                933/1475 
  验证中      : mod_perl-2.0.11-1.el7.x86_64                          934/1475 
  验证中      : perl-Crypt-JWT-0.035-2.el7.noarch                     935/1475 
  验证中      : perl-Exporter-Tiny-0.038-1.el7.noarch                 936/1475 
  验证中      : perl-ExtUtils-PkgConfig-1.15-1.el7.noarch             937/1475 
  验证中      : perl-Crypt-Cracklib-1.7-19.el7.x86_64                 938/1475 
  验证中      : perl-Encode-DoubleEncodedUTF8-0.05-1.el7.noarch       939/1475 
  验证中      : libwmf-lite-0.2.8.4-44.el7.x86_64                     940/1475 
  验证中      : 3:perl-version-0.99.07-6.el7.x86_64                   941/1475 
  验证中      : sombok-2.4.0-2.el7.x86_64                             942/1475 
  验证中      : perl-Frontier-RPC-0.07b4p1-21.el7.noarch              943/1475 
  验证中      : perl-CLASS-1.00-12.el7.noarch                         944/1475 
  验证中      : perl-Test-FailWarnings-0.008-1.el7.noarch             945/1475 
  验证中      : perl-Crypt-Curve25519-0.06-1.el7.x86_64               946/1475 
  验证中      : perl-Perl6-Caller-0.100-2.el7.noarch                  947/1475 
  验证中      : perl-XML-Twig-3.44-2.el7.noarch                       948/1475 
  验证中      : perl-HTTP-Server-Simple-0.44-6.el7.1.noarch           949/1475 
  验证中      : perl-Test-Perl-Critic-1.02-10.el7.noarch              950/1475 
  验证中      : perl-Data-OptList-0.107-9.el7.noarch                  951/1475 
  验证中      : perl-DBD-CSV-0.38-3.el7.noarch                        952/1475 
  验证中      : perl-Devel-StackTrace-WithLexicals-0.10-5.el7.noar    953/1475 
  验证中      : perl-File-BaseDir-0.03-14.el7.noarch                  954/1475 
  验证中      : perl-Mail-DKIM-0.39-8.el7.noarch                      955/1475 
  验证中      : perl-HTTP-DAV-0.47-1.el7.noarch                       956/1475 
  验证中      : perl-Log-Any-Adapter-Dispatch-0.06-9.el7.noarch       957/1475 
  验证中      : perl-Directory-Queue-tests-2.2-1.el7.noarch           958/1475 
  验证中      : perl-Lingua-Translit-0.28-1.el7.noarch                959/1475 
  验证中      : perl-IO-Socket-INET6-2.69-5.el7.noarch                960/1475 
  验证中      : perl-Exception-Base-0.2501-1.el7.noarch               961/1475 
  验证中      : perl-Net-SMTPS-0.04-1.el7.noarch                      962/1475 
  验证中      : perl-HTTP-Cache-Transparent-1.1-9.el7.noarch          963/1475 
  验证中      : perl-POE-Component-IRC-6.82-1.el7.noarch              964/1475 
  验证中      : perl-Compress-LZF-3.7-1.el7.x86_64                    965/1475 
  验证中      : perl-Crypt-OpenSSL-Bignum-0.04-18.el7.x86_64          966/1475 
  验证中      : perl-Class-Factory-Util-1.7-15.el7.noarch             967/1475 
  验证中      : perl-File-Find-Rule-0.33-5.el7.noarch                 968/1475 
  验证中      : perl-Sys-Detect-Virtualization-0.107-1.el7.x86_64     969/1475 
  验证中      : perl-Devel-Hide-0.0009-1.el7.noarch                   970/1475 
  验证中      : perl-TAP-Harness-JUnit-0.41-3.el7.noarch              971/1475 
  验证中      : perl-PAR-Packer-Tk-1.041-2.el7.noarch                 972/1475 
  验证中      : perl-Cflow-1.053-35.el7.x86_64                        973/1475 
  验证中      : perl-Rose-DateTime-0.540-2.el7.noarch                 974/1475 
  验证中      : perl-Net-SSH-Perl-2.14-15.el7.x86_64                  975/1475 
  验证中      : perl-File-Sync-0.11-1.el7.x86_64                      976/1475 
  验证中      : perl-MooseX-Role-WithOverloading-0.14-2.el7.x86_64    977/1475 
  验证中      : perl-POE-Filter-IRCD-2.44-1.el7.noarch                978/1475 
  验证中      : perl-XML-XPathEngine-0.14-3.el7.noarch                979/1475 
  验证中      : libapreq2-2.17-1.el7.x86_64                           980/1475 
  验证中      : perl-Apache-RPC-0.78-3.el7.noarch                     981/1475 
  验证中      : perl-AppConfig-1.66-20.el7.noarch                     982/1475 
  验证中      : perl-DateTime-Set-0.33-3.el7.noarch                   983/1475 
  验证中      : 1:perl-Params-Check-0.38-2.el7.noarch                 984/1475 
  验证中      : perl-Net-IP-Minimal-0.02-4.el7.noarch                 985/1475 
  验证中      : perl-WWW-RobotRules-6.02-5.el7.noarch                 986/1475 
  验证中      : perl-IO-Tty-1.10-11.el7.x86_64                        987/1475 
  验证中      : 1:libguestfs-1.40.2-10.el7.x86_64                     988/1475 
  验证中      : perl-Archive-Any-Lite-0.10-1.el7.noarch               989/1475 
  验证中      : 1:perl-GDGraph-1.44-15.el7.noarch                     990/1475 
  验证中      : perl-Plack-Test-1.0033-1.el7.noarch                   991/1475 
  验证中      : perl-Data-Dumper-Concise-2.020-6.el7.noarch           992/1475 
  验证中      : perl-Date-Range-1.41-2.el7.noarch                     993/1475 
  验证中      : perl-yui-1.1.0-7.el7.x86_64                           994/1475 
  验证中      : perl-Apache-Session-1.93-2.el7.noarch                 995/1475 
  验证中      : perl-Date-Leapyear-1.72-13.el7.noarch                 996/1475 
  验证中      : perl-Net-SMTP-SSL-1.01-13.el7.noarch                  997/1475 
  验证中      : perl-File-Flat-1.04-15.el7.noarch                     998/1475 
  验证中      : perl-NetPacket-1.5.0-1.el7.noarch                     999/1475 
  验证中      : perl-MooseX-Daemonize-0.15-4.el7.noarch              1000/1475 
  验证中      : perl-Authen-PAM-0.16-16.el7.x86_64                   1001/1475 
  验证中      : perl-Test-MockTime-0.12-11.el7.noarch                1002/1475 
  验证中      : perl-Test-Compile-1.3.0-1.el7.noarch                 1003/1475 
  验证中      : perl-DBIx-QueryLog-0.42-1.el7.noarch                 1004/1475 
  验证中      : perl-Math-Int64-0.52-1.el7.x86_64                    1005/1475 
  验证中      : perl-Dist-CheckConflicts-0.06-2.el7.noarch           1006/1475 
  验证中      : perl-App-Nopaste-0.90-2.el7.noarch                   1007/1475 
  验证中      : perl-IO-Compress-Lzma-2.061-1.el7.noarch             1008/1475 
  验证中      : perl-Scalar-Properties-1.100860-9.el7.noarch         1009/1475 
  验证中      : perl-Crypt-OpenSSL-Random-0.04-21.el7.x86_64         1010/1475 
  验证中      : perl-Crypt-Rijndael-1.12-1.el7.x86_64                1011/1475 
  验证中      : perl-Text-Fuzzy-0.29-1.el7.x86_64                    1012/1475 
  验证中      : hivex-1.3.10-6.12.el7_9.x86_64                       1013/1475 
  验证中      : perl-DateTime-Format-Flexible-tests-0.34-1.el7.noa   1014/1475 
  验证中      : perl-Mozilla-CA-20130114-5.el7.noarch                1015/1475 
  验证中      : perl-IO-String-1.08-19.el7.noarch                    1016/1475 
  验证中      : perl-Safe-Isa-1.000005-2.el7.noarch                  1017/1475 
  验证中      : perl-File-Pid-1.01-21.el7.noarch                     1018/1475 
  验证中      : perl-Test-Email-0.07-1.el7.noarch                    1019/1475 
  验证中      : perl-libwww-perl-6.05-2.el7.noarch                   1020/1475 
  验证中      : perl-IO-AIO-4.20-1.el7.x86_64                        1021/1475 
  验证中      : 4:perl-tests-5.16.3-299.el7_9.x86_64                 1022/1475 
  验证中      : zeromq3-3.2.5-1.el7.x86_64                           1023/1475 
  验证中      : perl-Locale-PO-0.23-2.el7.noarch                     1024/1475 
  验证中      : perl-Browser-Open-0.04-6.el7.noarch                  1025/1475 
  验证中      : perl-AnyEvent-BDB-1.1-19.el7.noarch                  1026/1475 
  验证中      : perl-Test-Moose-2.1005-1.el7.x86_64                  1027/1475 
  验证中      : perl-Text-Reform-1.20-9.el7.noarch                   1028/1475 
  验证中      : perl-Test-CPAN-Meta-YAML-0.22-1.el7.noarch           1029/1475 
  验证中      : perl-Heap-0.80-15.el7.noarch                         1030/1475 
  验证中      : perl-DateTime-Format-ICal-0.09-32.el7.noarch         1031/1475 
  验证中      : perl-File-TreeCreate-0.0.1-1.el7.noarch              1032/1475 
  验证中      : perl-Linux-Inotify2-tests-1.22-4.el7.x86_64          1033/1475 
  验证中      : perl-Devel-CallParser-0.002-1.el7.x86_64             1034/1475 
  验证中      : perl-Test-Trap-0.2.2-6.el7.noarch                    1035/1475 
  验证中      : 1:qt-4.8.7-9.el7_9.x86_64                            1036/1475 
  验证中      : perl-Compress-LZ4-0.20-1.el7.x86_64                  1037/1475 
  验证中      : perl-Data-Float-0.013-2.el7.noarch                   1038/1475 
  验证中      : perl-Data-Binary-0.01-1.el7.noarch                   1039/1475 
  验证中      : perl-Math-Random-MT-Auto-6.22-2.el7.x86_64           1040/1475 
  验证中      : perl-Parse-Method-Signatures-1.003014-6.el7.noarch   1041/1475 
  验证中      : perl-Test-Manifest-1.23-2.el7.noarch                 1042/1475 
  验证中      : perl-DateTime-Format-Pg-0.16010-6.el7.noarch         1043/1475 
  验证中      : perl-Crypt-DSA-1.17-10.el7.noarch                    1044/1475 
  验证中      : perl-PadWalker-1.96-3.el7.x86_64                     1045/1475 
  验证中      : perl-Crypt-URandom-0.34-1.el7.noarch                 1046/1475 
  验证中      : perl-MCE-Shared-1.862-1.el7.noarch                   1047/1475 
  验证中      : libtidyp-1.02-11.el7.x86_64                          1048/1475 
  验证中      : perl-Qt-devel-4.14.3-14.el7.x86_64                   1049/1475 
  验证中      : perl-Schedule-RateLimiter-0.01-2.el7.noarch          1050/1475 
  验证中      : perl-Sys-Statistics-Linux-0.66-14.el7.noarch         1051/1475 
  验证中      : perl-DateTime-Format-Epoch-0.13-5.el7.noarch         1052/1475 
  验证中      : perl-Apache2-SOAP-0.73-31.el7.noarch                 1053/1475 
  验证中      : perl-Test-Unit-Runner-Xml-0.1-14.el7.noarch          1054/1475 
  验证中      : perl-Test-Mojibake-0.9-2.el7.noarch                  1055/1475 
  验证中      : perl-DateTime-Format-Oracle-0.06-8.el7.noarch        1056/1475 
  验证中      : perl-Git-Wrapper-0.047-3.el7.noarch                  1057/1475 
  验证中      : Judy-1.0.5-8.el7.x86_64                              1058/1475 
  验证中      : perl-IPC-System-Simple-1.25-1.el7.noarch             1059/1475 
  验证中      : perl-XML-RSS-LibXML-0.3105-9.el7.noarch              1060/1475 
  验证中      : perl-Path-Class-0.33-1.el7.noarch                    1061/1475 
  验证中      : perl-Tie-Hash-Method-0.02-2.el7.noarch               1062/1475 
  验证中      : perl-Digest-HMAC-1.03-5.el7.noarch                   1063/1475 
  验证中      : perl-File-LibMagic-1.00-1.el7.x86_64                 1064/1475 
  验证中      : perl-Monotone-1.1-15.el7.x86_64                      1065/1475 
  验证中      : perl-HTML-Encoding-0.61-8.el7.noarch                 1066/1475 
  验证中      : perl-File-ReadBackwards-1.05-1.el7.noarch            1067/1475 
  验证中      : perl-PCP-LogSummary-4.3.2-13.el7_9.x86_64            1068/1475 
  验证中      : perl-Text-Levenshtein-Damerau-XS-3.1-3.el7.x86_64    1069/1475 
  验证中      : perl-Module-Find-0.12-1.el7.noarch                   1070/1475 
  验证中      : freeglut-3.0.0-8.el7.x86_64                          1071/1475 
  验证中      : perl-URI-1.60-9.el7.noarch                           1072/1475 
  验证中      : perl-RPC-XML-0.78-3.el7.noarch                       1073/1475 
  验证中      : perl-Regexp-Assemble-0.35-11.el7.noarch              1074/1475 
  验证中      : perl-XML-TokeParser-0.05-12.el7.noarch               1075/1475 
  验证中      : perl-MetaCPAN-API-Tiny-1.131730-4.el7.noarch         1076/1475 
  验证中      : perl-User-1.9-10.el7.noarch                          1077/1475 
  验证中      : perl-Term-Size-0.207-11.el7.x86_64                   1078/1475 
  验证中      : perl-BerkeleyDB-0.51-4.el7.x86_64                    1079/1475 
  验证中      : perl-Test-CheckDeps-0.010-1.el7.noarch               1080/1475 
  验证中      : perltidy-20121207-3.el7.noarch                       1081/1475 
  验证中      : perl-FileHandle-Unget-0.1623-15.el7.noarch           1082/1475 
  验证中      : perl-MIME-Lite-HTML-1.24-8.el7.noarch                1083/1475 
  验证中      : perl-Hash-Merge-Simple-0.04-11.el7.noarch            1084/1475 
  验证中      : perl-SOAP-WSDL-Apache-3.003-6.el7.noarch             1085/1475 
  验证中      : 1:perl-Package-Constants-0.02-299.el7_9.noarch       1086/1475 
  验证中      : perl-Authen-SASL-2.15-10.el7.noarch                  1087/1475 
  验证中      : perl-POE-Component-Server-SOAP-1.14-12.el7.noarch    1088/1475 
  验证中      : perl-Authen-Passphrase-0.008-2.el7.noarch            1089/1475 
  验证中      : perl-Sort-Key-1.33-5.el7.x86_64                      1090/1475 
  验证中      : libyui-3.1.5-1.el7.x86_64                            1091/1475 
  验证中      : perl-Router-Simple-0.14-2.el7.noarch                 1092/1475 
  验证中      : perl-Perl4-CoreLibs-0.003-7.el7.noarch               1093/1475 
  验证中      : perl-Class-Accessor-Chained-0.01-28.el7.noarch       1094/1475 
  验证中      : perl-Time-Duration-Parse-0.11-3.el7.noarch           1095/1475 
  验证中      : 1:perl-Net-UPnP-1.4.3-5.el7.noarch                   1096/1475 
  验证中      : perl-Net-OpenID-Consumer-1.18-8.el7.noarch           1097/1475 
  验证中      : perl-Devel-Cycle-1.11-13.el7.noarch                  1098/1475 
  验证中      : perl-POE-Filter-HTTP-Parser-1.06-7.el7.noarch        1099/1475 
  验证中      : perl-HTML-Template-2.95-1.el7.noarch                 1100/1475 
  验证中      : 1:perl-Module-Pluggable-4.8-3.el7.noarch             1101/1475 
  验证中      : perl-HTML-FormatText-WithLinks-0.14-8.el7.noarch     1102/1475 
  验证中      : 2:perl-DateTime-1.04-6.el7.x86_64                    1103/1475 
  验证中      : perl-Test-Fatal-0.010-5.el7.noarch                   1104/1475 
  验证中      : subversion-perl-1.7.14-16.el7.x86_64                 1105/1475 
  验证中      : perl-Monitoring-Plugin-0.38-1.el7.1.noarch           1106/1475 
  验证中      : perl-Class-Accessor-Lite-0.05-7.el7.noarch           1107/1475 
  验证中      : perl-Data-Integer-0.006-1.el7.noarch                 1108/1475 
  验证中      : perl-Convert-ASCII-Armour-1.4-32.el7.noarch          1109/1475 
  验证中      : perl-Algorithm-CheckDigits-1.3.2-1.el7.noarch        1110/1475 
  验证中      : perl-PCP-LogImport-4.3.2-13.el7_9.x86_64             1111/1475 
  验证中      : perl-Module-Install-GithubMeta-0.26-1.el7.noarch     1112/1475 
  验证中      : perl-Devel-CallChecker-0.006-1.el7.x86_64            1113/1475 
  验证中      : perl-Class-Autouse-2.01-5.el7.noarch                 1114/1475 
  验证中      : perl-SOCKS-0.03-1.el7.noarch                         1115/1475 
  验证中      : perl-IO-stringy-2.110-22.el7.noarch                  1116/1475 
  验证中      : perl-Convert-PEM-0.08-14.el7.noarch                  1117/1475 
  验证中      : perl-Filesys-Notify-Simple-tests-0.10-1.el7.noarch   1118/1475 
  验证中      : perl-Pod-Coverage-TrustPod-0.100002-5.el7.noarch     1119/1475 
  验证中      : perl-MooseX-Getopt-0.47-2.el7.noarch                 1120/1475 
  验证中      : perl-Text-Diff-1.41-5.el7.noarch                     1121/1475 
  验证中      : perl-Fennec-2.017-2.el7.noarch                       1122/1475 
  验证中      : perl-XML-Feed-0.59-4.el7.noarch                      1123/1475 
  验证中      : perl-YAML-Syck-1.27-3.el7.x86_64                     1124/1475 
  验证中      : perl-Time-Moment-0.44-1.el7.x86_64                   1125/1475 
  验证中      : perl-File-Edit-Portable-1.25-1.el7.noarch            1126/1475 
  验证中      : perl-Net-SSLeay-1.55-6.el7.x86_64                    1127/1475 
  验证中      : perl-MooseX-Declare-0.35-5.el7.noarch                1128/1475 
  验证中      : perl-DBD-XBase-1.03-7.el7.noarch                     1129/1475 
  验证中      : httpd-tools-2.4.6-99.el7.centos.1.x86_64             1130/1475 
  验证中      : perl-SOAP-WSDL-examples-3.003-6.el7.noarch           1131/1475 
  验证中      : perl-Net-LibIDN2-1.01-7.el7.x86_64                   1132/1475 
  验证中      : perl-Text-Format-0.59-2.el7.noarch                   1133/1475 
  验证中      : perl-DateTime-Format-DateParse-0.05-5.el7.noarch     1134/1475 
  验证中      : perl-File-Inplace-0.20-8.el7.noarch                  1135/1475 
  验证中      : sgml-common-0.6.3-39.el7.noarch                      1136/1475 
  验证中      : perl-Env-1.04-2.el7.noarch                           1137/1475 
  验证中      : perl-HTML-FromText-2.07-7.el7.noarch                 1138/1475 
  验证中      : perl-Email-Reply-1.203-2.el7.noarch                  1139/1475 
  验证中      : perl-JSON-RPC-Daemon-1.03-5.el7.noarch               1140/1475 
  验证中      : perl-Apache-Session-Browseable-1.2.1-1.el7.noarch    1141/1475 
  验证中      : perl-List-MoreUtils-0.33-9.el7.x86_64                1142/1475 
  验证中      : perl-Locale-US-2.112150-7.el7.noarch                 1143/1475 
  验证中      : perl-Data-Tumbler-0.005-2.el7.noarch                 1144/1475 
  验证中      : perl-Locale-SubCountry-1.66-1.el7.noarch             1145/1475 
  验证中      : perl-libwhisker2-2.5-14.el7.noarch                   1146/1475 
  验证中      : perl-Test-Kwalitee-Extra-0.2.0-2.el7.noarch          1147/1475 
  验证中      : perl-GSSAPI-0.28-9.el7.x86_64                        1148/1475 
  验证中      : perl-Test-Spelling-0.19-2.el7.noarch                 1149/1475 
  验证中      : perl-Image-Base-1.07-23.el7.noarch                   1150/1475 
  验证中      : elfutils-libelf-devel-0.176-5.el7.x86_64             1151/1475 
  验证中      : perl-Net-HL7-0.81-2.el7.noarch                       1152/1475 
  验证中      : perl-File-RsyncP-0.74-2.el7.x86_64                   1153/1475 
  验证中      : perl-Text-CSV-Separator-0.20-4.el7.noarch            1154/1475 
  验证中      : perl-Sub-Identify-0.04-16.el7.x86_64                 1155/1475 
  验证中      : perl-Package-Anon-0.05-3.el7.x86_64                  1156/1475 
  验证中      : perl-Apache-DBI-1.12-19.el7.noarch                   1157/1475 
  验证中      : 1:perl-Module-CoreList-2.76.02-299.el7_9.noarch      1158/1475 
  验证中      : perl-HTML-Parser-3.71-4.el7.x86_64                   1159/1475 
  验证中      : perl-Regexp-IPv6-0.03-11.el7.noarch                  1160/1475 
  验证中      : perl-Net-IDN-Encode-2.201-2.el7.x86_64               1161/1475 
  验证中      : perl-Glib-1.305-1.el7.x86_64                         1162/1475 
  验证中      : perl-Mock-Sub-1.08-1.el7.noarch                      1163/1475 
  验证中      : perl-Tie-IxHash-1.22-11.el7.noarch                   1164/1475 
  验证中      : rrdtool-perl-1.4.8-9.el7.x86_64                      1165/1475 
  验证中      : perl-Jcode-2.07-15.el7.noarch                        1166/1475 
  验证中      : perl-Time-Clock-1.03-2.el7.noarch                    1167/1475 
  验证中      : perl-URI-Fetch-0.13-11.el7.noarch                    1168/1475 
  验证中      : perl-Clone-0.34-5.el7.x86_64                         1169/1475 
  验证中      : perl-Test-Requires-0.06-10.el7.noarch                1170/1475 
  验证中      : perl-Net-Jabber-2.0-25.el7.noarch                    1171/1475 
  验证中      : perl-XML-Tidy-1.12.B55J2qn-9.el7.noarch              1172/1475 
  验证中      : perl-Regexp-Common-2013031301-1.el7.noarch           1173/1475 
  验证中      : perl-X10-0.04-2.el7.noarch                           1174/1475 
  验证中      : perl-enum-1.11-1.el7.noarch                          1175/1475 
  验证中      : perl-Astro-FITS-CFITSIO-1.10-1.el7.x86_64            1176/1475 
  验证中      : perl-Object-MultiType-0.05-18.el7.noarch             1177/1475 
  验证中      : perl-Sereal-3.015-1.el7.noarch                       1178/1475 
  验证中      : perl-boolean-0.30-1.el7.noarch                       1179/1475 
  验证中      : perl-Try-Tiny-0.12-2.el7.noarch                      1180/1475 
  验证中      : perl-Class-Accessor-0.34-12.el7.noarch               1181/1475 
  验证中      : perl-Mail-Mbox-MessageParser-1.5002-15.el7.noarch    1182/1475 
  验证中      : perl-Apache-Session-NoSQL-0.1-2.el7.noarch           1183/1475 
  验证中      : perl-Feed-Find-0.07-21.el7.noarch                    1184/1475 
  验证中      : perl-Module-Install-AuthorTests-0.002-4.el7.noarch   1185/1475 
  验证中      : perl-Frontier-RPC-doc-0.07b4p1-21.el7.noarch         1186/1475 
  验证中      : perl-Test-SubCalls-1.09-14.el7.noarch                1187/1475 
  验证中      : perl-Data-UUID-1.219-3.el7.x86_64                    1188/1475 
  验证中      : perl-Socket6-0.23-15.el7.x86_64                      1189/1475 
  验证中      : perl-Term-UI-0.36-2.el7.noarch                       1190/1475 
  验证中      : perl-WWW-Curl-4.15-13.el7.x86_64                     1191/1475 
  验证中      : perl-XML-TreePP-0.43-1.el7.noarch                    1192/1475 
  验证中      : perl-DateTimeX-Easy-tests-0.091-1.el7.noarch         1193/1475 
  验证中      : perl-Crypt-OpenSSL-RSA-0.28-7.el7.x86_64             1194/1475 
  验证中      : perl-PerlIO-via-Timeout-0.29-1.el7.noarch            1195/1475 
  验证中      : perl-Term-Encoding-0.02-2.el7.noarch                 1196/1475 
  验证中      : perl-No-Worries-1.7-1.el7.noarch                     1197/1475 
  验证中      : perl-Authen-DigestMD5-0.04-16.el7.noarch             1198/1475 
  验证中      : perl-DateTime-Format-Mail-0.3001-17.el7.noarch       1199/1475 
  验证中      : perl-Cpanel-JSON-XS-3.0104-1.el7.x86_64              1200/1475 
  验证中      : perl-Class-ErrorHandler-0.03-1.el7.noarch            1201/1475 
  验证中      : perl-HTML-Scrubber-0.15-1.el7.noarch                 1202/1475 
  验证中      : perl-Module-Build-Tiny-0.039-1.el7.noarch            1203/1475 
  验证中      : perl-Authen-DecHpwd-2.007-1.el7.x86_64               1204/1475 
  验证中      : perl-Devel-Autoflush-0.06-3.el7.noarch               1205/1475 
  验证中      : perl-Devel-GlobalDestruction-0.12-1.el7.noarch       1206/1475 
  验证中      : perl-namespace-autoclean-0.19-1.el7.noarch           1207/1475 
  验证中      : perl-HTTP-Response-Encoding-0.06-11.el7.noarch       1208/1475 
  验证中      : perl-Data-Record-0.02-1.el7.noarch                   1209/1475 
  验证中      : perl-Net-NBName-0.26-41.el7.noarch                   1210/1475 
  验证中      : perl-Glib-devel-1.305-1.el7.x86_64                   1211/1475 
  验证中      : perl-constant-boolean-0.02-9.el7.noarch              1212/1475 
  验证中      : perl-Mail-AuthenticationResults-1.20180923-2.el7.n   1213/1475 
  验证中      : perl-Module-ExtractUse-0.32-1.el7.noarch             1214/1475 
  验证中      : perl-File-CheckTree-4.42-3.el7.noarch                1215/1475 
  验证中      : perl-Crypt-DH-GMP-0.00012-13.el7.x86_64              1216/1475 
  验证中      : perl-XML-Catalog-1.0.1-1.el7.noarch                  1217/1475 
  验证中      : 1:perl-DateTime-Format-Excel-0.31-8.el7.noarch       1218/1475 
  验证中      : perl-HTML-Tagset-3.20-15.el7.noarch                  1219/1475 
  验证中      : perl-Test-CheckChanges-0.14-7.el7.noarch             1220/1475 
  验证中      : perl-Net-Domain-TLD-1.75-6.el7.noarch                1221/1475 
  验证中      : perl-IRC-Utils-0.12-5.el7.noarch                     1222/1475 
  验证中      : perl-Readonly-XS-1.05-15.el7.x86_64                  1223/1475 
  验证中      : perl-DateTime-Format-Flexible-0.34-1.el7.noarch      1224/1475 
  验证中      : perl-DBIx-Safe-1.2.5-37.el7.noarch                   1225/1475 
  验证中      : perl-Test-Reporter-1.60-3.el7.noarch                 1226/1475 
  验证中      : perl-XML-Simple-DTDReader-0.04-16.el7.noarch         1227/1475 
  验证中      : 1:perl-XML-LibXML-2.0018-5.el7.x86_64                1228/1475 
  验证中      : 1:perl-FCGI-0.74-8.el7.x86_64                        1229/1475 
  验证中      : perl-CSS-Minifier-0.01-15.el7.noarch                 1230/1475 
  验证中      : perl-Apache-Session-Redis-0.1-2.el7.noarch           1231/1475 
  验证中      : perl-Log-Dispatch-2.41-1.el7.1.noarch                1232/1475 
  验证中      : perl-B-Keywords-1.13-2.el7.noarch                    1233/1475 
  验证中      : perl-ExtUtils-CChecker-0.08-2.el7.noarch             1234/1475 
  验证中      : perl-App-CSV-0.08-5.el7.noarch                       1235/1475 
  验证中      : perl-Coro-6.514-4.el7.x86_64                         1236/1475 
  验证中      : perl-File-Fetch-0.42-2.el7.noarch                    1237/1475 
  验证中      : perl-HTML-Strip-2.10-2.el7.x86_64                    1238/1475 
  验证中      : perl-Mail-POP3Client-2.19-5.el7.noarch               1239/1475 
  验证中      : perl-FusionInventory-Agent-2.3.21-3.el7.noarch       1240/1475 
  验证中      : perl-App-SVN-Bisect-1.1-9.el7.noarch                 1241/1475 
  验证中      : perl-Getopt-Long-Descriptive-0.093-2.el7.noarch      1242/1475 
  验证中      : openjade-1.3.2-45.el7.x86_64                         1243/1475 
  验证中      : perl-Devel-REPL-1.003015-3.el7.noarch                1244/1475 
  验证中      : perl-Test2-0.000044-3.el7.noarch                     1245/1475 
  验证中      : perl-Image-Info-1.33-3.el7.noarch                    1246/1475 
  验证中      : perl-IPC-Run3-0.045-6.el7.noarch                     1247/1475 
  验证中      : perl-VM-EC2-1.28-14.el7.noarch                       1248/1475 
  验证中      : smokeqt-4.14.3-7.el7.x86_64                          1249/1475 
  验证中      : perl-Digest-MD5-2.52-3.el7.x86_64                    1250/1475 
  验证中      : perl-XML-Entities-1.0002-2.el7.noarch                1251/1475 
  验证中      : perl-Mail-Sendmail-0.79-21.el7.noarch                1252/1475 
  验证中      : perl-Nagios-Plugin-0.36-7.el7.noarch                 1253/1475 
  验证中      : perl-Astro-SunTime-0.05-2.el7.noarch                 1254/1475 
  验证中      : perl-Test-Perl-Critic-Policy-1.118-5.el7.noarch      1255/1475 
  验证中      : perl-Parse-RecDescent-1.967009-5.el7.noarch          1256/1475 
  验证中      : perl-Fennec-Lite-0.004-2.el7.noarch                  1257/1475 
  验证中      : perl-HTML-Form-6.03-6.el7.noarch                     1258/1475 
  验证中      : perl-SQL-Statement-1.405-6.el7.noarch                1259/1475 
  验证中      : perl-File-Find-Object-0.2.11-1.el7.noarch            1260/1475 
  验证中      : perl-XML-Simple-2.20-5.el7.noarch                    1261/1475 
  验证中      : perl-Time-Duration-1.06-17.el7.noarch                1262/1475 
  验证中      : perl-IO-Socket-Socks-0.74-2.el7.noarch               1263/1475 
  验证中      : perl-Test-Warnings-0.014-1.el7.noarch                1264/1475 
  验证中      : perl-XMLRPC-Lite-0.717-2.el7.noarch                  1265/1475 
  验证中      : postgresql-libs-9.2.24-9.el7_9.x86_64                1266/1475 
  验证中      : perl-HTTP-Soup-0.01-1.el7.x86_64                     1267/1475 
  验证中      : perl-NetAddr-IP-4.069-3.el7.x86_64                   1268/1475 
  验证中      : perl-Crypt-Random-TESHA2-0.01-1.el7.noarch           1269/1475 
  验证中      : perl-MooseX-StrictConstructor-0.21-11.el7.noarch     1270/1475 
  验证中      : perl-LWP-Protocol-connect-tests-6.09-26.el7.noarch   1271/1475 
  验证中      : perl-autobox-Core-1.24-2.el7.noarch                  1272/1475 
  验证中      : perl-Devel-StackTrace-AsHTML-0.15-1.el7.noarch       1273/1475 
  验证中      : perl-IO-Interactive-1.025-1.el7.1.noarch             1274/1475 
  验证中      : perl-Test-XML-0.08-2.el7.noarch                      1275/1475 
  验证中      : perl-File-Slurp-Tiny-0.003-3.el7.noarch              1276/1475 
  验证中      : pcp-conf-4.3.2-13.el7_9.x86_64                       1277/1475 
  验证中      : perl-Canary-Stability-2012-1.el7.noarch              1278/1475 
  验证中      : perl-Net-SFTP-Foreign-1.81-3.el7.noarch              1279/1475 
  验证中      : perl-HTTP-Parser-0.06-6.el7.noarch                   1280/1475 
  验证中      : perl-Geography-Countries-2009041301-17.el7.noarch    1281/1475 
  验证中      : perl-Template-GD-2.66-21.el7.noarch                  1282/1475 
  验证中      : perl-DateTime-Incomplete-0.07-3.el7.noarch           1283/1475 
  验证中      : perl-XML-RegExp-0.04-2.el7.noarch                    1284/1475 
  验证中      : perl-Digest-JHash-0.10-1.el7.x86_64                  1285/1475 
  验证中      : perl-UNIVERSAL-can-1.20120726-3.el7.noarch           1286/1475 
  验证中      : perl-Parse-Yapp-1.05-50.el7.noarch                   1287/1475 
  验证中      : perl-libnodeupdown-1.14-9.el7.x86_64                 1288/1475 
  验证中      : perl-URI-cpan-1.007-3.el7.noarch                     1289/1475 
  验证中      : perl-Test-Fake-HTTPD-0.09-1.el7.noarch               1290/1475 
  验证中      : perl-Exporter-Declare-0.113-1.el7.noarch             1291/1475 
  验证中      : perl-Ocsinventory-Agent-2.9.1-1.el7.noarch           1292/1475 
  验证中      : perl-Class-Method-Modifiers-2.10-1.el7.noarch        1293/1475 
  验证中      : perl-lasso-2.5.1-8.el7.x86_64                        1294/1475 
  验证中      : perl-IO-Socket-IP-0.21-5.el7.noarch                  1295/1475 
  验证中      : perl-X2Go-Server-DB-4.1.0.3-9.el7.x86_64             1296/1475 
  验证中      : perl-Date-Holidays-DE-2.06-1.el7.noarch              1297/1475 
  验证中      : perl-hamlib-3.3-1.el7.x86_64                         1298/1475 
  验证中      : perl-Crypt-OpenSSL-X509-1.803-4.el7.x86_64           1299/1475 
  验证中      : perl-XML-XPath-1.13-22.el7.noarch                    1300/1475 
  验证中      : perl-Text-Markdown-1.000031-1.el7.noarch             1301/1475 
  验证中      : perl-MIME-Charset-1.011.1-1.el7.noarch               1302/1475 
  验证中      : perl-WWW-Twilio-TwiML-1.05-1.el7.noarch              1303/1475 
  验证中      : perl-Test-ClassAPI-1.06-14.el7.noarch                1304/1475 
  验证中      : x2goserver-common-4.1.0.3-9.el7.noarch               1305/1475 
  验证中      : perl-B-Lint-1.17-3.el7.noarch                        1306/1475 
  验证中      : collectd-5.8.1-1.el7.x86_64                          1307/1475 
  验证中      : perl-Math-Round-0.06-16.el7.noarch                   1308/1475 
  验证中      : perl-XML-Generator-1.04-8.el7.noarch                 1309/1475 
  验证中      : perl-Crypt-MySQL-0.04-1.el7.x86_64                   1310/1475 
  验证中      : perl-Parse-DMIDecode-0.03-6.el7.x86_64               1311/1475 
  验证中      : perl-XML-Generator-DBI-1.00-20.el7.noarch            1312/1475 
  验证中      : perl-IO-Interface-1.05-2.el7.x86_64                  1313/1475 
  验证中      : smokegen-4.14.3-6.el7.x86_64                         1314/1475 
  验证中      : perl-File-Copy-Recursive-Reduced-0.003-1.el7.noarc   1315/1475 
  验证中      : perl-URI-Find-20140709-5.el7.noarch                  1316/1475 
  验证中      : perl-Text-vFile-asData-0.08-12.el7.noarch            1317/1475 
  验证中      : perl-X2Go-Server-4.1.0.3-9.el7.noarch                1318/1475 
  验证中      : perl-IO-Multiplex-1.13-6.el7.noarch                  1319/1475 
  验证中      : perl-Mail-Transport-Dbx-0.07-28.el7.x86_64           1320/1475 
  验证中      : perl-Monkey-Patch-0.03-1.el7.noarch                  1321/1475 
  验证中      : perl-Devel-EnforceEncapsulation-0.50-8.el7.noarch    1322/1475 
  验证中      : perl-Device-SerialPort-1.04-25.el7.x86_64            1323/1475 
  验证中      : perl-Plack-1.0033-1.el7.noarch                       1324/1475 
  验证中      : perl-Font-TTFMetrics-0.1-11.el7.noarch               1325/1475 
  验证中      : perl-ZMQ-LibZMQ3-1.19-1.el7.x86_64                   1326/1475 
  验证中      : perl-Math-Calc-Units-1.07-9.el7.noarch               1327/1475 
  验证中      : perl-Config-General-2.61-1.el7.noarch                1328/1475 
  验证中      : perl-Mouse-1.11-1.el7.x86_64                         1329/1475 
  验证中      : perl-Convert-Bencode-1.03-9.el7.noarch               1330/1475 
  验证中      : perl-Convert-UU-0.5201-9.el7.noarch                  1331/1475 
  验证中      : perl-Lua-API-0.04-1.el7.x86_64                       1332/1475 
  验证中      : inchi-1.0.4-4.el7.x86_64                             1333/1475 
  验证中      : perl-Devel-CheckLib-0.99-2.el7.noarch                1334/1475 
  验证中      : perl-File-FcntlLock-0.22-6.el7.x86_64                1335/1475 
  验证中      : perl-Object-Deadly-0.09-15.el7.noarch                1336/1475 
  验证中      : perl-File-Find-Object-Rule-0.0305-1.el7.noarch       1337/1475 
  验证中      : perl-Digest-CRC-0.18-8.el7.x86_64                    1338/1475 
  验证中      : perl-Net-Telnet-3.03-19.el7.noarch                   1339/1475 
  验证中      : perl-DBD-Pg-tests-2.19.3-5.el7_9.x86_64              1340/1475 
  验证中      : perl-Digest-MD2-2.04-1.el7.x86_64                    1341/1475 
  验证中      : perl-Module-Info-0.35-2.el7.noarch                   1342/1475 
  验证中      : perl-HTML-Lint-2.32-7.el7.1.noarch                   1343/1475 
  验证中      : perl-MRO-Compat-0.12-2.el7.noarch                    1344/1475 
  验证中      : perl-Email-MIME-ContentType-1.017-1.el7.noarch       1345/1475 
  验证中      : perl-Carp-Clan-6.04-10.el7.noarch                    1346/1475 
  验证中      : perl-ExtUtils-AutoInstall-0.63-20.el7.noarch         1347/1475 
  验证中      : perl-Config-Grammar-1.11-1.el7.noarch                1348/1475 
  验证中      : perl-Cwd-Guard-0.04-2.el7.noarch                     1349/1475 
  验证中      : perl-B-Hooks-OP-Annotation-0.44-4.el7.x86_64         1350/1475 
  验证中      : perl-HTTP-Lite-2.44-12.el7.noarch                    1351/1475 
  验证中      : 1:perl-Module-Load-0.24-3.el7.noarch                 1352/1475 
  验证中      : perl-XML-Grove-0.46alpha-52.el7.noarch               1353/1475 
  验证中      : phonon-4.6.0-10.el7.x86_64                           1354/1475 
  验证中      : perl-Data-Entropy-0.007-6.el7.noarch                 1355/1475 
  验证中      : perl-Test-Number-Delta-1.06-3.el7.noarch             1356/1475 
  验证中      : perl-DynaLoader-Functions-0.001-6.el7.noarch         1357/1475 
  验证中      : perl-Exporter-Lite-0.02-20.el7.noarch                1358/1475 
  验证中      : perl-Test-TrailingSpace-0.0204-1.el7.noarch          1359/1475 
  验证中      : perl-Parallel-ForkManager-1.18-2.el7.noarch          1360/1475 
  验证中      : perl-YAML-0.84-5.el7.noarch                          1361/1475 
  验证中      : perl-Readonly-1.03-22.el7.noarch                     1362/1475 
  验证中      : perl-CPAN-Changes-0.20-2.el7.noarch                  1363/1475 
  验证中      : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64        1364/1475 
  验证中      : perl-IO-Pty-Easy-0.09-1.el7.noarch                   1365/1475 
  验证中      : perl-Alien-Packages-0.003-2.el7.noarch               1366/1475 
  验证中      : perl-DateTime-Format-Strptime-1.5400-2.el7.noarch    1367/1475 
  验证中      : perl-Inline-0.53-4.el7.noarch                        1368/1475 
  验证中      : perl-Data-HexDump-0.02-26.el7.noarch                 1369/1475 
  验证中      : 1:net-snmp-perl-5.7.2-49.el7_9.4.x86_64              1370/1475 
  验证中      : perl-XML-LibXSLT-1.80-4.el7.x86_64                   1371/1475 
  验证中      : perl-Test-Memory-Cycle-1.04-17.el7.noarch            1372/1475 
  验证中      : perl-Business-PayPal-API-0.70-1.el7.noarch           1373/1475 
  验证中      : perl-GDTextUtil-0.86-23.el7.noarch                   1374/1475 
  验证中      : perl-Text-Patch-1.8-7.el7.noarch                     1375/1475 
  验证中      : perl-Module-Reader-0.003002-2.el7.noarch             1376/1475 
  验证中      : perl-MouseX-SimpleConfig-0.11-3.el7.noarch           1377/1475 
  验证中      : perl-Module-Install-Repository-0.06-4.el7.noarch     1378/1475 
  验证中      : httpd-2.4.6-99.el7.centos.1.x86_64                   1379/1475 
  验证中      : perl-DateTime-Format-MySQL-0.04-18.el7.noarch        1380/1475 
  验证中      : perl-File-Slurp-9999.19-6.el7.noarch                 1381/1475 
  验证中      : perl-Hash-FieldHash-0.12-5.el7.x86_64                1382/1475 
  验证中      : perl-Pod-Coverage-0.23-3.el7.noarch                  1383/1475 
  验证中      : perl-Prima-1.37-1.el7.x86_64                         1384/1475 
  验证中      : openpgm-5.2.122-2.el7.x86_64                         1385/1475 
  验证中      : perl-LWP-MediaTypes-6.02-2.el7.noarch                1386/1475 
  验证中      : perl-Mail-SPF-2.8.0-4.el7.noarch                     1387/1475 
  验证中      : perl-Set-Scalar-1.25-9.el7.noarch                    1388/1475 
  验证中      : perl-IO-Pipely-0.005-4.el7.noarch                    1389/1475 
  验证中      : perl-Convert-Base32-0.06-2.el7.noarch                1390/1475 
  验证中      : botan-1.10.17-1.el7.x86_64                           1391/1475 
  验证中      : perl-HTTP-Headers-Fast-0.20-3.el7.noarch             1392/1475 
  验证中      : perl-autodie-2.16-2.el7.noarch                       1393/1475 
  验证中      : perl-JSON-Any-1.32-1.el7.noarch                      1394/1475 
  验证中      : perl-Test-NoWarnings-1.04-2.el7.noarch               1395/1475 
  验证中      : perl-IPTables-Parse-1.6.1-4.el7.noarch               1396/1475 
  验证中      : perl-AnyEvent-7.07-3.el7.x86_64                      1397/1475 
  验证中      : perl-Term-ReadLine-Gnu-1.26-2.el7.x86_64             1398/1475 
  验证中      : perl-MooseX-LazyRequire-0.09-2.el7.noarch            1399/1475 
  验证中      : perl-DateTime-TimeZone-Tzfile-0.010-1.el7.noarch     1400/1475 
  验证中      : perl-Object-Realize-Later-0.19-6.el7.noarch          1401/1475 
  验证中      : perl-Excel-Writer-XLSX-0.84-1.el7.noarch             1402/1475 
  验证中      : perl-MIME-EncWords-1.015.0-1.el7.noarch              1403/1475 
  验证中      : perl-Data-Visitor-0.30-1.el7.noarch                  1404/1475 
  验证中      : perl-Encode-HanExtra-0.23-10.el7.x86_64              1405/1475 
  验证中      : perl-aliased-0.31-1.el7.noarch                       1406/1475 
  验证中      : perl-LWP-UserAgent-Determined-1.07-7.el7.noarch      1407/1475 
  验证中      : perl-File-NFSLock-1.21-10.el7.noarch                 1408/1475 
  验证中      : perl-Test-Deep-0.110-2.el7.noarch                    1409/1475 
  验证中      : perl-Software-License-0.103008-1.el7.noarch          1410/1475 
  验证中      : perl-Hash-StoredIterator-0.007-2.el7.x86_64          1411/1475 
  验证中      : perl-POSIX-strptime-0.10-12.el7.x86_64               1412/1475 
  验证中      : perl-Class-Std-0.011-5.el7.noarch                    1413/1475 
  验证中      : perl-Encode-EUCJPASCII-0.03-8.el7.x86_64             1414/1475 
  验证中      : perl-Test-Synopsis-0.06-16.el7.noarch                1415/1475 
  验证中      : perl-Net-FTP-RetrHandle-0.2-11.el7.noarch            1416/1475 
  验证中      : perl-X11-Protocol-0.56-18.el7.noarch                 1417/1475 
  验证中      : perl-Test-Script-1.07-12.el7.noarch                  1418/1475 
  验证中      : perl-HTTP-Request-AsCGI-1.2-12.el7.noarch            1419/1475 
  验证中      : perl-Net-Statsd-0.09-1.el7.noarch                    1420/1475 
  验证中      : perl-Test-TinyMocker-0.05-1.el7.noarch               1421/1475 
  验证中      : perl-XML-Writer-0.623-3.el7.noarch                   1422/1475 
  验证中      : perl-Authen-Krb5-1.9-28.el7.x86_64                   1423/1475 
  验证中      : perl-IO-Handle-Util-0.01-8.el7.noarch                1424/1475 
  验证中      : perl-PerlIO-utf8_strict-0.007-10.el7.x86_64          1425/1475 
  验证中      : perl-CSS-Squish-0.10-11.el7.noarch                   1426/1475 
  验证中      : perl-Cairo-1.104-1.el7.x86_64                        1427/1475 
  验证中      : perl-MouseX-Types-0.06-5.el7.noarch                  1428/1475 
  验证中      : perl-EV-4.15-1.el7.x86_64                            1429/1475 
  验证中      : perl-String-Format-1.16-11.el7.noarch                1430/1475 
  验证中      : perl-IPC-Signal-1.00-13.el7.noarch                   1431/1475 
  验证中      : perl-Devel-OverloadInfo-0.002-2.el7.noarch           1432/1475 
  验证中      : perl-POE-Test-Loops-1.352-1.el7.noarch               1433/1475 
  验证中      : perl-Term-ProgressBar-2.16-1.el7.noarch              1434/1475 
  验证中      : perl-Data-Faker-0.10-2.el7.noarch                    1435/1475 
  验证中      : perl-Variable-Magic-0.54-2.el7.x86_64                1436/1475 
  验证中      : perl-CPAN-Meta-YAML-0.008-14.el7.noarch              1437/1475 
  验证中      : perl-Unicode-MapUTF8-1.11-21.el7.noarch              1438/1475 
  验证中      : perl-WebService-Linode-0.27-1.el7.noarch             1439/1475 
  验证中      : perl-Module-Load-Conditional-0.54-3.el7.noarch       1440/1475 
  验证中      : perl-JavaScript-Minifier-1.11-1.el7.noarch           1441/1475 
  验证中      : perl-DateTime-Event-ICal-0.11-1.el7.noarch           1442/1475 
  验证中      : perl-DateTime-Format-SQLite-0.11-22.el7.noarch       1443/1475 
  验证中      : perl-Text-CSV-1.30-3.el7.noarch                      1444/1475 
  验证中      : perl-Data-Alias-1.18-1.el7.x86_64                    1445/1475 
  验证中      : perl-HTML-Element-Extended-1.18-3.el7.noarch         1446/1475 
  验证中      : perl-Class-Inner-0.200001-10.el7.noarch              1447/1475 
  验证中      : perl-HTTP-Daemon-6.01-8.el7.noarch                   1448/1475 
  验证中      : perl-IO-TieCombine-1.005-4.el7.noarch                1449/1475 
  验证中      : perl-Image-SubImageFind-0.03-2.el7.x86_64            1450/1475 
  验证中      : perl-Devel-Refcount-0.10-27.el7.x86_64               1451/1475 
  验证中      : syslinux-extlinux-4.05-15.el7.x86_64                 1452/1475 
  验证中      : perl-Compress-Raw-Lzma-2.061-2.el7.x86_64            1453/1475 
  验证中      : perl-Sort-MergeSort-0.31-2.el7.noarch                1454/1475 
  验证中      : perl-B-Hooks-EndOfScope-0.13-2.el7.noarch            1455/1475 
  验证中      : perl-Tk-Pod-0.9943-6.el7.noarch                      1456/1475 
  验证中      : perl-ccom-1.4.1-13.el7.x86_64                        1457/1475 
  验证中      : perl-BSD-Resource-1.29.07-1.el7.x86_64               1458/1475 
  验证中      : perl-Net-OpenSSH-0.62-1.el7.noarch                   1459/1475 
  验证中      : perl-Params-Util-1.07-6.el7.x86_64                   1460/1475 
  验证中      : perl-Algorithm-Dependency-1.110-15.el7.noarch        1461/1475 
  验证中      : perl-Log-Dispatch-FileRotate-1.19-13.el7.noarch      1462/1475 
  验证中      : perl-Class-Virtual-0.08-1.el7.noarch                 1463/1475 
  验证中      : perl-Tie-ToObject-0.03-17.el7.noarch                 1464/1475 
  验证中      : perl-PPIx-Regexp-0.034-3.el7.noarch                  1465/1475 
  验证中      : perl-Net-Pcap-0.17-7.el7.x86_64                      1466/1475 
  验证中      : perl-Apache-Session-LDAP-0.3-1.el7.noarch            1467/1475 
  验证中      : perl-autobox-dump-20090426.1746-5.el7.noarch         1468/1475 
  验证中      : perl-asa-1.03-6.el7.noarch                           1469/1475 
  验证中      : perl-Clone-PP-1.06-1.el7.noarch                      1470/1475 
  验证中      : 1:net-snmp-agent-libs-5.7.2-49.el7_9.4.x86_64        1471/1475 
  验证中      : perl-HTTP-Daemon-SSL-1.04-20.el7.noarch              1472/1475 
  验证中      : perl-autovivification-0.11-1.el7.x86_64              1473/1475 
  验证中      : perl-CGI-3.63-4.el7.noarch                           1474/1475 
  验证中      : perl-Time-Mock-0.0.2-2.el7.noarch                    1475/1475 

标签:验证,MySQL8,MySQL,Benchmark,perl,64,1475,noarch,el7
From: https://www.cnblogs.com/used-conduit-onion/p/18092230

相关文章

  • 【MySQL】覆盖索引
    覆盖索引索引中已经包含了所有需要获取的字段的查询方式称为覆盖索引。举例说明假设我们有一个名为orders的数据库表,包含订单信息,其中包括order_id(订单ID)、customer_id(客户ID)、order_date(订单日期)、total_amount(订单总金额)等字段。如果我们经常需要查询某个客户的订单总金额......
  • 3.MySQL数据库的基本操作-DQL 基本操作
    MySQL数据库的基本操作-DQL基本操作查询select语法格式select[all|distinct]<目标列的表达式1>[别名],<目标列的表达式2>[别名]...from<表名或视图名>[别名],<表名或视图名>[别名]...[where<条件表达式>][groupby<列名>[having<条件表达式>]][o......
  • 在CentOS 7 上安装 MySQL 5.5.50
    点击查看代码rpm-qa|grepmariadb//查看本机是否安装mariadbrpm-emariadb-libs-5.5.68-1.el7.x86_64--nodeps//强制删除mariadbrpm-qa|grepmariadb//检查是否删除成功cd/usr/local///进入安装路径llmkdirmysqlllcdmysqlwgethttps://cdn.mysql.......
  • Java Web项目—餐饮管理系统Day14-MySQL主从复制与读写分离
    文章目录读写分离的作用主从复制(Master-SlaveReplication)如何实现主从复制MySQL配置主库配置从库配置SpringBootsupport读写分离是指将数据库的读操作和写操作分离到不同的数据库服务器上,以提高数据库的性能和可用性。在高并发的场景下,读操作通常占据了大部分......
  • ideaSSM 学员信息管理系统bootstrap开发mysql数据库web结构java编程计算机网页源码mav
    一、源码特点 idea开发SSM学员信息管理系统是一套完善的信息管理系统,结合SSM框架和bootstrap完成本系统,对理解JSPjava编程开发语言有帮助系统采用SSM框架(MVC模式开发),系统具有完整的源代码和数据库,系统主要采用B/S模式开发。前段主要技术bootstrap.cssjquery后端主要......
  • 线路查询||基于Java+Spring Boot+MySQL的公交线路查询系统设计与实现(源码+数据库+文
    目录一、前言二、技术介绍三、系统实现四、论文参考五、核心代码六、其他案例七、源码获取作者介绍:✌️大厂全栈码农|毕设实战开发,CSDN平台Java领域新星创作者,专注于大学生项目实战开发、讲解和毕业答疑辅导。✌️作者博客:曾几何时​​​​​​​......
  • 大数据学习笔记7-Mysql高级
    知识点1:DQL之排序查询--排序查询:就是按照指定字段的大小进行排序,排序规则分为升序和降序--升序(ASC):从小到大依次递增--降序(DESC):从大到小依次递减--关键字:orderby--格式:select列...from表where条件orderby排序规则[ASC|DESC];--0.使......
  • mysql中的数据类型大全纯干货------------时间日期类型
    简介(类型预览):在mysql8.0版本中支持的类型主要有:YEAR类型表示年DATE类型表示年,月,日TIME类型表示时,分,秒DATETIME类型表示年,月,日,时,分,秒TIMESTAMP类型通常表示带时区的年,月,日,时,分,秒数据类型单位占用字节格式下限上限YEAR年1YYY或YY19012155TIME时间3H......
  • mysql 索引相关操
    1、创建索引    第一种方式:在执行CREATETABLE时创建索引,例如:     CREATETABLEtest(      idINTauto_incrementPRIMARYKEY,      nameVARCHAR(16),      last_nameVARCHAR(16),       id_......
  • 【附源码】JAVA计算机毕业设计音乐平台设计与实现(springboot+mysql+开题+论文)
    本系统(程序+源码)带文档lw万字以上 文末可获取一份本项目的java源码和数据库参考。系统程序文件列表开题报告内容研究背景随着信息技术的飞速发展,互联网已经渗透到人们生活的方方面面,音乐作为人们日常生活的重要娱乐方式,其在线化、平台化的发展趋势日益明显。近年来,音乐平......