Bug#1071326: libnet-interface-perl: FTBFS: failing tests

Santiago Vila sanvila at debian.org
Fri May 17 21:39:03 BST 2024


Package: src:libnet-interface-perl
Version: 1.016-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
  debian/rules build
dh build --buildsystem=perl_makemaker
    dh_update_autotools_config -O--buildsystem=perl_makemaker
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
    dh_autoreconf -O--buildsystem=perl_makemaker
configure.ac:72: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:72: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:72: the top level
configure.ac:217: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:217: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:217: the top level

[... snipped ...]

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 117
ok 118
ok 119
ok 120
ok 121
ok 122
ok 123
ok 124
ok 125
ok 126
ok 127
ok 128
ok 129
ok 130
ok 131
ok 132
ok 133
ok 134
ok 135
ok 136
ok 137
ok 138
ok 139
ok 140
ok 141
ok 142
ok 143
ok 144
ok 145
ok 146
ok 147
ok 148
ok 149
ok 150
ok 151
ok 152
ok 153
ok 154
ok 155
ok 156
ok 157
ok 158
ok 159
ok 160
ok 161
ok 162
ok 163
ok 164
ok 165
ok 166
ok 167
ok
*** buffer overflow detected ***: terminated
t/simplesets.t ....
1..2
ok 1 - use Net::Interface;
Failed 1/2 subtests
t/strlcpy.t .......
1..21
ok 1 - use Net::Interface;
ok 2 - strlcpy -1, got: 0
ok 3 - copied 0 bytes, exp: [undef]
ok 4 - strlcpy 0, got: 0
ok 5 - copied 0 bytes, exp: [undef]
ok 6 - strlcpy 1, got: 1
ok 7 - copied 1 bytes, exp: [\0]
ok 8 - strlcpy 2, got: 2
ok 9 - copied 2 bytes, exp: a\0
ok 10 - strlcpy 3, got: 3
ok 11 - copied 3 bytes, exp: ab\0
ok 12 - strlcpy 4, got: 4
ok 13 - copied 4 bytes, exp: abc\0
ok 14 - strlcpy 5, got: 5
ok 15 - copied 5 bytes, exp: abcd\0
ok 16 - strlcpy 6, got: 6
ok 17 - copied 6 bytes, exp: abcde\0
ok 18 - strlcpy 7, got: 7
ok 19 - copied 7 bytes, exp: abcdef\0
ok 20 - strlcpy 8, got: 7
ok 21 - copied 7 bytes, exp: abcdef\0
ok
t/symbols.t .......
ok 1 - use Net::Interface;
ok 2 - require Net::Interface::NetSymbols;
ok 3 - PF_UNSPEC = 0 found, unspec
ok 4 - PF_INET = 2 found, inet
ok 5 - AF_UNSPEC = 0 found, unspec
ok 6 - AF_INET = 2 found, inet
ok 7 - expected that _NI_AF_TEST is not implemented on this architecture
ok 8 - IFHWADDRLEN = 6 found, 6
ok 9 - IF_NAMESIZE = 16 found, 16
ok 10 - IFNAMSIZ = 16 found, 16
ok 11 - netsymbols max value +1 = 2147483647
ok 12 - found PF_UNSPEC	=> 0 unspec
ok 13 - found PF_LOCAL	=> 1 file
ok 14 - found PF_INET	=> 2 inet
ok 15 - found PF_AX25	=> 3 ax25
ok 16 - found PF_IPX	=> 4 ipx
ok 17 - found PF_APPLETALK	=> 5 appletalk
ok 18 - found PF_X25	=> 9 x25
ok 19 - found PF_INET6	=> 10 inet6
ok 20 - found PF_ROSE	=> 11 rose
ok 21 - found PF_DECnet	=> 12 decnet
ok 22 - found PF_PACKET	=> 17 packet
ok 23 - found PF_ASH	=> 18 ash
ok 24 - found PF_ECONET	=> 19 econet
ok 25 - found PF_MAX	=> 46 max
ok 26 - IFF_UP	=> 0x1 = up
ok 27 - AF_INET	=> 0x2 = inet
ok 28 - RFC2373_GLOBAL	=> 0xe = global-scope
ok 29 - RFC2373_ORGLOCAL	=> 0x8 = org-local
ok 30 - RFC2373_SITELOCAL	=> 0x5 = site-local
ok 31 - RFC2373_LINKLOCAL	=> 0x2 = link-local
ok 32 - RFC2373_NODELOCAL	=> 0x1 = loopback
ok 33 - IPV6_ADDR_ANY	=> 0x0 = addr-any
ok 34 - IPV6_ADDR_UNICAST	=> 0x1 = unicast
ok 35 - IPV6_ADDR_MULTICAST	=> 0x2 = multicast
ok 36 - IPV6_ADDR_ANYCAST	=> 0x4 = anycast
ok 37 - IPV6_ADDR_LOOPBACK	=> 0x10 = loopback
ok 38 - IPV6_ADDR_LINKLOCAL	=> 0x20 = link-local
ok 39 - IPV6_ADDR_SITELOCAL	=> 0x40 = site-local
ok 40 - IPV6_ADDR_COMPATv4	=> 0x80 = compat-v4
ok 41 - IPV6_ADDR_SCOPE_MASK	=> 0xf0 = scope-mask
ok 42 - IPV6_ADDR_MAPPED	=> 0x1000 = mapped
ok 43 - IPV6_ADDR_RESERVED	=> 0x2000 = reserved
ok 44 - IPV6_ADDR_ULUA	=> 0x4000 = uniq-lcl-unicast
ok 45 - IPV6_ADDR_6TO4	=> 0x10000 = 6to4
ok 46 - IPV6_ADDR_6BONE	=> 0x20000 = 6bone
ok 47 - IPV6_ADDR_AGU	=> 0x40000 = global-unicast
ok 48 - IPV6_ADDR_UNSPECIFIED	=> 0x80000 = unspecified
ok 49 - IPV6_ADDR_SOLICITED_NODE	=> 0x100000 = solicited-node
ok 50 - IPV6_ADDR_ISATAP	=> 0x200000 = ISATAP
ok 51 - IPV6_ADDR_PRODUCTIVE	=> 0x400000 = productive
ok 52 - IPV6_ADDR_6TO4_MICROSOFT	=> 0x800000 = 6to4-ms
ok 53 - IPV6_ADDR_TEREDO	=> 0x1000000 = teredo
ok 54 - IPV6_ADDR_ORCHID	=> 0x2000000 = orchid
ok 55 - IPV6_ADDR_NON_ROUTE_DOC	=> 0x8000000 = non-routeable-doc
1..55
ok
t/typescope.t .....
1..247
ok 1 - use Net::Interface;
ok 2 - ::	function type got: 0x80000 exp: 0x80000
ok 3 - ::	method type got: 0x80000 exp: 0x80000
ok 4 - ::	text type got: unspecified  exp: unspecified
ok 5 - ::	function scope got: 0x0000000e exp: 0x0000000e
ok 6 - ::	method scope got: 0x0000000e exp: 0x0000000e
ok 7 - ::	text scope got: global-scope exp: global-scope
ok 8 - ::1	function type got: 0x11 exp: 0x11
ok 9 - ::1	method type got: 0x11 exp: 0x11
ok 10 - ::1	text type got: unicast loopback  exp: unicast loopback
ok 11 - ::1	function scope got: 0x00000001 exp: 0x00000001
ok 12 - ::1	method scope got: 0x00000001 exp: 0x00000001
ok 13 - ::1	text scope got: loopback exp: loopback
ok 14 - ::100	function type got: 0x81 exp: 0x81
ok 15 - ::100	method type got: 0x81 exp: 0x81
ok 16 - ::100	text type got: unicast compat-v4  exp: unicast compat-v4
ok 17 - ::100	function scope got: 0x00000010 exp: 0x00000010
ok 18 - ::100	method scope got: 0x00000010 exp: 0x00000010
ok 19 - ::100	text scope got: lx-compat-v4 exp: lx-compat-v4
ok 20 - ::1:1	function type got: 0x81 exp: 0x81
ok 21 - ::1:1	method type got: 0x81 exp: 0x81
ok 22 - ::1:1	text type got: unicast compat-v4  exp: unicast compat-v4
ok 23 - ::1:1	function scope got: 0x00000010 exp: 0x00000010
ok 24 - ::1:1	method scope got: 0x00000010 exp: 0x00000010
ok 25 - ::1:1	text scope got: lx-compat-v4 exp: lx-compat-v4
ok 26 - ::100:1	function type got: 0x81 exp: 0x81
ok 27 - ::100:1	method type got: 0x81 exp: 0x81
ok 28 - ::100:1	text type got: unicast compat-v4  exp: unicast compat-v4
ok 29 - ::100:1	function scope got: 0x00000010 exp: 0x00000010
ok 30 - ::100:1	method scope got: 0x00000010 exp: 0x00000010
ok 31 - ::100:1	text scope got: lx-compat-v4 exp: lx-compat-v4
ok 32 - ::1:0:0	function type got: 0x2000 exp: 0x2000
ok 33 - ::1:0:0	method type got: 0x2000 exp: 0x2000
ok 34 - ::1:0:0	text type got: reserved  exp: reserved
ok 35 - ::1:0:0	function scope got: 0x0000000e exp: 0x0000000e
ok 36 - ::1:0:0	method scope got: 0x0000000e exp: 0x0000000e
ok 37 - ::1:0:0	text scope got: global-scope exp: global-scope
ok 38 - 3FFE:831F::	function type got: 0x60001 exp: 0x60001
ok 39 - 3FFE:831F::	method type got: 0x60001 exp: 0x60001
ok 40 - 3FFE:831F::	text type got: unicast 6bone global-unicast  exp: unicast 6bone global-unicast
ok 41 - 3FFE:831F::	function scope got: 0x0000000e exp: 0x0000000e
ok 42 - 3FFE:831F::	method scope got: 0x0000000e exp: 0x0000000e
ok 43 - 3FFE:831F::	text scope got: global-scope exp: global-scope
ok 44 - FC00::	function type got: 0x4001 exp: 0x4001
ok 45 - FC00::	method type got: 0x4001 exp: 0x4001
ok 46 - FC00::	text type got: unicast uniq-lcl-unicast  exp: unicast uniq-lcl-unicast
ok 47 - FC00::	function scope got: 0x0000000e exp: 0x0000000e
ok 48 - FC00::	method scope got: 0x0000000e exp: 0x0000000e
ok 49 - FC00::	text scope got: global-scope exp: global-scope
ok 50 - FE00::	function type got: 0x2000 exp: 0x2000
ok 51 - FE00::	method type got: 0x2000 exp: 0x2000
ok 52 - FE00::	text type got: reserved  exp: reserved
ok 53 - FE00::	function scope got: 0x0000000e exp: 0x0000000e
ok 54 - FE00::	method scope got: 0x0000000e exp: 0x0000000e
ok 55 - FE00::	text scope got: global-scope exp: global-scope
ok 56 - 2000::	function type got: 0x440001 exp: 0x440001
ok 57 - 2000::	method type got: 0x440001 exp: 0x440001
ok 58 - 2000::	text type got: unicast global-unicast productive  exp: unicast global-unicast productive
ok 59 - 2000::	function scope got: 0x0000000e exp: 0x0000000e
ok 60 - 2000::	method scope got: 0x0000000e exp: 0x0000000e
ok 61 - 2000::	text scope got: global-scope exp: global-scope
ok 62 - 3000::	function type got: 0x440001 exp: 0x440001
ok 63 - 3000::	method type got: 0x440001 exp: 0x440001
ok 64 - 3000::	text type got: unicast global-unicast productive  exp: unicast global-unicast productive
ok 65 - 3000::	function scope got: 0x0000000e exp: 0x0000000e
ok 66 - 3000::	method scope got: 0x0000000e exp: 0x0000000e
ok 67 - 3000::	text scope got: global-scope exp: global-scope
ok 68 - 3FFE::	function type got: 0x60001 exp: 0x60001
ok 69 - 3FFE::	method type got: 0x60001 exp: 0x60001
ok 70 - 3FFE::	text type got: unicast 6bone global-unicast  exp: unicast 6bone global-unicast
ok 71 - 3FFE::	function scope got: 0x0000000e exp: 0x0000000e
ok 72 - 3FFE::	method scope got: 0x0000000e exp: 0x0000000e
ok 73 - 3FFE::	text scope got: global-scope exp: global-scope
ok 74 - 2001::	function type got: 0x1040001 exp: 0x1040001
ok 75 - 2001::	method type got: 0x1040001 exp: 0x1040001
ok 76 - 2001::	text type got: unicast global-unicast teredo  exp: unicast global-unicast teredo
ok 77 - 2001::	function scope got: 0x0000000e exp: 0x0000000e
ok 78 - 2001::	method scope got: 0x0000000e exp: 0x0000000e
ok 79 - 2001::	text scope got: global-scope exp: global-scope
ok 80 - 2001:1::	function type got: 0x440001 exp: 0x440001
ok 81 - 2001:1::	method type got: 0x440001 exp: 0x440001
ok 82 - 2001:1::	text type got: unicast global-unicast productive  exp: unicast global-unicast productive
ok 83 - 2001:1::	function scope got: 0x0000000e exp: 0x0000000e
ok 84 - 2001:1::	method scope got: 0x0000000e exp: 0x0000000e
ok 85 - 2001:1::	text scope got: global-scope exp: global-scope
ok 86 - 2001:0:1::	function type got: 0x1040001 exp: 0x1040001
ok 87 - 2001:0:1::	method type got: 0x1040001 exp: 0x1040001
ok 88 - 2001:0:1::	text type got: unicast global-unicast teredo  exp: unicast global-unicast teredo
ok 89 - 2001:0:1::	function scope got: 0x0000000e exp: 0x0000000e
ok 90 - 2001:0:1::	method scope got: 0x0000000e exp: 0x0000000e
ok 91 - 2001:0:1::	text scope got: global-scope exp: global-scope
ok 92 - 2001:DB8::	function type got: 0x8040001 exp: 0x8040001
ok 93 - 2001:DB8::	method type got: 0x8040001 exp: 0x8040001
ok 94 - 2001:DB8::	text type got: unicast global-unicast non-routeable-doc  exp: unicast global-unicast non-routeable-doc
ok 95 - 2001:DB8::	function scope got: 0x0000000e exp: 0x0000000e
ok 96 - 2001:DB8::	method scope got: 0x0000000e exp: 0x0000000e
ok 97 - 2001:DB8::	text scope got: global-scope exp: global-scope
ok 98 - 2002::	function type got: 0x850001 exp: 0x850001
ok 99 - 2002::	method type got: 0x850001 exp: 0x850001
ok 100 - 2002::	text type got: unicast 6to4 global-unicast 6to4-ms  exp: unicast 6to4 global-unicast 6to4-ms
ok 101 - 2002::	function scope got: 0x0000000e exp: 0x0000000e
ok 102 - 2002::	method scope got: 0x0000000e exp: 0x0000000e
ok 103 - 2002::	text scope got: global-scope exp: global-scope
ok 104 - 2002:ABCD:EF01::ABCD:EF01	function type got: 0x850001 exp: 0x850001
ok 105 - 2002:ABCD:EF01::ABCD:EF01	method type got: 0x850001 exp: 0x850001
ok 106 - 2002:ABCD:EF01::ABCD:EF01	text type got: unicast 6to4 global-unicast 6to4-ms  exp: unicast 6to4 global-unicast 6to4-ms
ok 107 - 2002:ABCD:EF01::ABCD:EF01	function scope got: 0x0000000e exp: 0x0000000e
ok 108 - 2002:ABCD:EF01::ABCD:EF01	method scope got: 0x0000000e exp: 0x0000000e
ok 109 - 2002:ABCD:EF01::ABCD:EF01	text scope got: global-scope exp: global-scope
ok 110 - 20FF::	function type got: 0x440001 exp: 0x440001
ok 111 - 20FF::	method type got: 0x440001 exp: 0x440001
ok 112 - 20FF::	text type got: unicast global-unicast productive  exp: unicast global-unicast productive
ok 113 - 20FF::	function scope got: 0x0000000e exp: 0x0000000e
ok 114 - 20FF::	method scope got: 0x0000000e exp: 0x0000000e
ok 115 - 20FF::	text scope got: global-scope exp: global-scope
ok 116 - ::1:FF00:0	function type got: 0x2000 exp: 0x2000
ok 117 - ::1:FF00:0	method type got: 0x2000 exp: 0x2000
ok 118 - ::1:FF00:0	text type got: reserved  exp: reserved
ok 119 - ::1:FF00:0	function scope got: 0x0000000e exp: 0x0000000e
ok 120 - ::1:FF00:0	method scope got: 0x0000000e exp: 0x0000000e
ok 121 - ::1:FF00:0	text scope got: global-scope exp: global-scope
ok 122 - ::1:FFF0:0	function type got: 0x2000 exp: 0x2000
ok 123 - ::1:FFF0:0	method type got: 0x2000 exp: 0x2000
ok 124 - ::1:FFF0:0	text type got: reserved  exp: reserved
ok 125 - ::1:FFF0:0	function scope got: 0x0000000e exp: 0x0000000e
ok 126 - ::1:FFF0:0	method scope got: 0x0000000e exp: 0x0000000e
ok 127 - ::1:FFF0:0	text scope got: global-scope exp: global-scope
ok 128 - FF02::1:FF00:0	function type got: 0x100022 exp: 0x100022
ok 129 - FF02::1:FF00:0	method type got: 0x100022 exp: 0x100022
ok 130 - FF02::1:FF00:0	text type got: multicast link-local solicited-node  exp: multicast link-local solicited-node
ok 131 - FF02::1:FF00:0	function scope got: 0x00000002 exp: 0x00000002
ok 132 - FF02::1:FF00:0	method scope got: 0x00000002 exp: 0x00000002
ok 133 - FF02::1:FF00:0	text scope got: link-local exp: link-local
ok 134 - FF02::1:FFF0:0	function type got: 0x100022 exp: 0x100022
ok 135 - FF02::1:FFF0:0	method type got: 0x100022 exp: 0x100022
ok 136 - FF02::1:FFF0:0	text type got: multicast link-local solicited-node  exp: multicast link-local solicited-node
ok 137 - FF02::1:FFF0:0	function scope got: 0x00000002 exp: 0x00000002
ok 138 - FF02::1:FFF0:0	method scope got: 0x00000002 exp: 0x00000002
ok 139 - FF02::1:FFF0:0	text scope got: link-local exp: link-local
ok 140 - FF02:1::	function type got: 0x22 exp: 0x22
ok 141 - FF02:1::	method type got: 0x22 exp: 0x22
ok 142 - FF02:1::	text type got: multicast link-local  exp: multicast link-local
ok 143 - FF02:1::	function scope got: 0x00000002 exp: 0x00000002
ok 144 - FF02:1::	method scope got: 0x00000002 exp: 0x00000002
ok 145 - FF02:1::	text scope got: link-local exp: link-local
ok 146 - FF02:0:1::	function type got: 0x22 exp: 0x22
ok 147 - FF02:0:1::	method type got: 0x22 exp: 0x22
ok 148 - FF02:0:1::	text type got: multicast link-local  exp: multicast link-local
ok 149 - FF02:0:1::	function scope got: 0x00000002 exp: 0x00000002
ok 150 - FF02:0:1::	method scope got: 0x00000002 exp: 0x00000002
ok 151 - FF02:0:1::	text scope got: link-local exp: link-local
ok 152 - FF02:0:0:1::	function type got: 0x22 exp: 0x22
ok 153 - FF02:0:0:1::	method type got: 0x22 exp: 0x22
ok 154 - FF02:0:0:1::	text type got: multicast link-local  exp: multicast link-local
ok 155 - FF02:0:0:1::	function scope got: 0x00000002 exp: 0x00000002
ok 156 - FF02:0:0:1::	method scope got: 0x00000002 exp: 0x00000002
ok 157 - FF02:0:0:1::	text scope got: link-local exp: link-local
ok 158 - FF01::	function type got: 0x12 exp: 0x12
ok 159 - FF01::	method type got: 0x12 exp: 0x12
ok 160 - FF01::	text type got: multicast loopback  exp: multicast loopback
ok 161 - FF01::	function scope got: 0x00000001 exp: 0x00000001
ok 162 - FF01::	method scope got: 0x00000001 exp: 0x00000001
ok 163 - FF01::	text scope got: loopback exp: loopback
ok 164 - FF05::	function type got: 0x42 exp: 0x42
ok 165 - FF05::	method type got: 0x42 exp: 0x42
ok 166 - FF05::	text type got: multicast site-local  exp: multicast site-local
ok 167 - FF05::	function scope got: 0x00000005 exp: 0x00000005
ok 168 - FF05::	method scope got: 0x00000005 exp: 0x00000005
ok 169 - FF05::	text scope got: site-local exp: site-local
ok 170 - FE80::FEFE:0:0	function type got: 0x21 exp: 0x21
ok 171 - FE80::FEFE:0:0	method type got: 0x21 exp: 0x21
ok 172 - FE80::FEFE:0:0	text type got: unicast link-local  exp: unicast link-local
ok 173 - FE80::FEFE:0:0	function scope got: 0x00000002 exp: 0x00000002
ok 174 - FE80::FEFE:0:0	method scope got: 0x00000002 exp: 0x00000002
ok 175 - FE80::FEFE:0:0	text scope got: link-local exp: link-local
ok 176 - E000::	function type got: 0x2000 exp: 0x2000
ok 177 - E000::	method type got: 0x2000 exp: 0x2000
ok 178 - E000::	text type got: reserved  exp: reserved
ok 179 - E000::	function scope got: 0x0000000e exp: 0x0000000e
ok 180 - E000::	method scope got: 0x0000000e exp: 0x0000000e
ok 181 - E000::	text scope got: global-scope exp: global-scope
ok 182 - C000::	function type got: 0x1 exp: 0x1
ok 183 - C000::	method type got: 0x1 exp: 0x1
ok 184 - C000::	text type got: unicast  exp: unicast
ok 185 - C000::	function scope got: 0x0000000e exp: 0x0000000e
ok 186 - C000::	method scope got: 0x0000000e exp: 0x0000000e
ok 187 - C000::	text scope got: global-scope exp: global-scope
ok 188 - A000::	function type got: 0x1 exp: 0x1
ok 189 - A000::	method type got: 0x1 exp: 0x1
ok 190 - A000::	text type got: unicast  exp: unicast
ok 191 - A000::	function scope got: 0x0000000e exp: 0x0000000e
ok 192 - A000::	method scope got: 0x0000000e exp: 0x0000000e
ok 193 - A000::	text scope got: global-scope exp: global-scope
ok 194 - 8000::	function type got: 0x1 exp: 0x1
ok 195 - 8000::	method type got: 0x1 exp: 0x1
ok 196 - 8000::	text type got: unicast  exp: unicast
ok 197 - 8000::	function scope got: 0x0000000e exp: 0x0000000e
ok 198 - 8000::	method scope got: 0x0000000e exp: 0x0000000e
ok 199 - 8000::	text scope got: global-scope exp: global-scope
ok 200 - 6000::	function type got: 0x1 exp: 0x1
ok 201 - 6000::	method type got: 0x1 exp: 0x1
ok 202 - 6000::	text type got: unicast  exp: unicast
ok 203 - 6000::	function scope got: 0x0000000e exp: 0x0000000e
ok 204 - 6000::	method scope got: 0x0000000e exp: 0x0000000e
ok 205 - 6000::	text scope got: global-scope exp: global-scope
ok 206 - 4000::	function type got: 0x1 exp: 0x1
ok 207 - 4000::	method type got: 0x1 exp: 0x1
ok 208 - 4000::	text type got: unicast  exp: unicast
ok 209 - 4000::	function scope got: 0x0000000e exp: 0x0000000e
ok 210 - 4000::	method scope got: 0x0000000e exp: 0x0000000e
ok 211 - 4000::	text scope got: global-scope exp: global-scope
ok 212 - FEF0::	function type got: 0x41 exp: 0x41
ok 213 - FEF0::	method type got: 0x41 exp: 0x41
ok 214 - FEF0::	text type got: unicast site-local  exp: unicast site-local
ok 215 - FEF0::	function scope got: 0x00000005 exp: 0x00000005
ok 216 - FEF0::	method scope got: 0x00000005 exp: 0x00000005
ok 217 - FEF0::	text scope got: site-local exp: site-local
ok 218 - FEE0::	function type got: 0x41 exp: 0x41
ok 219 - FEE0::	method type got: 0x41 exp: 0x41
ok 220 - FEE0::	text type got: unicast site-local  exp: unicast site-local
ok 221 - FEE0::	function scope got: 0x00000005 exp: 0x00000005
ok 222 - FEE0::	method scope got: 0x00000005 exp: 0x00000005
ok 223 - FEE0::	text scope got: site-local exp: site-local
ok 224 - FEC0::	function type got: 0x41 exp: 0x41
ok 225 - FEC0::	method type got: 0x41 exp: 0x41
ok 226 - FEC0::	text type got: unicast site-local  exp: unicast site-local
ok 227 - FEC0::	function scope got: 0x00000005 exp: 0x00000005
ok 228 - FEC0::	method scope got: 0x00000005 exp: 0x00000005
ok 229 - FEC0::	text scope got: site-local exp: site-local
ok 230 - FE80::	function type got: 0x21 exp: 0x21
ok 231 - FE80::	method type got: 0x21 exp: 0x21
ok 232 - FE80::	text type got: unicast link-local  exp: unicast link-local
ok 233 - FE80::	function scope got: 0x00000002 exp: 0x00000002
ok 234 - FE80::	method scope got: 0x00000002 exp: 0x00000002
ok 235 - FE80::	text scope got: link-local exp: link-local
ok 236 - FEC0::	function type got: 0x41 exp: 0x41
ok 237 - FEC0::	method type got: 0x41 exp: 0x41
ok 238 - FEC0::	text type got: unicast site-local  exp: unicast site-local
ok 239 - FEC0::	function scope got: 0x00000005 exp: 0x00000005
ok 240 - FEC0::	method scope got: 0x00000005 exp: 0x00000005
ok 241 - FEC0::	text scope got: site-local exp: site-local
ok 242 - ::FFFF:0:0	function type got: 0x1000 exp: 0x1000
ok 243 - ::FFFF:0:0	method type got: 0x1000 exp: 0x1000
ok 244 - ::FFFF:0:0	text type got: mapped  exp: mapped
ok 245 - ::FFFF:0:0	function scope got: 0x0000000e exp: 0x0000000e
ok 246 - ::FFFF:0:0	method scope got: 0x0000000e exp: 0x0000000e
ok 247 - ::FFFF:0:0	text scope got: global-scope exp: global-scope
ok

Test Summary Report
-------------------
t/simplesets.t  (Wstat: 6 (Signal: ABRT) Tests: 1 Failed: 0)
   Non-zero wait status: 6
   Parse errors: Bad plan.  You planned 2 tests but ran 1.
Files=12, Tests=777,  1 wallclock secs ( 0.07 usr  0.01 sys +  0.35 cusr  0.07 csys =  0.50 CPU)
Result: FAIL
Failed 1/12 test programs. 0/777 subtests failed.
make[1]: *** [Makefile:1081: test_dynamic] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 test TEST_VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



More information about the pkg-perl-maintainers mailing list