INFO: not using any hashes in /data/userland-archives/hashes for DBD-MariaDB-1.24.tar.gz (overridden with --hash)
Source /data/userland-archives/DBD-MariaDB-1.24.tar.gz... not found, skipping file copy
Source https://cpan.metacpan.org/authors/id/P/PA/PALI/DBD-MariaDB-1.24.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/DBD-MariaDB-1.24 to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/amd64-5.36


PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user '' can connect to your MariaDB or MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to ''@'localhost' identified by 's3kr1t';

For MySQL 8 it is needed to use different syntax:

mysql> create user ''@'localhost' identified by 's3kr1t';
mysql> grant all privileges on test.* to ''@'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/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql
  libs           (mysql_config) = -L/usr/mariadb/10.6/lib/amd64/ -lmariadb
  mysql_config   (guessed     ) = mariadb_config
  requireembsup  (default     ) = 0
  testauthplugin (default     ) = 
  testdb         (default     ) = test
  testembdatadir (default     ) = 
  testemboptions (default     ) = 
  testhost       (default     ) = 
  testpassword   (default     ) = 
  testport       (default     ) = 
  testsocket     (default     ) = 
  testuser       (guessed     ) = 

To change these settings, see 'perl Makefile.PL --help' and
'perldoc DBD::MariaDB::INSTALL'.

Checking if libs and header files are available for compiling...
Checking if correct version of MariaDB or MySQL client is present...
Looks good.

Embedded server: not supported by client library

WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules.
Client library deinitialize OpenSSL library functions: no

Writing t/MariaDB.mtest for test suite
Checking if your kit is complete...
Looks good
Using DBI 1.647 (for perl 5.036003 on i86pc-solaris-thread-multi-64) installed in /usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::MariaDB
Writing MYMETA.yml and MYMETA.json
cp lib/DBD/MariaDB.pm blib/lib/DBD/MariaDB.pm
cp lib/DBD/MariaDB/INSTALL.pod blib/lib/DBD/MariaDB/INSTALL.pod
cp README.pod blib/lib/DBD/MariaDB/README.pod
cp lib/DBD/MariaDB.pod blib/lib/DBD/MariaDB.pod
Running Mkbootstrap for MariaDB ()
chmod 644 "MariaDB.bs"
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
"/usr/perl5/5.36/bin/perl" -p -e "s/~DRIVER~/MariaDB/g" /usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/DBI/Driver.xst > MariaDB.xsi
"/usr/perl5/5.36/bin/perl" "/usr/perl5/5.36/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.36/lib/ExtUtils/typemap'  MariaDB.xs > MariaDB.xsc
Warning: duplicate function definition 'do' detected in MariaDB.xs, line 104
Warning: duplicate function definition 'rows' detected in MariaDB.xs, line 231
Warning: duplicate function definition 'last_insert_id' detected in MariaDB.xs, line 250
mv MariaDB.xsc MariaDB.c
/usr/gcc/13/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE"   MariaDB.c
/usr/gcc/13/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE"   dbdimp.c
rm -f blib/arch/auto/DBD/MariaDB/MariaDB.so
LD_RUN_PATH="/usr/mariadb/10.6/lib/amd64" /usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  MariaDB.o dbdimp.o  -o blib/arch/auto/DBD/MariaDB/MariaDB.so  \
   -L/usr/mariadb/10.6/lib/amd64/ -lmariadb   \
  
chmod 755 blib/arch/auto/DBD/MariaDB/MariaDB.so
Manifying 3 pod documents
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/DBD-MariaDB-1.24 to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/amd64-5.38


PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user '' can connect to your MariaDB or MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to ''@'localhost' identified by 's3kr1t';

For MySQL 8 it is needed to use different syntax:

mysql> create user ''@'localhost' identified by 's3kr1t';
mysql> grant all privileges on test.* to ''@'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/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql
  libs           (mysql_config) = -L/usr/mariadb/10.6/lib/amd64/ -lmariadb
  mysql_config   (guessed     ) = mariadb_config
  requireembsup  (default     ) = 0
  testauthplugin (default     ) = 
  testdb         (default     ) = test
  testembdatadir (default     ) = 
  testemboptions (default     ) = 
  testhost       (default     ) = 
  testpassword   (default     ) = 
  testport       (default     ) = 
  testsocket     (default     ) = 
  testuser       (guessed     ) = 

