Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.0.22
-
None
Description
In Debian, the builds for the unofficial alpha platform fails due to failing test:
main.mysqltest w2 [ fail ]
|
Test ended at 2015-12-11 05:18:35
|
|
CURRENT_TEST: main.mysqltest
|
sh: 1: illegal_command: not found
|
�/«PKGBUILDDIR»/builddir/client/mysqltest: Error on delete of 'DoesNotExist' (Errcode: 2 "No such file or directory")
|
mysqltest: At line 1800: exec of 'echo "source /«PKGBUILDDIR»/builddir/mysql-test/var/2/tmp/mysqltest.sql;" | /«PKGBUILDDIR»/builddir/client/mysqltest --defaults-file=/«PKGBUILDDIR»/builddir/mysql-test/var/2/my.cnf --silent --tmpdir=/«PKGBUILDDIR»/builddir/mysql-test/var/tmp/2 --character-sets-dir=/«PKGBUILDDIR»/sql/share/charsets --logdir=/«PKGBUILDDIR»/builddir/mysql-test/var/2/log --database=test --timer-file=/«PKGBUILDDIR»/builddir/mysql-test/var/2/log/timer 2>&1' failed, error: 256, status: 1, errno: 2
|
Output from before failure:
|
mysqltest: In included file "/«PKGBUILDDIR»/builddir/mysql-test/var/2/tmp/mysqltest.sql":
|
included from <stdin> at line 1:
|
At line 7: query 'connect test_con1,localhost,root,,' failed: 2013: Lost connection to MySQL server at 'waiting for initial communication packet', system error: 60 "Connection timed out"
|
|
|
|
The result from queries just before the failure was:
|
< snip >
|
col1 col2
|
b d
|
mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a'
|
mysqltest: At line 1: Wrong number of arguments to replace_column in 'replace_column 1'
|
mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a b'
|
mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a 1'
|
mysqltest: At line 1: Wrong column number to replace_column in 'replace_column 1 b c '
|
select "LONG_STRING" as x;
|
x
|
LONG_STRING
|
dog
|
mysqltest: At line 1: Invalid integer argument "10!"
|
mysqltest: At line 1: Invalid integer argument "a"
|
mysqltest: At line 1: Missing required argument 'connection name' to command 'connect'
|
mysqltest: At line 1: Missing required argument 'connection name' to command 'connect'
|
mysqltest: At line 1: Missing required argument 'host' to command 'connect'
|
mysqltest: At line 1: Missing required argument 'host' to command 'connect'
|
mysqltest: At line 1: query 'connect con2,localhost,root,,illegal_db' failed: 1049: Unknown database 'illegal_db'
|
mysqltest: At line 1: Illegal argument for port: 'illegal_port'
|
mysqltest: At line 1: Illegal option to connect: SMTP
|
|
More results from queries before failure can be found in /«PKGBUILDDIR»/builddir/mysql-test/var/2/log/mysqltest.log
|
|
- saving '/«PKGBUILDDIR»/builddir/mysql-test/var/2/log/main.mysqltest/' to '/«PKGBUILDDIR»/builddir/mysql-test/var/log/main.mysqltest/'
|
|
Retrying test main.mysqltest, attempt(2/3)...
|
|
***Warnings generated in error logs during shutdown after running tests: main.mysql_upgrade_view main.mysqltest main.mysqldump_restore main.mysql_binary_mode main.ctype_gbk_binlog
|
|
151211 5:16:34 [ERROR] mysqld got signal 11 ;
|
Attempting backtrace. You can use the following information to find out
|
Full log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.0&arch=alpha&ver=10.0.22-2&stamp=1449822712
This issue is very minor, I don't expect anybody to fix it unless the fix is very easy or if somebody anywhere ever actually is found to be using Alpha machines.
It appears that the server actually crashes here, so it would be better to check it.
What are our options? Can we access the machine to run anything there manually? Or what else can we do with the box?