Your message dated Wed, 10 Nov 2021 17:34:34 +0000
with message-id <e1mkruy-000gw6...@fasolo.debian.org>
and subject line Bug#997565: fixed in golang-github-xeipuuv-gojsonschema 1.2.0-2
has caused the Debian Bug report #997565,
regarding golang-github-xeipuuv-gojsonschema: FTBFS: 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
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.)


-- 
997565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-xeipuuv-gojsonschema
Version: 1.2.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
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 <z...@debian.org>
>  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.

--- End Message ---
--- Begin Message ---
Source: golang-github-xeipuuv-gojsonschema
Source-Version: 1.2.0-2
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-xeipuuv-gojsonschema, which is due to be installed in the Debian 
FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated 
golang-github-xeipuuv-gojsonschema package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 11 Nov 2021 01:20:14 +0800
Source: golang-github-xeipuuv-gojsonschema
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 997565
Changes:
 golang-github-xeipuuv-gojsonschema (1.2.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Wrap long lines in changelog entries: 0.0~git20170210.0.6b67b3f-2.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Shengjing Zhu ]
   * Update Section to golang
   * Update Standards-Version to 4.6.0 (no changes)
   * Bump debhelper-compat to 13
   * Add Multi-Arch hint
   * Add patch to fix test with Go1.17 (Closes: #997565)
Checksums-Sha1:
 aa1c8a68d543fa8009b120c23ec60a03f8822ad7 1872 
golang-github-xeipuuv-gojsonschema_1.2.0-2.dsc
 8d17aa1c30ff969a7242e085923bcb66ebd1ec5c 3992 
golang-github-xeipuuv-gojsonschema_1.2.0-2.debian.tar.xz
 c1593baf1d083a04226dc06bc6a2021ad07cdf43 6029 
golang-github-xeipuuv-gojsonschema_1.2.0-2_amd64.buildinfo
Checksums-Sha256:
 1058f5281047e8d87b4cb8809884e6bca8468a900634142130c99e889aefaab2 1872 
golang-github-xeipuuv-gojsonschema_1.2.0-2.dsc
 219069d6a11c9f0f04e5baba65fbd47a90d4c642205d12d5f0dfda0d8906761d 3992 
golang-github-xeipuuv-gojsonschema_1.2.0-2.debian.tar.xz
 82e838617c782a39968006b214c584823ec1f6bc20bfd89cd1ee3452bd9d1ace 6029 
golang-github-xeipuuv-gojsonschema_1.2.0-2_amd64.buildinfo
Files:
 d894ef3f56a29685e29daa6f14397618 1872 golang optional 
golang-github-xeipuuv-gojsonschema_1.2.0-2.dsc
 ab4a0ead41a164ce03e1d771e7f6423d 3992 golang optional 
golang-github-xeipuuv-gojsonschema_1.2.0-2.debian.tar.xz
 176cb9670444ce7248121a54f9fe256e 6029 golang optional 
golang-github-xeipuuv-gojsonschema_1.2.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYYv/5hAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTLUBEA/j/ilQxlkxJ9hlOii5gE6fzGnNT9KKR4YFDU
v8dpQZBrAQCaKgF2LUJON/sZOGcbeEIORUQ7PCy//TM2U32OlacoBw==
=cLs9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to