Your message dated Thu, 02 Jan 2020 22:04:06 +0000
with message-id <e1in8za-0007wd...@fasolo.debian.org>
and subject line Bug#947486: fixed in golang-github-containers-image 5.0.0-2
has caused the Debian Bug report #947486,
regarding golang-github-containers-image: FTBFS with test failures
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.)


-- 
947486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-containers-image
Version: 5.0.0-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

golang-github-containers-image/experimental FTBFS in an up-to-date
minimal sid+experimental pbuilder environment:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/golang-github-containers-image-5.0.0'
mkdir -v -p debian/tmp
mkdir: created directory 'debian/tmp'
XDG_RUNTIME_DIR=/build/golang-github-containers-image-5.0.0/debian/tmp \
        dh_auto_test
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 3 
github.com/containers/image github.com/containers/image/copy 
github.com/containers/image/directory 
github.com/containers/image/directory/explicitfilepath 
github.com/containers/image/docker github.com/containers/image/docker/archive 
github.com/containers/image/docker/daemon 
github.com/containers/image/docker/policyconfiguration 
github.com/containers/image/docker/reference 
github.com/containers/image/docker/tarfile github.com/containers/image/image 
github.com/containers/image/internal/pkg/keyctl 
github.com/containers/image/internal/testing/explicitfilepath-tmpdir 
github.com/containers/image/internal/testing/mocks 
github.com/containers/image/internal/tmpdir 
github.com/containers/image/manifest github.com/containers/image/oci 
github.com/containers/image/oci/archive 
github.com/containers/image/oci/internal github.com/containers/image/oci/layout 
github.com/containers/image/pkg/blobinfocache 
github.com/containers/image/pkg/blobinfocache/boltdb 
github.com/containers/image/pkg/blobinfocache/internal/prioritize 
github.com/containers/image/pkg/blobinfocache/internal/test 
github.com/containers/image/pkg/blobinfocache/memory 
github.com/containers/image/pkg/blobinfocache/none 
github.com/containers/image/pkg/compression 
github.com/containers/image/pkg/compression/internal 
github.com/containers/image/pkg/compression/types 
github.com/containers/image/pkg/docker/config 
github.com/containers/image/pkg/strslice 
github.com/containers/image/pkg/sysregistriesv2 
github.com/containers/image/pkg/tlsclientconfig 
github.com/containers/image/signature github.com/containers/image/storage 
github.com/containers/image/tarball github.com/containers/image/transports 
github.com/containers/image/transports/alltransports 
github.com/containers/image/types github.com/containers/image/version
?       github.com/containers/image     [no test files]
[...]
=== RUN   TestSessionKeyring
--- FAIL: TestSessionKeyring (0.00s)
    keyring_test.go:19: key has been revoked
=== RUN   TestUserKeyring
--- PASS: TestUserKeyring (0.00s)
=== RUN   TestLink
--- FAIL: TestLink (0.00s)
    keyring_test.go:85: key has been revoked
=== RUN   TestUnlink
--- FAIL: TestUnlink (0.00s)
    keyring_test.go:129: key has been revoked
=== RUN   TestReadKeyring
--- PASS: TestReadKeyring (0.00s)
=== RUN   TestDescribe
--- PASS: TestDescribe (0.00s)
FAIL
FAIL    github.com/containers/image/internal/pkg/keyctl 0.003s
?       github.com/containers/image/internal/testing/explicitfilepath-tmpdir    
[no test files]
?       github.com/containers/image/internal/testing/mocks      [no test files]
?       github.com/containers/image/internal/tmpdir     [no test files]
[...]
ok      github.com/containers/image/transports/alltransports    0.036s
?       github.com/containers/image/types       [no test files]
?       github.com/containers/image/version     [no test files]
FAIL
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 3 
github.com/containers/image github.com/containers/image/copy 
github.com/containers/image/directory 
github.com/containers/image/directory/explicitfilepath 
github.com/containers/image/docker github.com/containers/image/docker/archive 
github.com/containers/image/docker/daemon 
github.com/containers/image/docker/policyconfiguration 
github.com/containers/image/docker/reference 
github.com/containers/image/docker/tarfile github.com/containers/image/image 
github.com/containers/image/internal/pkg/keyctl 
github.com/containers/image/internal/testing/explicitfilepath-tmpdir 
github.com/containers/image/internal/testing/mocks 
github.com/containers/image/internal/tmpdir 
github.com/containers/image/manifest github.com/containers/image/oci 
github.com/containers/image/oci/archive 
github.com/containers/image/oci/internal github.com/containers/image/oci/layout 
github.com/containers/image/pkg/blobinfocache 
github.com/containers/image/pkg/blobinfocache/boltdb 
github.com/containers/image/pkg/blobinfocache/internal/prioritize 
github.com/containers/image/pkg/blobinfocache/internal/test 
github.com/containers/image/pkg/blobinfocache/memory 
github.com/containers/image/pkg/blobinfocache/none 
github.com/containers/image/pkg/compression 
github.com/containers/image/pkg/compression/internal 
github.com/containers/image/pkg/compression/types 
github.com/containers/image/pkg/docker/config 
github.com/containers/image/pkg/strslice 
github.com/containers/image/pkg/sysregistriesv2 
github.com/containers/image/pkg/tlsclientconfig 
github.com/containers/image/signature github.com/containers/image/storage 
github.com/containers/image/tarball github.com/containers/image/transports 
github.com/containers/image/transports/alltransports 
github.com/containers/image/types github.com/containers/image/version returned 
exit code 1
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 255
make[1]: Leaving directory '/build/golang-github-containers-image-5.0.0'
make: *** [debian/rules:10: build] Error 2

