Package: src:golang-github-go-playground-validator-v10
Version: 10.4.1-2
Severity: serious
Tags: ftbfs patch
Dear maintainer:
During a rebuild of all packages in bullseye, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary-indep
dh binary-indep --builddirectory=_build --buildsystem=golang --with=golang
dh_update_autotools_config -i -O--builddirectory=_build
-O--buildsystem=golang
dh_autoreconf -i -O--builddirectory=_build -O--buildsystem=golang
dh_auto_configure -i -O--builddirectory=_build -O--buildsystem=golang
dh_auto_build -i -O--builddirectory=_build -O--buildsystem=golang
cd _build && go install -trimpath -v -p 2
github.com/go-playground/validator/v10
github.com/go-playground/validator/v10/non-standard/validators
github.com/go-playground/validator/v10/translations/en
github.com/go-playground/validator/v10/translations/es
github.com/go-playground/validator/v10/translations/fr
github.com/go-playground/validator/v10/translations/id
github.com/go-playground/validator/v10/translations/ja
github.com/go-playground/validator/v10/translations/nl
github.com/go-playground/validator/v10/translations/pt
github.com/go-playground/validator/v10/translations/pt_BR
github.com/go-playground/validator/v10/translations/ru
github.com/go-playground/validator/v10/translations/tr
github.com/go-playground/validator/v10/translations/zh
github.com/go-playground/validator/v10/translations/zh_tw
internal/unsafeheader
internal/cpu
runtime/internal/atomic
runtime/internal/sys
internal/bytealg
runtime/internal/math
internal/race
sync/atomic
unicode
runtime
unicode/utf8
math/bits
math
internal/testlog
encoding
unicode/utf16
github.com/go-playground/locales/currency
internal/nettrace
runtime/cgo
internal/reflectlite
sync
internal/singleflight
math/rand
errors
sort
io
bytes
internal/oserror
syscall
hash
strconv
crypto
time
reflect
context
internal/syscall/unix
internal/poll
internal/syscall/execenv
os
encoding/binary
internal/fmtsort
crypto/sha256
fmt
strings
encoding/base64
encoding/hex
encoding/json
github.com/go-playground/locales
path/filepath
io/ioutil
golang.org/x/crypto/sha3
vendor/golang.org/x/net/dns/dnsmessage
github.com/go-playground/universal-translator
github.com/leodido/go-urn
net/url
net
regexp/syntax
regexp
log
github.com/go-playground/validator/v10
github.com/go-playground/validator/v10/non-standard/validators
github.com/go-playground/validator/v10/translations/en
github.com/go-playground/validator/v10/translations/es
github.com/go-playground/validator/v10/translations/fr
github.com/go-playground/validator/v10/translations/id
github.com/go-playground/validator/v10/translations/ja
github.com/go-playground/validator/v10/translations/nl
github.com/go-playground/validator/v10/translations/pt
github.com/go-playground/validator/v10/translations/pt_BR
github.com/go-playground/validator/v10/translations/ru
github.com/go-playground/validator/v10/translations/tr
github.com/go-playground/validator/v10/translations/zh
github.com/go-playground/validator/v10/translations/zh_tw
dh_auto_test -i -O--builddirectory=_build -O--buildsystem=golang
cd _build && go test -vet=off -v -p 2
github.com/go-playground/validator/v10
github.com/go-playground/validator/v10/non-standard/validators
github.com/go-playground/validator/v10/translations/en
github.com/go-playground/validator/v10/translations/es
github.com/go-playground/validator/v10/translations/fr
github.com/go-playground/validator/v10/translations/id
github.com/go-playground/validator/v10/translations/ja
github.com/go-playground/validator/v10/translations/nl
github.com/go-playground/validator/v10/translations/pt
github.com/go-playground/validator/v10/translations/pt_BR
github.com/go-playground/validator/v10/translations/ru
github.com/go-playground/validator/v10/translations/tr
github.com/go-playground/validator/v10/translations/zh
github.com/go-playground/validator/v10/translations/zh_tw
=== RUN TestStructLevelInvalidError
--- PASS: TestStructLevelInvalidError (0.00s)
=== RUN TestNameNamespace
--- PASS: TestNameNamespace (0.00s)
=== RUN TestAnonymous
--- PASS: TestAnonymous (0.00s)
=== RUN TestAnonymousSameStructDifferentTags
--- PASS: TestAnonymousSameStructDifferentTags (0.00s)
=== RUN TestStructLevelReturnValidationErrors
--- PASS: TestStructLevelReturnValidationErrors (0.00s)
=== RUN TestStructLevelReturnValidationErrorsWithJSON
--- PASS: TestStructLevelReturnValidationErrorsWithJSON (0.00s)
=== RUN TestStructLevelValidations
--- PASS: TestStructLevelValidations (0.00s)
=== RUN TestAliasTags
--- PASS: TestAliasTags (0.00s)
=== RUN TestNilValidator
--- PASS: TestNilValidator (0.00s)
=== RUN TestStructPartial
--- PASS: TestStructPartial (0.00s)
=== RUN TestCrossStructLteFieldValidation
--- PASS: TestCrossStructLteFieldValidation (0.00s)
=== RUN TestCrossStructLtFieldValidation
--- PASS: TestCrossStructLtFieldValidation (0.00s)
=== RUN TestCrossStructGteFieldValidation
--- PASS: TestCrossStructGteFieldValidation (0.00s)
=== RUN TestCrossStructGtFieldValidation
--- PASS: TestCrossStructGtFieldValidation (0.00s)
=== RUN TestCrossStructNeFieldValidation
--- PASS: TestCrossStructNeFieldValidation (0.00s)
=== RUN TestCrossStructEqFieldValidation
--- PASS: TestCrossStructEqFieldValidation (0.00s)
=== RUN TestCrossNamespaceFieldValidation
--- PASS: TestCrossNamespaceFieldValidation (0.00s)
=== RUN TestExistsValidation
--- PASS: TestExistsValidation (0.00s)
=== RUN TestSQLValue2Validation
--- PASS: TestSQLValue2Validation (0.00s)
=== RUN TestSQLValueValidation
--- PASS: TestSQLValueValidation (0.00s)
=== RUN TestMACValidation
--- PASS: TestMACValidation (0.00s)
=== RUN TestIPValidation
--- PASS: TestIPValidation (0.00s)
=== RUN TestIPv6Validation
--- PASS: TestIPv6Validation (0.00s)
=== RUN TestIPv4Validation
--- PASS: TestIPv4Validation (0.00s)
=== RUN TestCIDRValidation
--- PASS: TestCIDRValidation (0.00s)
=== RUN TestCIDRv6Validation
--- PASS: TestCIDRv6Validation (0.00s)
=== RUN TestCIDRv4Validation
--- PASS: TestCIDRv4Validation (0.00s)
=== RUN TestTCPAddrValidation
--- PASS: TestTCPAddrValidation (0.00s)
=== RUN TestTCP6AddrValidation
--- PASS: TestTCP6AddrValidation (0.00s)
=== RUN TestTCP4AddrValidation
--- PASS: TestTCP4AddrValidation (0.00s)
=== RUN TestUDPAddrValidation
--- PASS: TestUDPAddrValidation (0.00s)
=== RUN TestUDP6AddrValidation
--- PASS: TestUDP6AddrValidation (0.00s)
=== RUN TestUDP4AddrValidation
--- PASS: TestUDP4AddrValidation (0.00s)
=== RUN TestIPAddrValidation
--- PASS: TestIPAddrValidation (0.00s)
=== RUN TestIP6AddrValidation
--- PASS: TestIP6AddrValidation (0.00s)
=== RUN TestIP4AddrValidation
--- PASS: TestIP4AddrValidation (0.00s)
=== RUN TestUnixAddrValidation
--- PASS: TestUnixAddrValidation (0.00s)
=== RUN TestSliceMapArrayChanFuncPtrInterfaceRequiredValidation
--- PASS: TestSliceMapArrayChanFuncPtrInterfaceRequiredValidation (0.00s)
=== RUN TestDatePtrValidationIssueValidation
--- PASS: TestDatePtrValidationIssueValidation (0.00s)
=== RUN TestCommaAndPipeObfuscationValidation
--- PASS: TestCommaAndPipeObfuscationValidation (0.00s)
=== RUN TestBadKeyValidation
--- PASS: TestBadKeyValidation (0.00s)
=== RUN TestInterfaceErrValidation
--- PASS: TestInterfaceErrValidation (0.00s)
=== RUN TestMapDiveValidation
--- PASS: TestMapDiveValidation (0.00s)
=== RUN TestArrayDiveValidation
--- PASS: TestArrayDiveValidation (0.00s)
=== RUN TestNilStructPointerValidation
--- PASS: TestNilStructPointerValidation (0.00s)
=== RUN TestSSNValidation
--- PASS: TestSSNValidation (0.00s)
=== RUN TestLongitudeValidation
--- PASS: TestLongitudeValidation (0.00s)
=== RUN TestLatitudeValidation
--- PASS: TestLatitudeValidation (0.00s)
=== RUN TestDataURIValidation
--- PASS: TestDataURIValidation (0.00s)
=== RUN TestMultibyteValidation
--- PASS: TestMultibyteValidation (0.00s)
=== RUN TestPrintableASCIIValidation
--- PASS: TestPrintableASCIIValidation (0.00s)
=== RUN TestASCIIValidation
--- PASS: TestASCIIValidation (0.00s)
=== RUN TestUUID5Validation
--- PASS: TestUUID5Validation (0.00s)
=== RUN TestUUID4Validation
--- PASS: TestUUID4Validation (0.00s)
=== RUN TestUUID3Validation
--- PASS: TestUUID3Validation (0.00s)
=== RUN TestUUIDValidation
--- PASS: TestUUIDValidation (0.00s)
=== RUN TestUUID5RFC4122Validation
--- PASS: TestUUID5RFC4122Validation (0.00s)
=== RUN TestUUID4RFC4122Validation
--- PASS: TestUUID4RFC4122Validation (0.00s)
=== RUN TestUUID3RFC4122Validation
--- PASS: TestUUID3RFC4122Validation (0.00s)
=== RUN TestUUIDRFC4122Validation
--- PASS: TestUUIDRFC4122Validation (0.00s)
=== RUN TestISBNValidation
--- PASS: TestISBNValidation (0.00s)
=== RUN TestISBN13Validation
--- PASS: TestISBN13Validation (0.00s)
=== RUN TestISBN10Validation
--- PASS: TestISBN10Validation (0.00s)
=== RUN TestExcludesRuneValidation
--- PASS: TestExcludesRuneValidation (0.00s)
=== RUN TestExcludesAllValidation
--- PASS: TestExcludesAllValidation (0.00s)
=== RUN TestExcludesValidation
--- PASS: TestExcludesValidation (0.00s)
=== RUN TestContainsRuneValidation
--- PASS: TestContainsRuneValidation (0.00s)
=== RUN TestContainsAnyValidation
--- PASS: TestContainsAnyValidation (0.00s)
=== RUN TestContainsValidation
--- PASS: TestContainsValidation (0.00s)
=== RUN TestIsNeFieldValidation
--- PASS: TestIsNeFieldValidation (0.00s)
=== RUN TestIsNeValidation
--- PASS: TestIsNeValidation (0.00s)
=== RUN TestIsEqFieldValidation
--- PASS: TestIsEqFieldValidation (0.00s)
=== RUN TestIsEqValidation
--- PASS: TestIsEqValidation (0.00s)
=== RUN TestOneOfValidation
validator_test.go:5060: struct { f interface {}; t string }{f:"red",
t:"oneof=red green"}
validator_test.go:5060: struct { f interface {}; t string }{f:"green",
t:"oneof=red green"}
validator_test.go:5060: struct { f interface {}; t string }{f:"red green",
t:"oneof='red green' blue"}
validator_test.go:5060: struct { f interface {}; t string }{f:"blue",
t:"oneof='red green' blue"}
validator_test.go:5060: struct { f interface {}; t string }{f:5, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:0x6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:0x6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:0x6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:0x6, t:"oneof=5
6"}
validator_test.go:5060: struct { f interface {}; t string }{f:0x6, t:"oneof=5
6"}
validator_test.go:5088: struct { f interface {}; t string }{f:"", t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:"yellow",
t:"oneof=red green"}
validator_test.go:5088: struct { f interface {}; t string }{f:"green",
t:"oneof='red green' blue"}
validator_test.go:5088: struct { f interface {}; t string }{f:5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:6, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:6,
t:"oneof=7"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x6,
t:"oneof=7"}
validator_test.go:5088: struct { f interface {}; t string }{f:5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x5, t:"oneof=red
green"}
validator_test.go:5088: struct { f interface {}; t string }{f:0x5, t:"oneof=red
green"}
--- PASS: TestOneOfValidation (0.00s)
=== RUN TestBase64Validation
--- PASS: TestBase64Validation (0.00s)
=== RUN TestBase64URLValidation
--- PASS: TestBase64URLValidation (0.00s)
=== RUN TestFileValidation
--- PASS: TestFileValidation (0.00s)
=== RUN TestEthereumAddressValidation
--- PASS: TestEthereumAddressValidation (0.00s)
=== RUN TestBitcoinAddressValidation
--- PASS: TestBitcoinAddressValidation (0.00s)
=== RUN TestBitcoinBech32AddressValidation
--- PASS: TestBitcoinBech32AddressValidation (0.00s)
=== RUN TestNoStructLevelValidation
--- PASS: TestNoStructLevelValidation (0.00s)
=== RUN TestStructOnlyValidation
--- PASS: TestStructOnlyValidation (0.00s)
=== RUN TestGtField
--- PASS: TestGtField (0.00s)
=== RUN TestLtField
--- PASS: TestLtField (0.00s)
=== RUN TestFieldContains
--- PASS: TestFieldContains (0.00s)
=== RUN TestFieldExcludes
--- PASS: TestFieldExcludes (0.00s)
=== RUN TestContainsAndExcludes
--- PASS: TestContainsAndExcludes (0.00s)
=== RUN TestLteField
--- PASS: TestLteField (0.00s)
=== RUN TestGteField
--- PASS: TestGteField (0.00s)
=== RUN TestValidateByTagAndValue
--- PASS: TestValidateByTagAndValue (0.00s)
=== RUN TestAddFunctions
--- PASS: TestAddFunctions (0.00s)
=== RUN TestChangeTag
--- PASS: TestChangeTag (0.00s)
=== RUN TestUnexposedStruct
--- PASS: TestUnexposedStruct (0.00s)
=== RUN TestBadParams
--- PASS: TestBadParams (0.00s)
=== RUN TestLength
--- PASS: TestLength (0.00s)
=== RUN TestIsGt
--- PASS: TestIsGt (0.00s)
=== RUN TestIsGte
--- PASS: TestIsGte (0.00s)
=== RUN TestMinValidation
--- PASS: TestMinValidation (0.00s)
=== RUN TestMaxValidation
--- PASS: TestMaxValidation (0.00s)
=== RUN TestMinMaxValidation
--- PASS: TestMinMaxValidation (0.00s)
=== RUN TestLenValidation
--- PASS: TestLenValidation (0.00s)
=== RUN TestIsLt
--- PASS: TestIsLt (0.00s)
=== RUN TestIsLte
--- PASS: TestIsLte (0.00s)
=== RUN TestUrnRFC2141
--- PASS: TestUrnRFC2141 (0.00s)
=== RUN TestUrl
--- PASS: TestUrl (0.00s)
=== RUN TestUri
--- PASS: TestUri (0.00s)
=== RUN TestOrTag
--- PASS: TestOrTag (0.00s)
=== RUN TestHsla
--- PASS: TestHsla (0.00s)
=== RUN TestHsl
--- PASS: TestHsl (0.00s)
=== RUN TestRgba
--- PASS: TestRgba (0.00s)
=== RUN TestRgb
--- PASS: TestRgb (0.00s)
=== RUN TestEmail
--- PASS: TestEmail (0.00s)
=== RUN TestHexColor
--- PASS: TestHexColor (0.00s)
=== RUN TestHexadecimal
--- PASS: TestHexadecimal (0.00s)
=== RUN TestNumber
--- PASS: TestNumber (0.00s)
=== RUN TestNumeric
--- PASS: TestNumeric (0.00s)
=== RUN TestAlphaNumeric
--- PASS: TestAlphaNumeric (0.00s)
=== RUN TestAlpha
--- PASS: TestAlpha (0.00s)
=== RUN TestStructStringValidation
--- PASS: TestStructStringValidation (0.00s)
=== RUN TestStructInt32Validation
--- PASS: TestStructInt32Validation (0.00s)
=== RUN TestStructUint64Validation
--- PASS: TestStructUint64Validation (0.00s)
=== RUN TestStructFloat64Validation
--- PASS: TestStructFloat64Validation (0.00s)
=== RUN TestStructSliceValidation
--- PASS: TestStructSliceValidation (0.00s)
=== RUN TestInvalidStruct
--- PASS: TestInvalidStruct (0.00s)
=== RUN TestInvalidValidatorFunction
--- PASS: TestInvalidValidatorFunction (0.00s)
=== RUN TestCustomFieldName
--- PASS: TestCustomFieldName (0.00s)
=== RUN TestMutipleRecursiveExtractStructCache
--- PASS: TestMutipleRecursiveExtractStructCache (0.00s)
=== RUN TestPointerAndOmitEmpty
--- PASS: TestPointerAndOmitEmpty (0.00s)
=== RUN TestRequired
--- PASS: TestRequired (0.00s)
=== RUN TestBoolEqual
--- PASS: TestBoolEqual (0.00s)
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
=== RUN TestTranslationErrors
--- PASS: TestTranslationErrors (0.00s)
=== RUN TestStructFiltered
--- PASS: TestStructFiltered (0.00s)
=== RUN TestRequiredPtr
--- PASS: TestRequiredPtr (0.00s)
=== RUN TestAlphaUnicodeValidation
--- PASS: TestAlphaUnicodeValidation (0.00s)
=== RUN TestAlphanumericUnicodeValidation
--- PASS: TestAlphanumericUnicodeValidation (0.00s)
=== RUN TestArrayStructNamespace
--- PASS: TestArrayStructNamespace (0.00s)
=== RUN TestMapStructNamespace
--- PASS: TestMapStructNamespace (0.00s)
=== RUN TestFieldLevelName
--- PASS: TestFieldLevelName (0.00s)
=== RUN TestValidateStructRegisterCtx
--- PASS: TestValidateStructRegisterCtx (0.00s)
=== RUN TestHostnameRFC952Validation
--- PASS: TestHostnameRFC952Validation (0.00s)
=== RUN TestHostnameRFC1123Validation
--- PASS: TestHostnameRFC1123Validation (0.00s)
=== RUN TestHostnameRFC1123AliasValidation
--- PASS: TestHostnameRFC1123AliasValidation (0.00s)
=== RUN TestFQDNValidation
--- PASS: TestFQDNValidation (0.00s)
=== RUN TestIsDefault
--- PASS: TestIsDefault (0.00s)
=== RUN TestUniqueValidation
--- PASS: TestUniqueValidation (0.00s)
=== RUN TestUniqueValidationStructSlice
--- PASS: TestUniqueValidationStructSlice (0.00s)
=== RUN TestUniqueValidationStructPtrSlice
--- PASS: TestUniqueValidationStructPtrSlice (0.00s)
=== RUN TestHTMLValidation
--- PASS: TestHTMLValidation (0.00s)
=== RUN TestHTMLEncodedValidation
--- PASS: TestHTMLEncodedValidation (0.00s)
=== RUN TestURLEncodedValidation
--- PASS: TestURLEncodedValidation (0.00s)
=== RUN TestKeys
--- PASS: TestKeys (0.00s)
=== RUN TestKeysCustomValidation
--- PASS: TestKeysCustomValidation (0.00s)
=== RUN TestKeyOrs
--- PASS: TestKeyOrs (0.00s)
=== RUN TestStructLevelValidationsPointerPassing
--- PASS: TestStructLevelValidationsPointerPassing (0.00s)
=== RUN TestDirValidation
--- PASS: TestDirValidation (0.00s)
=== RUN TestStartsWithValidation
--- PASS: TestStartsWithValidation (0.00s)
=== RUN TestEndsWithValidation
--- PASS: TestEndsWithValidation (0.00s)
=== RUN TestRequiredIf
--- PASS: TestRequiredIf (0.00s)
=== RUN TestRequiredUnless
--- PASS: TestRequiredUnless (0.00s)
=== RUN TestRequiredWith
--- PASS: TestRequiredWith (0.00s)
=== RUN TestExcludedWith
--- PASS: TestExcludedWith (0.00s)
=== RUN TestExcludedWithout
--- PASS: TestExcludedWithout (0.00s)
=== RUN TestExcludedWithAll
--- PASS: TestExcludedWithAll (0.00s)
=== RUN TestExcludedWithoutAll
--- PASS: TestExcludedWithoutAll (0.00s)
=== RUN TestRequiredWithAll
--- PASS: TestRequiredWithAll (0.00s)
=== RUN TestRequiredWithout
--- PASS: TestRequiredWithout (0.00s)
=== RUN TestRequiredWithoutAll
--- PASS: TestRequiredWithoutAll (0.00s)
=== RUN TestLookup
--- PASS: TestLookup (0.00s)
=== RUN TestAbilityToValidateNils
--- PASS: TestAbilityToValidateNils (0.00s)
=== RUN TestRequiredWithoutPointers
--- PASS: TestRequiredWithoutPointers (0.00s)
=== RUN TestRequiredWithoutAllPointers
--- PASS: TestRequiredWithoutAllPointers (0.00s)
=== RUN TestGetTag
--- PASS: TestGetTag (0.00s)
=== RUN TestJSONValidation
--- PASS: TestJSONValidation (0.00s)
=== RUN Test_hostnameport_validator
--- PASS: Test_hostnameport_validator (0.00s)
=== RUN TestLowercaseValidation
--- PASS: TestLowercaseValidation (0.00s)
=== RUN TestUppercaseValidation
--- PASS: TestUppercaseValidation (0.00s)
=== RUN TestDatetimeValidation
--- PASS: TestDatetimeValidation (0.00s)
=== RUN TestIsIso3166Alpha2Validation
--- PASS: TestIsIso3166Alpha2Validation (0.00s)
=== RUN TestIsIso3166Alpha3Validation
--- PASS: TestIsIso3166Alpha3Validation (0.00s)
=== RUN TestIsIso3166AlphaNumericValidation
--- PASS: TestIsIso3166AlphaNumericValidation (0.00s)
=== RUN TestTimeZoneValidation
validator_test.go:10975: Index: 0 time zone failed Error: Key: ''
Error:Field validation for '' failed on the 'timezone' tag
--- FAIL: TestTimeZoneValidation (0.00s)
=== RUN TestDurationType
=== RUN TestDurationType/valid_duration_string_pass
=== PAUSE TestDurationType/valid_duration_string_pass
=== RUN TestDurationType/valid_duration_int_pass
=== PAUSE TestDurationType/valid_duration_int_pass
=== CONT TestDurationType/valid_duration_string_pass
=== CONT TestDurationType/valid_duration_int_pass
--- PASS: TestDurationType (0.00s)
--- PASS: TestDurationType/valid_duration_string_pass (0.00s)
--- PASS: TestDurationType/valid_duration_int_pass (0.00s)
FAIL
FAIL github.com/go-playground/validator/v10 0.041s
=== RUN TestNotBlank
--- PASS: TestNotBlank (0.00s)
PASS
ok github.com/go-playground/validator/v10/non-standard/validators 0.012s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/en 0.011s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/es 0.006s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/fr 0.014s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/id 0.010s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/ja 0.008s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/nl 0.005s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/pt 0.006s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/pt_BR 0.008s
=== RUN TestTranslations
2022/11/30 15:52:58 Key: 'Test.IsColor' Error:Field validation for 'IsColor'
failed on the 'iscolor' tag
2022/11/30 15:52:58 Key: 'Test.MAC' Error:Field validation for 'MAC' failed on
the 'mac' tag
2022/11/30 15:52:58 Key: 'Test.IPAddr' Error:Field validation for 'IPAddr'
failed on the 'ip_addr' tag
2022/11/30 15:52:58 Key: 'Test.IPAddrv4' Error:Field validation for 'IPAddrv4'
failed on the 'ip4_addr' tag
2022/11/30 15:52:58 Key: 'Test.IPAddrv6' Error:Field validation for 'IPAddrv6'
failed on the 'ip6_addr' tag
2022/11/30 15:52:58 Key: 'Test.UDPAddr' Error:Field validation for 'UDPAddr'
failed on the 'udp_addr' tag
2022/11/30 15:52:58 Key: 'Test.UDPAddrv4' Error:Field validation for
'UDPAddrv4' failed on the 'udp4_addr' tag
2022/11/30 15:52:58 Key: 'Test.UDPAddrv6' Error:Field validation for
'UDPAddrv6' failed on the 'udp6_addr' tag
2022/11/30 15:52:58 Key: 'Test.TCPAddr' Error:Field validation for 'TCPAddr'
failed on the 'tcp_addr' tag
2022/11/30 15:52:58 Key: 'Test.TCPAddrv4' Error:Field validation for
'TCPAddrv4' failed on the 'tcp4_addr' tag
2022/11/30 15:52:58 Key: 'Test.TCPAddrv6' Error:Field validation for
'TCPAddrv6' failed on the 'tcp6_addr' tag
2022/11/30 15:52:58 Key: 'Test.CIDR' Error:Field validation for 'CIDR' failed
on the 'cidr' tag
2022/11/30 15:52:58 Key: 'Test.CIDRv4' Error:Field validation for 'CIDRv4'
failed on the 'cidrv4' tag
2022/11/30 15:52:58 Key: 'Test.CIDRv6' Error:Field validation for 'CIDRv6'
failed on the 'cidrv6' tag
2022/11/30 15:52:58 Key: 'Test.SSN' Error:Field validation for 'SSN' failed on
the 'ssn' tag
2022/11/30 15:52:58 Key: 'Test.IP' Error:Field validation for 'IP' failed on
the 'ip' tag
2022/11/30 15:52:58 Key: 'Test.IPv4' Error:Field validation for 'IPv4' failed
on the 'ipv4' tag
2022/11/30 15:52:58 Key: 'Test.IPv6' Error:Field validation for 'IPv6' failed
on the 'ipv6' tag
2022/11/30 15:52:58 Key: 'Test.DataURI' Error:Field validation for 'DataURI'
failed on the 'datauri' tag
2022/11/30 15:52:58 Key: 'Test.Latitude' Error:Field validation for 'Latitude'
failed on the 'latitude' tag
2022/11/30 15:52:58 Key: 'Test.Longitude' Error:Field validation for
'Longitude' failed on the 'longitude' tag
2022/11/30 15:52:58 Key: 'Test.MultiByte' Error:Field validation for
'MultiByte' failed on the 'multibyte' tag
2022/11/30 15:52:58 Key: 'Test.ASCII' Error:Field validation for 'ASCII' failed
on the 'ascii' tag
2022/11/30 15:52:58 Key: 'Test.PrintableASCII' Error:Field validation for
'PrintableASCII' failed on the 'printascii' tag
2022/11/30 15:52:58 Key: 'Test.UUID' Error:Field validation for 'UUID' failed
on the 'uuid' tag
2022/11/30 15:52:58 Key: 'Test.UUID3' Error:Field validation for 'UUID3' failed
on the 'uuid3' tag
2022/11/30 15:52:58 Key: 'Test.UUID4' Error:Field validation for 'UUID4' failed
on the 'uuid4' tag
2022/11/30 15:52:58 Key: 'Test.UUID5' Error:Field validation for 'UUID5' failed
on the 'uuid5' tag
2022/11/30 15:52:58 Key: 'Test.ISBN' Error:Field validation for 'ISBN' failed
on the 'isbn' tag
2022/11/30 15:52:58 Key: 'Test.ISBN10' Error:Field validation for 'ISBN10'
failed on the 'isbn10' tag
2022/11/30 15:52:58 Key: 'Test.ISBN13' Error:Field validation for 'ISBN13'
failed on the 'isbn13' tag
2022/11/30 15:52:58 Key: 'Test.Excludes' Error:Field validation for 'Excludes'
failed on the 'excludes' tag
2022/11/30 15:52:58 Key: 'Test.ExcludesAll' Error:Field validation for
'ExcludesAll' failed on the 'excludesall' tag
2022/11/30 15:52:58 Key: 'Test.ExcludesRune' Error:Field validation for
'ExcludesRune' failed on the 'excludesrune' tag
2022/11/30 15:52:58 Key: 'Test.ContainsAny' Error:Field validation for
'ContainsAny' failed on the 'containsany' tag
2022/11/30 15:52:58 Key: 'Test.Contains' Error:Field validation for 'Contains'
failed on the 'contains' tag
2022/11/30 15:52:58 Key: 'Test.Base64' Error:Field validation for 'Base64'
failed on the 'base64' tag
2022/11/30 15:52:58 Key: 'Test.Email' Error:Field validation for 'Email' failed
on the 'email' tag
2022/11/30 15:52:58 Key: 'Test.URL' Error:Field validation for 'URL' failed on
the 'url' tag
2022/11/30 15:52:58 Key: 'Test.URI' Error:Field validation for 'URI' failed on
the 'uri' tag
2022/11/30 15:52:58 Key: 'Test.RGBColorString' Error:Field validation for
'RGBColorString' failed on the 'rgb' tag
2022/11/30 15:52:58 Key: 'Test.RGBAColorString' Error:Field validation for
'RGBAColorString' failed on the 'rgba' tag
2022/11/30 15:52:58 Key: 'Test.HSLColorString' Error:Field validation for
'HSLColorString' failed on the 'hsl' tag
2022/11/30 15:52:58 Key: 'Test.HSLAColorString' Error:Field validation for
'HSLAColorString' failed on the 'hsla' tag
2022/11/30 15:52:58 Key: 'Test.HexadecimalString' Error:Field validation for
'HexadecimalString' failed on the 'hexadecimal' tag
2022/11/30 15:52:58 Key: 'Test.HexColorString' Error:Field validation for
'HexColorString' failed on the 'hexcolor' tag
2022/11/30 15:52:58 Key: 'Test.NumberString' Error:Field validation for
'NumberString' failed on the 'number' tag
2022/11/30 15:52:58 Key: 'Test.NumericString' Error:Field validation for
'NumericString' failed on the 'numeric' tag
2022/11/30 15:52:58 Key: 'Test.AlphanumString' Error:Field validation for
'AlphanumString' failed on the 'alphanum' tag
2022/11/30 15:52:58 Key: 'Test.AlphaString' Error:Field validation for
'AlphaString' failed on the 'alpha' tag
2022/11/30 15:52:58 Key: 'Test.LtFieldString' Error:Field validation for
'LtFieldString' failed on the 'ltfield' tag
2022/11/30 15:52:58 Key: 'Test.LteFieldString' Error:Field validation for
'LteFieldString' failed on the 'ltefield' tag
2022/11/30 15:52:58 Key: 'Test.GtFieldString' Error:Field validation for
'GtFieldString' failed on the 'gtfield' tag
2022/11/30 15:52:58 Key: 'Test.GteFieldString' Error:Field validation for
'GteFieldString' failed on the 'gtefield' tag
2022/11/30 15:52:58 Key: 'Test.NeFieldString' Error:Field validation for
'NeFieldString' failed on the 'nefield' tag
2022/11/30 15:52:58 Key: 'Test.LtCSFieldString' Error:Field validation for
'LtCSFieldString' failed on the 'ltcsfield' tag
2022/11/30 15:52:58 Key: 'Test.LteCSFieldString' Error:Field validation for
'LteCSFieldString' failed on the 'ltecsfield' tag
2022/11/30 15:52:58 Key: 'Test.GtCSFieldString' Error:Field validation for
'GtCSFieldString' failed on the 'gtcsfield' tag
2022/11/30 15:52:58 Key: 'Test.GteCSFieldString' Error:Field validation for
'GteCSFieldString' failed on the 'gtecsfield' tag
2022/11/30 15:52:58 Key: 'Test.NeCSFieldString' Error:Field validation for
'NeCSFieldString' failed on the 'necsfield' tag
2022/11/30 15:52:58 Key: 'Test.EqCSFieldString' Error:Field validation for
'EqCSFieldString' failed on the 'eqcsfield' tag
2022/11/30 15:52:58 Key: 'Test.EqFieldString' Error:Field validation for
'EqFieldString' failed on the 'eqfield' tag
2022/11/30 15:52:58 Key: 'Test.GteString' Error:Field validation for
'GteString' failed on the 'gte' tag
2022/11/30 15:52:58 Key: 'Test.GteNumber' Error:Field validation for
'GteNumber' failed on the 'gte' tag
2022/11/30 15:52:58 Key: 'Test.GteMultiple' Error:Field validation for
'GteMultiple' failed on the 'gte' tag
2022/11/30 15:52:58 Key: 'Test.GteTime' Error:Field validation for 'GteTime'
failed on the 'gte' tag
2022/11/30 15:52:58 Key: 'Test.GtString' Error:Field validation for 'GtString'
failed on the 'gt' tag
2022/11/30 15:52:58 Key: 'Test.GtNumber' Error:Field validation for 'GtNumber'
failed on the 'gt' tag
2022/11/30 15:52:58 Key: 'Test.GtMultiple' Error:Field validation for
'GtMultiple' failed on the 'gt' tag
2022/11/30 15:52:58 Key: 'Test.GtTime' Error:Field validation for 'GtTime'
failed on the 'gt' tag
2022/11/30 15:52:58 Key: 'Test.LteString' Error:Field validation for
'LteString' failed on the 'lte' tag
2022/11/30 15:52:58 Key: 'Test.LteNumber' Error:Field validation for
'LteNumber' failed on the 'lte' tag
2022/11/30 15:52:58 Key: 'Test.LteMultiple' Error:Field validation for
'LteMultiple' failed on the 'lte' tag
2022/11/30 15:52:58 Key: 'Test.LteTime' Error:Field validation for 'LteTime'
failed on the 'lte' tag
2022/11/30 15:52:58 Key: 'Test.LtString' Error:Field validation for 'LtString'
failed on the 'lt' tag
2022/11/30 15:52:58 Key: 'Test.LtNumber' Error:Field validation for 'LtNumber'
failed on the 'lt' tag
2022/11/30 15:52:58 Key: 'Test.LtMultiple' Error:Field validation for
'LtMultiple' failed on the 'lt' tag
2022/11/30 15:52:58 Key: 'Test.LtTime' Error:Field validation for 'LtTime'
failed on the 'lt' tag
2022/11/30 15:52:58 Key: 'Test.NeString' Error:Field validation for 'NeString'
failed on the 'ne' tag
2022/11/30 15:52:58 Key: 'Test.NeNumber' Error:Field validation for 'NeNumber'
failed on the 'ne' tag
2022/11/30 15:52:58 Key: 'Test.NeMultiple' Error:Field validation for
'NeMultiple' failed on the 'ne' tag
2022/11/30 15:52:58 Key: 'Test.EqString' Error:Field validation for 'EqString'
failed on the 'eq' tag
2022/11/30 15:52:58 Key: 'Test.EqNumber' Error:Field validation for 'EqNumber'
failed on the 'eq' tag
2022/11/30 15:52:58 Key: 'Test.EqMultiple' Error:Field validation for
'EqMultiple' failed on the 'eq' tag
2022/11/30 15:52:58 Key: 'Test.MaxString' Error:Field validation for
'MaxString' failed on the 'max' tag
2022/11/30 15:52:58 Key: 'Test.MaxNumber' Error:Field validation for
'MaxNumber' failed on the 'max' tag
2022/11/30 15:52:58 Key: 'Test.MaxMultiple' Error:Field validation for
'MaxMultiple' failed on the 'max' tag
2022/11/30 15:52:58 Key: 'Test.MinString' Error:Field validation for
'MinString' failed on the 'min' tag
2022/11/30 15:52:58 Key: 'Test.MinNumber' Error:Field validation for
'MinNumber' failed on the 'min' tag
2022/11/30 15:52:58 Key: 'Test.MinMultiple' Error:Field validation for
'MinMultiple' failed on the 'min' tag
2022/11/30 15:52:58 Key: 'Test.LenString' Error:Field validation for
'LenString' failed on the 'len' tag
2022/11/30 15:52:58 Key: 'Test.LenNumber' Error:Field validation for
'LenNumber' failed on the 'len' tag
2022/11/30 15:52:58 Key: 'Test.LenMultiple' Error:Field validation for
'LenMultiple' failed on the 'len' tag
2022/11/30 15:52:58 Key: 'Test.RequiredString' Error:Field validation for
'RequiredString' failed on the 'required' tag
2022/11/30 15:52:58 Key: 'Test.RequiredNumber' Error:Field validation for
'RequiredNumber' failed on the 'required' tag
2022/11/30 15:52:58 Key: 'Test.RequiredMultiple' Error:Field validation for
'RequiredMultiple' failed on the 'required' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrMinLen' Error:Field validation for
'StrPtrMinLen' failed on the 'min' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrMaxLen' Error:Field validation for
'StrPtrMaxLen' failed on the 'max' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrLen' Error:Field validation for
'StrPtrLen' failed on the 'len' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrLt' Error:Field validation for 'StrPtrLt'
failed on the 'lt' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrLte' Error:Field validation for
'StrPtrLte' failed on the 'lte' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrGt' Error:Field validation for 'StrPtrGt'
failed on the 'gt' tag
2022/11/30 15:52:58 Key: 'Test.StrPtrGte' Error:Field validation for
'StrPtrGte' failed on the 'gte' tag
2022/11/30 15:52:58 Key: 'Test.OneOfString' Error:Field validation for
'OneOfString' failed on the 'oneof' tag
2022/11/30 15:52:58 Key: 'Test.OneOfInt' Error:Field validation for 'OneOfInt'
failed on the 'oneof' tag
2022/11/30 15:52:58 Key: 'Test.UniqueSlice' Error:Field validation for
'UniqueSlice' failed on the 'unique' tag
2022/11/30 15:52:58 Key: 'Test.UniqueArray' Error:Field validation for
'UniqueArray' failed on the 'unique' tag
2022/11/30 15:52:58 Key: 'Test.UniqueMap' Error:Field validation for
'UniqueMap' failed on the 'unique' tag
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/ru 0.008s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/tr 0.005s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/zh 0.006s
=== RUN TestTranslations
--- PASS: TestTranslations (0.00s)
PASS
ok github.com/go-playground/validator/v10/translations/zh_tw 0.009s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2
github.com/go-playground/validator/v10
github.com/go-playground/validator/v10/non-standard/validators
github.com/go-playground/validator/v10/translations/en
github.com/go-playground/validator/v10/translations/es
github.com/go-playground/validator/v10/translations/fr
github.com/go-playground/validator/v10/translations/id
github.com/go-playground/validator/v10/translations/ja
github.com/go-playground/validator/v10/translations/nl
github.com/go-playground/validator/v10/translations/pt
github.com/go-playground/validator/v10/translations/pt_BR
github.com/go-playground/validator/v10/translations/ru
github.com/go-playground/validator/v10/translations/tr
github.com/go-playground/validator/v10/translations/zh
github.com/go-playground/validator/v10/translations/zh_tw returned exit code 1
make: *** [debian/rules:4: binary-indep] Error 25
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
(The above is just how the build ends and not necessarily the most relevant
part)
Note: I'm using the "patch" tag because there is an obvious fix
(indicated in the subject).
About the archive rebuild: The build was made using virtual machines
from Hetzner, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages (plus
debhelper).
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.