--- Begin Message ---
Source: libdbi-drivers
Version: 0.9.0-4
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160910 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>/tests'
> x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include
> -I../tests/cgreen/include -I/usr/include -DDBDIR=\"/usr/var/lib/libdbi\"
> -Wdate-time -D_FORTIFY_SOURCE=2
> -DDBI_DRIVER_DIR=\"/usr/lib/x86_64-linux-gnu/dbd\" -g -MT test_dbi.o -MD -MP
> -MF .deps/test_dbi.Tpo -c -o test_dbi.o test_dbi.c
> test_dbi.c:131:68: warning: integer constant is so large that it is unsigned
> {"the_float", 2, 2, 0, 0, .expect_val.double_val = 3.4E+37,
> -9223372036854775808, "3.400000e+37"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:132:70: warning: integer constant is so large that it is unsigned
> {"the_double", 2, 4, 0, 0, .expect_val.double_val = 1.7E+307,
> -9223372036854775808, "1.700000e+307"}, /* DBI_DECIMAL_SIZE8 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:160:75: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_float", 2, 2, 0, 0, .expect_val.double_val = 3.402823466E+38,
> 3.402823466E+38, "3.40280E+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~
> test_dbi.c:161:69: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_double", 2, 4, 0, 0, .expect_val.double_val = 1.7E+307,
> 1.7E+307, "1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
> ^~~~~~~~
> test_dbi.c:188:75: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_float", 2, 2, 0, 0, .expect_val.double_val = 3.402823466E+38,
> 3.402823466E+38, "3.40280E+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~
> test_dbi.c:189:69: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_double", 2, 4, 0, 0, .expect_val.double_val = 1.7E+307,
> 1.7E+307, "1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
> ^~~~~~~~
> test_dbi.c:219:75: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_float", 2, 2, 0, 0, .expect_val.double_val = 3.402823466E+38,
> 3.402823466E+38, "3.40280E+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~
> test_dbi.c:244:76: warning: integer constant is so large that it is unsigned
> {"the_float", 2, 2, 0, 5, .expect_val.double_val = 3.402823466E+38,
> -9223372036854775808, "3.402820e+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:245:75: warning: integer constant is so large that it is unsigned
> {"the_double", 2, 4, 0, 7, .expect_val.double_val = 1.797693E+307,
> -9223372036854775808, "1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:275:76: warning: integer constant is so large that it is unsigned
> {"the_float", 2, 2, 0, 5, .expect_val.double_val = 3.402823466E+38,
> -9223372036854775808, "3.402820e+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:276:76: warning: integer constant is so large that it is unsigned
> {"the_double", 2, 4, 0, 7, .expect_val.double_val = 1.797693e+307,
> -9223372036854775808, " 1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:306:75: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_float", 2, 2, 0, 7, .expect_val.double_val = 3.402823466E+38,
> 3.402823466E+38, "3.40280E+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~
> test_dbi.c:307:69: warning: overflow in implicit constant conversion
> [-Woverflow]
> {"the_double", 2, 4, 0, 7, .expect_val.double_val = 1.7E+307,
> 1.7E+307, "1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
> ^~~~~~~~
> test_dbi.c:335:76: warning: integer constant is so large that it is unsigned
> {"the_float", 2, 2, 0, 7, .expect_val.double_val = 3.402823466E+38,
> -9223372036854775808, "3.402823e+38"}, /* DBI_DECIMAL_SIZE4 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c:336:75: warning: integer constant is so large that it is unsigned
> {"the_double", 2, 4, 0, 7, .expect_val.double_val = 1.797693e+307,
> -9223372036854775808, "1.797693e+307"}, /* DBI_DECIMAL_SIZE8 */
>
> ^~~~~~~~~~~~~~~~~~~
> test_dbi.c: In function 'my_dbi_initialize':
> test_dbi.c:2404:7: warning: 'dbi_initialize' is deprecated
> [-Wdeprecated-declarations]
> return dbi_initialize(driverdir);
> ^~~~~~
> In file included from test_dbi.c:27:0:
> /usr/include/dbi/dbi.h:169:27: note: declared here
> int LIBDBI_API_DEPRECATED dbi_initialize(const char *driverdir);
> ^~~~~~~~~~~~~~
> test_dbi.c: In function 'my_dbi_shutdown':
> test_dbi.c:2413:7: warning: 'dbi_shutdown' is deprecated
> [-Wdeprecated-declarations]
> dbi_shutdown();
> ^~~~~~~~~~~~
> In file included from test_dbi.c:27:0:
> /usr/include/dbi/dbi.h:171:28: note: declared here
> void LIBDBI_API_DEPRECATED dbi_shutdown();
> ^~~~~~~~~~~~
> test_dbi.c: In function 'my_dbi_driver_list':
> test_dbi.c:2422:7: warning: 'dbi_driver_list' is deprecated
> [-Wdeprecated-declarations]
> return dbi_driver_list(Current);
> ^~~~~~
> In file included from test_dbi.c:27:0:
> /usr/include/dbi/dbi.h:178:34: note: declared here
> dbi_driver LIBDBI_API_DEPRECATED dbi_driver_list(dbi_driver Current); /*
> returns next driver. if current is NULL, return first driver. */
> ^~~~~~~~~~~~~~~
> test_dbi.c: In function 'my_dbi_conn_new':
> test_dbi.c:2431:7: warning: 'dbi_conn_new' is deprecated
> [-Wdeprecated-declarations]
> return dbi_conn_new(name);
> ^~~~~~
> In file included from test_dbi.c:27:0:
> /usr/include/dbi/dbi.h:199:32: note: declared here
> dbi_conn LIBDBI_API_DEPRECATED dbi_conn_new(const char *name); /* shortcut
> for dbi_conn_open(dbi_driver_open("foo")) */
> ^~~~~~~~~~~~
> test_dbi.c: In function 'test_dbi_result_get_datetime':
> test_dbi.c:4602:19: warning: assignment makes integer from pointer without a
> cast [-Wint-conversion]
> the_date = dbi_result_get_string(result, "the_date");
> ^
> In file included from ../tests/cgreen/include/cgreen/cgreen.h:5:0,
> from test_dbi.c:33:
> test_dbi.c:4603:30: warning: passing argument 3 of 'assert_string_equal_'
> makes pointer from integer without a cast [-Wint-conversion]
> assert_string_equal(the_date, "11-jul-1977");
> ^
> ../tests/cgreen/include/cgreen/assertions.h:19:87: note: in definition of
> macro 'assert_string_equal'
> #define assert_string_equal(tried, expected) assert_string_equal_(__FILE__,
> __LINE__, tried, expected)
>
> ^~~~~
> In file included from ../tests/cgreen/include/cgreen/cgreen.h:5:0,
> from test_dbi.c:33:
> ../tests/cgreen/include/cgreen/assertions.h:35:6: note: expected 'const char
> *' but argument is of type 'time_t {aka long int}'
> void assert_string_equal_(const char *file, int line, const char *tried,
> const char *expected);
> ^~~~~~~~~~~~~~~~~~~~
> test_dbi.c:4605:19: warning: assignment makes integer from pointer without a
> cast [-Wint-conversion]
> the_time = dbi_result_get_string(result, "the_time");
> ^
> In file included from ../tests/cgreen/include/cgreen/cgreen.h:5:0,
> from test_dbi.c:33:
> test_dbi.c:4606:30: warning: passing argument 3 of 'assert_string_equal_'
> makes pointer from integer without a cast [-Wint-conversion]
> assert_string_equal(the_time, "23:59:59");
> ^
> ../tests/cgreen/include/cgreen/assertions.h:19:87: note: in definition of
> macro 'assert_string_equal'
> #define assert_string_equal(tried, expected) assert_string_equal_(__FILE__,
> __LINE__, tried, expected)
>
> ^~~~~
> In file included from ../tests/cgreen/include/cgreen/cgreen.h:5:0,
> from test_dbi.c:33:
> ../tests/cgreen/include/cgreen/assertions.h:35:6: note: expected 'const char
> *' but argument is of type 'time_t {aka long int}'
> void assert_string_equal_(const char *file, int line, const char *tried,
> const char *expected);
> ^~~~~~~~~~~~~~~~~~~~
> mv -f .deps/test_dbi.Tpo .deps/test_dbi.Po
> /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc
> -DDBI_DRIVER_DIR=\"/usr/lib/x86_64-linux-gnu/dbd\" -g -Wl,-z,relro -o
> test_dbi test_dbi.o ../tests/cgreen/libcgreen.a -L/usr/lib/x86_64-linux-gnu
> -lm -ldbi -lpthread -no-undefined -ldbi -L/usr/lib/x86_64-linux-gnu
> libtool: link: x86_64-linux-gnu-gcc
> -DDBI_DRIVER_DIR=\"/usr/lib/x86_64-linux-gnu/dbd\" -g -Wl,-z -Wl,relro -o
> test_dbi test_dbi.o ../tests/cgreen/libcgreen.a -L/usr/lib/x86_64-linux-gnu
> -lm -lpthread -ldbi
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> # Testing sqlite and sqlite3
> mkdir -p /<<PKGBUILDDIR>>/debian/sqlite3tests
> ( echo i; \
> echo n; \
> echo ./drivers/sqlite3/.libs; \
> echo sqlite3; \
> echo /<<PKGBUILDDIR>>/debian/sqlite3tests; \
> echo libdbitest; ) | ./tests/test_dbi
>
> libdbi-drivers test program: $Id: test_dbi.c,v 1.72 2013/02/24 15:06:57
> mhoenicka Exp $
>
> test instance-based (i) or legacy (l) libdbi interface? [i] log query (y|n)?
> [n] libdbi driver directory? [/usr/lib/x86_64-linux-gnu/dbd] 1 drivers
> available: sqlite3
> test which driver? database directory? [DEFAULT] database name? [libdbitest]
> encoding? []
> Connection information:
> --------------------
> Legacy mode: 0
> Log query: 0
> Driverdir: ./drivers/sqlite3/.libs
> Drivername: sqlite3
> Dbdir: /<<PKGBUILDDIR>>/debian/sqlite3tests
> Initial Database: libdbitest
> Database: libdbitest
> Username:
> Password:
> Hostname:
> Version:
> Initial tables schema: CREATE TABLE test_datatypes ( the_char
> CHAR,the_uchar CHAR,the_short SMALLINT,the_ushort SMALLINT,the_long
> INT,the_ulong INT,the_longlong BIGINT,the_ulonglong BIGINT,the_float
> FLOAT4,the_double FLOAT8,the_driver_string
> VARCHAR(255),the_conn_quoted_string VARCHAR(255),the_conn_quoted_string_copy
> VARCHAR(255),the_conn_escaped_string
> VARCHAR(255),the_conn_escaped_string_copy VARCHAR(255),the_numstring
> VARCHAR(255),the_empty_string VARCHAR(255),the_null_string
> VARCHAR(255),the_binary_quoted_string BLOB,the_binary_escaped_string
> BLOB,the_datetime DATETIME,the_datetime_tz DATETIME,the_date DATE,the_time
> TIME,the_time_tz TIME,id INTEGER AUTO INCREMENT)
> Initial sub schema:
> 0:
> 1:
> 2:
> 3:
> 4:
> Initial data schema: INSERT INTO test_datatypes
> (the_char,the_uchar,the_short,the_ushort,the_long,the_ulong,the_longlong,the_ulonglong,the_float,the_double,the_conn_quoted_string,the_conn_quoted_string_copy,the_conn_escaped_string,the_conn_escaped_string_copy,the_numstring,the_empty_string,the_null_string,the_binary_quoted_string,the_binary_escaped_string,the_datetime,the_datetime_tz,the_date,the_time,the_time_tz)
> VALUES
> (-127,127,-32768,32767,-2147483648,2147483647,-9223372036854775807,9223372036854775807,3.402823466E+38,1.7976931348623157E+307,'Can
> ''we'' "quote" this properly?','Can ''we'' "quote" this properly?','Can
> ''we'' "escape" this properly?','Can ''we'' "escape" this
> properly?','-54321','',NULL,'@A?B&C','@A?B&C','2001-12-31
> 23:59:59','2001-12-31 23:59:59
> -10:00','2001-12-31','23:59:59','23:59:59-10:00')
>
> Begin tests:
> --------------------
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Completed "libdbi framework test": 395 passes, 0 failures, 0 exceptions.
> rm -rf /<<PKGBUILDDIR>>/debian/sqlite3tests
> mkdir -p /<<PKGBUILDDIR>>/debian/sqlitetests
> ( echo i; \
> echo n; \
> echo ./drivers/sqlite/.libs; \
> echo sqlite; \
> echo /<<PKGBUILDDIR>>/debian/sqlitetests; \
> echo libdbitest; ) | ./tests/test_dbi
>
> libdbi-drivers test program: $Id: test_dbi.c,v 1.72 2013/02/24 15:06:57
> mhoenicka Exp $
>
> test instance-based (i) or legacy (l) libdbi interface? [i] log query (y|n)?
> [n] libdbi driver directory? [/usr/lib/x86_64-linux-gnu/dbd] 1 drivers
> available: sqlite
> test which driver? database directory? [DEFAULT] database name? [libdbitest]
> encoding? []
> Connection information:
> --------------------
> Legacy mode: 0
> Log query: 0
> Driverdir: ./drivers/sqlite/.libs
> Drivername: sqlite
> Dbdir: /<<PKGBUILDDIR>>/debian/sqlitetests
> Initial Database: libdbitest
> Database: libdbitest
> Username:
> Password:
> Hostname:
> Version:
> Initial tables schema: CREATE TABLE test_datatypes ( the_char
> CHAR,the_uchar CHAR,the_short SMALLINT,the_ushort SMALLINT,the_long
> INT,the_ulong INT,the_longlong BIGINT,the_ulonglong BIGINT,the_float
> FLOAT4,the_double FLOAT8,the_driver_string
> VARCHAR(255),the_conn_quoted_string VARCHAR(255),the_conn_quoted_string_copy
> VARCHAR(255),the_conn_escaped_string
> VARCHAR(255),the_conn_escaped_string_copy VARCHAR(255),the_numstring
> VARCHAR(255),the_empty_string VARCHAR(255),the_null_string
> VARCHAR(255),the_binary_quoted_string BLOB,the_binary_escaped_string
> BLOB,the_datetime DATETIME,the_datetime_tz DATETIME,the_date DATE,the_time
> TIME,the_time_tz TIME,id INTEGER AUTO INCREMENT)
> Initial sub schema:
> 0:
> 1:
> 2:
> 3:
> 4:
> Initial data schema: INSERT INTO test_datatypes
> (the_char,the_uchar,the_short,the_ushort,the_long,the_ulong,the_longlong,the_ulonglong,the_float,the_double,the_conn_quoted_string,the_conn_quoted_string_copy,the_conn_escaped_string,the_conn_escaped_string_copy,the_numstring,the_empty_string,the_null_string,the_binary_quoted_string,the_binary_escaped_string,the_datetime,the_datetime_tz,the_date,the_time,the_time_tz)
> VALUES
> (-127,127,-32768,32767,-2147483648,2147483647,-9223372036854775807,9223372036854775807,3.402823466E+38,1.7976931348623157E+307,'Can
> ''we'' "quote" this properly?','Can ''we'' "quote" this properly?','Can
> ''we'' "escape" this properly?','Can ''we'' "escape" this
> properly?','-54321','',NULL,'@A?B&C','@A?B&C','2001-12-31
> 23:59:59','2001-12-31 23:59:59
> -10:00','2001-12-31','23:59:59','23:59:59-10:00')
>
> Begin tests:
> --------------------
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> test_dbi.c:3312: unit test failure: sqlite -> libdbi connection -> Managing
> Transactions -> test_dbi_conn_rollback_to_savepoint -> [1] should match [0]
> at [test_dbi.c] line [3312]
> test_dbi.c:3319: unit test failure: sqlite -> libdbi connection -> Managing
> Transactions -> test_dbi_conn_rollback_to_savepoint -> [1] should match [0]
> at [test_dbi.c] line [3319]
> test_dbi.c:3333: unit test failure: sqlite -> libdbi connection -> Managing
> Transactions -> test_dbi_conn_rollback_to_savepoint -> [0] should match
> [-2147483648] at [test_dbi.c] line [3333]
> Running "libdbi framework test"...
> test_dbi.c:3357: unit test failure: sqlite -> libdbi connection -> Managing
> Transactions -> test_dbi_conn_release_savepoint -> [1] should match [0] at
> [test_dbi.c] line [3357]
> test_dbi.c:3361: unit test failure: sqlite -> libdbi connection -> Managing
> Transactions -> test_dbi_conn_release_savepoint -> [1] should match [0] at
> [test_dbi.c] line [3361]
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Completed "libdbi framework test": 390 passes, 5 failures, 0 exceptions.
> debian/rules:73: recipe for target 'test-stamp' failed
> make: [test-stamp] Error 1 (ignored)
> rm -rf /<<PKGBUILDDIR>>/debian/sqlitetests
> # Testing MySQL and Postgress
> chmod +x ./debian/test_mysql.sh
> ./debian/test_mysql.sh
> WARNING: Could not write to config file /usr/my.cnf: Permission denied
>
> Installing MySQL system tables...2016-09-09 15:01:09 0 [Warning] TIMESTAMP
> with implicit DEFAULT value is deprecated. Please use
> --explicit_defaults_for_timestamp server option (see documentation for more
> details).
> 2016-09-09 15:01:09 0 [Note] /usr/sbin/mysqld (mysqld 5.6.30-1) starting as
> process 15392 ...
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Using atomics to ref count buffer
> pool pages
> 2016-09-09 15:01:09 15392 [Note] InnoDB: The InnoDB memory heap is disabled
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
> builtins
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Memory barrier is not used
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Compressed tables use zlib 1.2.8
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Using Linux native AIO
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Using CPU crc32 instructions
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Initializing buffer pool, size =
> 128.0M
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Completed initialization of buffer
> pool
> 2016-09-09 15:01:09 15392 [Note] InnoDB: The first specified data file
> ./ibdata1 did not exist: a new database to be created!
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
> 2016-09-09 15:01:09 15392 [Note] InnoDB: Database physically writes the file
> full: wait...
> 2016-09-09 15:01:10 15392 [Note] InnoDB: Setting log file ./ib_logfile101
> size to 48 MB
> 2016-09-09 15:01:10 15392 [Note] InnoDB: Setting log file ./ib_logfile1 size
> to 48 MB
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Renaming log file ./ib_logfile101 to
> ./ib_logfile0
> 2016-09-09 15:01:11 15392 [Warning] InnoDB: New log files created, LSN=45781
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Doublewrite buffer not found:
> creating new
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Doublewrite buffer created
> 2016-09-09 15:01:11 15392 [Note] InnoDB: 128 rollback segment(s) are active.
> 2016-09-09 15:01:11 15392 [Warning] InnoDB: Creating foreign key constraint
> system tables.
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Foreign key constraint system tables
> created
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Creating tablespace and datafile
> system tables.
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Tablespace and datafile system
> tables created.
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Waiting for purge to start
> 2016-09-09 15:01:11 15392 [Note] InnoDB: 5.6.30 started; log sequence number 0
> 2016-09-09 15:01:11 15392 [Note] Binlog end
> 2016-09-09 15:01:11 15392 [Note] InnoDB: FTS optimize thread exiting.
> 2016-09-09 15:01:11 15392 [Note] InnoDB: Starting shutdown...
> 2016-09-09 15:01:13 15392 [Note] InnoDB: Shutdown completed; log sequence
> number 1625977
> OK
>
> Filling help tables...2016-09-09 15:01:13 0 [Warning] TIMESTAMP with implicit
> DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp
> server option (see documentation for more details).
> 2016-09-09 15:01:13 0 [Note] /usr/sbin/mysqld (mysqld 5.6.30-1) starting as
> process 15415 ...
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Using atomics to ref count buffer
> pool pages
> 2016-09-09 15:01:13 15415 [Note] InnoDB: The InnoDB memory heap is disabled
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
> builtins
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Memory barrier is not used
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Compressed tables use zlib 1.2.8
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Using Linux native AIO
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Using CPU crc32 instructions
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Initializing buffer pool, size =
> 128.0M
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Completed initialization of buffer
> pool
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Highest supported file format is
> Barracuda.
> 2016-09-09 15:01:13 15415 [Note] InnoDB: 128 rollback segment(s) are active.
> 2016-09-09 15:01:13 15415 [Note] InnoDB: Waiting for purge to start
> 2016-09-09 15:01:13 15415 [Note] InnoDB: 5.6.30 started; log sequence number
> 1625977
> 2016-09-09 15:01:14 15415 [Note] Binlog end
> 2016-09-09 15:01:14 15415 [Note] InnoDB: FTS optimize thread exiting.
> 2016-09-09 15:01:14 15415 [Note] InnoDB: Starting shutdown...
> 2016-09-09 15:01:15 15415 [Note] InnoDB: Shutdown completed; log sequence
> number 1625987
> 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 MySQL 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 ip-172-31-5-126 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 manual for more instructions.
>
> You can start the MySQL daemon with:
>
> cd /usr ; /usr/bin/mysqld_safe &
>
> You can test the MySQL daemon with mysql-test-run.pl
>
> cd mysql-test ; perl mysql-test-run.pl
>
> Please report any problems at http://bugs.mysql.com/
>
> The latest information about MySQL is available on the web at
>
> http://www.mysql.com
>
> Support MySQL by buying support/licenses at http://shop.mysql.com
>
> WARNING: Could not copy config file template /usr/share/mysql/my-default.cnf
> to
> /usr/my.cnf, may not have access rights to do so.
> You may want to copy the file manually, or create your own,
> it will then be used by default by the server when you start it.
>
> WARNING: Default config file /etc/mysql/my.cnf exists on the system
> This file will be read by default by the MySQL server
> If you do not want to use this, either remove it, or use the
> --defaults-file argument to mysqld_safe when starting the server
>
> pinging mysqld./usr/bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Can't connect to local MySQL server through socket
> '/tmp/tmp.Ow0i3chH15/mysql.sock' (2)'
> Check that mysqld is running and that the socket:
> '/tmp/tmp.Ow0i3chH15/mysql.sock' exists!
> 2016-09-09 15:01:16 0 [Warning] TIMESTAMP with implicit DEFAULT value is
> deprecated. Please use --explicit_defaults_for_timestamp server option (see
> documentation for more details).
> 2016-09-09 15:01:16 0 [Note] /usr/sbin/mysqld (mysqld 5.6.30-1) starting as
> process 15438 ...
> 2016-09-09 15:01:16 15438 [Warning] Buffered warning: Using unique option
> prefix skip-grant instead of skip-grant-tables is deprecated and will be
> removed in a future release. Please use the full name instead.
>
> 2016-09-09 15:01:16 15438 [Note] Plugin 'FEDERATED' is disabled.
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Using atomics to ref count buffer
> pool pages
> 2016-09-09 15:01:16 15438 [Note] InnoDB: The InnoDB memory heap is disabled
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
> builtins
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Memory barrier is not used
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Compressed tables use zlib 1.2.8
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Using Linux native AIO
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Using CPU crc32 instructions
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Initializing buffer pool, size =
> 128.0M
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Completed initialization of buffer
> pool
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Highest supported file format is
> Barracuda.
> 2016-09-09 15:01:16 15438 [Note] InnoDB: 128 rollback segment(s) are active.
> 2016-09-09 15:01:16 15438 [Note] InnoDB: Waiting for purge to start
> 2016-09-09 15:01:16 15438 [Note] InnoDB: 5.6.30 started; log sequence number
> 1625987
> 2016-09-09 15:01:16 15438 [Warning] No existing UUID has been found, so we
> assume that this is the first time that this server has been started.
> Generating a new UUID: 4204d992-769e-11e6-9e83-0605dff0e64b.
> 2016-09-09 15:01:16 15438 [Note] /usr/sbin/mysqld: ready for connections.
> Version: '5.6.30-1' socket: '/tmp/tmp.Ow0i3chH15/mysql.sock' port: 0
> (Debian)
> mysqld is alive
>
> libdbi-drivers test program: $Id: test_dbi.c,v 1.72 2013/02/24 15:06:57
> mhoenicka Exp $
>
> test instance-based (i) or legacy (l) libdbi interface? [i] log query (y|n)?
> [n] libdbi driver directory? [/usr/lib/x86_64-linux-gnu/dbd] 1 drivers
> available: mysql
> test which driver?
> database administrator name?
> database administrator password?
> database hostname? [(blank for local socket if possible)] database name?
> [libdbitest] encoding? []
> Connection information:
> --------------------
> Legacy mode: 0
> Log query: 0
> Driverdir: ./drivers/mysql/.libs
> Drivername: mysql
> Dbdir:
> Initial Database: mysql
> Database: libdbitest
> Username: root
> Password:
> Hostname: localhost
> Version:
> Initial tables schema: CREATE TABLE test_datatypes ( the_char
> TINYINT,the_uchar TINYINT,the_short SMALLINT,the_ushort SMALLINT,the_long
> INT,the_ulong INT,the_longlong BIGINT,the_ulonglong BIGINT,the_float
> FLOAT4,the_double FLOAT8,the_conn_quoted_string
> VARCHAR(255),the_conn_quoted_string_copy VARCHAR(255),the_conn_escaped_string
> VARCHAR(255),the_conn_escaped_string_copy VARCHAR(255),the_numstring
> VARCHAR(255),the_empty_string VARCHAR(255),the_null_string
> VARCHAR(255),the_binary_quoted_string BLOB,the_binary_escaped_string
> BLOB,the_datetime DATETIME,the_datetime_tz DATETIME,the_date DATE,the_time
> TIME,the_time_tz TIME,id INT AUTO_INCREMENT,PRIMARY KEY (id)) ENGINE=InnoDB
> Initial sub schema:
> 0:
> 1:
> 2:
> 3:
> 4:
> Initial data schema: INSERT INTO test_datatypes
> (the_char,the_uchar,the_short,the_ushort,the_long,the_ulong,the_longlong,the_ulonglong,the_float,the_double,the_conn_quoted_string,the_conn_quoted_string_copy,the_conn_escaped_string,the_conn_escaped_string_copy,the_numstring,the_empty_string,the_null_string,the_binary_quoted_string,the_binary_escaped_string,the_datetime,the_datetime_tz,the_date,the_time,the_time_tz)
> VALUES
> (-127,127,-32768,32767,-2147483648,2147483647,-9223372036854775807,9223372036854775807,3.402823466E+38,1.7976931348623157E+307,'Can
> ''we'' "quote" this properly?','Can ''we'' "quote" this properly?','Can
> ''we'' "escape" this properly?','Can ''we'' "escape" this
> properly?','-54321','',NULL,'AB\0C\'D','AB\0C\'D','2001-12-31
> 23:59:59','2001-12-31 23:59:59
> -10:00','2001-12-31','23:59:59','23:59:59-10:00')
>
> Begin tests:
> --------------------
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Running "libdbi framework test"...
> Completed "libdbi framework test": 409 passes, 0 failures, 0 exceptions.
> 2016-09-09 15:01:21 15438 [Note] /usr/sbin/mysqld: Normal shutdown
>
> 2016-09-09 15:01:21 15438 [Note] Giving 0 client threads a chance to die
> gracefully
> 2016-09-09 15:01:21 15438 [Note] Shutting down slave threads
> 2016-09-09 15:01:21 15438 [Note] Forcefully disconnecting 0 remaining clients
> 2016-09-09 15:01:21 15438 [Note] Binlog end
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'partition'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'ARCHIVE'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'BLACKHOLE'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin
> 'INNODB_SYS_FOREIGN_COLS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin
> 'INNODB_FT_BEING_DELETED'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_FT_DELETED'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin
> 'INNODB_FT_DEFAULT_STOPWORD'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_METRICS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin
> 'INNODB_BUFFER_POOL_STATS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin
> 'INNODB_CMP_PER_INDEX_RESET'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_CMPMEM'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_CMP_RESET'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_CMP'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_LOCKS'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'INNODB_TRX'
> 2016-09-09 15:01:21 15438 [Note] Shutting down plugin 'InnoDB'
> 2016-09-09 15:01:21 15438 [Note] InnoDB: FTS optimize thread exiting.
> 2016-09-09 15:01:21 15438 [Note] InnoDB: Starting shutdown...
> 2016-09-09 15:01:23 15438 [Note] InnoDB: Shutdown completed; log sequence
> number 2908730
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'CSV'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'MEMORY'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'MyISAM'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'MRG_MYISAM'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'sha256_password'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'mysql_old_password'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'mysql_native_password'
> 2016-09-09 15:01:23 15438 [Note] Shutting down plugin 'binlog'
> 2016-09-09 15:01:23 15438 [Note] /usr/sbin/mysqld: Shutdown complete
>
> chmod +x ./debian/test_pgsql.sh
> ./debian/test_pgsql.sh
> ./debian/test_pgsql.sh: 40: ./debian/test_pgsql.sh:
> /usr/lib/postgresql/9.6/bin/initdb: not found
> debian/rules:73: recipe for target 'test-stamp' failed
> make: *** [test-stamp] Error 127
The full build log is available from:
http://aws-logs.debian.net/2016/09/10/libdbi-drivers_0.9.0-4_unstable.log
(That DNS record was just updated. Use
http://ec2-52-58-237-241.eu-central-1.compute.amazonaws.com if it
doesn't work)
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---