Cheers,

Andreas

Attachment: golang-github-containers-image_5.0.0-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: golang-github-containers-image
Source-Version: 5.0.0-2

We believe that the bug you reported is fixed in the latest version of
golang-github-containers-image, 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 947...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated 
golang-github-containers-image 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: Fri, 03 Jan 2020 06:50:03 +1100
Source: golang-github-containers-image
Architecture: source
Version: 5.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Closes: 947486
Changes:
 golang-github-containers-image (5.0.0-2) unstable; urgency=medium
 .
   * New upstream release.
   * "golang-github-coreos-bbolt-dev (>= 1.3.3~)" (Closes: #947486).
   * Install example "registries.conf".
   * DH to version 12.
   * Upload to unstable.
Checksums-Sha1:
 b0957610b404e3fa2283a6bc3ee29e7413d32cda 3340 
golang-github-containers-image_5.0.0-2.dsc
 dbac0ced80954be2c177a1fde2827c6c9790d8eb 279624 
golang-github-containers-image_5.0.0.orig.tar.xz
 1d9c80bf436c6179553040fdc4a1233146949116 4660 
golang-github-containers-image_5.0.0-2.debian.tar.xz
 d301867b91ac9e8e96a4c3818963ae23e8402d1e 23201 
golang-github-containers-image_5.0.0-2_amd64.buildinfo
Checksums-Sha256:
 176180466330b6c3022584863e046b92ee7ad3ced082ef369674230480d13ebf 3340 
golang-github-containers-image_5.0.0-2.dsc
 60aa3c4e6d5f193e807da12ab70e70222fb03844d13859194a2f2f7e10f19e51 279624 
golang-github-containers-image_5.0.0.orig.tar.xz
 d767c673172cd7b99e7810f675d6d6bac01a69e709ae6117b52423cfa38f73b4 4660 
golang-github-containers-image_5.0.0-2.debian.tar.xz
 7b0c1a4d8a1d914c3b4203c1f5da1c9578fe3156786fc709772c971509e0aa6d 23201 
golang-github-containers-image_5.0.0-2_amd64.buildinfo
Files:
 dc43dc08780eceab94db123454541da5 3340 devel optional 
golang-github-containers-image_5.0.0-2.dsc
 977abbdea39ea14f9e72fa59e489690c 279624 devel optional 
golang-github-containers-image_5.0.0.orig.tar.xz
 8f02780aa288248b1cda8c90967ccb11 4660 devel optional 
golang-github-containers-image_5.0.0-2.debian.tar.xz
 98658f5933ef0b60c34942454dcec8b3 23201 devel optional 
golang-github-containers-image_5.0.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl4OZpAACgkQUra72VOW
jRv35w/8Dzy3D1Sp5DfxQg7kT2c7zCOLdHwZVcfGxEicarqeKJgtmZkqn6KFyZRt
6SPIE1V8uIM6snIEiDPk0SZEzuRR1mLZ73GESZKWckoT1IJvb7TDUpdIWenbylbh
4FS5kAowofWQYpHf0UNxb6t8g0Va412qwRFWxjgfD3j5cDJMjGmKMnMdBpnWIB7b
RgbCx7Jgryx4ZhXWO4o3WFvZQPjXjmwXhOv61EF4sseLPW7SBAnI/3gpPlzRE14Z
053VJHpKknqrJuZu3QZPUajjWF1+C318Xx7tkYdt+kF+Hk9ud4MgJF6CJXohZ63h
qTMmdtp1qWfLYe45FThTtRN+SDBEIpD7Db17pLxpWEof39kebmZ9NkOy3DvD5wST
UxZfErLSWvjLek8sTxSNQF3DfeFrIRNo89dT/S1BhE3SrZIdTj3FNaPJPrAyhb/y
W4jMk2aocqBHBJaPVvkUanFvWVG7RCBQyyb2K9qTOFNDnWvihCvdE7thYmeDWDmy
91Ph5vwyNixr9amvQEQMEWRrhmfLSbqHJQtnCPwPGZFPCWncbFV/yKsbpT7k8FVC
HiFzG7iqzfzcj22PqMvBHvAUXjbCf5W22b0ia6uaB5Ymdu5WvqWLfR0qDn3Z5W9l
3y9GPPnGKV5XzGKhr8D7sme3wX2YciRQfQcj1wCDAjLWCB7LZEw=
=Wpc+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to