Your message dated Fri, 10 Feb 2023 05:04:21 +0000
with message-id <e1pqla9-001ivp...@fasolo.debian.org>
and subject line Bug#1002225: fixed in gdnsd 3.8.0-1
has caused the Debian Bug report #1002225,
regarding gdnsd: FTBFS: dh_auto_test: error: make -j4 test VERBOSE=1 returned 
exit code 2
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.)


-- 
1002225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002225
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gdnsd
Version: 3.5.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/t'
> Test data/outputs will be stored at /<<PKGBUILDDIR>>/t/testout
> if test "x" != "x"; then \
>       TOP_BUILDDIR=/<<PKGBUILDDIR>> TESTOUT_DIR=/<<PKGBUILDDIR>>/t/testout 
> TESTPORT_START=12345 /usr/bin/prove -v -f --norc -I. ./; \
> else \
>       TOP_BUILDDIR=/<<PKGBUILDDIR>> TESTOUT_DIR=/<<PKGBUILDDIR>>/t/testout 
> TESTPORT_START=12345 /usr/bin/prove -v -f --norc -I. ./[0-9]*/*.t; \
> fi
> ./001basic/001self.t .................... 
> 1..4
> ok 1 - use _GDT;
> ok 2
> ok 3
> ok 4
> ok
> ./002simple/002noerr.t .................. 
> 1..19
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok
> ./002simple/003simple_errs.t ............ 
> 1..15
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok
> ./003complex/004delegations.t ........... 
> 1..29
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok
> ./003complex/005big.t ................... 
> 1..14
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok
> ./003complex/006limits.t ................ 
> 1..23
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok
> ./003complex/007cname.t ................. 
> 1..12
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok
> ./003complex/008compress.t .............. 
> 1..4
> ok 1
> ok 2
> ok 3 - Packet size as expected
> ok 4
> ok
> 
> #   Failed test at ./003complex/009broken.t line 166.
> # IPv4 query failed: Packet mismatch! RD mismatch
> # ---Received:
> # ;; Response received from 127.0.0.1 (49 octets)
> # ;; HEADER SECTION
> # ;;  id = 63372
> # ;;  qr = 1  aa = 1  tc = 0  rd = 0  opcode = QUERY
> # ;;  ra = 0  z  = 0  ad = 0  cd = 0  rcode  = NOERROR
> # ;;  qdcount = 1     ancount = 1     nscount = 0     arcount = 0
> # ;;  do = 0
> # 
> # ;; QUESTION SECTION (1 record)
> # ;; foo.example.com. IN      A
> # 
> # ;; ANSWER SECTION (1 record)
> # foo.example.com.    21600   IN      A       192.0.2.160
> # 
> # ;; AUTHORITY SECTION (0 records)
> # 
> # ;; ADDITIONAL SECTION (0 records)
> # 
> # 
> # ---Wanted:
> # ;; HEADER SECTION
> # ;;  id = 63372
> # ;;  qr = 1  aa = 1  tc = 0  rd = 1  opcode = QUERY
> # ;;  ra = 0  z  = 0  ad = 0  cd = 0  rcode  = NOERROR
> # ;;  qdcount = 1     ancount = 1     nscount = 0     arcount = 0
> # ;;  do = 0
> # 
> # ;; QUESTION SECTION (1 record)
> # ;; foo.example.com. IN      A
> # 
> # ;; ANSWER SECTION (1 record)
> # foo.example.com.    21600   IN      A       192.0.2.160
> # 
> # ;; AUTHORITY SECTION (0 records)
> # 
> # ;; ADDITIONAL SECTION (0 records)
> # 
> # 
> # (Addr Limits: V4: 0 V6: 0)
> # Looks like you failed 1 test of 15.
> ./003complex/009broken.t ................ 
> 1..15
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> not ok 14
> ok 15
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/15 subtests 
> ./003complex/010chars.t ................. 
> 1..4
> ok 1
> ok 2
> ok 3
> ok 4
> ok
> # Random seed is '359319898'
> ./003complex/011random.t ................ 
> 1..104
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35
> ok 36
> ok 37
> ok 38
> ok 39
> ok 40
> ok 41
> ok 42
> ok 43
> ok 44
> ok 45
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59
> ok 60
> ok 61
> ok 62
> ok 63
> ok 64
> ok 65
> ok 66
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100
> ok 101
> ok 102
> ok 103
> ok 104
> ok
> ./003complex/012aaaa.t .................. 
> 1..20
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok
> ./003complex/013wild.t .................. 
> 1..33
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok
> ./003complex/014naptr.t ................. 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./003complex/015rfc3597.t ............... 
> 1..5
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok
> ./003complex/017chaos.t ................. 
> 1..5
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok
> ./004misc/018misc.t ..................... 
> 1..12
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok
> ./004misc/019bad.t ...................... 
> 1..34
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok
> ./005tld/020tld.t ....................... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./006root/021root.t ..................... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./007plugins/022trivial.t ............... 
> 1..33
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok
> ./007plugins/023weighted.t .............. 
> 1..13
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok
> ./007plugins/024dync.t .................. 
> 1..16
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok
> ./007plugins/025metafo.t ................ 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./008origin/026org_inc.t ................ 
> 1..32
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok
> ./009monio/027_pri_nolisten.t ........... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./009monio/028_sec_nolisten.t ........... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./009monio/029_pri_listen.t ............. 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./009monio/030_sec_listen.t ............. 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./009monio/031_null_mon.t ............... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./009monio/032_pri_tcp_nolisten.t ....... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./009monio/033_sec_tcp_nolisten.t ....... 
> 1..6
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok
> ./009monio/034_pri_tcp_listen.t ......... 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./009monio/035_sec_tcp_listen.t ......... 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./010relax/036relax.t ................... 
> 1..10
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok
> ./011upthresh/037up_thresh.t ............ 
> 1..14
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok
> ./012cname/038cname.t ................... 
> 1..17
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok
> ./013clientsub/039clientsub.t ........... 
> 1..31
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok
> debug: Loading configuration from 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/config'
> info: plugin_geoip: map 'map1': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map1': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map1': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map1' runtime db updated. nets: 260 dclists: 8
> info: plugin_geoip: map 'map2': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map2': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map2': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map2' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-empty': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-empty': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-empty': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-empty' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-undef': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-undef': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-undef': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-undef' runtime db updated. nets: 260 dclists: 2
> debug: Loading configuration from 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/config'
> info: plugin_geoip: map 'map1': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map1': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map1': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map1' runtime db updated. nets: 260 dclists: 8
> info: plugin_geoip: map 'map2': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map2': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map2': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map2' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-empty': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-empty': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-empty': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-empty' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-undef': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-undef': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-undef': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-undef' runtime db updated. nets: 260 dclists: 2
> debug: Loading configuration from 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/config'
> info: plugin_geoip: map 'map1': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map1': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map1': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map1' runtime db updated. nets: 260 dclists: 8
> info: plugin_geoip: map 'map2': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map2': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map2': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map2' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-empty': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-empty': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-empty': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-empty' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-undef': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-undef': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-undef': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-undef' runtime db updated. nets: 260 dclists: 2
> debug: Loading configuration from 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/config'
> info: plugin_geoip: map 'map1': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map1': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map1': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map1' runtime db updated. nets: 260 dclists: 8
> info: plugin_geoip: map 'map2': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map2': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map2': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map2' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-empty': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-empty': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-empty': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-empty' runtime db updated. nets: 260 dclists: 2
> info: plugin_geoip: map 'map-undef': Loading GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> Version: 2.0, Type: X, IPVersion: 4, Timestamp: 2018-01-23 05:38:27 UTC
> debug: plugin_geoip: map 'map-undef': GeoIP2 debug metadata for 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb': 
> RecordSize: 24 bits, NodeCount: 1
> warning: plugin_geoip: map 'map-undef': Assuming GeoIP2 database 
> '/<<PKGBUILDDIR>>/t/testout/014geoip_040basic/etc/geoip/FakeCountry.mmdb' has 
> standard MaxMind Country data, but type is actually 'X'
> info: plugin_geoip: map 'map-undef' runtime db updated. nets: 260 dclists: 2
> ./014geoip/040basic.t ................... 
> 1..116
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35
> ok 36
> ok 37
> ok 38
> ok 39
> ok 40
> ok 41
> ok 42
> ok 43
> ok 44
> ok 45
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59
> ok 60
> ok 61
> ok 62
> ok 63
> ok 64
> ok 65
> ok 66
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100
> ok 101
> ok 102
> ok 103
> ok 104
> ok 105
> ok 106
> ok 107
> ok 108
> ok 109
> ok 110
> ok 111
> ok 112
> ok 113
> ok 114
> ok 115
> ok 116
> ok
> ./015zruntime/041simple.t ............... 
> 1..10
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok
> ./016extmon/042extmon.t ................. 
> 1..10
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok
> ./017extfile/043extfile.t ............... 
> 1..7
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok
> ./018admin/044admin.t ................... 
> 1..60
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35
> ok 36
> ok 37
> ok 38
> ok 39
> ok 40
> ok 41
> ok 42
> ok 43
> ok 44
> ok 45
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59
> ok 60
> ok
> ./019many_zones/045many_zones.t ......... 
> 1..102
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35
> ok 36
> ok 37
> ok 38
> ok 39
> ok 40
> ok 41
> ok 42
> ok 43
> ok 44
> ok 45
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59
> ok 60
> ok 61
> ok 62
> ok 63
> ok 64
> ok 65
> ok 66
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88
> ok 89
> ok 90
> ok 91
> ok 92
> ok 93
> ok 94
> ok 95
> ok 96
> ok 97
> ok 98
> ok 99
> ok 100
> ok 101
> ok 102
> ok
> ./020any/046any.t ....................... 
> 1..4
> ok 1
> ok 2
> ok 3
> ok 4
> ok
> ./021caa/047caa.t ....................... 
> 1..3
> ok 1
> ok 2
> ok 3
> ok
> ./022gdnsdctl/048gdnsdctl.t ............. 
> 1..15
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok
> ./022gdnsdctl/049acmedns01.t ............ 
> 1..89
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35
> ok 36
> ok 37
> ok 38
> ok 39
> ok 40
> ok 41
> ok 42
> ok 43
> ok 44
> ok 45
> ok 46
> ok 47
> ok 48
> ok 49
> ok 50
> ok 51
> ok 52
> ok 53
> ok 54
> ok 55
> ok 56
> ok 57
> ok 58
> ok 59
> ok 60
> ok 61
> ok 62
> ok 63
> ok 64
> ok 65
> ok 66
> ok 67
> ok 68
> ok 69
> ok 70
> ok 71
> ok 72
> ok 73
> ok 74
> ok 75
> ok 76
> ok 77
> ok 78
> ok 79
> ok 80
> ok 81
> ok 82
> ok 83
> ok 84
> ok 85
> ok 86
> ok 87
> ok 88
> ok 89
> ok
> Odd number of elements in hash assignment at 
> /usr/share/perl5/Net/DNS/RR/OPT.pm line 312.
> Use of uninitialized value $argument{""} in pack at 
> /usr/share/perl5/Net/DNS/RR/OPT.pm line 313.
> Odd number of elements in hash assignment at 
> /usr/share/perl5/Net/DNS/RR/OPT.pm line 312.
> Use of uninitialized value $argument{""} in pack at 
> /usr/share/perl5/Net/DNS/RR/OPT.pm line 313.
> ./023cookies/050cookies.t ............... 
> 1..22
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok
> ./024cookies_max/051cookies_max.t ....... 
> 1..16
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok
> ./025nocookies/052nocookies.t ........... 
> 1..3
> ok 1
> ok 2
> ok 3
> ok
> # Non-zero stats after 300 connections: $VAR1 = {
> #           'noerror' => 150,
> #           'tcp_close_c' => 154,
> #           'tcp_close_s_err' => 69,
> #           'tcp_close_s_kill' => 77,
> #           'tcp_conns' => 300,
> #           'tcp_recvfail' => 69,
> #           'tcp_reqs' => 150
> #         };
> ./026tcp/053tcp_states.t ................ 
> 1..4
> ok 1
> ok 2
> ok 3 # skip Not running slow tests
> ok 4
> ok
> ./027tcp_control/054tcp_control_ro.t .... 
> 1..14
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok
> ./027tcp_control/055tcp_control_chal.t .. 
> 1..16
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok
> ./027tcp_control/056tcp_control_ctl.t ... 
> 1..16
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok
> ./029tcp_dso/058dso.t ................... 
> 1..42
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok 30
> ok 31
> ok 32
> ok 33
> ok 34
> ok 35 # skip Not running slow tests
> ok 36 # skip Not running slow tests
> ok 37 # skip Not running slow tests
> ok 38 # skip Not running slow tests
> ok 39 # skip Not running slow tests
> ok 40 # skip Not running slow tests
> ok 41
> ok 42
> ok
> 
> Test Summary Report
> -------------------
> ./003complex/009broken.t              (Wstat: 256 Tests: 15 Failed: 1)
>   Failed test:  14
>   Non-zero exit status: 1
> Files=56, Tests=1150, 29 wallclock secs ( 0.14 usr  0.06 sys +  6.00 cusr  
> 1.16 csys =  7.36 CPU)
> Result: FAIL
> make[4]: *** [Makefile:651: check-local] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/t'
> make[3]: *** [Makefile:524: check-am] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/t'
> make[2]: *** [Makefile:374: check-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/t'
> make[1]: *** [Makefile:1945: check-recursive] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/gdnsd_3.5.2-1_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: gdnsd
Source-Version: 3.8.0-1
Done: Faidon Liambotis <parav...@debian.org>

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

Debian distribution maintenance software
pp.
Faidon Liambotis <parav...@debian.org> (supplier of updated gdnsd 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: SHA512

Format: 1.8
Date: Fri, 10 Feb 2023 06:23:31 +0200
Source: gdnsd
Architecture: source
Version: 3.8.0-1
Distribution: unstable
Urgency: high
Maintainer: Faidon Liambotis <parav...@debian.org>
Changed-By: Faidon Liambotis <parav...@debian.org>
Closes: 1002225
Changes:
 gdnsd (3.8.0-1) unstable; urgency=high
 .
   * New upstream release, with various optimizations and QA fixes.
   * Add three upstream patches to the test suite, to fix compatibility with
     Net::DNS > 1.32, and specifically API breakages introduced with 1.32 and
     1.36. Resolves a long-standing FTBFS. (Closes: #1002225)
   * Add an upstream patch to the test suite to resolve races while tailing
     gdnsd.out, that manifested in random failures for several tests.
   * Mark the daemon autopkgtest as "flaky" and the common-operations one as
     "skippable", with code to skip when the daemon is not running. This
     reduces our test coverage, but accounts for other daemons having taken
     over port 53 and gdnsd being unable to start. Notably, this is the case by
     default in the Ubuntu autopkgtest environment, which has systemd-resolved
     installed. (LP: #1764327)
   * Urgency high for an RC bug fix release and for re-entry to testing.
   * Switch debian/watch to the GitHub API, as the old web scraping method does
     not work anymore.
   * Bump Standards-Version to 4.6.2, no changes needed.
Checksums-Sha1:
 06d901b84fc14133937872f926bb7a9d1f6025a8 2385 gdnsd_3.8.0-1.dsc
 5c654ccaea011afaa7f2f668b204c755cb56644b 480136 gdnsd_3.8.0.orig.tar.xz
 3efb5fea2acb55e5cdacb230be6ca28376c0882e 898 gdnsd_3.8.0.orig.tar.xz.asc
 6da837e671b5f5c6cc1b942d9da971837d35420e 15828 gdnsd_3.8.0-1.debian.tar.xz
 591f6cebf75f4678bcfa760ad5a5ae1df5f09e00 7175 gdnsd_3.8.0-1_source.buildinfo
Checksums-Sha256:
 ddf3742ad366f5a5e7ce9b66d0f9ec871d04f53e37477ab4ad4f794ae6cee881 2385 
gdnsd_3.8.0-1.dsc
 2cdbdef678c62678d554a76af2563922d1b0c37642e9a1705183ff67de6d4913 480136 
gdnsd_3.8.0.orig.tar.xz
 7456157901ca6b8f485e25d9ca845c354446dfa20c9db475c1f2747b3fa542c8 898 
gdnsd_3.8.0.orig.tar.xz.asc
 bb74d16a42f0caddaf43c220392b567f943b9792f1ecea01624d0344f056f669 15828 
gdnsd_3.8.0-1.debian.tar.xz
 4b7aea770d03dcf91ded3811c9da4b807290809edb5a5c451d3065947c5ad35d 7175 
gdnsd_3.8.0-1_source.buildinfo
Files:
 a0e03efefaefbacecbc8f97839802a90 2385 net optional gdnsd_3.8.0-1.dsc
 69d6f58b1e8bda64f4bfe175a133662a 480136 net optional gdnsd_3.8.0.orig.tar.xz
 d83dacc1cf19b237e60271350a49de0a 898 net optional gdnsd_3.8.0.orig.tar.xz.asc
 78f35d08fc914bdb40c63bc79f1a3ebf 15828 net optional gdnsd_3.8.0-1.debian.tar.xz
 9d80712868c1554d87aba290eb89bedd 7175 net optional 
gdnsd_3.8.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEqVksUhy5BAd9ZZgAnQteWx7sjw4FAmPlyoAACgkQnQteWx7s
jw7zQg//WqEmLaeaiybtUmHOkavBy1LJ1asZVWZDugVpWdC7qhUEaM3K3JXDCIG3
bYuXgYBfWgy+SJJxemO1yZ5aQJqJM3dJ1fe2LyUTFrygKB4OJyHjRSwf4Zt6fi5l
z5DL3LXLrMMnhOwHJEACWVxtX/Ouo4+S23hxzy4+vDDZFYY4EymzgEdBt5GE4p7R
ApW+NXz86BoTX+t8ldHIa3JnuVsaFWLp2Pd9raX/chGXnQs3OpSRr5OqLEmvnTLT
fD4+8+SvA3seA8kxNk3n9l7jxFh6lKKrBg8lrnecqXA6CQy1Gv1bLHyGJftI2LUl
hFNDTaw81uekjmLgr9Qgk4azLUx8V7w1ZJ9nov2fLFZmy58xlrd6TqNuaZcKygw6
b5DdG9iHJ99o0zkxz1LJsgHv07OphIMhsPHvYEUwT7sIcoh71jZyu3BBvsV+YlAZ
Do7Q7IkVmSlwcNam/IOoU1xCjqJ0xPmvEc8kQwE1H6Jwm2PJfIkMJ6F/IQrh+vny
Wss4fK9dfuv2nqYLPoE/OJchSkYpF/yWxQY/+ptBIXYk/YGBrrUdRc4TIso/C784
TRfA2ea1BNuNTBAex+eSzMUKVTNbPzEHWbRxXZr0y5MKPzm/oR5D0X/wB7npihN6
8QSwtXqw9qv6+37F2UjHQMAgWoM1thrtamyvzdLU9HIB0FURUIw=
=7dGw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to