To change these settings, see 'perl Makefile.PL --help' and
'perldoc DBD::MariaDB::INSTALL'.

Checking if libs and header files are available for compiling...
Checking if correct version of MariaDB or MySQL client is present...
Looks good.

Embedded server: not supported by client library

WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules.
Client library deinitialize OpenSSL library functions: no

Writing t/MariaDB.mtest for test suite
Checking if your kit is complete...
Looks good
Using DBI 1.647 (for perl 5.038004 on i86pc-solaris-thread-multi-64) installed in /usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::MariaDB
Writing MYMETA.yml and MYMETA.json
cp README.pod blib/lib/DBD/MariaDB/README.pod
cp lib/DBD/MariaDB/INSTALL.pod blib/lib/DBD/MariaDB/INSTALL.pod
cp lib/DBD/MariaDB.pm blib/lib/DBD/MariaDB.pm
cp lib/DBD/MariaDB.pod blib/lib/DBD/MariaDB.pod
Running Mkbootstrap for MariaDB ()
chmod 644 "MariaDB.bs"
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
"/usr/perl5/5.38/bin/perl" -p -e "s/~DRIVER~/MariaDB/g" /usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/DBI/Driver.xst > MariaDB.xsi
"/usr/perl5/5.38/bin/perl" "/usr/perl5/5.38/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.38/lib/ExtUtils/typemap'  MariaDB.xs > MariaDB.xsc
Warning: duplicate function definition 'do' detected in MariaDB.xs, line 104
Warning: duplicate function definition 'rows' detected in MariaDB.xs, line 231
Warning: duplicate function definition 'last_insert_id' detected in MariaDB.xs, line 250
mv MariaDB.xsc MariaDB.c
/usr/gcc/14/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE"   MariaDB.c
/usr/gcc/14/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE"   dbdimp.c
rm -f blib/arch/auto/DBD/MariaDB/MariaDB.so
LD_RUN_PATH="/usr/mariadb/10.6/lib/amd64" /usr/gcc/14/bin/gcc -m64  -shared -m64 -fstack-protector-strong  MariaDB.o dbdimp.o  -o blib/arch/auto/DBD/MariaDB/MariaDB.so  \
   -L/usr/mariadb/10.6/lib/amd64/ -lmariadb   \
  
chmod 755 blib/arch/auto/DBD/MariaDB/MariaDB.so
Manifying 3 pod documents
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/DBD-MariaDB-1.24 to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/amd64-5.40


PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user '' can connect to your MariaDB or MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to ''@'localhost' identified by 's3kr1t';

For MySQL 8 it is needed to use different syntax:

mysql> create user ''@'localhost' identified by 's3kr1t';
mysql> grant all privileges on test.* to ''@'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/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql
  libs           (mysql_config) = -L/usr/mariadb/10.6/lib/amd64/ -lmariadb
  mysql_config   (guessed     ) = mariadb_config
  requireembsup  (default     ) = 0
  testauthplugin (default     ) = 
  testdb         (default     ) = test
  testembdatadir (default     ) = 
  testemboptions (default     ) = 
  testhost       (default     ) = 
  testpassword   (default     ) = 
  testport       (default     ) = 
  testsocket     (default     ) = 
  testuser       (guessed     ) = 

To change these settings, see 'perl Makefile.PL --help' and
'perldoc DBD::MariaDB::INSTALL'.

Checking if libs and header files are available for compiling...
Checking if correct version of MariaDB or MySQL client is present...
Looks good.

Embedded server: not supported by client library

WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules.
Client library deinitialize OpenSSL library functions: no

