Source: golang-github-xeipuuv-gojsonschema
Version: 1.2.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package golang-github-xeipuuv-gojsonschema
> dpkg-buildpackage: info: source version 1.2.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Shengjing Zhu <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --buildsystem=golang --with=golang
>    dh_auto_clean -O--buildsystem=golang
>    dh_autoreconf_clean -O--buildsystem=golang
>    dh_clean -O--buildsystem=golang
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building golang-github-xeipuuv-gojsonschema using existing 
> ./golang-github-xeipuuv-gojsonschema_1.2.0.orig.tar.gz
> dpkg-source: info: building golang-github-xeipuuv-gojsonschema in 
> golang-github-xeipuuv-gojsonschema_1.2.0-1.debian.tar.xz
> dpkg-source: info: building golang-github-xeipuuv-gojsonschema in 
> golang-github-xeipuuv-gojsonschema_1.2.0-1.dsc
>  debian/rules binary
> dh binary --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/xeipuuv/gojsonschema
> internal/unsafeheader
> internal/goexperiment
> internal/cpu
> runtime/internal/atomic
> internal/abi
> runtime/internal/sys
> runtime/internal/math
> internal/race
> sync/atomic
> unicode/utf8
> unicode
> internal/bytealg
> encoding
> math/bits
> internal/itoa
> unicode/utf16
> math
> internal/nettrace
> container/list
> runtime
> crypto/internal/subtle
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/subtle
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> math/rand
> runtime/cgo
> errors
> sort
> io
> strconv
> internal/oserror
> syscall
> bytes
> reflect
> path
> strings
> vendor/golang.org/x/net/dns/dnsmessage
> internal/syscall/unix
> time
> internal/syscall/execenv
> bufio
> encoding/binary
> internal/fmtsort
> internal/poll
> io/fs
> context
> encoding/base64
> hash
> crypto/cipher
> hash/crc32
> crypto
> os
> crypto/elliptic/internal/fiat
> crypto/internal/randutil
> crypto/aes
> crypto/des
> crypto/sha512
> crypto/ed25519/internal/edwards25519/field
> crypto/hmac
> crypto/md5
> fmt
> path/filepath
> io/ioutil
> net
> crypto/ed25519/internal/edwards25519
> crypto/rc4
> crypto/sha1
> crypto/sha256
> encoding/pem
> encoding/json
> github.com/xeipuuv/gojsonpointer
> net/url
> log
> math/big
> github.com/xeipuuv/gojsonreference
> compress/flate
> encoding/hex
> vendor/golang.org/x/crypto/chacha20
> compress/gzip
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/crypto/curve25519
> vendor/golang.org/x/crypto/chacha20poly1305
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/dsa
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/crypto/cryptobyte
> crypto/x509/pkix
> crypto/ecdsa
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/net/http2/hpack
> mime
> vendor/golang.org/x/net/idna
> mime/quotedprintable
> net/http/internal
> crypto/x509
> net/textproto
> net/http/internal/ascii
> regexp/syntax
> vendor/golang.org/x/net/http/httpproxy
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> net/mail
> text/template/parse
> regexp
> crypto/tls
> text/template
> net/http/httptrace
> net/http
> github.com/xeipuuv/gojsonschema
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/xeipuuv/gojsonschema
> === RUN   TestUUIDFormatCheckerIsFormat
> --- PASS: TestUUIDFormatCheckerIsFormat (0.00s)
> === RUN   TestURIReferenceFormatCheckerIsFormat
> --- PASS: TestURIReferenceFormatCheckerIsFormat (0.00s)
> === RUN   TestSuite
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/additionalItems.json
>     additionalItems as schema
>     items is schema, no additionalItems
>     array of items with no additionalItems
>     additionalItems as false without items
>     additionalItems are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/additionalProperties.json
>     additionalProperties being false does not allow other properties
>     additionalProperties allows a schema which should validate
>     additionalProperties can exist by itself
>     additionalProperties are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/allOf.json
>     allOf
>     allOf with base schema
>     allOf simple types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/anyOf.json
>     anyOf
>     anyOf with base schema
>     anyOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/default.json
>     invalid type for default
>     invalid string value for default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/definitions.json
>     valid definition
>     invalid definition
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/dependencies.json
>     dependencies
>     multiple dependencies
>     multiple dependencies subschema
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/enum.json
>     simple enum validation
>     heterogeneous enum validation
>     enums in properties
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/items.json
>     a schema given for items
>     an array of schemas for items
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/maxItems.json
>     maxItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/maxLength.json
>     maxLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/maxProperties.json
>     maxProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/maximum.json
>     maximum validation
>     exclusiveMaximum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/minItems.json
>     minItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/minLength.json
>     minLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/minProperties.json
>     minProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/minimum.json
>     minimum validation
>     exclusiveMinimum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/multipleOf.json
>     by int
>     by number
>     by small number
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/not.json
>     not
>     not multiple types
>     not more complex schema
>     forbidden property
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/oneOf.json
>     oneOf
>     oneOf with base schema
>     oneOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/pattern.json
>     pattern validation
>     pattern is not anchored
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/patternProperties.json
>     patternProperties validates properties matching a regex
>     multiple simultaneous patternProperties are validated
>     regexes are not anchored by default and are case sensitive
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/properties.json
>     object properties validation
>     properties, patternProperties, additionalProperties interaction
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/ref.json
>     root pointer ref
>     relative pointer ref to object
>     relative pointer ref to array
>     escaped pointer ref
>     nested refs
>     ref overrides any sibling keywords
>     remote ref, containing refs itself
>     property named $ref that is not a reference
>     Recursive references between schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/refRemote.json
>     remote ref
>     fragment within remote ref
>     ref within remote ref
>     base URI change
>     base URI change - change folder
>     base URI change - change folder in subschema
>     root ref in remote ref
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/required.json
>     required validation
>     required default validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/type.json
>     integer type matches integers
>     number type matches numbers
>     string type matches strings
>     object type matches objects
>     array type matches arrays
>     boolean type matches booleans
>     null type matches only the null object
>     multiple types can be specified in an array
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft4/uniqueItems.json
>     uniqueItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/additionalItems.json
>     additionalItems as schema
>     items is schema, no additionalItems
>     array of items with no additionalItems
>     additionalItems as false without items
>     additionalItems are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/additionalProperties.json
>     additionalProperties being false does not allow other properties
>     additionalProperties allows a schema which should validate
>     additionalProperties can exist by itself
>     additionalProperties are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/allOf.json
>     allOf
>     allOf with base schema
>     allOf simple types
>     allOf with boolean schemas, all true
>     allOf with boolean schemas, some false
>     allOf with boolean schemas, all false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/anyOf.json
>     anyOf
>     anyOf with base schema
>     anyOf with boolean schemas, all true
>     anyOf with boolean schemas, some true
>     anyOf with boolean schemas, all false
>     anyOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/boolean_schema.json
>     boolean schema 'true'
>     boolean schema 'false'
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/const.json
>     const validation
>     const with object
>     const with array
>     const with null
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/contains.json
>     contains keyword validation
>     contains keyword with const keyword
>     contains keyword with boolean schema true
>     contains keyword with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/default.json
>     invalid type for default
>     invalid string value for default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/definitions.json
>     valid definition
>     invalid definition
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/dependencies.json
>     dependencies
>     dependencies with empty array
>     multiple dependencies
>     multiple dependencies subschema
>     dependencies with boolean subschemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/enum.json
>     simple enum validation
>     heterogeneous enum validation
>     enums in properties
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/exclusiveMaximum.json
>     exclusiveMaximum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/exclusiveMinimum.json
>     exclusiveMinimum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/items.json
>     a schema given for items
>     an array of schemas for items
>     items with boolean schema (true)
>     items with boolean schema (false)
>     items with boolean schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/maxItems.json
>     maxItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/maxLength.json
>     maxLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/maxProperties.json
>     maxProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/maximum.json
>     maximum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/minItems.json
>     minItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/minLength.json
>     minLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/minProperties.json
>     minProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/minimum.json
>     minimum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/multipleOf.json
>     by int
>     by number
>     by small number
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/not.json
>     not
>     not multiple types
>     not more complex schema
>     forbidden property
>     not with boolean schema true
>     not with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/oneOf.json
>     oneOf
>     oneOf with base schema
>     oneOf with boolean schemas, all true
>     oneOf with boolean schemas, one true
>     oneOf with boolean schemas, more than one true
>     oneOf with boolean schemas, all false
>     oneOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/pattern.json
>     pattern validation
>     pattern is not anchored
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/patternProperties.json
>     patternProperties validates properties matching a regex
>     multiple simultaneous patternProperties are validated
>     regexes are not anchored by default and are case sensitive
>     patternProperties with boolean schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/properties.json
>     object properties validation
>     properties, patternProperties, additionalProperties interaction
>     properties with boolean schema
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/propertyNames.json
>     propertyNames validation
>     propertyNames with boolean schema true
>     propertyNames with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/ref.json
>     root pointer ref
>     relative pointer ref to object
>     relative pointer ref to array
>     escaped pointer ref
>     nested refs
>     ref overrides any sibling keywords
>     remote ref, containing refs itself
>     property named $ref that is not a reference
>     $ref to boolean schema true
>     $ref to boolean schema false
>     Recursive references between schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/refRemote.json
>     remote ref
>     fragment within remote ref
>     ref within remote ref
>     base URI change
>     base URI change - change folder
>     base URI change - change folder in subschema
>     root ref in remote ref
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/required.json
>     required validation
>     required default validation
>     required with empty array
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/type.json
>     integer type matches integers
>     number type matches numbers
>     string type matches strings
>     object type matches objects
>     array type matches arrays
>     boolean type matches booleans
>     null type matches only the null object
>     multiple types can be specified in an array
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft6/uniqueItems.json
>     uniqueItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/additionalItems.json
>     additionalItems as schema
>     items is schema, no additionalItems
>     array of items with no additionalItems
>     additionalItems as false without items
>     additionalItems are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/additionalProperties.json
>     additionalProperties being false does not allow other properties
>     additionalProperties allows a schema which should validate
>     additionalProperties can exist by itself
>     additionalProperties are allowed by default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/allOf.json
>     allOf
>     allOf with base schema
>     allOf simple types
>     allOf with boolean schemas, all true
>     allOf with boolean schemas, some false
>     allOf with boolean schemas, all false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/anyOf.json
>     anyOf
>     anyOf with base schema
>     anyOf with boolean schemas, all true
>     anyOf with boolean schemas, some true
>     anyOf with boolean schemas, all false
>     anyOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/boolean_schema.json
>     boolean schema 'true'
>     boolean schema 'false'
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/const.json
>     const validation
>     const with object
>     const with array
>     const with null
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/contains.json
>     contains keyword validation
>     contains keyword with const keyword
>     contains keyword with boolean schema true
>     contains keyword with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/default.json
>     invalid type for default
>     invalid string value for default
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/definitions.json
>     valid definition
>     invalid definition
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/dependencies.json
>     dependencies
>     dependencies with empty array
>     multiple dependencies
>     multiple dependencies subschema
>     dependencies with boolean subschemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/enum.json
>     simple enum validation
>     heterogeneous enum validation
>     enums in properties
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/exclusiveMaximum.json
>     exclusiveMaximum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/exclusiveMinimum.json
>     exclusiveMinimum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/if-then-else.json
>     ignore if without then or else
>     ignore then without if
>     ignore else without if
>     if and then without else
>     if and else without then
>     validate against correct branch, then vs else
>     non-interference across combined schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/items.json
>     a schema given for items
>     an array of schemas for items
>     items with boolean schema (true)
>     items with boolean schema (false)
>     items with boolean schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/maxItems.json
>     maxItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/maxLength.json
>     maxLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/maxProperties.json
>     maxProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/maximum.json
>     maximum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/minItems.json
>     minItems validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/minLength.json
>     minLength validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/minProperties.json
>     minProperties validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/minimum.json
>     minimum validation
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/multipleOf.json
>     by int
>     by number
>     by small number
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/not.json
>     not
>     not multiple types
>     not more complex schema
>     forbidden property
>     not with boolean schema true
>     not with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/oneOf.json
>     oneOf
>     oneOf with base schema
>     oneOf with boolean schemas, all true
>     oneOf with boolean schemas, one true
>     oneOf with boolean schemas, more than one true
>     oneOf with boolean schemas, all false
>     oneOf complex types
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/pattern.json
>     pattern validation
>     pattern is not anchored
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/patternProperties.json
>     patternProperties validates properties matching a regex
>     multiple simultaneous patternProperties are validated
>     regexes are not anchored by default and are case sensitive
>     patternProperties with boolean schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/properties.json
>     object properties validation
>     properties, patternProperties, additionalProperties interaction
>     properties with boolean schema
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/propertyNames.json
>     propertyNames validation
>     propertyNames with boolean schema true
>     propertyNames with boolean schema false
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/ref.json
>     root pointer ref
>     relative pointer ref to object
>     relative pointer ref to array
>     escaped pointer ref
>     nested refs
>     ref overrides any sibling keywords
>     remote ref, containing refs itself
>     property named $ref that is not a reference
>     $ref to boolean schema true
>     $ref to boolean schema false
>     Recursive references between schemas
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/refRemote.json
>     remote ref
>     fragment within remote ref
>     ref within remote ref
>     base URI change
>     base URI change - change folder
>     base URI change - change folder in subschema
>     root ref in remote ref
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/required.json
>     required validation
>     required default validation
>     required with empty array
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/type.json
>     integer type matches integers
>     number type matches numbers
>     string type matches strings
>     object type matches objects
>     array type matches arrays
>     boolean type matches booleans
>     null type matches only the null object
>     multiple types can be specified in an array
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/uniqueItems.json
>     uniqueItems validation
> --- PASS: TestSuite (0.15s)
> === RUN   TestFormats
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/date-time.json
>     validation of date-time strings
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/date.json
>     validation of date strings
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/email.json
>     validation of e-mail addresses
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/hostname.json
>     validation of host names
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/idn-email.json
>     validation of an internationalized e-mail addresses
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/idn-hostname.json
>     validation of internationalized host names
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/ipv4.json
>     validation of IP addresses
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/ipv6.json
>     validation of IPv6 addresses
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/iri-reference.json
>     validation of IRI References
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/iri.json
>     validation of IRIs
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/json-pointer.json
>     validation of JSON-pointers (JSON String Representation)
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/regex.json
>     validation of regular expressions
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/relative-json-pointer.json
>     validation of Relative JSON Pointers (RJP)
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/time.json
>     validation of time strings
>     jsonschema_test.go:102: Test failed : 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/time.json
>         validation of time strings.
>         only RFC3339 not all of ISO 8601 are valid.
>         expects: false, given true
>         Schema: {"format":"time"}
>         Data: "01:01:01,1111"
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/uri-reference.json
>     validation of URI References
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/uri-template.json
>     format: uri-template
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/xeipuuv/gojsonschema/testdata/draft7/optional/format/uri.json
>     validation of URIs
> --- FAIL: TestFormats (0.01s)
> === RUN   TestSchemaLoaderWithReferenceToAddedSchema
> --- PASS: TestSchemaLoaderWithReferenceToAddedSchema (0.00s)
> === RUN   TestCrossReference
> --- PASS: TestCrossReference (0.00s)
> === RUN   TestDoubleIDReference
> --- PASS: TestDoubleIDReference (0.00s)
> === RUN   TestCustomMetaSchema
> --- PASS: TestCustomMetaSchema (0.00s)
> === RUN   TestSchemaDetection
> --- PASS: TestSchemaDetection (0.00s)
> === RUN   TestDraftCrossReferencing
> --- PASS: TestDraftCrossReferencing (0.00s)
> === RUN   TestParseSchemaURL_NotMap
> --- PASS: TestParseSchemaURL_NotMap (0.00s)
> === RUN   TestCircularReference
> --- PASS: TestCircularReference (0.00s)
> === RUN   TestLoaders
> --- PASS: TestLoaders (0.00s)
> === RUN   TestLoadersWithInvalidPattern
> --- PASS: TestLoadersWithInvalidPattern (0.00s)
> === RUN   TestRefProperty
> --- PASS: TestRefProperty (0.00s)
> === RUN   TestFragmentLoader
> --- PASS: TestFragmentLoader (0.00s)
> === RUN   TestFileWithSpace
> --- PASS: TestFileWithSpace (0.00s)
> === RUN   TestAdditionalPropertiesErrorMessage
> --- PASS: TestAdditionalPropertiesErrorMessage (0.00s)
> === RUN   TestLocationIndependentIdentifier
> --- PASS: TestLocationIndependentIdentifier (0.00s)
> === RUN   TestIncorrectRef
> --- PASS: TestIncorrectRef (0.00s)
> === RUN   TestCheckJsonNumber
> --- PASS: TestCheckJsonNumber (0.00s)
> FAIL
> FAIL  github.com/xeipuuv/gojsonschema 0.167s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/xeipuuv/gojsonschema returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/golang-github-xeipuuv-gojsonschema_1.2.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to