[debian-mysql] Request for help to debug gitlab-ci.yml regression

Otto Kekäläinen otto at debian.org
Thu Jan 10 17:16:21 GMT 2019


Hello!

The gitlab-ci.yml job for mariadb-10.3 has stopped working yesterday.
I am unable to figure out why and I request help.

Also I am now travelling and have limited ability to work on this.

The pipeline for commit  a02149c8 passed two days ago but a rebuild
does not pass anymore as of today.

The failing step is that after running 'service mysql restart' the
service isn't up as it should be. Nothing is emitted to
/var/log/mysql/error.log.

Spinning up manually a Debian Sid docker instance (with *.deb files in
subfolder buildout and executing command 'docker run -it -v
${PWD}/buildout:/build -w /build debian:sid bash') did not reveal what
is happening as there everything works fine.

root at 61d6e74c5c2b:/var/lib/mysql# service mysql restart
[ ok ] Stopping MariaDB database server: mysqld.
[ ok ] Starting MariaDB database server: mysqld.
root at 61d6e74c5c2b:/var/lib/mysql# service mysql status
[info] /usr/bin/mysqladmin  Ver 9.1 Distrib 10.3.12-MariaDB, for
debian-linux-gnu on x86_64
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Server version 10.3.12-MariaDB-1
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/run/mysqld/mysqld.sock
Uptime: 5 sec

Threads: 7  Questions: 61  Slow queries: 0  Opens: 32  Flush tables: 1
 Open tables: 26  Queries per second avg: 12.200.


If you cannot solve what is the root cause, at least some help to get
mysqld output/log properly what it is doing in Docker where there is
no syslog would be helpful..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot.png
Type: image/png
Size: 24135 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-mysql-maint/attachments/20190110/0ac8be28/attachment-0001.png>


More information about the pkg-mysql-maint mailing list