Bug#926932: libdbd-mysql-perl: FTBFS (autobuilder hangs)

Santiago Vila sanvila at debian.org
Fri Apr 12 12:51:53 BST 2019


Package: src:libdbd-mysql-perl
Version: 4.050-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --with perl_dbi
   dh_update_autotools_config -a
   dh_autoreconf -a
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
LC_ALL=C.UTF-8 dh_auto_configure
	perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now"


PLEASE NOTE:

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

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

You can also optionally set the user to run 'make test' with:

perl Makefile.PL --testuser=username

mysql_config: unrecognized option '--embedded'
I will use the following settings for compiling and testing:

  cflags        (mysql_config) = -I/usr/include/mariadb -I/usr/include/mariadb/mysql
  embedded      (guessed     ) = 
  ldflags       (guessed     ) = 
  libs          (mysql_config) = -L/usr/lib/x86_64-linux-gnu/ -lmariadb -lz -ldl -lm -lpthread -lgnutls
  mysql_config  (guessed     ) = mysql_config
  nocatchstderr (default     ) = 0
  nofoundrows   (default     ) = 0
  nossl         (default     ) = 0
  testdb        (default     ) = test
  testhost      (default     ) = 
  testpassword  (default     ) = 
  testport      (default     ) = 
  testsocket    (default     ) = 
  testuser      (guessed     ) = buildd

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

Checking if libs are available for compiling...
Looks good.

Checking if your kit is complete...
Looks good
Using DBI 1.642 (for perl 5.028001 on x86_64-linux-gnu-thread-multi) installed in /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::mysql
Writing MYMETA.yml and MYMETA.json
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a
	make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
Running Mkbootstrap for mysql ()
chmod 644 "mysql.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644
x86_64-linux-gnu-gcc -c  -I/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI -I/usr/include/mariadb -I/usr/include/mariadb/mysql -DDBD_MYSQL_WITH_SSL -g  -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.28/CORE"   dbdimp.c
In file included from /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/DBIXS.h:38,
                 from dbdimp.h:20,
                 from dbdimp.c:15:
/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/dbipport.h:4471: warning: "WIDEST_UTYPE" redefined
 #  define WIDEST_UTYPE U64TYPE
 
In file included from /usr/lib/x86_64-linux-gnu/perl/5.28/CORE/perl.h:2465,
                 from /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/DBIXS.h:23,
                 from dbdimp.h:20,
                 from dbdimp.c:15:
/usr/lib/x86_64-linux-gnu/perl/5.28/CORE/handy.h:1064: note: this is the location of the previous definition
 #   define WIDEST_UTYPE U64
 
dbdimp.c: In function 'mysql_st_prepare':
dbdimp.c:3207:24: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type '_Bool *' [-Wincompatible-pointer-types]
           bind->is_null=      (_Bool*) &(fbind->is_null);
                        ^
"/usr/bin/perl" -p -e "s/~DRIVER~/mysql/g" /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/Driver.xst > mysql.xsi
"/usr/bin/perl" "/usr/share/perl/5.28/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.28/ExtUtils/typemap'  mysql.xs > mysql.xsc
Warning: duplicate function definition 'do' detected in mysql.xs, line 247
Warning: duplicate function definition 'rows' detected in mysql.xs, line 683
mv mysql.xsc mysql.c
x86_64-linux-gnu-gcc -c  -I/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI -I/usr/include/mariadb -I/usr/include/mariadb/mysql -DDBD_MYSQL_WITH_SSL -g  -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.28/CORE"   mysql.c
In file included from /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/DBIXS.h:38,
                 from dbdimp.h:20,
                 from mysql.xs:12:
/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/dbipport.h:4471: warning: "WIDEST_UTYPE" redefined
 #  define WIDEST_UTYPE U64TYPE
 
In file included from /usr/lib/x86_64-linux-gnu/perl/5.28/CORE/perl.h:2465,
                 from /usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI/DBIXS.h:23,
                 from dbdimp.h:20,
                 from mysql.xs:12:
/usr/lib/x86_64-linux-gnu/perl/5.28/CORE/handy.h:1064: note: this is the location of the previous definition
 #   define WIDEST_UTYPE U64
 
x86_64-linux-gnu-gcc -c  -I/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DBI -I/usr/include/mariadb -I/usr/include/mariadb/mysql -DDBD_MYSQL_WITH_SSL -g  -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -DVERSION=\"4.050\" -DXS_VERSION=\"4.050\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.28/CORE"   socket.c
rm -f blib/arch/auto/DBD/mysql/mysql.so
x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now  -shared -L/usr/local/lib -fstack-protector-strong  dbdimp.o mysql.o socket.o  -o blib/arch/auto/DBD/mysql/mysql.so  \
   -L/usr/lib/x86_64-linux-gnu/ -lmariadb -lz -ldl -lm -lpthread -lgnutls   \
  
chmod 755 blib/arch/auto/DBD/mysql/mysql.so
Manifying 3 pod documents
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# prepare mariadb/mysql server
sh /<<PKGBUILDDIR>>/debian/tests/pkg-perl/smoke-setup
Installing MariaDB/MySQL system tables in '/<<PKGBUILDDIR>>/t/testdb' ...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system


PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
To do so, start the server, then issue the following commands:

'/usr/bin/mysqladmin' -u root password 'new-password'
'/usr/bin/mysqladmin' -u root -h  password 'new-password'

Alternatively you can run:
'/usr/bin/mysql_secure_installation'

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the MariaDB Knowledgebase at http://mariadb.com/kb or the
MySQL manual for more instructions.

You can start the MariaDB daemon with:
cd '/usr' ; /usr/bin/mysqld_safe --datadir='/<<PKGBUILDDIR>>/t/testdb'

You can test the MariaDB daemon with mysql-test-run.pl
cd '/usr/mysql-test' ; perl mysql-test-run.pl

Please report any problems at http://mariadb.org/jira

The latest information about MariaDB is available at http://mariadb.org/.
You can find additional information about the MySQL part at:
http://dev.mysql.com
Consider joining MariaDB's strong and vibrant community:
https://mariadb.org/get-involved/

