Your message dated Mon, 28 Mar 2022 19:49:04 +0000
with message-id <e1nyvmo-000ij7...@fasolo.debian.org>
and subject line Bug#979450: fixed in autopkgtest 5.21
has caused the Debian Bug report #979450,
regarding autopkgest-build-lxc uses old lxc configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
979450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979450
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pdns
Version: 4.4.0-3
Severity: serious
Tags: sid bullseye
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: flaky

Dear maintainer(s),

Your package has an autopkgtest, great. However, I looked into
the history of your autopkgtest [1] on s390x (because it is blocking
boost1.74) and I noticed it fails regularly, while a rerun passes. I
copied some of the output at the bottom of this report.

Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.

Please do get in touch if we need to dive into this together. Or if you
want to discuss this issue.

Paul

https://ci.debian.net/data/autopkgtest/testing/ppc64el/p/pdns/9891909/log.gz

autopkgtest [19:02:43]: test smoke-bind: [-----------------------
+ ZONE=bind.example.org
+ cat
+ cat
+ service pdns restart
Job for pdns.service failed because the control process exited with
error code.
See "systemctl status pdns.service" and "journalctl -xe" for details.
autopkgtest [19:03:09]: test smoke-bind: -----------------------]

autopkgtest [19:04:56]: test smoke-mysql: [-----------------------
+ service mysql stop
+ trap 'kill -TERM $DB_SERVER_PID' EXIT TERM INT
+ DB_SERVER_PID=1986
+ mysqladmin ping
+ /usr/bin/mysqld_safe
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
210122 19:05:22 mysqld_safe Logging to syslog.
210122 19:05:22 mysqld_safe Starting mariadbd daemon with databases from
/var/lib/mysql
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket:
'/run/mysqld/mysqld.sock' exists!
+ sleep 0.5
+ mysqladmin ping
mysqld is alive
+ DBNAME=pdns
+ DBUSER=pdns
+ ZONE=mysql.example.org
+ cat
+ mysql --user=root mysql
+ mysql -uroot pdns
+ find /etc/powerdns/pdns.d/ -type f -delete
+ cat /usr/share/doc/pdns-backend-mysql/examples/gmysql.conf
+ sed -e '
    s/_DBSERVER_/127.0.0.1/;
    s/_DBPORT_/3306/;
    s/_DBNAME_/pdns/;
    s/_DBUSER_/pdns/;
    s/_DBPASS_/password/;
'
+ chmod 0640 /etc/powerdns/pdns.d/gmysql.conf
+ chgrp pdns /etc/powerdns/pdns.d/gmysql.conf
+ cat /etc/powerdns/pdns.d/gmysql.conf
# See https://doc.powerdns.com/authoritative/backends/generic-mysql.html
launch+=gmysql

#################################
# gmysql-dbname Database name to connect to
#
# gmysql-dbname=powerdns
gmysql-dbname=pdns

#################################
# gmysql-dnssec Enable DNSSEC processing
#
# gmysql-dnssec=no
gmysql-dnssec=yes

#################################
# gmysql-group  Database backend MySQL 'group' to connect as
#
# gmysql-group=client

#################################
# gmysql-host   Database backend host to connect to
#
# gmysql-host=
gmysql-host=127.0.0.1

#################################
# gmysql-innodb-read-committed  Use InnoDB READ-COMMITTED transaction
isolation level
#
# gmysql-innodb-read-committed=yes

#################################
# gmysql-password       Database backend password to connect with
#
# gmysql-password=
gmysql-password=password

#################################
# gmysql-port   Database backend port to connect to
#
# gmysql-port=3306
gmysql-port=3306

#################################
# gmysql-socket Database backend socket to connect to
#
# gmysql-socket=

#################################
# gmysql-ssl    Send the SSL capability flag to the server
#
# gmysql-ssl=no

#################################
# gmysql-thread-cleanup Explicitly call mysql_thread_end() when threads end
#
# gmysql-thread-cleanup=no

#################################
# gmysql-timeout        The timeout in seconds for each attempt to read/write
to the server
#
# gmysql-timeout=10

#################################
# gmysql-user   Database backend user to connect as
#
# gmysql-user=powerdns
gmysql-user=pdns
+ cat
+ zone2sql --gmysql --zone-name=mysql.example.org
--zone=/etc/powerdns/mysql.example.org
+ mysql -uroot pdns
1 domains were fully parsed, containing 3 records
+ service pdns restart
Job for pdns.service failed because the control process exited with
error code.
See "systemctl status pdns.service" and "journalctl -xe" for details.
+ kill -TERM 1986
autopkgtest [19:05:43]: test smoke-mysql: -----------------------]

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: autopkgtest
Source-Version: 5.21
Done: Paul Gevers <elb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
autopkgtest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 979...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Gevers <elb...@debian.org> (supplier of updated autopkgtest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2022 21:20:12 +0200
Source: autopkgtest
Architecture: source
Version: 5.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CI team <team...@tracker.debian.org>
Changed-By: Paul Gevers <elb...@debian.org>
Closes: 979450 1008192
Changes:
 autopkgtest (5.21) unstable; urgency=medium
 .
   [ Paul Gevers ]
   * testdesc.py: reduce_restrictions instead of only reduce_arch
     (Closes: #1008192)
   * spec: improve wording of skip-not-installable
   * testdesc: work around variables in d/control
   * spec: be more specific what @recommends@ means
 .
   [ Antonio Terceiro ]
   * autopkgtest-build-lxc: update container configuration (Closes: #979450)
Checksums-Sha1:
 1f29a6a558d2f5561c1250870c598641022c4125 1695 autopkgtest_5.21.dsc
 95d94c4dfc414179a0ada047784ed591a0548b32 197620 autopkgtest_5.21.tar.xz
Checksums-Sha256:
 c3093ba8a622f19eb637893a989201b3d37705797846d6a33a31dd92ef2358ae 1695 
autopkgtest_5.21.dsc
 8bbed702ae2045b09b71ded1d75b71c9f473a59b1e54adc6f2c00e8763581fc6 197620 
autopkgtest_5.21.tar.xz
Files:
 baee1222060d0bdd488c48f868df4e67 1695 devel optional autopkgtest_5.21.dsc
 727184052450a2d1949410fe21798539 197620 devel optional autopkgtest_5.21.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAmJCDFkACgkQnFyZ6wW9
dQqRzwgAhBz1pRY5a4lx//jtgvj+6+F/8g5yumMopKUdCNBepKWqTz4q0rUcbg3h
T4ph336fx2cqmx2/j4YnataZxdOySfPKF00b8geZ0GdlM04CMYudLad0EhHO7cAL
PbQWQaSoGztkthhrwNfl33cx/HZIZfEWAM02B40tuDcOI7eVDZn+dzbIYhfrAsuM
5ExWRq3DtpDFt/uP5czAX1D4HmseYP8yPo9YctOK76afWf/uHJClbutMprhJL2c4
N6uxKLS0k2UwLknxAngGff1NbO1KLvPmrMcWHzjuhFp0uXlKa9ZkVfSv8z0MLQPb
FQ0Gmh6ySI9c6/2b9qAsfcFFmob+Og==
=+RiP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to