Writing t/MariaDB.mtest for test suite
Checking if your kit is complete...
Looks good
Using DBI 1.647 (for perl 5.040002 on i86pc-solaris-thread-multi-64) installed in /usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::MariaDB
Writing MYMETA.yml and MYMETA.json
cp lib/DBD/MariaDB.pod blib/lib/DBD/MariaDB.pod
cp README.pod blib/lib/DBD/MariaDB/README.pod
cp lib/DBD/MariaDB/INSTALL.pod blib/lib/DBD/MariaDB/INSTALL.pod
cp lib/DBD/MariaDB.pm blib/lib/DBD/MariaDB.pm
Running Mkbootstrap for MariaDB ()
chmod 644 "MariaDB.bs"
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
"/usr/perl5/5.40/bin/perl" -p -e "s/~DRIVER~/MariaDB/g" /usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/DBI/Driver.xst > MariaDB.xsi
"/usr/perl5/5.40/bin/perl" "/usr/perl5/5.40/lib/ExtUtils/xsubpp"  -typemap '/usr/perl5/5.40/lib/ExtUtils/typemap'  MariaDB.xs > MariaDB.xsc
Warning: duplicate function definition 'do' detected in MariaDB.xs, line 104
Warning: duplicate function definition 'rows' detected in MariaDB.xs, line 231
Warning: duplicate function definition 'last_insert_id' detected in MariaDB.xs, line 250
mv MariaDB.xsc MariaDB.c
/usr/gcc/14/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE"   MariaDB.c
/usr/gcc/14/bin/gcc -m64 -c  -I/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/DBI -I/usr/mariadb/10.6/include -I/usr/mariadb/10.6/include/mysql -DHAVE_DBI_1_634 -DHAVE_DBI_1_642 -DHAVE_GET_OPTION -DHAVE_DEINITIALIZE_SSL -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE"   dbdimp.c
rm -f blib/arch/auto/DBD/MariaDB/MariaDB.so
LD_RUN_PATH="/usr/mariadb/10.6/lib/amd64" /usr/gcc/14/bin/gcc -m64  -shared -m64 -fstack-protector-strong  MariaDB.o dbdimp.o  -o blib/arch/auto/DBD/MariaDB/MariaDB.so  \
   -L/usr/mariadb/10.6/lib/amd64/ -lmariadb   \
  
chmod 755 blib/arch/auto/DBD/MariaDB/MariaDB.so
Manifying 3 pod documents
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
Manifying 3 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/DBD/MariaDB/MariaDB.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/DBD/MariaDB.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/DBD/MariaDB.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/DBD/MariaDB/INSTALL.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/DBD/MariaDB/README.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.36/man/man3perl/DBD::MariaDB::INSTALL.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.36/man/man3perl/DBD::MariaDB::README.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.36/man/man3perl/DBD::MariaDB.3perl
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/perllocal.pod
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
Manifying 3 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/DBD/MariaDB/MariaDB.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/DBD/MariaDB.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/DBD/MariaDB.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/DBD/MariaDB/INSTALL.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/DBD/MariaDB/README.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.38/man/man3perl/DBD::MariaDB::INSTALL.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.38/man/man3perl/DBD::MariaDB::README.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.38/man/man3perl/DBD::MariaDB.3perl
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/perllocal.pod
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MariaDB.bs blib/arch/auto/DBD/MariaDB/MariaDB.bs 644
Manifying 3 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/DBD/MariaDB/MariaDB.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/DBD/MariaDB.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/DBD/MariaDB.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/DBD/MariaDB/README.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/DBD/MariaDB/INSTALL.pod
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.40/man/man3perl/DBD::MariaDB.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.40/man/man3perl/DBD::MariaDB::INSTALL.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.40/man/man3perl/DBD::MariaDB::README.3perl
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/prototype/i386/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/perllocal.pod
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/manifest-i386-DBD-MariaDB-536.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/manifest-i386-DBD-MariaDB-538.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/manifest-i386-DBD-MariaDB-540.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/DBD-MariaDB/build/manifest-i386-DBD-MariaDB.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: perl/DBD-MariaDB
pkg://openindiana.org/library/perl-5/dbd-mariadb-536@1.24,5.11-2025.0.0.0:20250506T122032Z
PUBLISHED
pkg://openindiana.org/library/perl-5/dbd-mariadb-538@1.24,5.11-2025.0.0.0:20250506T122054Z
PUBLISHED
pkg://openindiana.org/library/perl-5/dbd-mariadb-540@1.24,5.11-2025.0.0.0:20250506T122117Z
PUBLISHED
pkg://openindiana.org/library/perl-5/dbd-mariadb@1.24,5.11-2025.0.0.0:20250506T122140Z
PUBLISHED
pkg://openindiana.org/library/perl-5/dbd-mariadb-534@1.23,5.11-2023.0.0.1:20250506T122203Z
PUBLISHED