Your message dated Sun, 21 Aug 2022 15:19:33 +0000
with message-id <e1opmjd-00dow3...@fasolo.debian.org>
and subject line Bug#1017279: fixed in golang-github-hashicorp-go-sockaddr
1.0.2-1
has caused the Debian Bug report #1017279,
regarding golang-github-hashicorp-go-sockaddr: FTBFS: dh_auto_test: error: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 8
github.com/hashicorp/go-sockaddr returned exit code 1
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.)
--
1017279: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017279
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-hashicorp-go-sockaddr
Version: 0.0~git20170627.41949a1+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 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>>'
> dh_auto_test
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8
> github.com/hashicorp/go-sockaddr
> === RUN Test_parseBSDDefaultIfName
> === RUN Test_parseBSDDefaultIfName/macOS_Sierra_10.12_-_Common
> --- PASS: Test_parseBSDDefaultIfName (0.00s)
> --- PASS: Test_parseBSDDefaultIfName/macOS_Sierra_10.12_-_Common (0.00s)
> === RUN Test_parseLinuxDefaultIfName
> === RUN Test_parseLinuxDefaultIfName/Linux_Ubuntu_14.04_-_Common
> === RUN
> Test_parseLinuxDefaultIfName/Chromebook_-_8743.85.0_(Official_Build)_stable-channel_gandof,_Milestone_54
> --- PASS: Test_parseLinuxDefaultIfName (0.00s)
> --- PASS: Test_parseLinuxDefaultIfName/Linux_Ubuntu_14.04_-_Common (0.00s)
> --- PASS:
> Test_parseLinuxDefaultIfName/Chromebook_-_8743.85.0_(Official_Build)_stable-channel_gandof,_Milestone_54
> (0.00s)
> === RUN Test_parseWindowsDefaultIfName
> === RUN Test_parseWindowsDefaultIfName/Windows_10_-_Enterprise
> --- PASS: Test_parseWindowsDefaultIfName (0.00s)
> --- PASS: Test_parseWindowsDefaultIfName/Windows_10_-_Enterprise (0.00s)
> === RUN Test_VisitComands
> --- PASS: Test_VisitComands (0.00s)
> === RUN TestGetPrivateIP
> --- PASS: TestGetPrivateIP (0.00s)
> === RUN TestGetPrivateIPs
> --- PASS: TestGetPrivateIPs (0.00s)
> === RUN TestGetPublicIP
> --- PASS: TestGetPublicIP (0.00s)
> === RUN TestGetPublicIPs
> --- PASS: TestGetPublicIPs (0.00s)
> === RUN TestGetInterfaceIP
> --- PASS: TestGetInterfaceIP (0.00s)
> === RUN TestIfAddrAttr
> --- PASS: TestIfAddrAttr (0.00s)
> === RUN TestIfAddrMath
> --- PASS: TestIfAddrMath (0.00s)
> === RUN TestCmpIfAddrFunc
> --- PASS: TestCmpIfAddrFunc (0.00s)
> === RUN TestFilterIfByFlags
> === RUN TestFilterIfByFlags/broadcast
> === RUN TestFilterIfByFlags/down
> === RUN TestFilterIfByFlags/forwardable_IPv4
> === RUN TestFilterIfByFlags/forwardable_IPv6
> === RUN TestFilterIfByFlags/global_unicast
> === RUN TestFilterIfByFlags/interface-local_multicast
> === RUN TestFilterIfByFlags/link-local_multicast
> === RUN TestFilterIfByFlags/link-local_unicast_IPv4
> === RUN TestFilterIfByFlags/link-local_unicast_IPv6
> === RUN TestFilterIfByFlags/loopback_ipv4
> === RUN TestFilterIfByFlags/loopback_ipv6
> === RUN TestFilterIfByFlags/multicast_IPv4
> === RUN TestFilterIfByFlags/multicast_IPv6
> === RUN TestFilterIfByFlags/point-to-point
> === RUN TestFilterIfByFlags/unspecified
> === RUN TestFilterIfByFlags/up
> === RUN TestFilterIfByFlags/invalid
> --- PASS: TestFilterIfByFlags (0.00s)
> --- PASS: TestFilterIfByFlags/broadcast (0.00s)
> --- PASS: TestFilterIfByFlags/down (0.00s)
> --- PASS: TestFilterIfByFlags/forwardable_IPv4 (0.00s)
> --- PASS: TestFilterIfByFlags/forwardable_IPv6 (0.00s)
> --- PASS: TestFilterIfByFlags/global_unicast (0.00s)
> --- PASS: TestFilterIfByFlags/interface-local_multicast (0.00s)
> --- PASS: TestFilterIfByFlags/link-local_multicast (0.00s)
> --- PASS: TestFilterIfByFlags/link-local_unicast_IPv4 (0.00s)
> --- PASS: TestFilterIfByFlags/link-local_unicast_IPv6 (0.00s)
> --- PASS: TestFilterIfByFlags/loopback_ipv4 (0.00s)
> --- PASS: TestFilterIfByFlags/loopback_ipv6 (0.00s)
> --- PASS: TestFilterIfByFlags/multicast_IPv4 (0.00s)
> --- PASS: TestFilterIfByFlags/multicast_IPv6 (0.00s)
> --- PASS: TestFilterIfByFlags/point-to-point (0.00s)
> --- PASS: TestFilterIfByFlags/unspecified (0.00s)
> --- PASS: TestFilterIfByFlags/up (0.00s)
> --- PASS: TestFilterIfByFlags/invalid (0.00s)
> === RUN TestIfByNetwork
> === RUN TestIfByNetwork/exact_match
> === RUN TestIfByNetwork/exact_match_plural
> === RUN TestIfByNetwork/split_plural
> === RUN TestIfByNetwork/excluded_plural
> === RUN TestIfByNetwork/invalid_selector
> --- PASS: TestIfByNetwork (0.00s)
> --- PASS: TestIfByNetwork/exact_match (0.00s)
> --- PASS: TestIfByNetwork/exact_match_plural (0.00s)
> --- PASS: TestIfByNetwork/split_plural (0.00s)
> --- PASS: TestIfByNetwork/excluded_plural (0.00s)
> --- PASS: TestIfByNetwork/invalid_selector (0.00s)
> === RUN TestFilterIfByType
> --- PASS: TestFilterIfByType (0.00s)
> === RUN TestGetIfAddrs
> --- PASS: TestGetIfAddrs (0.00s)
> === RUN TestGetDefaultInterface
> --- PASS: TestGetDefaultInterface (0.00s)
> === RUN TestIfAddrAttrs
> --- PASS: TestIfAddrAttrs (0.00s)
> === RUN TestGetAllInterfaces
> ifaddrs_test.go:781: Skipping nonsensical test.
> --- SKIP: TestGetAllInterfaces (0.00s)
> === RUN TestGetDefaultInterfaces
> --- PASS: TestGetDefaultInterfaces (0.00s)
> === RUN TestGetPrivateInterfaces
> --- PASS: TestGetPrivateInterfaces (0.00s)
> === RUN TestGetPublicInterfaces
> --- PASS: TestGetPublicInterfaces (0.00s)
> === RUN TestIncludeExcludeIfs
> === RUN TestIncludeExcludeIfs/address-include
> ifaddrs_test.go:1248: test.ifAddrs: [1.2.3.4 {0 0 0} 2.3.4.5 {0 0 0}
> 3.4.5.6 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [1.2.3.4 {0 0 0}]
> === RUN TestIncludeExcludeIfs/address-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [1.2.3.4 {0 0 0} 2.3.4.5 {0 0 0}
> 3.4.5.6 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [2.3.4.5 {0 0 0} 3.4.5.6 {0 0 0}]
> === RUN TestIncludeExcludeIfs/address_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/address_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/flag-include
> ifaddrs_test.go:1248: test.ifAddrs: [%!s(<nil>) {0 0 up|loopback}
> %!s(<nil>) {0 0 loopback} %!s(<nil>) {0 0 multicast}]
> ifaddrs_test.go:1250: inIfAddrs: [%!s(<nil>) {0 0 up|loopback}
> %!s(<nil>) {0 0 loopback}]
> === RUN TestIncludeExcludeIfs/flag-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [%!s(<nil>) {0 0 up|loopback}
> %!s(<nil>) {0 0 loopback} %!s(<nil>) {0 0 multicast}]
> ifaddrs_test.go:1270: outIfAddrs: [%!s(<nil>) {0 0 loopback} %!s(<nil>)
> {0 0 multicast}]
> === RUN TestIncludeExcludeIfs/flag_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/flag_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/name-include
> ifaddrs_test.go:1248: test.ifAddrs: [%!s(<nil>) {0 0 abc0 0} %!s(<nil>)
> {0 0 xyz0 0} %!s(<nil>) {0 0 docker666 0}]
> ifaddrs_test.go:1250: inIfAddrs: [%!s(<nil>) {0 0 abc0 0} %!s(<nil>) {0
> 0 xyz0 0}]
> === RUN TestIncludeExcludeIfs/name-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [%!s(<nil>) {0 0 abc0 0} %!s(<nil>)
> {0 0 xyz0 0} %!s(<nil>) {0 0 docker666 0}]
> ifaddrs_test.go:1270: outIfAddrs: [%!s(<nil>) {0 0 abc0 0} %!s(<nil>) {0
> 0 xyz0 0}]
> === RUN TestIncludeExcludeIfs/name_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/name_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/network-include
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0}
> 10.255.255.4/24 {0 0 0} ::1 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [::1 {0 0 0}]
> === RUN TestIncludeExcludeIfs/network-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0}
> 10.255.255.4/24 {0 0 0} ::1 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [::1 {0 0 0}]
> === RUN TestIncludeExcludeIfs/port-include
> ifaddrs_test.go:1248: test.ifAddrs: [1.2.3.4:8600 {0 0 0} 2.3.4.5:4646
> {0 0 0} 3.4.5.6:4647 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [2.3.4.5:4646 {0 0 0} 3.4.5.6:4647 {0
> 0 0}]
> === RUN TestIncludeExcludeIfs/port-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [1.2.3.4:8600 {0 0 0} 2.3.4.5:4646
> {0 0 0} 3.4.5.6:4647 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [2.3.4.5:4646 {0 0 0} 3.4.5.6:4647 {0
> 0 0}]
> === RUN TestIncludeExcludeIfs/port_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/port_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc-include
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1/127 {0 0
> 0} ::/127 {0 0 0} 203.0.113.0/24 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [10.2.3.4/24 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1/127 {0 0
> 0} ::/127 {0 0 0} 203.0.113.0/24 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [::1/127 {0 0 0} ::/127 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_IPv4_exclude-include
> ifaddrs_test.go:1248: test.ifAddrs: [192.169.1.1 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_IPv4_exclude-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [192.169.1.1 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [192.169.1.1 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_IPv4_include-include
> ifaddrs_test.go:1248: test.ifAddrs: [192.168.1.1 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [192.168.1.1 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_IPv4_include-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [192.168.1.1 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_IPv4_excluded_RFCs-include
> ifaddrs_test.go:1248: test.ifAddrs: [192.168.1.1 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_IPv4_excluded_RFCs-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [192.168.1.1 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [192.168.1.1 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_IPv6_exclude-include
> ifaddrs_test.go:1248: test.ifAddrs: [cc::1/127 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_IPv6_exclude-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [cc::1/127 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [cc::1/127 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_IPv6_include-include
> ifaddrs_test.go:1248: test.ifAddrs: [::1/127 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [::1/127 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_IPv6_include-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [::1/127 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_zero_match-include
> ifaddrs_test.go:1248: test.ifAddrs: [1.2.3.4 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_zero_match-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [1.2.3.4 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [1.2.3.4 {0 0 0}]
> === RUN TestIncludeExcludeIfs/rfc_empty_list-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/rfc_empty_list-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/size-include
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24
> {0 0 0} ::1/24 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24 {0
> 0 0} ::1/24 {0 0 0}]
> === RUN TestIncludeExcludeIfs/size-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24
> {0 0 0} ::1/24 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/size_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/size_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/type-include
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24
> {0 0 0} ::1/127 {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24 {0
> 0 0}]
> === RUN TestIncludeExcludeIfs/type-exclude
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24
> {0 0 0} ::1/127 {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: [10.2.3.4/24 {0 0 0} 203.0.113.0/24
> {0 0 0}]
> === RUN TestIncludeExcludeIfs/type-include#01
> ifaddrs_test.go:1248: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1 {0 0 0}
> "/tmp/foo" {0 0 0}]
> ifaddrs_test.go:1250: inIfAddrs: ["/tmp/foo" {0 0 0}]
> === RUN TestIncludeExcludeIfs/type-exclude#01
> ifaddrs_test.go:1268: test.ifAddrs: [10.2.3.4/24 {0 0 0} ::1 {0 0 0}
> "/tmp/foo" {0 0 0}]
> ifaddrs_test.go:1270: outIfAddrs: ["/tmp/foo" {0 0 0}]
> === RUN TestIncludeExcludeIfs/type_invalid_arg-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/type_invalid_arg-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> === RUN TestIncludeExcludeIfs/type_invalid-include
> ifaddrs_test.go:1248: test.ifAddrs: []
> ifaddrs_test.go:1250: inIfAddrs: []
> === RUN TestIncludeExcludeIfs/type_invalid-exclude
> ifaddrs_test.go:1268: test.ifAddrs: []
> ifaddrs_test.go:1270: outIfAddrs: []
> --- PASS: TestIncludeExcludeIfs (0.01s)
> --- PASS: TestIncludeExcludeIfs/address-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/address-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/address_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/address_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/flag-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/flag-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/flag_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/flag_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/name-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/name-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/name_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/name_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/network-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/network-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/port-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/port-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/port_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/port_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_exclude-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_exclude-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_include-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_include-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_excluded_RFCs-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv4_excluded_RFCs-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv6_exclude-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv6_exclude-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv6_include-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_IPv6_include-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_zero_match-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_zero_match-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_empty_list-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/rfc_empty_list-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/size-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/size-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/size_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/size_invalid-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/type-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/type-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/type-include#01 (0.00s)
> --- PASS: TestIncludeExcludeIfs/type-exclude#01 (0.00s)
> --- PASS: TestIncludeExcludeIfs/type_invalid_arg-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/type_invalid_arg-exclude (0.00s)
> --- PASS: TestIncludeExcludeIfs/type_invalid-include (0.00s)
> --- PASS: TestIncludeExcludeIfs/type_invalid-exclude (0.00s)
> === RUN TestNewIPAddr
> --- PASS: TestNewIPAddr (0.00s)
> === RUN TestIPAttrs
> --- PASS: TestIPAttrs (0.00s)
> === RUN TestUniqueIfAddrsBy
> === RUN TestUniqueIfAddrsBy/address
> === RUN TestUniqueIfAddrsBy/name
> === RUN TestUniqueIfAddrsBy/invalid
> --- PASS: TestUniqueIfAddrsBy (0.00s)
> --- PASS: TestUniqueIfAddrsBy/address (0.00s)
> --- PASS: TestUniqueIfAddrsBy/name (0.00s)
> --- PASS: TestUniqueIfAddrsBy/invalid (0.00s)
> === RUN TestJoinIfAddrsBy
> === RUN TestJoinIfAddrsBy/address
> === RUN TestJoinIfAddrsBy/name
> === RUN TestJoinIfAddrsBy/invalid
> --- PASS: TestJoinIfAddrsBy (0.00s)
> --- PASS: TestJoinIfAddrsBy/address (0.00s)
> --- PASS: TestJoinIfAddrsBy/name (0.00s)
> --- PASS: TestJoinIfAddrsBy/invalid (0.00s)
> === RUN TestLimitOffset
> === RUN TestLimitOffset/basic_limit_offset
> === RUN TestLimitOffset/negative_offset_with_limit
> === RUN TestLimitOffset/large_limit
> === RUN TestLimitOffset/bigger_offset_than_size
> --- PASS: TestLimitOffset (0.00s)
> --- PASS: TestLimitOffset/basic_limit_offset (0.00s)
> --- PASS: TestLimitOffset/negative_offset_with_limit (0.00s)
> --- PASS: TestLimitOffset/large_limit (0.00s)
> --- PASS: TestLimitOffset/bigger_offset_than_size (0.00s)
> === RUN TestSortIfBy
> === RUN TestSortIfBy/sort_address
> === RUN TestSortIfBy/sort_+address
> === RUN TestSortIfBy/sort_-address
> === RUN TestSortIfBy/sort_default
> === RUN TestSortIfBy/sort_name
> === RUN TestSortIfBy/sort_+name
> === RUN TestSortIfBy/sort_-name
> === RUN TestSortIfBy/sort_port
> === RUN TestSortIfBy/sort_+port
> === RUN TestSortIfBy/sort_-port
> === RUN TestSortIfBy/sort_private
> === RUN TestSortIfBy/sort_+private
> === RUN TestSortIfBy/sort_-private
> === RUN TestSortIfBy/sort_size
> === RUN TestSortIfBy/sort_+size
> === RUN TestSortIfBy/sort_-size
> === RUN TestSortIfBy/sort_type
> === RUN TestSortIfBy/sort_+type
> === RUN TestSortIfBy/sort_-type
> === RUN TestSortIfBy/sort_invalid
> --- PASS: TestSortIfBy (0.00s)
> --- PASS: TestSortIfBy/sort_address (0.00s)
> --- PASS: TestSortIfBy/sort_+address (0.00s)
> --- PASS: TestSortIfBy/sort_-address (0.00s)
> --- PASS: TestSortIfBy/sort_default (0.00s)
> --- PASS: TestSortIfBy/sort_name (0.00s)
> --- PASS: TestSortIfBy/sort_+name (0.00s)
> --- PASS: TestSortIfBy/sort_-name (0.00s)
> --- PASS: TestSortIfBy/sort_port (0.00s)
> --- PASS: TestSortIfBy/sort_+port (0.00s)
> --- PASS: TestSortIfBy/sort_-port (0.00s)
> --- PASS: TestSortIfBy/sort_private (0.00s)
> --- PASS: TestSortIfBy/sort_+private (0.00s)
> --- PASS: TestSortIfBy/sort_-private (0.00s)
> --- PASS: TestSortIfBy/sort_size (0.00s)
> --- PASS: TestSortIfBy/sort_+size (0.00s)
> --- PASS: TestSortIfBy/sort_-size (0.00s)
> --- PASS: TestSortIfBy/sort_type (0.00s)
> --- PASS: TestSortIfBy/sort_+type (0.00s)
> --- PASS: TestSortIfBy/sort_-type (0.00s)
> --- PASS: TestSortIfBy/sort_invalid (0.00s)
> === RUN TestIfAttr_net
> --- PASS: TestIfAttr_net (0.00s)
> === RUN TestIfAttr_unix
> --- PASS: TestIfAttr_unix (0.00s)
> === RUN TestSockAddr_IPAddr_CmpAddress
> === RUN TestSockAddr_IPAddr_CmpAddress/0
> === RUN TestSockAddr_IPAddr_CmpAddress/1
> === RUN TestSockAddr_IPAddr_CmpAddress/2
> === RUN TestSockAddr_IPAddr_CmpAddress/3
> === RUN TestSockAddr_IPAddr_CmpAddress/4
> === RUN TestSockAddr_IPAddr_CmpAddress/5
> === RUN TestSockAddr_IPAddr_CmpAddress/6
> === RUN TestSockAddr_IPAddr_CmpAddress/7
> === RUN TestSockAddr_IPAddr_CmpAddress/8
> === RUN TestSockAddr_IPAddr_CmpAddress/9
> === RUN TestSockAddr_IPAddr_CmpAddress/10
> === RUN TestSockAddr_IPAddr_CmpAddress/11
> --- PASS: TestSockAddr_IPAddr_CmpAddress (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/0 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/1 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/2 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/3 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/4 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/5 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/6 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/7 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/8 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/9 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/10 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpAddress/11 (0.00s)
> === RUN TestSockAddr_IPAddr_CmpPort
> === RUN TestSockAddr_IPAddr_CmpPort/0
> === RUN TestSockAddr_IPAddr_CmpPort/1
> === RUN TestSockAddr_IPAddr_CmpPort/2
> === RUN TestSockAddr_IPAddr_CmpPort/3
> === RUN TestSockAddr_IPAddr_CmpPort/4
> === RUN TestSockAddr_IPAddr_CmpPort/5
> === RUN TestSockAddr_IPAddr_CmpPort/6
> === RUN TestSockAddr_IPAddr_CmpPort/7
> === RUN TestSockAddr_IPAddr_CmpPort/8
> === RUN TestSockAddr_IPAddr_CmpPort/9
> === RUN TestSockAddr_IPAddr_CmpPort/10
> === RUN TestSockAddr_IPAddr_CmpPort/11
> --- PASS: TestSockAddr_IPAddr_CmpPort (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/0 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/1 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/2 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/3 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/4 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/5 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/6 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/7 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/8 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/9 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/10 (0.00s)
> --- PASS: TestSockAddr_IPAddr_CmpPort/11 (0.00s)
> === RUN TestSockAddr_IPAddrs_BySpecificMaskLen
> === RUN TestSockAddr_IPAddrs_BySpecificMaskLen/0
> --- PASS: TestSockAddr_IPAddrs_BySpecificMaskLen (0.00s)
> --- PASS: TestSockAddr_IPAddrs_BySpecificMaskLen/0 (0.00s)
> === RUN TestSockAddr_IPAddrs_ByBroadMaskLen
> === RUN TestSockAddr_IPAddrs_ByBroadMaskLen/0
> --- PASS: TestSockAddr_IPAddrs_ByBroadMaskLen (0.00s)
> --- PASS: TestSockAddr_IPAddrs_ByBroadMaskLen/0 (0.00s)
> === RUN TestSockAddr_IPAddrs_IPAddrsByNetwork
> === RUN TestSockAddr_IPAddrs_IPAddrsByNetwork/0
> --- PASS: TestSockAddr_IPAddrs_IPAddrsByNetwork (0.00s)
> --- PASS: TestSockAddr_IPAddrs_IPAddrsByNetwork/0 (0.00s)
> === RUN TestSockAddr_IPAddrs_IPAddrsByNetworkSize
> === RUN TestSockAddr_IPAddrs_IPAddrsByNetworkSize/0
> ipaddrs_test.go:340: [2] Sort equality failed: expected
> 128.95.120.2:8600, received 128.95.120.2
> ipaddrs_test.go:340: [3] Sort equality failed: expected 128.95.120.2,
> received 128.95.120.2:8600
> --- FAIL: TestSockAddr_IPAddrs_IPAddrsByNetworkSize (0.00s)
> --- FAIL: TestSockAddr_IPAddrs_IPAddrsByNetworkSize/0 (0.00s)
> === RUN TestSockAddr_IPAddrs_IPAddrsByCmp
> === RUN TestSockAddr_IPAddrs_IPAddrsByCmp/0
> --- PASS: TestSockAddr_IPAddrs_IPAddrsByCmp (0.00s)
> --- PASS: TestSockAddr_IPAddrs_IPAddrsByCmp/0 (0.00s)
> === RUN TestSockAddr_IPv4Addr
> === RUN TestSockAddr_IPv4Addr/0
> === RUN TestSockAddr_IPv4Addr/1
> === RUN TestSockAddr_IPv4Addr/2
> === RUN TestSockAddr_IPv4Addr/3
> === RUN TestSockAddr_IPv4Addr/4
> === RUN TestSockAddr_IPv4Addr/5
> === RUN TestSockAddr_IPv4Addr/6
> === RUN TestSockAddr_IPv4Addr/7
> === RUN TestSockAddr_IPv4Addr/8
> === RUN TestSockAddr_IPv4Addr/9
> === RUN TestSockAddr_IPv4Addr/10
> === RUN TestSockAddr_IPv4Addr/11
> === RUN TestSockAddr_IPv4Addr/12
> === RUN TestSockAddr_IPv4Addr/13
> === RUN TestSockAddr_IPv4Addr/14
> === RUN TestSockAddr_IPv4Addr/15
> === RUN TestSockAddr_IPv4Addr/16
> === RUN TestSockAddr_IPv4Addr/17
> === RUN TestSockAddr_IPv4Addr/18
> === RUN TestSockAddr_IPv4Addr/19
> === RUN TestSockAddr_IPv4Addr/20
> === RUN TestSockAddr_IPv4Addr/21
> === RUN TestSockAddr_IPv4Addr/22
> === RUN TestSockAddr_IPv4Addr/23
> --- PASS: TestSockAddr_IPv4Addr (0.01s)
> --- PASS: TestSockAddr_IPv4Addr/0 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/1 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/2 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/3 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/4 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/5 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/6 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/7 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/8 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/9 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/10 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/11 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/12 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/13 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/14 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/15 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/16 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/17 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/18 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/19 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/20 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/21 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/22 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr/23 (0.00s)
> === RUN TestSockAddr_IPv4Addr_CmpAddress
> === RUN TestSockAddr_IPv4Addr_CmpAddress/0
> === RUN TestSockAddr_IPv4Addr_CmpAddress/1
> === RUN TestSockAddr_IPv4Addr_CmpAddress/2
> === RUN TestSockAddr_IPv4Addr_CmpAddress/3
> === RUN TestSockAddr_IPv4Addr_CmpAddress/4
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress/0 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress/1 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress/2 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress/3 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpAddress/4 (0.00s)
> === RUN TestSockAddr_IPv4Addr_ContainsAddress
> === RUN TestSockAddr_IPv4Addr_ContainsAddress/0
> --- PASS: TestSockAddr_IPv4Addr_ContainsAddress (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_ContainsAddress/0 (0.00s)
> === RUN TestSockAddr_IPv4Addr_CmpPort
> === RUN TestSockAddr_IPv4Addr_CmpPort/0
> === RUN TestSockAddr_IPv4Addr_CmpPort/1
> === RUN TestSockAddr_IPv4Addr_CmpPort/2
> === RUN TestSockAddr_IPv4Addr_CmpPort/3
> === RUN TestSockAddr_IPv4Addr_CmpPort/4
> === RUN TestSockAddr_IPv4Addr_CmpPort/5
> --- PASS: TestSockAddr_IPv4Addr_CmpPort (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/0 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/1 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/2 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/3 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/4 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_CmpPort/5 (0.00s)
> === RUN TestSockAddr_IPv4Addr_Equal
> === RUN TestSockAddr_IPv4Addr_Equal/0
> === RUN TestSockAddr_IPv4Addr_Equal/1
> --- PASS: TestSockAddr_IPv4Addr_Equal (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_Equal/0 (0.00s)
> --- PASS: TestSockAddr_IPv4Addr_Equal/1 (0.00s)
> === RUN TestIPv4CmpRFC
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_recv_match_not_arg
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_recv_match
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_defer
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_recv_not_match
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_recv_not_match_arg
> === RUN TestIPv4CmpRFC/ipv4_rfc_cmp_arg_match
> --- PASS: TestIPv4CmpRFC (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_recv_match_not_arg (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_recv_match (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_defer (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_recv_not_match (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_recv_not_match_arg (0.00s)
> --- PASS: TestIPv4CmpRFC/ipv4_rfc_cmp_arg_match (0.00s)
> === RUN TestIPv4Attrs
> --- PASS: TestIPv4Attrs (0.00s)
> === RUN TestSockAddr_IPv6Addr
> === RUN TestSockAddr_IPv6Addr/0
> === RUN TestSockAddr_IPv6Addr/1
> === RUN TestSockAddr_IPv6Addr/2
> === RUN TestSockAddr_IPv6Addr/3
> === RUN TestSockAddr_IPv6Addr/4
> === RUN TestSockAddr_IPv6Addr/5
> === RUN TestSockAddr_IPv6Addr/6
> === RUN TestSockAddr_IPv6Addr/7
> === RUN TestSockAddr_IPv6Addr/8
> === RUN TestSockAddr_IPv6Addr/9
> === RUN TestSockAddr_IPv6Addr/10
> === RUN TestSockAddr_IPv6Addr/11
> === RUN TestSockAddr_IPv6Addr/12
> === RUN TestSockAddr_IPv6Addr/13
> --- PASS: TestSockAddr_IPv6Addr (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/0 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/1 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/2 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/3 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/4 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/5 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/6 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/7 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/8 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/9 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/10 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/11 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/12 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr/13 (0.00s)
> === RUN TestSockAddr_IPv6Addr_CmpAddress
> === RUN TestSockAddr_IPv6Addr_CmpAddress/0
> === RUN TestSockAddr_IPv6Addr_CmpAddress/1
> === RUN TestSockAddr_IPv6Addr_CmpAddress/2
> === RUN TestSockAddr_IPv6Addr_CmpAddress/3
> --- PASS: TestSockAddr_IPv6Addr_CmpAddress (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_CmpAddress/0 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_CmpAddress/1 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_CmpAddress/2 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_CmpAddress/3 (0.00s)
> === RUN TestSockAddr_IPv6Addr_ContainsAddress
> === RUN TestSockAddr_IPv6Addr_ContainsAddress/0
> === RUN TestSockAddr_IPv6Addr_ContainsAddress/1
> === RUN TestSockAddr_IPv6Addr_ContainsAddress/2
> --- PASS: TestSockAddr_IPv6Addr_ContainsAddress (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_ContainsAddress/0 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_ContainsAddress/1 (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_ContainsAddress/2 (0.00s)
> === RUN TestSockAddr_IPv6Addr_ContainsNetwork
> === RUN TestSockAddr_IPv6Addr_ContainsNetwork/0
> --- PASS: TestSockAddr_IPv6Addr_ContainsNetwork (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_ContainsNetwork/0 (0.00s)
> === RUN TestSockAddr_IPv6Addr_Equal
> === RUN TestSockAddr_IPv6Addr_Equal/addr_equal
> === RUN TestSockAddr_IPv6Addr_Equal/IPv6Addr_not_equal
> === RUN TestSockAddr_IPv6Addr_Equal/equal_CIDR
> === RUN TestSockAddr_IPv6Addr_Equal/not_equal_CIDR
> --- PASS: TestSockAddr_IPv6Addr_Equal (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_Equal/addr_equal (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_Equal/IPv6Addr_not_equal (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_Equal/equal_CIDR (0.00s)
> --- PASS: TestSockAddr_IPv6Addr_Equal/not_equal_CIDR (0.00s)
> === RUN TestIPv6Addr_CmpRFC
> === RUN TestIPv6Addr_CmpRFC/simple_in_RFC
> === RUN TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4
> === RUN TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4#01
> === RUN TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4#02
> --- PASS: TestIPv6Addr_CmpRFC (0.00s)
> --- PASS: TestIPv6Addr_CmpRFC/simple_in_RFC (0.00s)
> --- PASS: TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4 (0.00s)
> --- PASS: TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4#01 (0.00s)
> --- PASS: TestIPv6Addr_CmpRFC/ipv6_cmp_IPv4#02 (0.00s)
> === RUN TestIPv6Attrs
> --- PASS: TestIPv6Attrs (0.00s)
> === RUN TestVisitAllRFCs
> --- PASS: TestVisitAllRFCs (0.00s)
> === RUN TestIsRFC
> --- PASS: TestIsRFC (0.00s)
> === RUN TestSockAddr_New
> === RUN TestSockAddr_New/0
> === RUN TestSockAddr_New/1
> === RUN TestSockAddr_New/2
> === RUN TestSockAddr_New/3
> === RUN TestSockAddr_New/4
> === RUN TestSockAddr_New/5
> === RUN TestSockAddr_New/6
> === RUN TestSockAddr_New/7
> === RUN TestSockAddr_New/8
> === RUN TestSockAddr_New/9
> === RUN TestSockAddr_New/10
> === RUN TestSockAddr_New/11
> === RUN TestSockAddr_New/0#01
> === RUN TestSockAddr_New/1#01
> --- PASS: TestSockAddr_New (0.00s)
> --- PASS: TestSockAddr_New/0 (0.00s)
> --- PASS: TestSockAddr_New/1 (0.00s)
> --- PASS: TestSockAddr_New/2 (0.00s)
> --- PASS: TestSockAddr_New/3 (0.00s)
> --- PASS: TestSockAddr_New/4 (0.00s)
> --- PASS: TestSockAddr_New/5 (0.00s)
> --- PASS: TestSockAddr_New/6 (0.00s)
> --- PASS: TestSockAddr_New/7 (0.00s)
> --- PASS: TestSockAddr_New/8 (0.00s)
> --- PASS: TestSockAddr_New/9 (0.00s)
> --- PASS: TestSockAddr_New/10 (0.00s)
> --- PASS: TestSockAddr_New/11 (0.00s)
> --- PASS: TestSockAddr_New/0#01 (0.00s)
> --- PASS: TestSockAddr_New/1#01 (0.00s)
> === RUN TestSockAddrAttrs
> --- PASS: TestSockAddrAttrs (0.00s)
> === RUN TestToFoo
> --- PASS: TestToFoo (0.00s)
> === RUN TestSockAddrMarshaler
> --- PASS: TestSockAddrMarshaler (0.00s)
> === RUN TestSockAddrMultiMarshaler
> --- PASS: TestSockAddrMultiMarshaler (0.00s)
> === RUN TestSockAddr_SockAddrs_AscAddress
> === RUN TestSockAddr_SockAddrs_AscAddress/0
> --- PASS: TestSockAddr_SockAddrs_AscAddress (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscAddress/0 (0.00s)
> === RUN TestSockAddr_SockAddrs_AscPrivate
> === RUN TestSockAddr_SockAddrs_AscPrivate/0
> === RUN TestSockAddr_SockAddrs_AscPrivate/1
> === RUN TestSockAddr_SockAddrs_AscPrivate/2
> --- PASS: TestSockAddr_SockAddrs_AscPrivate (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscPrivate/0 (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscPrivate/1 (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscPrivate/2 (0.00s)
> === RUN TestSockAddr_SockAddrs_AscPort
> === RUN TestSockAddr_SockAddrs_AscPort/simple_port_test
> === RUN TestSockAddr_SockAddrs_AscPort/simple_port_test#01
> --- PASS: TestSockAddr_SockAddrs_AscPort (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscPort/simple_port_test (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscPort/simple_port_test#01 (0.00s)
> === RUN TestSockAddr_SockAddrs_AscType
> === RUN TestSockAddr_SockAddrs_AscType/0
> --- PASS: TestSockAddr_SockAddrs_AscType (0.00s)
> --- PASS: TestSockAddr_SockAddrs_AscType/0 (0.00s)
> === RUN TestUnixSock_impl_SockAddr
> --- PASS: TestUnixSock_impl_SockAddr (0.00s)
> === RUN TestUnixSock_Equal
> === RUN TestUnixSock_Equal/equal
> === RUN TestUnixSock_Equal/not_equal
> === RUN TestUnixSock_Equal/ipv4
> === RUN TestUnixSock_Equal/ipv6
> --- PASS: TestUnixSock_Equal (0.00s)
> --- PASS: TestUnixSock_Equal/equal (0.00s)
> --- PASS: TestUnixSock_Equal/not_equal (0.00s)
> --- PASS: TestUnixSock_Equal/ipv4 (0.00s)
> --- PASS: TestUnixSock_Equal/ipv6 (0.00s)
> === RUN TestUnixSockAttrs
> --- PASS: TestUnixSockAttrs (0.00s)
> FAIL
> FAIL github.com/hashicorp/go-sockaddr 0.054s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8
> github.com/hashicorp/go-sockaddr returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/golang-github-hashicorp-go-sockaddr_0.0~git20170627.41949a1+ds-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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: golang-github-hashicorp-go-sockaddr
Source-Version: 1.0.2-1
Done: Shengjing Zhu <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-hashicorp-go-sockaddr, 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 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated
golang-github-hashicorp-go-sockaddr 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, 21 Aug 2022 23:04:30 +0800
Source: golang-github-hashicorp-go-sockaddr
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1017279
Changes:
golang-github-hashicorp-go-sockaddr (1.0.2-1) unstable; urgency=medium
.
* Team upload
.
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
.
[ Shengjing Zhu ]
* New upstream release 1.0.2
* Update uscan watch file to version 4
* Update Files-Excluded for all cmd files
* Add patch to fix sort test (Closes: #1017279)
* Update maintainer address to team+pkg...@tracker.debian.org
* Update Section to golang
* Add Rules-Requires-Root
* Add Multi-Arch hint
* Update Standards-Version to 4.6.1 (no changes)
* Bump debhelper-compat to 13
* Drop unused iproute2 Build-Depends
* Skip template test with patch
* Refer MPL license to common licenses
Checksums-Sha1:
21db07dc198de021399bb1e59891a65f4f1cbaa5 1781
golang-github-hashicorp-go-sockaddr_1.0.2-1.dsc
86fdec2a6b9710f86f0a233a13ade9d511a3aba7 74441
golang-github-hashicorp-go-sockaddr_1.0.2.orig.tar.gz
e05083c4b29b6be9b46fdeb83f532688045c992c 3156
golang-github-hashicorp-go-sockaddr_1.0.2-1.debian.tar.xz
89d22093bdfc3f6c5afbab3f8de0186be9bb5e23 6318
golang-github-hashicorp-go-sockaddr_1.0.2-1_amd64.buildinfo
Checksums-Sha256:
3363038c41ca96ccb517eba16e3bf4b292297152c4ada17620ad20a93afe7f56 1781
golang-github-hashicorp-go-sockaddr_1.0.2-1.dsc
75f1eec67c2deb95d186b854ac8d7cda8bb7b9be5579ed1654257d3760da3a96 74441
golang-github-hashicorp-go-sockaddr_1.0.2.orig.tar.gz
9bd0b585854d02b6b1184b31f090f7e47ddc35b50d0481cdd198a184361e699e 3156
golang-github-hashicorp-go-sockaddr_1.0.2-1.debian.tar.xz
ea03a74361bfcecb6f1efa0d86faddda46eb8035144d2fc72cf1e2ad3cf09701 6318
golang-github-hashicorp-go-sockaddr_1.0.2-1_amd64.buildinfo
Files:
4063e54481ff8b6438c23fa717da9b5a 1781 golang optional
golang-github-hashicorp-go-sockaddr_1.0.2-1.dsc
484e6a0393b644dde09690ef9fcc7c84 74441 golang optional
golang-github-hashicorp-go-sockaddr_1.0.2.orig.tar.gz
b034b6eeece5d8b181798457a6d09e88 3156 golang optional
golang-github-hashicorp-go-sockaddr_1.0.2-1.debian.tar.xz
2619c80ab491c925cc5a041e002651e9 6318 golang optional
golang-github-hashicorp-go-sockaddr_1.0.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYwJKVBAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTLKW0A/jtjApyaBTYsFOzylOfmXjGGc3q+RU87ZrEd
LcgeOsGRAPkB1Pf1ut1BDDPPieiDqrXQdNKkmYgkfKM4u6iq6P5zCw==
=GF4B
-----END PGP SIGNATURE-----
--- End Message ---