Your message dated Sun, 07 Nov 2021 16:49:08 +0000
with message-id <e1mjllw-00038c...@fasolo.debian.org>
and subject line Bug#998547: fixed in pdns 4.4.1-4
has caused the Debian Bug report #998547,
regarding pdns: FTBFS: test fails
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.)


-- 
998547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pdns
Version: 4.4.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./debian/tests-source/run
> 
> tests-source: running smoke-bind
> 
> + CONFDIR=/<<PKGBUILDDIR>>/debian/tests-source
> + cat
> + cat
> ++ mktemp
> + TMPFILE=/tmp/tmp.9iZizjpgyf
> + trap cleanup EXIT
> + cat
> + ./launch-pdns
> Waiting for pdns_server to start...
> + dig -p 5301 @127.0.0.1 smoke.bind.example.org
> + tee /tmp/tmp.9iZizjpgyf
> Nov 04 09:13:22 Loading '../../modules/bindbackend/.libs//libbindbackend.so'
> Nov 04 09:13:22 This is a standalone pdns
> Nov 04 09:13:22 Listening on controlsocket in './pdns.controlsocket'
> Nov 04 09:13:22 UDP server bound to 127.0.0.1:5301
> Nov 04 09:13:22 TCP server bound to 127.0.0.1:5301
> Nov 04 09:13:22 PowerDNS Authoritative Server 4.4.1 (C) 2001-2020 
> PowerDNS.COM BV
> Nov 04 09:13:22 Using 64-bits mode. Built using gcc 11.2.0.
> Nov 04 09:13:22 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free 
> software, and you are welcome to redistribute it according to the terms of 
> the GPL version 2.
> Nov 04 09:13:22 Not validating response for security status update, this is a 
> non-release version
> Nov 04 09:13:22 Creating backend connection for TCP
> Nov 04 09:13:22 [bindbackend] Parsing 1 domain(s), will report when done
> Nov 04 09:13:22 [bindbackend] Done parsing domains, 0 rejected, 1 new, 0 
> removed
> Nov 04 09:13:22 About to create 3 backend threads for UDP
> Nov 04 09:13:22 Done launching threads, ready to distribute questions
> 
> ; <<>> DiG 9.17.19-1-Debian <<>> -p 5301 @127.0.0.1 smoke.bind.example.org
> ; (1 server found)
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28227
> ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
> ;; WARNING: recursion requested but not available
> 
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 1232
> ;; QUESTION SECTION:
> ;smoke.bind.example.org.              IN      A
> 
> ;; ANSWER SECTION:
> smoke.bind.example.org.       172800  IN      A       127.0.0.123
> 
> ;; Query time: 320 msec
> ;; SERVER: 127.0.0.1#5301(127.0.0.1) (UDP)
> ;; WHEN: Thu Nov 04 09:13:22 UTC 2021
> ;; MSG SIZE  rcvd: 67
> 
> + grep -c '127\.0\.0\.123' /tmp/tmp.9iZizjpgyf
> 1
> + echo success
> success
> + cleanup
> + rm -f /tmp/tmp.9iZizjpgyf
> + rm -f named.conf bind.example.org.zone
> ++ cat pdns.pid
> + kill 14829
> + rm -f pdns.conf pdns.pid pdns.controlsocket
> 
> 
> tests-source: running smoke-lmdb
> 
> + CONFDIR=/<<PKGBUILDDIR>>/debian/tests-source
> ++ mktemp
> + TMPFILE=/tmp/tmp.LRv32FVwU2
> + trap cleanup EXIT
> + cat
> + ../../pdns/pdnsutil --config-dir=. create-zone smoke.lmdb.example.org
> Creating empty zone 'smoke.lmdb.example.org'
> + ./launch-pdns
> Waiting for pdns_server to start...
> + dig -p 5301 @127.0.0.1 smoke.lmdb.example.org SOA
> + tee /tmp/tmp.LRv32FVwU2
> Nov 04 09:13:22 Loading '../../modules/lmdbbackend/.libs//liblmdbbackend.so'
> Nov 04 09:13:22 This is a standalone pdns
> Nov 04 09:13:22 Listening on controlsocket in './pdns.controlsocket'
> Nov 04 09:13:22 UDP server bound to 127.0.0.1:5301
> Nov 04 09:13:22 TCP server bound to 127.0.0.1:5301
> Nov 04 09:13:22 PowerDNS Authoritative Server 4.4.1 (C) 2001-2020 
> PowerDNS.COM BV
> Nov 04 09:13:22 Using 64-bits mode. Built using gcc 11.2.0.
> Nov 04 09:13:22 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free 
> software, and you are welcome to redistribute it according to the terms of 
> the GPL version 2.
> ;; communications error to 127.0.0.1#5301: connection refused
> 
> + grep -c a.misconfigured /tmp/tmp.LRv32FVwU2
> 0
> + echo smoke could not be resolved
> smoke could not be resolved
> + exit 1
> + cleanup
> + rm -f /tmp/tmp.LRv32FVwU2
> + rm -f pdns.lmdb pdns.lmdb-lock
> ++ cat pdns.pid
> + kill 14857
> + rm -f pdns.conf pdns.pid pdns.controlsocket
> make[1]: *** [debian/rules:62: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/11/04/pdns_4.4.1-3_unstable.log

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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: pdns
Source-Version: 4.4.1-4
Done: Chris Hofstaedtler <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pdns, 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 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Hofstaedtler <z...@debian.org> (supplier of updated pdns 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: Sun, 07 Nov 2021 16:31:30 +0000
Source: pdns
Architecture: source
Version: 4.4.1-4
Distribution: unstable
Urgency: medium
Maintainer: pdns packagers <p...@packages.debian.org>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 998547
Changes:
 pdns (4.4.1-4) unstable; urgency=medium
 .
   * Disable "random" backend.
     Removed upstream in 4.6.0.
   * tests-source: improve waiting for pdns to start and give it more time.
     This hopefully fixes the reported FTBFS on loaded machines.
     (Closes: #998547)
Checksums-Sha1:
 6ec4eee845f5a89a7817c8103730d3d1fbe8075e 3607 pdns_4.4.1-4.dsc
 8e52b49ed6367480407ed4959e92c6b5f089c210 46384 pdns_4.4.1-4.debian.tar.xz
 6135f86580efdd1d6fbad50cbc203645915c60e8 7844 pdns_4.4.1-4_source.buildinfo
Checksums-Sha256:
 d84a96e01b96063da0c57b06dedf2251c75d756f8d4091e0befd1c233754379f 3607 
pdns_4.4.1-4.dsc
 bc37f2c26b1b9d663afece29ce40144a981064ed4deefc2e825a3ab3dd3ee556 46384 
pdns_4.4.1-4.debian.tar.xz
 e5d08dbe67ddd64449930815d3262e3c553e4ba9e44360ee3209ad680f132b8d 7844 
pdns_4.4.1-4_source.buildinfo
Files:
 bdd5d80a725c7cbdc77ae23fd309d2dc 3607 net optional pdns_4.4.1-4.dsc
 a0ad841ce0e1432897d58a648a94987a 46384 net optional pdns_4.4.1-4.debian.tar.xz
 662e9619145815ee2c4d386dd97fae27 7844 net optional 
pdns_4.4.1-4_source.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmGH/+oACgkQXBPW25MF
LgOdmRAApDv75XBR++q6hk3rmyjq8PRUtqUf6K9FIoTtAKgZ40WaUsWJf3aE8/Rp
c3mwiQtQhWOkhzx5f6523KHI5MhYDoDUHBlas/MYQQH64aaLveZtZtmWbuc4vGwA
I5w7fXOUyl5tBCqMc+Z5gdUwHiTlpTeGhRhHUrmEuAIQnVTE43C2OgLd2ZsQDt64
G9fT9at1kTDloJdgrRqLTMnHeD3xSpfPCQITmOlpG82N/omPIfx5K0qBN4laT8z8
hBr+3Nz5oTKU8QurF1h1VES0hGfTsD2YxBCzNkoUrm8i9hiHnfvKh8jTw2fjPl/R
7xyZ77cKjIlc1XmiP+j6BvePm4bAIE8rSypJ27emtPu20GRph+njKDai9WmGXsJF
xmBuanwKCeZkdT4rbP9whDiqAwuyvcYA2uhKKT/kDWdRh8za7hXVmt4MRO7bkAaA
bS5nCSWHodbCDx/bAgXKvlM6R0X+V/cUYP32600gM8itn46TjgUj/a3cwpJvQEWo
foVgzEzgntSVscbAqI/hK0e93MMtJW6zmKyiHw4hybfz5gvV9EQmz0QClsSaIKfi
PS4X9mntRXgR8tED0mPMliXXfpuCmjkdgppwe2ynLKwLCGB0e+JSkwddTYHlMpd7
jJx6Bh1EQtgUaDib9xbq4ulUhI+5Pg20u615zV3l1jGF+36YMHI=
=SVJc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to