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.