/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/<<PKGBUILDDIR>>/t/testdb' (2)'
Check that mysqld is running and that the socket: '/<<PKGBUILDDIR>>/t/testdb/mysql.sock' exists!
2019-04-06  9:14:16 0 [Note] /usr/sbin/mysqld (mysqld 10.3.13-MariaDB-1) starting as process 12628 ...
2019-04-06  9:14:16 0 [Note] InnoDB: Using Linux native AIO
2019-04-06  9:14:16 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-04-06  9:14:16 0 [Note] InnoDB: Uses event mutexes
2019-04-06  9:14:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-04-06  9:14:16 0 [Note] InnoDB: Number of pools: 1
2019-04-06  9:14:16 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-04-06  9:14:16 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2019-04-06  9:14:16 0 [Note] InnoDB: Completed initialization of buffer pool
2019-04-06  9:14:16 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-04-06  9:14:16 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-04-06  9:14:16 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-04-06  9:14:16 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-04-06  9:14:16 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2019-04-06  9:14:16 0 [Note] InnoDB: Waiting for purge to start
2019-04-06  9:14:16 0 [Note] InnoDB: 10.3.13 started; log sequence number 1630815; transaction id 21
2019-04-06  9:14:16 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-04-06  9:14:16 0 [Note] InnoDB: Loading buffer pool(s) from /<<PKGBUILDDIR>>/t/testdb/ib_buffer_pool
2019-04-06  9:14:16 0 [Note] InnoDB: Buffer pool(s) load completed at 190406  9:14:16
2019-04-06  9:14:16 0 [Note] Reading of all Master_info entries succeded
2019-04-06  9:14:16 0 [Note] Added new Master_info '' to hash table
2019-04-06  9:14:16 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.3.13-MariaDB-1'  socket: '/<<PKGBUILDDIR>>/t/testdb/mysql.sock'  port: 0  Debian buildd-unstable
mysqld is alive
dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
# Driver version is 4.050
t/00base.t .............................. 
1..6
ok 1 - use DBI;
ok 2 - use DBD::mysql;
ok 3 - Internal set
ok 4 - Install driver
ok 5 - DBI::dr set
ok 6 - Version 4.050
ok
# Database 'test' accessible
t/05dbcreate.t .......................... 
1..2
ok 1 - Connected to database
ok 2
ok
# mysql_clientinfo is: 10.3.13
# mysql_clientversion is: 100313
# mysql_serverversion is: 100313
# mysql_hostinfo is: Localhost via UNIX socket
# mysql_serverinfo is: 10.3.13-MariaDB-1
# mysql_stat is: Uptime: 4  Threads: 7  Questions: 8  Slow queries: 0  Opens: 6  Flush tables: 1  Open tables: 2  Queries per second avg: 2.000
# mysql_protoinfo is: 10
# SQL_DBMS_VER is 10.3.13-MariaDB-1
# Default storage engine is: InnoDB
t/10connect.t ........................... 
ok 1 - Connected to database
ok 2 - Value of 'mysql_clientinfo'
ok 3 - Value of 'mysql_clientversion'
ok 4 - Value of 'mysql_serverversion'
ok 5 - Value of 'mysql_hostinfo'
ok 6 - Value of 'mysql_serverinfo'
ok 7 - Value of 'mysql_stat'
ok 8 - Value of 'mysql_protoinfo'
ok 9 - get_info SQL_DBMS_VER
ok 10 - get_info SQL_DRIVER_VER like dd.dd.dddd
ok 11 - SQL_DRIVER_VER starts with "04." (update for 5.x)
ok 12 - Disconnected
not ok 13 - Username and Password attributes override # TODO We don't have a user in our test database.
#   Failed (TODO) test 'Username and Password attributes override'
#   at t/10connect.t line 76.
ok 14 - Username and Password attributes override
1..14
ok
t/15reconnect.t ......................... 
1..26
ok 1 - Connected to database
ok 2 - checking for active handle
ok 3 - enabling reconnect
ok 4 - enabling autocommit
ok 5 - disconnecting active handle
ok 6 - checking for inactive handle
ok 7 - implicitly reconnecting handle with 'do'
ok 8 - checking for reactivated handle
ok 9 - disabling autocommit
ok 10 - disconnecting active handle
ok 11 - checking for inactive handle
ok 12 - implicitly reconnecting handle with 'do'
ok 13 - checking for reactivated handle
ok 14 - Connected to database
ok 15 - checking for active handle
ok 16 - enabling reconnect
ok 17 - enabling autocommit
ok 18 - disconnecting active handle
ok 19 - checking for inactive handle
ok 20 - implicitly reconnecting handle with 'do'
ok 21 - checking for reactivated handle
ok 22 - disabling autocommit
ok 23 - disconnecting active handle
ok 24 - checking for inactive handle
ok 25 - implicitly reconnecting handle with 'do'
ok 26 - checking for reactivated handle
ok
t/16dbi-get_info.t ...................... 
ok 1 - SQL_DBMS_NAME
ok 2 - SQL_DBMS_VER
ok 3 - SQL_IDENTIFIER_QUOTE_CHAR
ok 4 - SQL_CATALOG_LOCATION
ok 5 - SQL_CATALOG_NAME_SEPARATOR
1..5
ok
t/20createdrop.t ........................ 
1..4
ok 1 - Connected to database
ok 2 - making slate clean
ok 3 - creating dbd_mysql_t20createdrop
ok 4 - dropping created dbd_mysql_t20createdrop
ok
t/25lockunlock.t ........................ 
1..13
ok 1 - drop table if exists dbd_mysql_t25lockunlock
ok 2 - create table dbd_mysql_t25lockunlock
ok 3 - lock table dbd_mysql_t25lockunlock
ok 4 - Insert 
ok 5 - Delete
ok 6 - Prepare of select
ok 7 - Prepare of select
ok 8 - Execute
ok 9 - Fetch should have failed
ok 10 - Fetch should have failed
ok 11 - Unlock tables
ok 12 - Drop table dbd_mysql_t25lockunlock
ok 13 - Disconnecting
ok
t/29warnings.t .......................... 
1..14
ok 1 - Connected to database
ok 2
ok 3
ok 4 - warnings from sth
ok 5
ok 6
ok 7
ok 8 - warnings from dbh
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok
t/30insertfetch.t ....................... 
ok 1 - Connected to database
ok 2 - creating table
ok 3 - loading data
ok 4 - mysql_info 'Records: 2  Duplicates: 0  Warnings: 0'
ok 5 - mysql_info: Records
ok 6 - mysql_info: Duplicates
ok 7 - mysql_info: Warnings
ok 8 - deleting from table dbd_mysql_t30
ok 9
ok 10
ok 11
ok 12
ok 13
1..13
ok
t/31insertid.t .......................... 
1..21
ok 1
ok 2
ok 3 - create dbd_mysql_t31
ok 4
ok 5
ok 6
ok 7 - insert id == 1
ok 8 - insert id == 1
ok 9 - insert id == last_insert_id()
ok 10
ok 11 - insert id == last_insert_id()
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17 - dbh insert id 2 == max(id) 2 in dbd_mysql_t31
ok 18 - sth insert id 2 == max(id) 2  in dbd_mysql_t31
ok 19
ok 20
ok 21
ok
t/32insert_error.t ...................... 
1..9
ok 1
ok 2
ok 3
ok 4
ok 5 - fails with duplicate entry
ok 6
ok 7
ok 8
ok 9
ok
t/35limit.t ............................. 
1..115
ok 1 - Connected to database
ok 2 - making slate clean
ok 3 - creating table
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
ok 94
ok 95
ok 96
ok 97
ok 98
ok 99
ok 100
ok 101
ok 102
ok 103
ok 104
ok 105 - testing prepare of select statement with LIMIT placeholders
ok 106 - testing exec of bind vars for limit
ok 107
ok 108
ok 109
ok 110
ok 111
ok 112
ok 113
ok 114
ok 115
ok
t/35prepare.t ........................... 
1..49
ok 1 - Connected to database
ok 2 - Making slate clean
ok 3 - Creating table
ok 4 - Testing prepare show tables
ok 5 - Executing 'show tables'
ok 6 - Testing if result set and no errors
ok 7 - Checking if results equal to 'dbd_mysql_t35prepare' 
# 
ok 8 - Finishing up with statement handle
ok 9 - Inserting first row
ok 10 - Preparing insert of second row
ok 11 - Inserting second row
ok 12 - One row should have been inserted
ok 13 - Finishing up with statement handle
ok 14 - Testing prepare of query
ok 15 - Testing execute of query
ok 16 - Testing fetchall_arrayref of executed query
ok 17 - Preparing insert, this time using placeholders
ok 18 - Testing insert row
ok 19 - Should have inserted one row
ok 20 - Testing insert row
ok 21 - Should have inserted one row
ok 22 - Testing insert row
ok 23 - Should have inserted one row
ok 24 - Testing insert row
ok 25 - Should have inserted one row
ok 26 - Testing insert row
ok 27 - Should have inserted one row
ok 28 - Testing insert row
ok 29 - Should have inserted one row
ok 30 - Testing insert row
ok 31 - Should have inserted one row
ok 32 - Testing insert row
ok 33 - Should have inserted one row
ok 34 - Testing insert row
ok 35 - Should have inserted one row
ok 36 - Testing insert row
ok 37 - Should have inserted one row
ok 38 - Testing closing of statement handle
ok 39 - Testing prepare of query with placeholders
ok 40 - Testing execution with values id = 1 or id = 2
ok 41 - Testing fetchall_arrayref (should be four rows)
# RETREF 4
ok 42 - $ret_ref should contain four rows in result set
ok 43 - Testing prepare of dropping table
ok 44 - Executing drop table
ok 45 - Prepare - Testing bug \#20153
ok 46 - Execute - Testing bug \#20153
ok 47 - Fetch - Testing bug \#20153
ok 48 - Not Fetch - Testing bug \#20153
ok 49 - Testing disconnect
ok
t/40bindparam.t ......................... 
1..41
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23 - id set to -1
ok 24 - name eq abc
ok 25 - id set to 1
ok 26 - $name set to Alligator Descartes
ok 27 - id set to 2
ok 28 - $name set to Tim Bunce
ok 29 - id set to 3
ok 30 - $name set to Jochen Wiedmann
ok 31 - id set to 4
ok 32 - $name set to Andreas Koenig
ok 33 - id set to 5
ok 34 - name not defined
ok 35 - id set to 6
ok 36 - $name set to '?'
ok 37 - $id set to 7
ok 38 - $name set to '?'
ok 39
ok 40
ok 41
ok
t/40bindparam2.t ........................ 
1..13
ok 1
ok 2
ok 3 - create table dbd_mysql_t40bindparam2
ok 4 - insert into dbd_mysql_t40bindparam2 (null, 1)
ok 5
ok 6 - $rows->[0][1] == 1
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok
t/40bit.t ............................... 
1..15
ok 1 - Drop table if exists dbd_mysql_b1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9 - result returned defined
ok 10 - should be 11111111
ok 11 - should be 1010
ok 12 - should be 101
ok 13
ok 14 - Drop table dbd_mysql_b1
ok 15
ok
t/40blobs.t ............................. 
1..14
ok 1 - Drop table if exists dbd_mysql_t40blobs
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8 - row returned defined
ok 9 - records from dbd_mysql_t40blobs returned 2
ok 10 - id set to 1
ok 11 - blob set equal to blob returned
# 00000000 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
# 00000020 202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f
# 00000040 404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f
# 00000060 606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f
# 00000080 808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9f
# 000000a0 a0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebf
# 000000c0 c0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedf
# 000000e0 e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff
# 00000000 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
# 00000020 202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f
# 00000040 404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f
# 00000060 606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f
# 00000080 808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9f
# 000000a0 a0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebf
# 000000c0 c0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedf
# 000000e0 e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff
ok 12
ok 13 - Drop table dbd_mysql_t40blobs
ok 14
ok
t/40catalog.t ........................... 
1..78
ok 1 - connecting
ok 2 - cleaning up
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17 - cleaning up
ok 18 - No catalogs expected
ok 19 - Some schemas expected
ok 20 - Some table types expected
ok 21 - cleaning up
ok 22
ok 23
ok 24
ok 25
ok 26 - one row expected
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33 - two rows expected
ok 34
ok 35
ok 36
ok 37 - only one table expected
ok 38
ok 39
ok 40
ok 41 - only one table expected
ok 42
ok 43
ok 44
ok 45 - only one table expected
ok 46 - five tables expected
ok 47 - table with single quote
ok 48 - table with back quote
ok 49 - two tables expected
ok 50 - cleaning up
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57 - two rows expected
ok 58
ok 59
ok 60 - one row expected
ok 61
ok 62
ok 63 - one row expected
ok 64
ok 65
ok 66
ok 67
ok 68 - two rows expected
ok 69
ok 70 - cleaning up
ok 71 - creating table
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78 - cleaning up
ok
t/40keyinfo.t ........................... 
1..7
ok 1 - Connected to database for key info tests
ok 2 - Dropped table
ok 3 - Created table dbd_mysql_keyinfo
ok 4 - Got primary key info
ok 5 - Check primary_key_info results
ok 6 - Check primary_key results
ok 7 - Dropped table
ok
t/40listfields.t ........................ 
1..25
ok 1 - create table dbd_mysql_40listfields
ok 2 - table info for dbd_mysql_40listfields
ok 3 - column_info for dbd_mysql_40listfields
ok 4 - $sth defined
ok 5 - not error
ok 6 - prepare succeeded
ok 7 - execute select
ok 8 - 2 defined
ok 9 - $res 2 == 2
ok 10 - $sth->{NAME} defined
ok 11 - id eq 'id'
ok 12 - name eq 'name'
ok 13 - nullable
ok 14
ok 15
ok 16 - SQL_INTEGER
ok 17 - SQL_VARCHAR
ok 18
ok 19
ok 20
ok 21
ok 22 - equals '0'
ok 23
ok 24 - equals 'abc'
ok 25
ok
t/40nulls.t ............................. 
1..10
ok 1 - DROP TABLE IF EXISTS dbd_mysql_t40nulls
ok 2 - create table CREATE TABLE dbd_mysql_t40nulls (
#   id INT(4),
#   name VARCHAR(64)
#   )
# 
ok 3 - inserting nulls
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok
t/40nulls_prepare.t ..................... 
ok 1 - Connected to database
ok 2 - Making slate clean
ok 3 - creating test table for bug 49719
ok 4 - Prepare of insert
ok 5 - Prepare of query
ok 6 - bind_param(1,42, SQL_WARCHAR)
ok 7 - bind_param(2,102,SQL_WARCHAR
ok 8 - bind_param(3, undef,SQL_WVARCHAR)
ok 9 - bind_param(4, 10004,SQL_WVARCHAR)
ok 10 - Executing the first insert
ok 11 - bind_param(1,43,SQL_WVARCHAR)
ok 12 - bind_param(2,2002,SQL_WVARCHAR)
ok 13 - bind_param(3,20003,SQL_WVARCHAR)
ok 14 - bind_param(4,200004,SQL_WVARCHAR)
ok 15 - Executing the 2nd insert
ok 16 - Query for record of id = 42
ok 17
ok 18 - Query for record of id = 43
ok 19
ok 20
ok 21
ok 22
ok 23 - Testing disconnect
1..23
ok
t/40numrows.t ........................... 
1..30
ok 1
ok 2 - CREATE TABLE dbd_mysql_t40numrows
ok 3 - inserting first row
ok 4
ok 5
ok 6 - \$sth->rows should be 1
ok 7
ok 8 - Verified rows should be 1
ok 9
ok 10 - inserting second row
ok 11
ok 12
ok 13 - \$sth->rows should be 2
ok 14
ok 15 - Verified rows should be 2
ok 16
ok 17 - inserting third row
ok 18
ok 19
ok 20 - rows should be 2
ok 21
ok 22 - Verified rows should be 2
ok 23
ok 24
ok 25
ok 26 - rows should be 3
ok 27
ok 28 - Verified rows should be 3
ok 29 - drop table dbd_mysql_t40numrows
ok 30
ok
Out of memory!
Out of memory!
# Looks like your test exited with 1 just after 25.
t/40server_prepare.t .................... 
1..31
ok 1 - connecting
ok 2 - making slate clean
ok 3 - creating table
ok 4 - loading data
ok 5
ok 6
ok 7 - binding parameter
ok 8 - fetching data
ok 9
ok 10
ok 11 - cleaning up
ok 12 - making slate clean
ok 13 - creating test table
ok 14
ok 15 - binding int
ok 16 - binding smallint
ok 17 - binding tinyint
ok 18 - binding bigint
ok 19 - inserting data
ok 20
ok 21 - cleaning up
ok 22 - making slate clean
ok 23 - creating test table
ok 24
ok 25 - insert t3
Dubious, test returned 1 (wstat 256, 0x100)
Failed 6/31 subtests 
Out of memory!
Out of memory!
# Looks like your test exited with 1 just after 16.
t/40server_prepare_crash.t .............. 
1..39
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
Dubious, test returned 1 (wstat 256, 0x100)
Failed 23/39 subtests 
t/40server_prepare_error.t .............. 
1..3
ok 1
ok 2
# errstr You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'select select' at line 1
ok 3
ok
t/40types.t ............................. 
1..40
ok 1 - Connected to database
ok 2 - making slate clean
ok 3 - creating table
ok 4 - loading data
ok 5
ok 6 - scalar is integer
ok 7 - scalar is not unsigned intger or double or string
ok 8 - cleaning up
ok 9 - creating table
ok 10 - loading data
ok 11
ok 12 - scalar is string
ok 13 - scalar is not intger or double
ok 14 - cleaning up
ok 15 - creating table
ok 16 - getting table information
ok 17 - checking column type
ok 18
ok 19 - cleaning up
ok 20 - creating table
ok 21 - binding parameter
ok 22 - inserting data
ok 23
ok 24 - binding parameter
ok 25 - inserting data
ok 26
ok 27
ok 28 - scalar is double
ok 29 - scalar is not integer or string
ok 30 - scalar is double
ok 31 - scalar is not integer or string
ok 32 - cleaning up
ok 33 - creating table
ok 34 - loading data
ok 35
ok 36 - scalar is unsigned integer
ok 37 - scalar is not double or string
ok 38 - scalar is unsigned integer
ok 39 - scalar is not double or string
ok 40 - cleaning up
ok
t/41bindparam.t ......................... 
1..11
ok 1 - drop table dbd_mysql_41bindparam
ok 2 - create table dbd_mysql_41bindparam
ok 3
ok 4 - bind param 10000 col1
ok 5 - execute
ok 6 - bind param 10001 col1
ok 7 - execute
ok 8
ok 9
ok 10
ok 11
ok
t/41blobs_prepare.t ..................... 
1..25
ok 1 - drop table if exists dbd_mysql_41blobs_prepare
ok 2 - create table dbd_mysql_41blobs_prepare
ok 3
ok 4
ok 5 - inserting $blob1
ok 6
ok 7
ok 8 - select from dbd_mysql_41blobs_prepare
ok 9
ok 10 - two rows fetched
ok 11 - first row id == 1
# 00000000 687365373763366b38665833504b7a32764a76454345666a504b795478756b62
# 00000020 7a386d6571466b347a64616a425268737033654d384d504b50463959484e3272
# 00000040 5a756e72774361433565756e7947446350646b5a733470444a72746e787a4864
# 00000060 367542784c6f33347255724a53785071737867545a637674435939324c423678
# 00000080 6d717238516b4c485963624c6d484d79376b474e52364a713477486a4272655a
# 000000a0 4b58675138563336505a59525358746e79413833424e687070367841507a6a6e
# 000000c0 643275353951416d6a7779596e5a396b344c5863687055326f6e4c3871446767
# 000000e0 70726a66685a5470664467335a423476576f663259444672526e6a3761477672
ok 12 - 
ok 13
ok 14
ok 15 - inserting $blob2
ok 16
ok 17
ok 18
ok 19
ok 20 - two rows
ok 21 - row id == 1
# 00000000 2222222222222222222222222222222222222222222222222222222222222222
# 00000020 2222222222222222222222222222222222222222222222222222222222222222
# 00000040 2222222222222222222222222222222222222222222222222222222222222222
# 00000060 2222222222222222222222222222222222222222222222222222222222222222
# 00000080 2222222222222222222222222222222222222222222222222222222222222222
# 000000a0 2222222222222222222222222222222222222222222222222222222222222222
# 000000c0 2222222222222222222222222222222222222222222222222222222222222222
# 000000e0 2222222222222222222222222222222222222222222222222222222222222222
ok 22 - 
ok 23
ok 24 - drop dbd_mysql_41blobs_prepare
ok 25
ok
t/41int_min_max.t ....................... 
1..584
ok 1 - Enter strict SQL mode.
ok 2 - removing dbd_mysql_t41minmax
ok 3 - creating minmax table for type tinyint signed
ok 4
ok 5
ok 6 - binding minimal tinyint signed, mode=strict
ok 7 - inserting min data for type tinyint signed, mode=strict
ok 8
ok 9 - retrieved minimal value for tinyint signed, mode=strict
ok 10 - binding maximal tinyint signed, mode=strict
ok 11 - inserting max data for type tinyint signed, mode=strict
ok 12
ok 13 - retrieved maximal value for tinyint signed, mode=strict
ok 14 - binding less than minimal tinyint signed, mode=strict
ok 15 - Error, you stored -129 into tinyint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -128
#           ],
#           [
#             2,
#             127
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(4)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 16 - binding more than maximal tinyint signed, mode=strict
ok 17 - Error, you stored 128 into tinyint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -128
#           ],
#           [
#             2,
#             127
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(4)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 18 - removing dbd_mysql_t41minmax
ok 19 - creating minmax table for type tinyint unsigned
ok 20
ok 21
ok 22 - binding minimal tinyint unsigned, mode=strict
ok 23 - inserting min data for type tinyint unsigned, mode=strict
ok 24
ok 25 - retrieved minimal value for tinyint unsigned, mode=strict
ok 26 - binding maximal tinyint unsigned, mode=strict
ok 27 - inserting max data for type tinyint unsigned, mode=strict
ok 28
ok 29 - retrieved maximal value for tinyint unsigned, mode=strict
ok 30 - binding less than minimal tinyint unsigned, mode=strict
ok 31 - Error, you stored -1 into tinyint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             255
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(3) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 32 - binding more than maximal tinyint unsigned, mode=strict
ok 33 - Error, you stored 256 into tinyint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             255
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(3) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 34 - removing dbd_mysql_t41minmax
ok 35 - creating minmax table for type smallint signed
ok 36
ok 37
ok 38 - binding minimal smallint signed, mode=strict
ok 39 - inserting min data for type smallint signed, mode=strict
ok 40
ok 41 - retrieved minimal value for smallint signed, mode=strict
ok 42 - binding maximal smallint signed, mode=strict
ok 43 - inserting max data for type smallint signed, mode=strict
ok 44
ok 45 - retrieved maximal value for smallint signed, mode=strict
ok 46 - binding less than minimal smallint signed, mode=strict
ok 47 - Error, you stored -32769 into smallint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -32768
#           ],
#           [
#             2,
#             32767
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(6)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 48 - binding more than maximal smallint signed, mode=strict
ok 49 - Error, you stored 32768 into smallint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -32768
#           ],
#           [
#             2,
#             32767
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(6)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 50 - removing dbd_mysql_t41minmax
ok 51 - creating minmax table for type smallint unsigned
ok 52
ok 53
ok 54 - binding minimal smallint unsigned, mode=strict
ok 55 - inserting min data for type smallint unsigned, mode=strict
ok 56
ok 57 - retrieved minimal value for smallint unsigned, mode=strict
ok 58 - binding maximal smallint unsigned, mode=strict
ok 59 - inserting max data for type smallint unsigned, mode=strict
ok 60
ok 61 - retrieved maximal value for smallint unsigned, mode=strict
ok 62 - binding less than minimal smallint unsigned, mode=strict
ok 63 - Error, you stored -1 into smallint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             65535
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(5) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 64 - binding more than maximal smallint unsigned, mode=strict
ok 65 - Error, you stored 65536 into smallint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             65535
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(5) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 66 - removing dbd_mysql_t41minmax
ok 67 - creating minmax table for type int signed
ok 68
ok 69
ok 70 - binding minimal int signed, mode=strict
ok 71 - inserting min data for type int signed, mode=strict
ok 72
ok 73 - retrieved minimal value for int signed, mode=strict
ok 74 - binding maximal int signed, mode=strict
ok 75 - inserting max data for type int signed, mode=strict
ok 76
ok 77 - retrieved maximal value for int signed, mode=strict
ok 78 - binding less than minimal int signed, mode=strict
ok 79 - Error, you stored -2147483649 into int signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-2147483648'
#           ],
#           [
#             2,
#             2147483647
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(11)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 80 - binding more than maximal int signed, mode=strict
ok 81 - Error, you stored 2147483648 into int signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-2147483648'
#           ],
#           [
#             2,
#             2147483647
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(11)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 82 - removing dbd_mysql_t41minmax
ok 83 - creating minmax table for type int unsigned
ok 84
ok 85
ok 86 - binding minimal int unsigned, mode=strict
ok 87 - inserting min data for type int unsigned, mode=strict
ok 88
ok 89 - retrieved minimal value for int unsigned, mode=strict
ok 90 - binding maximal int unsigned, mode=strict
ok 91 - inserting max data for type int unsigned, mode=strict
ok 92
ok 93 - retrieved maximal value for int unsigned, mode=strict
ok 94 - binding less than minimal int unsigned, mode=strict
ok 95 - Error, you stored -1 into int unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             4294967295
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(10) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 96 - binding more than maximal int unsigned, mode=strict
ok 97 - Error, you stored 4294967296 into int unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             4294967295
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(10) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 98 - removing dbd_mysql_t41minmax
ok 99 - creating minmax table for type bigint signed
ok 100
ok 101
ok 102 - binding minimal bigint signed, mode=strict
ok 103 - inserting min data for type bigint signed, mode=strict
ok 104
ok 105 - retrieved minimal value for bigint signed, mode=strict
ok 106 - binding maximal bigint signed, mode=strict
ok 107 - inserting max data for type bigint signed, mode=strict
ok 108
ok 109 - retrieved maximal value for bigint signed, mode=strict
ok 110 - binding less than minimal bigint signed, mode=strict
ok 111 - Error, you stored -9223372036854775809 into bigint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-9223372036854775808'
#           ],
#           [
#             2,
#             '9223372036854775807'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 112 - binding more than maximal bigint signed, mode=strict
ok 113 - Error, you stored 9223372036854775808 into bigint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-9223372036854775808'
#           ],
#           [
#             2,
#             '9223372036854775807'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 114 - removing dbd_mysql_t41minmax
ok 115 - creating minmax table for type bigint unsigned
ok 116
ok 117
ok 118 - binding minimal bigint unsigned, mode=strict
ok 119 - inserting min data for type bigint unsigned, mode=strict
ok 120
ok 121 - retrieved minimal value for bigint unsigned, mode=strict
ok 122 - binding maximal bigint unsigned, mode=strict
ok 123 - inserting max data for type bigint unsigned, mode=strict
ok 124
ok 125 - retrieved maximal value for bigint unsigned, mode=strict
ok 126 - binding less than minimal bigint unsigned, mode=strict
ok 127 - Error, you stored -1 into bigint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             '18446744073709551615'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 128 - binding more than maximal bigint unsigned, mode=strict
ok 129 - Error, you stored 18446744073709551616 into bigint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             '18446744073709551615'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 130 - Leave strict SQL mode.
ok 131 - removing dbd_mysql_t41minmax
ok 132 - creating minmax table for type tinyint signed
ok 133
ok 134
ok 135 - binding minimal tinyint signed, mode=nostrict
ok 136 - inserting min data for type tinyint signed, mode=nostrict
ok 137
ok 138 - retrieved minimal value for tinyint signed, mode=nostrict
ok 139 - binding maximal tinyint signed, mode=nostrict
ok 140 - inserting max data for type tinyint signed, mode=nostrict
ok 141
ok 142 - retrieved maximal value for tinyint signed, mode=nostrict
ok 143 - binding less than minimal tinyint signed, mode=nostrict
ok 144
ok 145
ok 146 - retrieved minimal value for type tinyint signed, mode=nostrict
ok 147 - binding more than maximal tinyint signed, mode=nostrict
ok 148
ok 149
ok 150 - retrieved maximal value for type tinyint signed, mode=nostrict
ok 151 - removing dbd_mysql_t41minmax
ok 152 - creating minmax table for type tinyint unsigned
ok 153
ok 154
ok 155 - binding minimal tinyint unsigned, mode=nostrict
ok 156 - inserting min data for type tinyint unsigned, mode=nostrict
ok 157
ok 158 - retrieved minimal value for tinyint unsigned, mode=nostrict
ok 159 - binding maximal tinyint unsigned, mode=nostrict
ok 160 - inserting max data for type tinyint unsigned, mode=nostrict
ok 161
ok 162 - retrieved maximal value for tinyint unsigned, mode=nostrict
ok 163 - binding less than minimal tinyint unsigned, mode=nostrict
ok 164
ok 165
ok 166 - retrieved minimal value for type tinyint unsigned, mode=nostrict
ok 167 - binding more than maximal tinyint unsigned, mode=nostrict
ok 168
ok 169
ok 170 - retrieved maximal value for type tinyint unsigned, mode=nostrict
ok 171 - removing dbd_mysql_t41minmax
ok 172 - creating minmax table for type smallint signed
ok 173
ok 174
ok 175 - binding minimal smallint signed, mode=nostrict
ok 176 - inserting min data for type smallint signed, mode=nostrict
ok 177
ok 178 - retrieved minimal value for smallint signed, mode=nostrict
ok 179 - binding maximal smallint signed, mode=nostrict
ok 180 - inserting max data for type smallint signed, mode=nostrict
ok 181
ok 182 - retrieved maximal value for smallint signed, mode=nostrict
ok 183 - binding less than minimal smallint signed, mode=nostrict
ok 184
ok 185
ok 186 - retrieved minimal value for type smallint signed, mode=nostrict
ok 187 - binding more than maximal smallint signed, mode=nostrict
ok 188
ok 189
ok 190 - retrieved maximal value for type smallint signed, mode=nostrict
ok 191 - removing dbd_mysql_t41minmax
ok 192 - creating minmax table for type smallint unsigned
ok 193
ok 194
ok 195 - binding minimal smallint unsigned, mode=nostrict
ok 196 - inserting min data for type smallint unsigned, mode=nostrict
ok 197
ok 198 - retrieved minimal value for smallint unsigned, mode=nostrict
ok 199 - binding maximal smallint unsigned, mode=nostrict
ok 200 - inserting max data for type smallint unsigned, mode=nostrict
ok 201
ok 202 - retrieved maximal value for smallint unsigned, mode=nostrict
ok 203 - binding less than minimal smallint unsigned, mode=nostrict
ok 204
ok 205
ok 206 - retrieved minimal value for type smallint unsigned, mode=nostrict
ok 207 - binding more than maximal smallint unsigned, mode=nostrict
ok 208
ok 209
ok 210 - retrieved maximal value for type smallint unsigned, mode=nostrict
ok 211 - removing dbd_mysql_t41minmax
ok 212 - creating minmax table for type int signed
ok 213
ok 214
ok 215 - binding minimal int signed, mode=nostrict
ok 216 - inserting min data for type int signed, mode=nostrict
ok 217
ok 218 - retrieved minimal value for int signed, mode=nostrict
ok 219 - binding maximal int signed, mode=nostrict
ok 220 - inserting max data for type int signed, mode=nostrict
ok 221
ok 222 - retrieved maximal value for int signed, mode=nostrict
ok 223 - binding less than minimal int signed, mode=nostrict
ok 224
ok 225
ok 226 - retrieved minimal value for type int signed, mode=nostrict
ok 227 - binding more than maximal int signed, mode=nostrict
ok 228
ok 229
ok 230 - retrieved maximal value for type int signed, mode=nostrict
ok 231 - removing dbd_mysql_t41minmax
ok 232 - creating minmax table for type int unsigned
ok 233
ok 234
ok 235 - binding minimal int unsigned, mode=nostrict
ok 236 - inserting min data for type int unsigned, mode=nostrict
ok 237
ok 238 - retrieved minimal value for int unsigned, mode=nostrict
ok 239 - binding maximal int unsigned, mode=nostrict
ok 240 - inserting max data for type int unsigned, mode=nostrict
ok 241
ok 242 - retrieved maximal value for int unsigned, mode=nostrict
ok 243 - binding less than minimal int unsigned, mode=nostrict
ok 244
ok 245
ok 246 - retrieved minimal value for type int unsigned, mode=nostrict
ok 247 - binding more than maximal int unsigned, mode=nostrict
ok 248
ok 249
ok 250 - retrieved maximal value for type int unsigned, mode=nostrict
ok 251 - removing dbd_mysql_t41minmax
ok 252 - creating minmax table for type bigint signed
ok 253
ok 254
ok 255 - binding minimal bigint signed, mode=nostrict
ok 256 - inserting min data for type bigint signed, mode=nostrict
ok 257
ok 258 - retrieved minimal value for bigint signed, mode=nostrict
ok 259 - binding maximal bigint signed, mode=nostrict
ok 260 - inserting max data for type bigint signed, mode=nostrict
ok 261
ok 262 - retrieved maximal value for bigint signed, mode=nostrict
ok 263 - binding less than minimal bigint signed, mode=nostrict
ok 264
ok 265
ok 266 - retrieved minimal value for type bigint signed, mode=nostrict
ok 267 - binding more than maximal bigint signed, mode=nostrict
ok 268
ok 269
ok 270 - retrieved maximal value for type bigint signed, mode=nostrict
ok 271 - removing dbd_mysql_t41minmax
ok 272 - creating minmax table for type bigint unsigned
ok 273
ok 274
ok 275 - binding minimal bigint unsigned, mode=nostrict
ok 276 - inserting min data for type bigint unsigned, mode=nostrict
ok 277
ok 278 - retrieved minimal value for bigint unsigned, mode=nostrict
ok 279 - binding maximal bigint unsigned, mode=nostrict
ok 280 - inserting max data for type bigint unsigned, mode=nostrict
ok 281
ok 282 - retrieved maximal value for bigint unsigned, mode=nostrict
ok 283 - binding less than minimal bigint unsigned, mode=nostrict
ok 284
ok 285
ok 286 - retrieved minimal value for type bigint unsigned, mode=nostrict
ok 287 - binding more than maximal bigint unsigned, mode=nostrict
ok 288
ok 289
ok 290 - retrieved maximal value for type bigint unsigned, mode=nostrict
ok 291
ok 292
ok 293 - Enter strict SQL mode.
ok 294 - removing dbd_mysql_t41minmax
ok 295 - creating minmax table for type tinyint signed
ok 296
ok 297
ok 298 - binding minimal tinyint signed, mode=strict
ok 299 - inserting min data for type tinyint signed, mode=strict
ok 300
ok 301 - retrieved minimal value for tinyint signed, mode=strict
ok 302 - binding maximal tinyint signed, mode=strict
ok 303 - inserting max data for type tinyint signed, mode=strict
ok 304
ok 305 - retrieved maximal value for tinyint signed, mode=strict
ok 306 - binding less than minimal tinyint signed, mode=strict
ok 307 - Error, you stored -129 into tinyint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -128
#           ],
#           [
#             2,
#             127
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(4)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 308 - binding more than maximal tinyint signed, mode=strict
ok 309 - Error, you stored 128 into tinyint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -128
#           ],
#           [
#             2,
#             127
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(4)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 310 - removing dbd_mysql_t41minmax
ok 311 - creating minmax table for type tinyint unsigned
ok 312
ok 313
ok 314 - binding minimal tinyint unsigned, mode=strict
ok 315 - inserting min data for type tinyint unsigned, mode=strict
ok 316
ok 317 - retrieved minimal value for tinyint unsigned, mode=strict
ok 318 - binding maximal tinyint unsigned, mode=strict
ok 319 - inserting max data for type tinyint unsigned, mode=strict
ok 320
ok 321 - retrieved maximal value for tinyint unsigned, mode=strict
ok 322 - binding less than minimal tinyint unsigned, mode=strict
ok 323 - Error, you stored -1 into tinyint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             255
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(3) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 324 - binding more than maximal tinyint unsigned, mode=strict
ok 325 - Error, you stored 256 into tinyint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             255
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'tinyint(3) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 326 - removing dbd_mysql_t41minmax
ok 327 - creating minmax table for type smallint signed
ok 328
ok 329
ok 330 - binding minimal smallint signed, mode=strict
ok 331 - inserting min data for type smallint signed, mode=strict
ok 332
ok 333 - retrieved minimal value for smallint signed, mode=strict
ok 334 - binding maximal smallint signed, mode=strict
ok 335 - inserting max data for type smallint signed, mode=strict
ok 336
ok 337 - retrieved maximal value for smallint signed, mode=strict
ok 338 - binding less than minimal smallint signed, mode=strict
ok 339 - Error, you stored -32769 into smallint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -32768
#           ],
#           [
#             2,
#             32767
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(6)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 340 - binding more than maximal smallint signed, mode=strict
ok 341 - Error, you stored 32768 into smallint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             -32768
#           ],
#           [
#             2,
#             32767
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(6)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 342 - removing dbd_mysql_t41minmax
ok 343 - creating minmax table for type smallint unsigned
ok 344
ok 345
ok 346 - binding minimal smallint unsigned, mode=strict
ok 347 - inserting min data for type smallint unsigned, mode=strict
ok 348
ok 349 - retrieved minimal value for smallint unsigned, mode=strict
ok 350 - binding maximal smallint unsigned, mode=strict
ok 351 - inserting max data for type smallint unsigned, mode=strict
ok 352
ok 353 - retrieved maximal value for smallint unsigned, mode=strict
ok 354 - binding less than minimal smallint unsigned, mode=strict
ok 355 - Error, you stored -1 into smallint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             65535
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(5) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 356 - binding more than maximal smallint unsigned, mode=strict
ok 357 - Error, you stored 65536 into smallint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             65535
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'smallint(5) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 358 - removing dbd_mysql_t41minmax
ok 359 - creating minmax table for type int signed
ok 360
ok 361
ok 362 - binding minimal int signed, mode=strict
ok 363 - inserting min data for type int signed, mode=strict
ok 364
ok 365 - retrieved minimal value for int signed, mode=strict
ok 366 - binding maximal int signed, mode=strict
ok 367 - inserting max data for type int signed, mode=strict
ok 368
ok 369 - retrieved maximal value for int signed, mode=strict
ok 370 - binding less than minimal int signed, mode=strict
ok 371 - Error, you stored -2147483649 into int signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-2147483648'
#           ],
#           [
#             2,
#             2147483647
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(11)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 372 - binding more than maximal int signed, mode=strict
ok 373 - Error, you stored 2147483648 into int signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-2147483648'
#           ],
#           [
#             2,
#             2147483647
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(11)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 374 - removing dbd_mysql_t41minmax
ok 375 - creating minmax table for type int unsigned
ok 376
ok 377
ok 378 - binding minimal int unsigned, mode=strict
ok 379 - inserting min data for type int unsigned, mode=strict
ok 380
ok 381 - retrieved minimal value for int unsigned, mode=strict
ok 382 - binding maximal int unsigned, mode=strict
ok 383 - inserting max data for type int unsigned, mode=strict
ok 384
ok 385 - retrieved maximal value for int unsigned, mode=strict
ok 386 - binding less than minimal int unsigned, mode=strict
ok 387 - Error, you stored -1 into int unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             4294967295
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(10) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 388 - binding more than maximal int unsigned, mode=strict
ok 389 - Error, you stored 4294967296 into int unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             4294967295
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'int(10) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 390 - removing dbd_mysql_t41minmax
ok 391 - creating minmax table for type bigint signed
ok 392
ok 393
ok 394 - binding minimal bigint signed, mode=strict
ok 395 - inserting min data for type bigint signed, mode=strict
ok 396
ok 397 - retrieved minimal value for bigint signed, mode=strict
ok 398 - binding maximal bigint signed, mode=strict
ok 399 - inserting max data for type bigint signed, mode=strict
ok 400
ok 401 - retrieved maximal value for bigint signed, mode=strict
ok 402 - binding less than minimal bigint signed, mode=strict
ok 403 - Error, you stored -9223372036854775809 into bigint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-9223372036854775808'
#           ],
#           [
#             2,
#             '9223372036854775807'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 404 - binding more than maximal bigint signed, mode=strict
ok 405 - Error, you stored 9223372036854775808 into bigint signed, mode=strict
# $VAR1 = [
#           [
#             1,
#             '-9223372036854775808'
#           ],
#           [
#             2,
#             '9223372036854775807'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20)',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 406 - removing dbd_mysql_t41minmax
ok 407 - creating minmax table for type bigint unsigned
ok 408
ok 409
ok 410 - binding minimal bigint unsigned, mode=strict
ok 411 - inserting min data for type bigint unsigned, mode=strict
ok 412
ok 413 - retrieved minimal value for bigint unsigned, mode=strict
ok 414 - binding maximal bigint unsigned, mode=strict
ok 415 - inserting max data for type bigint unsigned, mode=strict
ok 416
ok 417 - retrieved maximal value for bigint unsigned, mode=strict
ok 418 - binding less than minimal bigint unsigned, mode=strict
ok 419 - Error, you stored -1 into bigint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             '18446744073709551615'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 420 - binding more than maximal bigint unsigned, mode=strict
ok 421 - Error, you stored 18446744073709551616 into bigint unsigned, mode=strict
# $VAR1 = [
#           [
#             1,
#             0
#           ],
#           [
#             2,
#             '18446744073709551615'
#           ]
#         ];
# $VAR1 = [
#           [
#             'id',
#             'int(11)',
#             'NO',
#             'PRI',
#             undef,
#             'auto_increment'
#           ],
#           [
#             'val',
#             'bigint(20) unsigned',
#             'YES',
#             '',
#             undef,
#             ''
#           ]
#         ];
# 
ok 422 - Leave strict SQL mode.
ok 423 - removing dbd_mysql_t41minmax
ok 424 - creating minmax table for type tinyint signed
ok 425
ok 426
ok 427 - binding minimal tinyint signed, mode=nostrict
ok 428 - inserting min data for type tinyint signed, mode=nostrict
ok 429
ok 430 - retrieved minimal value for tinyint signed, mode=nostrict
ok 431 - binding maximal tinyint signed, mode=nostrict
ok 432 - inserting max data for type tinyint signed, mode=nostrict
ok 433
ok 434 - retrieved maximal value for tinyint signed, mode=nostrict
ok 435 - binding less than minimal tinyint signed, mode=nostrict
ok 436
ok 437
ok 438 - retrieved minimal value for type tinyint signed, mode=nostrict
ok 439 - binding more than maximal tinyint signed, mode=nostrict
ok 440
ok 441
ok 442 - retrieved maximal value for type tinyint signed, mode=nostrict
ok 443 - removing dbd_mysql_t41minmax
ok 444 - creating minmax table for type tinyint unsigned
ok 445
ok 446
ok 447 - binding minimal tinyint unsigned, mode=nostrict
ok 448 - inserting min data for type tinyint unsigned, mode=nostrict
ok 449
ok 450 - retrieved minimal value for tinyint unsigned, mode=nostrict
ok 451 - binding maximal tinyint unsigned, mode=nostrict
ok 452 - inserting max data for type tinyint unsigned, mode=nostrict
ok 453
ok 454 - retrieved maximal value for tinyint unsigned, mode=nostrict
ok 455 - binding less than minimal tinyint unsigned, mode=nostrict
ok 456
ok 457
ok 458 - retrieved minimal value for type tinyint unsigned, mode=nostrict
ok 459 - binding more than maximal tinyint unsigned, mode=nostrict
ok 460
ok 461
ok 462 - retrieved maximal value for type tinyint unsigned, mode=nostrict
ok 463 - removing dbd_mysql_t41minmax
ok 464 - creating minmax table for type smallint signed
ok 465
ok 466
ok 467 - binding minimal smallint signed, mode=nostrict
ok 468 - inserting min data for type smallint signed, mode=nostrict
ok 469
ok 470 - retrieved minimal value for smallint signed, mode=nostrict
ok 471 - binding maximal smallint signed, mode=nostrict
ok 472 - inserting max data for type smallint signed, mode=nostrict
ok 473
ok 474 - retrieved maximal value for smallint signed, mode=nostrict
ok 475 - binding less than minimal smallint signed, mode=nostrict
ok 476
ok 477
ok 478 - retrieved minimal value for type smallint signed, mode=nostrict
ok 479 - binding more than maximal smallint signed, mode=nostrict
ok 480
ok 481
ok 482 - retrieved maximal value for type smallint signed, mode=nostrict
ok 483 - removing dbd_mysql_t41minmax
ok 484 - creating minmax table for type smallint unsigned
ok 485
ok 486
ok 487 - binding minimal smallint unsigned, mode=nostrict
ok 488 - inserting min data for type smallint unsigned, mode=nostrict
ok 489
ok 490 - retrieved minimal value for smallint unsigned, mode=nostrict
ok 491 - binding maximal smallint unsigned, mode=nostrict
ok 492 - inserting max data for type smallint unsigned, mode=nostrict
ok 493
ok 494 - retrieved maximal value for smallint unsigned, mode=nostrict
ok 495 - binding less than minimal smallint unsigned, mode=nostrict
ok 496
ok 497
ok 498 - retrieved minimal value for type smallint unsigned, mode=nostrict
ok 499 - binding more than maximal smallint unsigned, mode=nostrict
ok 500
ok 501
ok 502 - retrieved maximal value for type smallint unsigned, mode=nostrict
ok 503 - removing dbd_mysql_t41minmax
ok 504 - creating minmax table for type int signed
ok 505
ok 506
ok 507 - binding minimal int signed, mode=nostrict
ok 508 - inserting min data for type int signed, mode=nostrict
ok 509
ok 510 - retrieved minimal value for int signed, mode=nostrict
ok 511 - binding maximal int signed, mode=nostrict
ok 512 - inserting max data for type int signed, mode=nostrict
ok 513
ok 514 - retrieved maximal value for int signed, mode=nostrict
ok 515 - binding less than minimal int signed, mode=nostrict
ok 516
ok 517
ok 518 - retrieved minimal value for type int signed, mode=nostrict
ok 519 - binding more than maximal int signed, mode=nostrict
ok 520
ok 521
ok 522 - retrieved maximal value for type int signed, mode=nostrict
ok 523 - removing dbd_mysql_t41minmax
ok 524 - creating minmax table for type int unsigned
ok 525
ok 526
ok 527 - binding minimal int unsigned, mode=nostrict
ok 528 - inserting min data for type int unsigned, mode=nostrict
ok 529
ok 530 - retrieved minimal value for int unsigned, mode=nostrict
ok 531 - binding maximal int unsigned, mode=nostrict
ok 532 - inserting max data for type int unsigned, mode=nostrict
ok 533
ok 534 - retrieved maximal value for int unsigned, mode=nostrict
ok 535 - binding less than minimal int unsigned, mode=nostrict
ok 536
ok 537
ok 538 - retrieved minimal value for type int unsigned, mode=nostrict
ok 539 - binding more than maximal int unsigned, mode=nostrict
ok 540
ok 541
ok 542 - retrieved maximal value for type int unsigned, mode=nostrict
ok 543 - removing dbd_mysql_t41minmax
ok 544 - creating minmax table for type bigint signed
ok 545
ok 546
ok 547 - binding minimal bigint signed, mode=nostrict
ok 548 - inserting min data for type bigint signed, mode=nostrict
ok 549
ok 550 - retrieved minimal value for bigint signed, mode=nostrict
ok 551 - binding maximal bigint signed, mode=nostrict
ok 552 - inserting max data for type bigint signed, mode=nostrict
ok 553
ok 554 - retrieved maximal value for bigint signed, mode=nostrict
ok 555 - binding less than minimal bigint signed, mode=nostrict
ok 556
ok 557
ok 558 - retrieved minimal value for type bigint signed, mode=nostrict
ok 559 - binding more than maximal bigint signed, mode=nostrict
ok 560
ok 561
ok 562 - retrieved maximal value for type bigint signed, mode=nostrict
ok 563 - removing dbd_mysql_t41minmax
ok 564 - creating minmax table for type bigint unsigned
ok 565
ok 566
ok 567 - binding minimal bigint unsigned, mode=nostrict
ok 568 - inserting min data for type bigint unsigned, mode=nostrict
ok 569
ok 570 - retrieved minimal value for bigint unsigned, mode=nostrict
ok 571 - binding maximal bigint unsigned, mode=nostrict
ok 572 - inserting max data for type bigint unsigned, mode=nostrict
ok 573
ok 574 - retrieved maximal value for bigint unsigned, mode=nostrict
ok 575 - binding less than minimal bigint unsigned, mode=nostrict
ok 576
ok 577
ok 578 - retrieved minimal value for type bigint unsigned, mode=nostrict
ok 579 - binding more than maximal bigint unsigned, mode=nostrict
ok 580
ok 581
ok 582 - retrieved maximal value for type bigint unsigned, mode=nostrict
ok 583
ok 584
ok
t/42bindparam.t ......................... 
1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok
t/43count_params.t ...................... 
1..17
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok
Out of memory!
Out of memory!
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 1 just after 106.
t/50chopblanks.t ........................ 
ok 1 - drop table if exists dbd_mysql_t50chopblanks
ok 2 - create table dbd_mysql_t50chopblanks
ok 3
ok 4
ok 5 - insert into dbd_mysql_t50chopblanks values (1 , '', '', '', '', '', '', '', '', '')
ok 6 - select c_varchar, c_text, c_tinytext, c_mediumtext, c_longtext, b_blob, b_tinyblob, b_mediumblob, b_longblob from dbd_mysql_t50chopblanks where id = 1
ok 7
ok 8 - NoChopBlanks: c_varchar should not have blanks chopped
ok 9 - NoChopBlanks: c_text should not have blanks chopped
ok 10 - NoChopBlanks: c_tinytext should not have blanks chopped
ok 11 - NoChopBlanks: c_mediumtext should not have blanks chopped
ok 12 - NoChopBlanks: c_longtext should not have blanks chopped
ok 13 - NoChopBlanks: b_blob should not have blanks chopped
ok 14 - NoChopBlanks: b_tinyblob should not have blanks chopped
ok 15 - NoChopBlanks: b_mediumblob should not have blanks chopped
ok 16 - NoChopBlanks: b_longblob should not have blanks chopped
ok 17
ok 18
ok 19 - ChopBlanks: c_varchar should have blanks chopped
ok 20 - ChopBlanks: c_text should have blanks chopped
ok 21 - ChopBlanks: c_tinytext should have blanks chopped
ok 22 - ChopBlanks: c_mediumtext should have blanks chopped
ok 23 - ChopBlanks: c_longtext should have blanks chopped
ok 24 - ChopBlanks: b_blob should not have blanks chopped
ok 25 - ChopBlanks: b_tinyblob should not have blanks chopped
ok 26 - ChopBlanks: b_mediumblob should not have blanks chopped
ok 27 - ChopBlanks: b_longblob should not have blanks chopped
ok 28 - insert into dbd_mysql_t50chopblanks values (2 , ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ')
ok 29 - select c_varchar, c_text, c_tinytext, c_mediumtext, c_longtext, b_blob, b_tinyblob, b_mediumblob, b_longblob from dbd_mysql_t50chopblanks where id = 2
ok 30
ok 31 - NoChopBlanks: c_varchar should not have blanks chopped
ok 32 - NoChopBlanks: c_text should not have blanks chopped
ok 33 - NoChopBlanks: c_tinytext should not have blanks chopped
ok 34 - NoChopBlanks: c_mediumtext should not have blanks chopped
ok 35 - NoChopBlanks: c_longtext should not have blanks chopped
ok 36 - NoChopBlanks: b_blob should not have blanks chopped
ok 37 - NoChopBlanks: b_tinyblob should not have blanks chopped
ok 38 - NoChopBlanks: b_mediumblob should not have blanks chopped
ok 39 - NoChopBlanks: b_longblob should not have blanks chopped
ok 40
ok 41
ok 42 - ChopBlanks: c_varchar should have blanks chopped
ok 43 - ChopBlanks: c_text should have blanks chopped
ok 44 - ChopBlanks: c_tinytext should have blanks chopped
ok 45 - ChopBlanks: c_mediumtext should have blanks chopped
ok 46 - ChopBlanks: c_longtext should have blanks chopped
ok 47 - ChopBlanks: b_blob should not have blanks chopped
ok 48 - ChopBlanks: b_tinyblob should not have blanks chopped
ok 49 - ChopBlanks: b_mediumblob should not have blanks chopped
ok 50 - ChopBlanks: b_longblob should not have blanks chopped
ok 51 - insert into dbd_mysql_t50chopblanks values (3 , ' a b c ', ' a b c ', ' a b c ', ' a b c ', ' a b c ', ' a b c ', ' a b c ', ' a b c ', ' a b c ')
ok 52 - select c_varchar, c_text, c_tinytext, c_mediumtext, c_longtext, b_blob, b_tinyblob, b_mediumblob, b_longblob from dbd_mysql_t50chopblanks where id = 3
ok 53
ok 54 - NoChopBlanks: c_varchar should not have blanks chopped
ok 55 - NoChopBlanks: c_text should not have blanks chopped
ok 56 - NoChopBlanks: c_tinytext should not have blanks chopped
ok 57 - NoChopBlanks: c_mediumtext should not have blanks chopped
ok 58 - NoChopBlanks: c_longtext should not have blanks chopped
ok 59 - NoChopBlanks: b_blob should not have blanks chopped
ok 60 - NoChopBlanks: b_tinyblob should not have blanks chopped
ok 61 - NoChopBlanks: b_mediumblob should not have blanks chopped
ok 62 - NoChopBlanks: b_longblob should not have blanks chopped
ok 63
ok 64
ok 65 - ChopBlanks: c_varchar should have blanks chopped
ok 66 - ChopBlanks: c_text should have blanks chopped
ok 67 - ChopBlanks: c_tinytext should have blanks chopped
ok 68 - ChopBlanks: c_mediumtext should have blanks chopped
ok 69 - ChopBlanks: c_longtext should have blanks chopped
ok 70 - ChopBlanks: b_blob should not have blanks chopped
ok 71 - ChopBlanks: b_tinyblob should not have blanks chopped
ok 72 - ChopBlanks: b_mediumblob should not have blanks chopped
ok 73 - ChopBlanks: b_longblob should not have blanks chopped
ok 74 - insert into dbd_mysql_t50chopblanks values (4 , 'blah', 'blah', 'blah', 'blah', 'blah', 'blah', 'blah', 'blah', 'blah')
ok 75 - select c_varchar, c_text, c_tinytext, c_mediumtext, c_longtext, b_blob, b_tinyblob, b_mediumblob, b_longblob from dbd_mysql_t50chopblanks where id = 4
ok 76
ok 77 - NoChopBlanks: c_varchar should not have blanks chopped
ok 78 - NoChopBlanks: c_text should not have blanks chopped
ok 79 - NoChopBlanks: c_tinytext should not have blanks chopped
ok 80 - NoChopBlanks: c_mediumtext should not have blanks chopped
ok 81 - NoChopBlanks: c_longtext should not have blanks chopped
ok 82 - NoChopBlanks: b_blob should not have blanks chopped
ok 83 - NoChopBlanks: b_tinyblob should not have blanks chopped
ok 84 - NoChopBlanks: b_mediumblob should not have blanks chopped
ok 85 - NoChopBlanks: b_longblob should not have blanks chopped
ok 86
ok 87
ok 88 - ChopBlanks: c_varchar should have blanks chopped
ok 89 - ChopBlanks: c_text should have blanks chopped
ok 90 - ChopBlanks: c_tinytext should have blanks chopped
ok 91 - ChopBlanks: c_mediumtext should have blanks chopped
ok 92 - ChopBlanks: c_longtext should have blanks chopped
ok 93 - ChopBlanks: b_blob should not have blanks chopped
ok 94 - ChopBlanks: b_tinyblob should not have blanks chopped
ok 95 - ChopBlanks: b_mediumblob should not have blanks chopped
ok 96 - ChopBlanks: b_longblob should not have blanks chopped
ok 97
ok 98
ok 99 - drop dbd_mysql_t50chopblanks
ok 100
ok 101 - drop table if exists dbd_mysql_t50chopblanks
ok 102 - create table dbd_mysql_t50chopblanks
ok 103
ok 104
ok 105 - insert into dbd_mysql_t50chopblanks values (1 , '', '', '', '', '', '', '', '', '')
ok 106 - select c_varchar, c_text, c_tinytext, c_mediumtext, c_longtext, b_blob, b_tinyblob, b_mediumblob, b_longblob from dbd_mysql_t50chopblanks where id = 1
Dubious, test returned 1 (wstat 256, 0x100)
All 106 subtests passed 
t/50commit.t ............................ 
1..13
ok 1 - drop table if exists dbd_mysql_t50commit
ok 2 - create dbd_mysql_t50commit
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11 - Should be warning defined upon rollback of non-trx table
ok 12
ok 13
ok
t/51bind_type_guessing.t ................ 
1..26
ok 1 - drop table if exists dbd_mysql_t51bind_type_guessing
ok 2 - creating table
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16 - drop table if exists dbd_mysql_t51bind_type_guessing
ok 17 - creating table w/ varchar
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok
t/52comment.t ........................... 
1..30
ok 1 - drop table if exists dbd_mysql_t52comment
ok 2 - creating table
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29 - drop table if exists dbd_mysql_t52comment
ok 30
ok
t/53comment.t ........................... 
ok 1 - creating table
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
1..27
ok
Out of memory!
Out of memory!
# Looks like your test exited with 1 just after 22.
t/55utf8.t .............................. 
1..32
ok 1
ok 2
ok 3 - testing quoting of utf 8 string
ok 4 - testing quoting of blob
ok 5 - INSERT query INSERT INTO dbd_mysql_t55utf8 (name, bincol, shape, binutf, profile)
#     VALUES (?, ?, ST_GeomFromText('Point(132865 501937)'), ?, ?)
# 
# 
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11 - blob was made utf8!.
ok 12 - shape was made utf8!.
ok 13 - compare Ādam eq Ādam
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19 - testing quoting of utf 8 string
ok 20 - testing quoting of blob
ok 21 - INSERT query INSERT INTO dbd_mysql_t55utf8 (name, bincol, shape, binutf, profile)
#     VALUES (?, ?, ST_GeomFromText('Point(132865 501937)'), ?, ?)
# 
# 
ok 22
Dubious, test returned 1 (wstat 256, 0x100)
Failed 10/32 subtests 
t/55utf8mb4.t ........................... 
ok 1
ok 2
ok 3 - fetch row
ok 4 - close sth
ok 5
ok 6
1..6
ok
t/56connattr.t .......................... skipped: performance schema not enabled
t/60leaks.t ............................. skipped: Skip $ENV{EXTENDED_TESTING} is not set
t/65segfault.t .......................... 
1..5
ok 1 - Handle 1 Connected to database
ok 2 - Handle 2 Connected to database
ok 3
ok 4
ok 5
ok
t/65types.t ............................. 
1..19
ok 1
ok 2
ok 3 - prepare: 
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10 - prepare: 
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok
2019-04-06  9:14:32 66 [Warning] Aborted connection 66 to db: 'test' user: 'buildd' host: '' (Got an error reading communication packets)
t/70takeimp.t ........................... 
1..21
ok 1 - obtained driver handle
ok 2 - connected to database
ok 3 - Initial connection: 66
# 
ok 4 - Driver handle defined
# 
ok 5 - Didn't get imp_data
ok 6 - test that our imp_data is greater than or equal to 80, actual 192
ok 7 - our Driver should have 0 Kid(s) after calling take_imp_data
ok 8 - ... our Driver should be undefined
ok 9 - our TraceLevel should be undefined
ok 10 - disconnect should return undef
ok 11 - quote should return undefined
ok 12 - we should have received 4 warnings
# Overridden connection: 66
ok 13 - the same connection: 66 => 66
# 
ok 14 - can't get the driver
# 
ok 15 - isa test
ok 16 - our Driver should have 1 Kid(s) again: having 1
# 
ok 17 - our Driver should have 1 ActiveKid again: having 1
# 
ok 18
ok 19
ok 20
ok 21 - didn't get imp_data
ok
t/71impdata.t ........................... 
1..10
ok 1 - Connected to database
ok 2 - Obtained driver handle
ok 3 - 1 kid
ok 4 - 1 active kid
ok 5 - no kids
ok 6 - no active kids
ok 7 - got same session
ok 8 - 1 kid
ok 9 - 1 active kid
ok 10 - Disconnect OK
ok
t/75supported_sql.t ..................... 
1..12
ok 1
ok 2 - create dbd_mysql_t75supported
ok 3
ok 4
ok 5
ok 6 - $row->[0] eq dbd_mysql_t75supported
ok 7
ok 8 - drop dbd_mysql_t75supported
ok 9 - creating dbd_mysql_t75supported again with 1 col
ok 10 - alter dbd_mysql_t75supported ADD COLUMN
ok 11 - drop dbd_mysql_t75supported
ok 12
ok
t/76multi_statement.t ................... 
1..26
ok 1 - Connected to database with multi statement support
ok 2 - init connection SQL_MODE non strict
ok 3 - clean up
ok 4 - create table
ok 5 - 2 inserts
ok 6 - 2 more inserts
ok 7
ok 8 - Execute updates
ok 9 - First update affected 1 row
ok 10 - First update had no warnings
ok 11 - Statement handle is Active
ok 12
ok 13 - Second update affected 2 rows
ok 14 - Second update had 2 warnings
ok 15
ok 16
ok 17 - Execute updates again
ok 18
ok 19 - Delete all rows
ok 20 - do() reports errors
ok 21
ok 22 - Execute updates
ok 23 - Err was not set after execute
ok 24
ok 25 - Err was set after more_results
ok 26
ok
t/80procs.t ............................. 
1..31
ok 1
ok 2
ok 3 - DROP PROCEDURE
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14 - num_of_fields == 1
ok 15
ok 16
ok 17 - 1 row in resultset
ok 18
ok 19 - NUM_OF_FIELDS == 2
ok 20
ok 21
ok 22 - 2 rows in resultset
ok 23
ok 24 - NUM_OF_FIELDS == 3
ok 25
ok 26
ok 27 - 3 Rows in resultset
ok 28
ok 29 - NUM_OF_FIELDS == 0
ok 30
ok 31
ok
t/81procs.t ............................. 
1..32
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14 - num_of_fields == 1
ok 15
ok 16
ok 17 - 1 row in resultset
ok 18
ok 19 - NUM_OF_FIELDS == 2
ok 20
ok 21
ok 22 - 2 rows in resultset
ok 23
ok 24 - NUM_OF_FIELDS == 3
ok 25
ok 26
ok 27 - 3 Rows in resultset
ok 28 - each CALL returns a result to indicate the call status
ok 29 - NUM_OF_FIELDS == 0
ok 30
ok 31
ok 32
ok
t/85init_command.t ...................... 
1..5
ok 1 - Connected to database
ok 2
ok 3
ok 4
ok 5 - session variable is 7
ok
t/86_bug_36972.t ........................ 
1..11
ok 1 - connecting
ok 2 - making slate clean
ok 3 - creating test table
ok 4
ok 5 - binding int
ok 6 - binding smallint
ok 7 - binding tinyint
ok 8 - binding bigint
ok 9 - inserting data
ok 10
ok 11 - cleaning up
ok
t/87async.t ............................. 
1..92
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
ok 88
ok 89
ok 90
ok 91
ok 92
ok
t/88async-multi-stmts.t ................. 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/89async-method-check.t ................ 
1..232
ok 1 - Testing method 'can' on DBD::mysql::db during asynchronous operation
ok 2
ok 3 - Testing method 'err' on DBD::mysql::db during asynchronous operation
ok 4
ok 5 - Testing method 'errstr' on DBD::mysql::db during asynchronous operation
ok 6
ok 7 - Testing method 'parse_trace_flag' on DBD::mysql::db during asynchronous operation
ok 8
ok 9 - Testing method 'parse_trace_flags' on DBD::mysql::db during asynchronous operation
ok 10
ok 11 - Testing method 'private_attribute_info' on DBD::mysql::db during asynchronous operation
ok 12
ok 13 - Testing method 'trace' on DBD::mysql::db during asynchronous operation
ok 14
ok 15 - Testing method 'trace_msg' on DBD::mysql::db during asynchronous operation
ok 16
ok 17 - Testing method 'visit_child_handles' on DBD::mysql::db during asynchronous operation
ok 18
ok 19 - Testing method 'clone' on DBD::mysql::db during asynchronous operation
ok 20
ok 21 - Testing method 'mysql_async_ready' on DBD::mysql::db during asynchronous operation
ok 22
ok 23
ok 24 - Testing method 'data_sources' on DBD::mysql::db during asynchronous operation
ok 25
ok 26 - Testing method 'do' on DBD::mysql::db during asynchronous operation
ok 27
ok 28 - Testing method 'last_insert_id' on DBD::mysql::db during asynchronous operation
ok 29
ok 30 - Testing method 'selectrow_array' on DBD::mysql::db during asynchronous operation
ok 31
ok 32 - Testing method 'selectrow_arrayref' on DBD::mysql::db during asynchronous operation
ok 33
ok 34 - Testing method 'selectrow_hashref' on DBD::mysql::db during asynchronous operation
ok 35
ok 36 - Testing method 'selectall_arrayref' on DBD::mysql::db during asynchronous operation
ok 37
ok 38 - Testing method 'selectall_hashref' on DBD::mysql::db during asynchronous operation
ok 39
ok 40 - Testing method 'selectcol_arrayref' on DBD::mysql::db during asynchronous operation
ok 41
ok 42 - Testing method 'prepare' on DBD::mysql::db during asynchronous operation
ok 43
ok 44 - Testing method 'prepare_cached' on DBD::mysql::db during asynchronous operation
ok 45
ok 46 - Testing method 'commit' on DBD::mysql::db during asynchronous operation
ok 47
ok 48 - Testing method 'rollback' on DBD::mysql::db during asynchronous operation
ok 49
ok 50 - Testing method 'begin_work' on DBD::mysql::db during asynchronous operation
ok 51
ok 52 - Testing method 'ping' on DBD::mysql::db during asynchronous operation
ok 53
ok 54 - Testing method 'get_info' on DBD::mysql::db during asynchronous operation
ok 55
ok 56 - Testing method 'table_info' on DBD::mysql::db during asynchronous operation
ok 57
ok 58 - Testing method 'column_info' on DBD::mysql::db during asynchronous operation
ok 59
ok 60 - Testing method 'primary_key_info' on DBD::mysql::db during asynchronous operation
ok 61
ok 62 - Testing method 'primary_key' on DBD::mysql::db during asynchronous operation
ok 63
ok 64 - Testing method 'foreign_key_info' on DBD::mysql::db during asynchronous operation
ok 65
ok 66 - Testing method 'statistics_info' on DBD::mysql::db during asynchronous operation
ok 67
ok 68 - Testing method 'tables' on DBD::mysql::db during asynchronous operation
ok 69
ok 70 - Testing method 'type_info_all' on DBD::mysql::db during asynchronous operation
ok 71
ok 72 - Testing method 'type_info' on DBD::mysql::db during asynchronous operation
ok 73
ok 74 - Testing method 'quote' on DBD::mysql::db during asynchronous operation
ok 75
ok 76 - Testing method 'quote_identifier' on DBD::mysql::db during asynchronous operation
ok 77
ok 78 - Testing method 'can' on DBD::mysql::db during asynchronous operation
ok 79
ok 80
ok 81 - Testing method 'err' on DBD::mysql::db during asynchronous operation
ok 82
ok 83
ok 84 - Testing method 'errstr' on DBD::mysql::db during asynchronous operation
ok 85
ok 86
ok 87 - Testing method 'parse_trace_flag' on DBD::mysql::db during asynchronous operation
ok 88
ok 89
ok 90 - Testing method 'parse_trace_flags' on DBD::mysql::db during asynchronous operation
ok 91
ok 92
ok 93 - Testing method 'private_attribute_info' on DBD::mysql::db during asynchronous operation
ok 94
ok 95
ok 96 - Testing method 'trace' on DBD::mysql::db during asynchronous operation
ok 97
ok 98
ok 99 - Testing method 'trace_msg' on DBD::mysql::db during asynchronous operation
ok 100
ok 101
ok 102 - Testing method 'visit_child_handles' on DBD::mysql::db during asynchronous operation
ok 103
ok 104
ok 105 - Testing method 'fetchrow_arrayref' on DBD::mysql::st during asynchronous operation
ok 106 - Testing DBD::mysql::st method 'fetchrow_arrayref' for async result
ok 107 - Testing DBD::mysql::st method 'fetchrow_arrayref' for async result
ok 108 - Testing method 'fetch' on DBD::mysql::st during asynchronous operation
ok 109 - Testing DBD::mysql::st method 'fetch' for async result
ok 110 - Testing DBD::mysql::st method 'fetch' for async result
ok 111 - Testing method 'fetchrow_array' on DBD::mysql::st during asynchronous operation
ok 112 - Testing DBD::mysql::st method 'fetchrow_array' for async result
ok 113 - Testing DBD::mysql::st method 'fetchrow_array' for async result
ok 114 - Testing method 'fetchrow_hashref' on DBD::mysql::st during asynchronous operation
ok 115 - Testing DBD::mysql::st method 'fetchrow_hashref' for async result
ok 116 - Testing DBD::mysql::st method 'fetchrow_hashref' for async result
ok 117 - Testing method 'fetchall_arrayref' on DBD::mysql::st during asynchronous operation
ok 118 - Testing DBD::mysql::st method 'fetchall_arrayref' for async result
ok 119 - Testing DBD::mysql::st method 'fetchall_arrayref' for async result
ok 120 - Testing method 'fetchall_hashref' on DBD::mysql::st during asynchronous operation
ok 121 - Testing DBD::mysql::st method 'fetchall_hashref' for async result
ok 122 - Testing DBD::mysql::st method 'fetchall_hashref' for async result
ok 123 - Testing method 'finish' on DBD::mysql::st during asynchronous operation
ok 124 - Testing DBD::mysql::st method 'finish' for async result
ok 125 - Testing DBD::mysql::st method 'finish' for async result
ok 126 - Testing method 'rows' on DBD::mysql::st during asynchronous operation
ok 127 - Testing DBD::mysql::st method 'rows' for async result
ok 128 - Testing DBD::mysql::st method 'rows' for async result
ok 129
ok 130
ok 131
ok 132
ok 133
ok 134
ok 135
ok 136
ok 137
ok 138
ok 139
ok 140
ok 141
ok 142
ok 143
ok 144
ok 145
ok 146
ok 147
ok 148
ok 149
ok 150
ok 151
ok 152
ok 153
ok 154
ok 155
ok 156
ok 157
ok 158
ok 159
ok 160
ok 161
ok 162
ok 163
ok 164
ok 165
ok 166
ok 167
ok 168
ok 169
ok 170
ok 171
ok 172
ok 173
ok 174
ok 175
ok 176
ok 177
ok 178
ok 179
ok 180
ok 181
ok 182
ok 183
ok 184
ok 185
ok 186
ok 187
ok 188
ok 189
ok 190
ok 191
ok 192
ok 193
ok 194
ok 195
ok 196
ok 197
ok 198
ok 199
ok 200
ok 201
ok 202
ok 203
ok 204
ok 205
ok 206
ok 207
ok 208
ok 209
ok 210
ok 211
ok 212
ok 213
ok 214
ok 215 - Testing method 'bind_param' on DBD::mysql::st during asynchronous operation
ok 216
ok 217 - Testing method 'bind_param_inout' on DBD::mysql::st during asynchronous operation
ok 218
ok 219 - Testing method 'bind_param_array' on DBD::mysql::st during asynchronous operation
ok 220
ok 221 - Testing method 'execute' on DBD::mysql::st during asynchronous operation
ok 222
ok 223 - Testing method 'execute_array' on DBD::mysql::st during asynchronous operation
ok 224
ok 225 - Testing method 'execute_for_fetch' on DBD::mysql::st during asynchronous operation
ok 226
ok 227 - Testing method 'bind_col' on DBD::mysql::st during asynchronous operation
ok 228
ok 229 - Testing method 'bind_columns' on DBD::mysql::st during asynchronous operation
ok 230
ok 231
ok 232
ok
t/91errcheck.t .......................... 
1..1
ok 1 - error string should be set on a bad call
ok
t/92ssl_backronym_vulnerability.t ....... 
1..4
ok 1 - DBD::mysql refused connection to non-SSL server with mysql_ssl=1 and correct user and password
ok 2 - DBD::mysql error message is SSL related
ok 3 - DBD::mysql refused connection to non-SSL server with mysql_ssl=1, mysql_ssl_verify_server_cert=1 and correct user and password
ok 4 - DBD::mysql error message is SSL related
ok
t/92ssl_optional.t ...................... 
1..2
ok 1 - DBD::mysql supports mysql_ssl_optional=1 and connect via plain text protocol when SSL is not supported by server
ok 2 - DBD::mysql supports mysql_ssl_optional=1 and connect via plain text protocol when SSL is not supported by server even with mysql_ssl_ca_file
ok
t/92ssl_riddle_vulnerability.t .......... 
1..4
ok 1 - DBD::mysql refused connection to non-SSL server with mysql_ssl=1 and incorrect user and password
ok 2 - DBD::mysql error message is SSL related
ok 3 - DBD::mysql refused connection to non-SSL server with mysql_ssl=1, mysql_ssl_verify_server_cert=1 and incorrect user and password
ok 4 - DBD::mysql error message is SSL related
ok
Out of memory!
Out of memory!
# Looks like your test exited with 1 just after 3.
t/99_bug_server_prepare_blob_null.t ..... 
1..11
ok 1
ok 2
ok 3
Dubious, test returned 1 (wstat 256, 0x100)
Failed 8/11 subtests 
t/manifest.t ............................ skipped: these tests are for release testing
t/pod.t ................................. skipped: Test::Pod 1.00 required for testing POD
t/rt110983-valid-mysqlfd.t .............. 
1..4
ok 1 - $dbh->mysql_fd returns valid file descriptor when $dbh connection is open
ok 2 - $dbh->{sockfd} returns valid file descriptor when $dbh connection is open
ok 3 - $dbh->mysql_fd returns undef when $dbh connection was closed
ok 4 - $dbh->{sockfd} returns undef when $dbh connection was closed
ok
t/rt118977-zerofill.t ................... 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/rt25389-bin-case.t .................... 
1..8
ok 1 - select name from `dbd-mysql-latin1-`
ok 2 - select name from `dbd-mysql-latin1-` where name = 'AA' OR name = 'Aa' OR name = 'aa' OR name = 'aA'
ok 3 - select name from `dbd-mysql-latin1-unique`
ok 4 - select name from `dbd-mysql-latin1-unique` where name = 'AA' OR name = 'Aa' OR name = 'aa' OR name = 'aA'
ok 5 - select name from `dbd-mysql-utf8-`
ok 6 - select name from `dbd-mysql-utf8-` where name = 'AA' OR name = 'Aa' OR name = 'aa' OR name = 'aA'
ok 7 - select name from `dbd-mysql-utf8-unique`
ok 8 - select name from `dbd-mysql-utf8-unique` where name = 'AA' OR name = 'Aa' OR name = 'aa' OR name = 'aA'
ok
t/rt50304-column_info_parentheses.t ..... 
ok 1
ok 2 - create table dbd_mysql_rt50304_column_info
ok 3 - problem_column values
ok 4 - problem_column first value
ok 5 - problem_column second value
ok 6 - regular_column values
ok 7 - regular_column first value
ok 8 - regular_column second value
ok 9
ok 10
1..10
ok
t/rt61849-bind-param-buffer-overflow.t .. 
1..2
ok 1 - bind_param failed on incorrect numeric value
ok 2 - perl interpreter did not crash
ok
t/rt75353-innodb-lock-timeout.t ......... 
ok 1 - drop table if exists dbd_mysql_rt75353_innodb_lock_timeout
ok 2 - create table dbd_mysql_rt75353_innodb_lock_timeout
ok 3 - dbh1: acquire a row lock on table dbd_mysql_rt75353_innodb_lock_timeout
ok 4 - dbh2: acquiring same lock as dbh1 on table dbd_mysql_rt75353_innodb_lock_timeout failed
ok 5 - dbh2: error message for acquiring lock is 'Lock wait timeout exceeded'
ok 6 - dbh2: error handler code ref was called
ok 7 - drop table dbd_mysql_rt75353_innodb_lock_timeout
1..7
ok
t/rt83494-quotes-comments.t ............. 
ok 1 - created statement hande
ok 2 - executing
ok 3 - values
ok 4 - finish
ok 5 - created statement hande
ok 6 - executing
ok 7 - values
ok 8 - finish
ok 9 - disconnecting from dbh
1..9
ok
2019-04-06  9:15:01 99 [Warning] Aborted connection 99 to db: 'test' user: 'buildd' host: '' (Got timeout reading communication packets)
t/rt85919-fetch-lost-connection.t ....... 
# Connecting...
ok 1 - set wait_timeout
# Sleeping...
ok 2 - prepare SQL
ok 3 - received error 2006 (CR_SERVER_GONE_ERROR)
1..3
ok
t/rt86153-reconnect-fail-memory.t ....... skipped: $ENV{EXTENDED_TESTING} is not set
t/rt88006-bit-prepare.t ................. 
ok 1 - create table for prepare
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10 - fetchrow_hashref for prepare
ok 11 - id test contents
ok 12 - flags has contents
ok 13
ok 14
ok 15
ok 16 - fetchrow_hashref for prepare with more then 32 bits
ok 17 - id test contents
ok 18 - flags has contents
ok 19
ok 20
ok 21
ok 22 - fetchrow_hashref for prepare with binary insert
ok 23 - id test contents
ok 24 - flags has contents
ok 25
ok 26
ok 27
ok 28 - fetchrow_hashref for prepare with BIN()
ok 29 - id test contents
ok 30 - flags has contents
ok 31
ok 32
ok 33 - fetchrow_hashref for prepare with BIN() and more then 32 bits
ok 34 - id test contents
ok 35 - flags has contents
ok 36
ok 37
ok 38 - fetchrow_hashref for prepare with BIN() and with binary insert
ok 39 - id test contents
ok 40 - flags has contents
ok 41
ok 42
ok 43 - create table for noprepare
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52 - fetchrow_hashref for noprepare
ok 53 - id test contents
ok 54 - flags has contents
ok 55
ok 56
ok 57
ok 58 - fetchrow_hashref for noprepare with more then 32 bits
ok 59 - id test contents
ok 60 - flags has contents
ok 61
ok 62
ok 63
ok 64 - fetchrow_hashref for noprepare with binary insert
ok 65 - id test contents
ok 66 - flags has contents
ok 67
ok 68
ok 69
ok 70 - fetchrow_hashref for noprepare with BIN()
ok 71 - id test contents
ok 72 - flags has contents
ok 73
ok 74
ok 75 - fetchrow_hashref for noprepare with BIN() and more then 32 bits
ok 76 - id test contents
ok 77 - flags has contents
ok 78
ok 79
ok 80 - fetchrow_hashref for noprepare with BIN() and with binary insert
ok 81 - id test contents
ok 82 - flags has contents
ok 83
ok 84
1..84
ok
t/rt91715.t ............................. 
1..6
ok 1
ok 2
ok 3 - mysql_use_result set to 0
ok 4
ok 5
ok 6 - mysql_use_result set to 1
ok
t/version.t ............................. 
ok 1 - version format
ok 2 - version starts with "4." (update for 5.x)
ok 3 - VERSION strings should be the same in all .pm files in dist
1..3
ok

Test Summary Report
-------------------
t/40server_prepare.t                  (Wstat: 256 Tests: 25 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 31 tests but ran 25.
t/40server_prepare_crash.t            (Wstat: 256 Tests: 16 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 39 tests but ran 16.
t/50chopblanks.t                      (Wstat: 256 Tests: 106 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/55utf8.t                            (Wstat: 256 Tests: 22 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 32 tests but ran 22.
t/99_bug_server_prepare_blob_null.t   (Wstat: 256 Tests: 3 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 11 tests but ran 3.
Files=73, Tests=2172, 45 wallclock secs ( 0.80 usr  0.24 sys + 13.32 cusr  2.70 csys = 17.06 CPU)
Result: FAIL
Failed 5/73 test programs. 0/2172 subtests failed.
make[2]: *** [Makefile:1202: test_dynamic] Error 255
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2
E: Build killed with signal TERM after 10 minutes of inactivity
--------------------------------------------------------------------------------

Most probably this failure is triggered because of some change in some
build-dependency, because the same version used to work ok in buster
until approximately 2019-03-10 (last date where I have a successful build).

I've put a bunch of build logs here:

https://people.debian.org/~sanvila/build-logs/libdbd-mysql-perl/

I know this failure does not happen on reproducible-builds, but the
hang is 100% reproducible here, using both START1-XS and START1-S
instances from Scaleway, so if you need a test machine to reproduce
this, please contact me privately and I will gladly provide one.

If this is really a bug in one of the build-depends, please use reassign and affects,
so that this is still visible in the BTS web page for this package.

Thanks.



More information about the pkg-perl-maintainers mailing list