Your message dated Sat, 13 Nov 2021 00:36:26 +0800
with message-id
<CAFyCLW_-u52aFrtZmWy=w5+wjrevt0-n-nneyvgpkduemmp...@mail.gmail.com>
and subject line Re: Bug#998544: golang-github-go-playground-validator-v10:
FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 4 [...]
returned exit code 1
has caused the Debian Bug report #998544,
regarding golang-github-go-playground-validator-v10: FTBFS: dh_auto_test:
error: cd _build && go test -vet=off -v -p 4 [...] 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.)
--
998544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998544
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-go-playground-validator-v10
Version: 10.4.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
> dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
> dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go install -trimpath -v -p 4
> 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/goexperiment
> internal/unsafeheader
> internal/cpu
> runtime/internal/atomic
> internal/abi
> runtime/internal/sys
> runtime/internal/math
> internal/race
> sync/atomic
> unicode
> unicode/utf8
> internal/bytealg
> internal/itoa
> math/bits
> encoding
> unicode/utf16
> math
> github.com/go-playground/locales/currency
> internal/nettrace
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> runtime/cgo
> errors
> sort
> io
> internal/oserror
> syscall
> strconv
> bytes
> hash
> reflect
> crypto
> path
> strings
> time
> internal/syscall/unix
> internal/syscall/execenv
> vendor/golang.org/x/net/dns/dnsmessage
> context
> internal/poll
> io/fs
> github.com/go-playground/locales
> regexp/syntax
> os
> internal/fmtsort
> encoding/binary
> encoding/base64
> crypto/sha256
> golang.org/x/crypto/sha3
> regexp
> fmt
> io/ioutil
> path/filepath
> net
> encoding/hex
> net/url
> encoding/json
> log
> github.com/go-playground/universal-translator
> github.com/leodido/go-urn
> 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/fr
> github.com/go-playground/validator/v10/translations/es
> 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 -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go test -vet=off -v -p 4
> 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.02s)
> === 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
> --- PASS: 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)
> PASS
> ok github.com/go-playground/validator/v10 0.055s
> === RUN TestNotBlank
> --- PASS: TestNotBlank (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/non-standard/validators 0.070s
> === 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.065s
> === RUN TestTranslations
> fr_test.go:631 MaxNumber doit être égal à 1 113,00 ou moins does not equal
> MaxNumber doit être égal à 1 113,00 ou moins
> --- FAIL: TestTranslations (0.00s)
> FAIL
> FAIL github.com/go-playground/validator/v10/translations/fr 0.043s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/id 0.013s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/ja 0.030s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/nl 0.039s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/pt 0.017s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/pt_BR 0.020s
> === RUN TestTranslations
> 2021/11/04 09:56:24 Key: 'Test.IsColor' Error:Field validation for 'IsColor'
> failed on the 'iscolor' tag
> 2021/11/04 09:56:24 Key: 'Test.MAC' Error:Field validation for 'MAC' failed
> on the 'mac' tag
> 2021/11/04 09:56:24 Key: 'Test.IPAddr' Error:Field validation for 'IPAddr'
> failed on the 'ip_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.IPAddrv4' Error:Field validation for
> 'IPAddrv4' failed on the 'ip4_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.IPAddrv6' Error:Field validation for
> 'IPAddrv6' failed on the 'ip6_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.UDPAddr' Error:Field validation for 'UDPAddr'
> failed on the 'udp_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.UDPAddrv4' Error:Field validation for
> 'UDPAddrv4' failed on the 'udp4_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.UDPAddrv6' Error:Field validation for
> 'UDPAddrv6' failed on the 'udp6_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.TCPAddr' Error:Field validation for 'TCPAddr'
> failed on the 'tcp_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.TCPAddrv4' Error:Field validation for
> 'TCPAddrv4' failed on the 'tcp4_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.TCPAddrv6' Error:Field validation for
> 'TCPAddrv6' failed on the 'tcp6_addr' tag
> 2021/11/04 09:56:24 Key: 'Test.CIDR' Error:Field validation for 'CIDR' failed
> on the 'cidr' tag
> 2021/11/04 09:56:24 Key: 'Test.CIDRv4' Error:Field validation for 'CIDRv4'
> failed on the 'cidrv4' tag
> 2021/11/04 09:56:24 Key: 'Test.CIDRv6' Error:Field validation for 'CIDRv6'
> failed on the 'cidrv6' tag
> 2021/11/04 09:56:24 Key: 'Test.SSN' Error:Field validation for 'SSN' failed
> on the 'ssn' tag
> 2021/11/04 09:56:24 Key: 'Test.IP' Error:Field validation for 'IP' failed on
> the 'ip' tag
> 2021/11/04 09:56:24 Key: 'Test.IPv4' Error:Field validation for 'IPv4' failed
> on the 'ipv4' tag
> 2021/11/04 09:56:24 Key: 'Test.IPv6' Error:Field validation for 'IPv6' failed
> on the 'ipv6' tag
> 2021/11/04 09:56:24 Key: 'Test.DataURI' Error:Field validation for 'DataURI'
> failed on the 'datauri' tag
> 2021/11/04 09:56:24 Key: 'Test.Latitude' Error:Field validation for
> 'Latitude' failed on the 'latitude' tag
> 2021/11/04 09:56:24 Key: 'Test.Longitude' Error:Field validation for
> 'Longitude' failed on the 'longitude' tag
> 2021/11/04 09:56:24 Key: 'Test.MultiByte' Error:Field validation for
> 'MultiByte' failed on the 'multibyte' tag
> 2021/11/04 09:56:24 Key: 'Test.ASCII' Error:Field validation for 'ASCII'
> failed on the 'ascii' tag
> 2021/11/04 09:56:24 Key: 'Test.PrintableASCII' Error:Field validation for
> 'PrintableASCII' failed on the 'printascii' tag
> 2021/11/04 09:56:24 Key: 'Test.UUID' Error:Field validation for 'UUID' failed
> on the 'uuid' tag
> 2021/11/04 09:56:24 Key: 'Test.UUID3' Error:Field validation for 'UUID3'
> failed on the 'uuid3' tag
> 2021/11/04 09:56:24 Key: 'Test.UUID4' Error:Field validation for 'UUID4'
> failed on the 'uuid4' tag
> 2021/11/04 09:56:24 Key: 'Test.UUID5' Error:Field validation for 'UUID5'
> failed on the 'uuid5' tag
> 2021/11/04 09:56:24 Key: 'Test.ISBN' Error:Field validation for 'ISBN' failed
> on the 'isbn' tag
> 2021/11/04 09:56:24 Key: 'Test.ISBN10' Error:Field validation for 'ISBN10'
> failed on the 'isbn10' tag
> 2021/11/04 09:56:24 Key: 'Test.ISBN13' Error:Field validation for 'ISBN13'
> failed on the 'isbn13' tag
> 2021/11/04 09:56:24 Key: 'Test.Excludes' Error:Field validation for
> 'Excludes' failed on the 'excludes' tag
> 2021/11/04 09:56:24 Key: 'Test.ExcludesAll' Error:Field validation for
> 'ExcludesAll' failed on the 'excludesall' tag
> 2021/11/04 09:56:24 Key: 'Test.ExcludesRune' Error:Field validation for
> 'ExcludesRune' failed on the 'excludesrune' tag
> 2021/11/04 09:56:24 Key: 'Test.ContainsAny' Error:Field validation for
> 'ContainsAny' failed on the 'containsany' tag
> 2021/11/04 09:56:24 Key: 'Test.Contains' Error:Field validation for
> 'Contains' failed on the 'contains' tag
> 2021/11/04 09:56:24 Key: 'Test.Base64' Error:Field validation for 'Base64'
> failed on the 'base64' tag
> 2021/11/04 09:56:24 Key: 'Test.Email' Error:Field validation for 'Email'
> failed on the 'email' tag
> 2021/11/04 09:56:24 Key: 'Test.URL' Error:Field validation for 'URL' failed
> on the 'url' tag
> 2021/11/04 09:56:24 Key: 'Test.URI' Error:Field validation for 'URI' failed
> on the 'uri' tag
> 2021/11/04 09:56:24 Key: 'Test.RGBColorString' Error:Field validation for
> 'RGBColorString' failed on the 'rgb' tag
> 2021/11/04 09:56:24 Key: 'Test.RGBAColorString' Error:Field validation for
> 'RGBAColorString' failed on the 'rgba' tag
> 2021/11/04 09:56:24 Key: 'Test.HSLColorString' Error:Field validation for
> 'HSLColorString' failed on the 'hsl' tag
> 2021/11/04 09:56:24 Key: 'Test.HSLAColorString' Error:Field validation for
> 'HSLAColorString' failed on the 'hsla' tag
> 2021/11/04 09:56:24 Key: 'Test.HexadecimalString' Error:Field validation for
> 'HexadecimalString' failed on the 'hexadecimal' tag
> 2021/11/04 09:56:24 Key: 'Test.HexColorString' Error:Field validation for
> 'HexColorString' failed on the 'hexcolor' tag
> 2021/11/04 09:56:24 Key: 'Test.NumberString' Error:Field validation for
> 'NumberString' failed on the 'number' tag
> 2021/11/04 09:56:24 Key: 'Test.NumericString' Error:Field validation for
> 'NumericString' failed on the 'numeric' tag
> 2021/11/04 09:56:24 Key: 'Test.AlphanumString' Error:Field validation for
> 'AlphanumString' failed on the 'alphanum' tag
> 2021/11/04 09:56:24 Key: 'Test.AlphaString' Error:Field validation for
> 'AlphaString' failed on the 'alpha' tag
> 2021/11/04 09:56:24 Key: 'Test.LtFieldString' Error:Field validation for
> 'LtFieldString' failed on the 'ltfield' tag
> 2021/11/04 09:56:24 Key: 'Test.LteFieldString' Error:Field validation for
> 'LteFieldString' failed on the 'ltefield' tag
> 2021/11/04 09:56:24 Key: 'Test.GtFieldString' Error:Field validation for
> 'GtFieldString' failed on the 'gtfield' tag
> 2021/11/04 09:56:24 Key: 'Test.GteFieldString' Error:Field validation for
> 'GteFieldString' failed on the 'gtefield' tag
> 2021/11/04 09:56:24 Key: 'Test.NeFieldString' Error:Field validation for
> 'NeFieldString' failed on the 'nefield' tag
> 2021/11/04 09:56:24 Key: 'Test.LtCSFieldString' Error:Field validation for
> 'LtCSFieldString' failed on the 'ltcsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.LteCSFieldString' Error:Field validation for
> 'LteCSFieldString' failed on the 'ltecsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.GtCSFieldString' Error:Field validation for
> 'GtCSFieldString' failed on the 'gtcsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.GteCSFieldString' Error:Field validation for
> 'GteCSFieldString' failed on the 'gtecsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.NeCSFieldString' Error:Field validation for
> 'NeCSFieldString' failed on the 'necsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.EqCSFieldString' Error:Field validation for
> 'EqCSFieldString' failed on the 'eqcsfield' tag
> 2021/11/04 09:56:24 Key: 'Test.EqFieldString' Error:Field validation for
> 'EqFieldString' failed on the 'eqfield' tag
> 2021/11/04 09:56:24 Key: 'Test.GteString' Error:Field validation for
> 'GteString' failed on the 'gte' tag
> 2021/11/04 09:56:24 Key: 'Test.GteNumber' Error:Field validation for
> 'GteNumber' failed on the 'gte' tag
> 2021/11/04 09:56:24 Key: 'Test.GteMultiple' Error:Field validation for
> 'GteMultiple' failed on the 'gte' tag
> 2021/11/04 09:56:24 Key: 'Test.GteTime' Error:Field validation for 'GteTime'
> failed on the 'gte' tag
> 2021/11/04 09:56:24 Key: 'Test.GtString' Error:Field validation for
> 'GtString' failed on the 'gt' tag
> 2021/11/04 09:56:24 Key: 'Test.GtNumber' Error:Field validation for
> 'GtNumber' failed on the 'gt' tag
> 2021/11/04 09:56:24 Key: 'Test.GtMultiple' Error:Field validation for
> 'GtMultiple' failed on the 'gt' tag
> 2021/11/04 09:56:24 Key: 'Test.GtTime' Error:Field validation for 'GtTime'
> failed on the 'gt' tag
> 2021/11/04 09:56:24 Key: 'Test.LteString' Error:Field validation for
> 'LteString' failed on the 'lte' tag
> 2021/11/04 09:56:24 Key: 'Test.LteNumber' Error:Field validation for
> 'LteNumber' failed on the 'lte' tag
> 2021/11/04 09:56:24 Key: 'Test.LteMultiple' Error:Field validation for
> 'LteMultiple' failed on the 'lte' tag
> 2021/11/04 09:56:24 Key: 'Test.LteTime' Error:Field validation for 'LteTime'
> failed on the 'lte' tag
> 2021/11/04 09:56:24 Key: 'Test.LtString' Error:Field validation for
> 'LtString' failed on the 'lt' tag
> 2021/11/04 09:56:24 Key: 'Test.LtNumber' Error:Field validation for
> 'LtNumber' failed on the 'lt' tag
> 2021/11/04 09:56:24 Key: 'Test.LtMultiple' Error:Field validation for
> 'LtMultiple' failed on the 'lt' tag
> 2021/11/04 09:56:24 Key: 'Test.LtTime' Error:Field validation for 'LtTime'
> failed on the 'lt' tag
> 2021/11/04 09:56:24 Key: 'Test.NeString' Error:Field validation for
> 'NeString' failed on the 'ne' tag
> 2021/11/04 09:56:24 Key: 'Test.NeNumber' Error:Field validation for
> 'NeNumber' failed on the 'ne' tag
> 2021/11/04 09:56:24 Key: 'Test.NeMultiple' Error:Field validation for
> 'NeMultiple' failed on the 'ne' tag
> 2021/11/04 09:56:24 Key: 'Test.EqString' Error:Field validation for
> 'EqString' failed on the 'eq' tag
> 2021/11/04 09:56:24 Key: 'Test.EqNumber' Error:Field validation for
> 'EqNumber' failed on the 'eq' tag
> 2021/11/04 09:56:24 Key: 'Test.EqMultiple' Error:Field validation for
> 'EqMultiple' failed on the 'eq' tag
> 2021/11/04 09:56:24 Key: 'Test.MaxString' Error:Field validation for
> 'MaxString' failed on the 'max' tag
> 2021/11/04 09:56:24 Key: 'Test.MaxNumber' Error:Field validation for
> 'MaxNumber' failed on the 'max' tag
> 2021/11/04 09:56:24 Key: 'Test.MaxMultiple' Error:Field validation for
> 'MaxMultiple' failed on the 'max' tag
> 2021/11/04 09:56:24 Key: 'Test.MinString' Error:Field validation for
> 'MinString' failed on the 'min' tag
> 2021/11/04 09:56:24 Key: 'Test.MinNumber' Error:Field validation for
> 'MinNumber' failed on the 'min' tag
> 2021/11/04 09:56:24 Key: 'Test.MinMultiple' Error:Field validation for
> 'MinMultiple' failed on the 'min' tag
> 2021/11/04 09:56:24 Key: 'Test.LenString' Error:Field validation for
> 'LenString' failed on the 'len' tag
> 2021/11/04 09:56:24 Key: 'Test.LenNumber' Error:Field validation for
> 'LenNumber' failed on the 'len' tag
> 2021/11/04 09:56:24 Key: 'Test.LenMultiple' Error:Field validation for
> 'LenMultiple' failed on the 'len' tag
> 2021/11/04 09:56:24 Key: 'Test.RequiredString' Error:Field validation for
> 'RequiredString' failed on the 'required' tag
> 2021/11/04 09:56:24 Key: 'Test.RequiredNumber' Error:Field validation for
> 'RequiredNumber' failed on the 'required' tag
> 2021/11/04 09:56:24 Key: 'Test.RequiredMultiple' Error:Field validation for
> 'RequiredMultiple' failed on the 'required' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrMinLen' Error:Field validation for
> 'StrPtrMinLen' failed on the 'min' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrMaxLen' Error:Field validation for
> 'StrPtrMaxLen' failed on the 'max' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrLen' Error:Field validation for
> 'StrPtrLen' failed on the 'len' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrLt' Error:Field validation for
> 'StrPtrLt' failed on the 'lt' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrLte' Error:Field validation for
> 'StrPtrLte' failed on the 'lte' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrGt' Error:Field validation for
> 'StrPtrGt' failed on the 'gt' tag
> 2021/11/04 09:56:24 Key: 'Test.StrPtrGte' Error:Field validation for
> 'StrPtrGte' failed on the 'gte' tag
> 2021/11/04 09:56:24 Key: 'Test.OneOfString' Error:Field validation for
> 'OneOfString' failed on the 'oneof' tag
> 2021/11/04 09:56:24 Key: 'Test.OneOfInt' Error:Field validation for
> 'OneOfInt' failed on the 'oneof' tag
> 2021/11/04 09:56:24 Key: 'Test.UniqueSlice' Error:Field validation for
> 'UniqueSlice' failed on the 'unique' tag
> 2021/11/04 09:56:24 Key: 'Test.UniqueArray' Error:Field validation for
> 'UniqueArray' failed on the 'unique' tag
> 2021/11/04 09:56:24 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.018s
> === RUN TestTranslations
> --- PASS: TestTranslations (0.00s)
> PASS
> ok github.com/go-playground/validator/v10/translations/tr 0.008s
> === 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.006s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 4
> 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
The full build log is available from:
http://qa-logs.debian.net/2021/11/04/golang-github-go-playground-validator-v10_10.4.1-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Version: 10.4.1-3
Forget to close it in the changelog.
--- End Message ---