[pkg-go] Bug#919089: marked as done (Please remove (build-)dependency on mongodb for buster)

2020-02-21 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2020 02:51:47 +
with message-id 
and subject line Bug#951791: Removed package(s) from unstable
has caused the Debian Bug report #919089,
regarding Please remove (build-)dependency on mongodb for buster
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.)


-- 
919089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mongodb
Version: 1:3.4.15-1
Severity: serious
Justification: Cannot be properly supported

MongoDB should not be part of (at least) Buster for the following 
reasons:

 - MongoDB 3.4 will be EOL by June 2019[1], which is way too soon for it 
   to be included in Buster.

 - MongoDB 3.6 and 4.0 will be supported longer, but upstream's switch 
   to SSPLv1 complicates matters. As discussed in #915537, we will not 
   be distributing any SSPL-licensed software, and keeping the last 
   AGPL-licensed version (3.6.8 or 4.0.3) without the ability to 
   cherry-pick upstream fixes is not a viable option. (I am currently 
   not considering distributing mongodb in non-free.)

I will not request removal immediately, to allow other packages time to 
adjust their dependencies, but eventually auto-removal will kick in.  

That said, MongoDB 3.4 will probably remain in sid for as long as it is 
AGPL-licensed and supported upstream.

Apollon

[1] https://www.mongodb.com/support-policy
--- End Message ---
--- Begin Message ---
Version: 0.0~git20170608.2fe0e88-3+rm

Dear submitter,

as the package golang-github-juju-testing has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/951791

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Sean Whitton (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#895623: marked as done (golang-github-juju-testing: dep8 test failure with mongodb 3.6)

2020-02-21 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2020 02:51:47 +
with message-id 
and subject line Bug#951791: Removed package(s) from unstable
has caused the Debian Bug report #895623,
regarding golang-github-juju-testing: dep8 test failure with mongodb 3.6
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.)


-- 
895623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-juju-testing
Version: 0.0~git20170608.2fe0e88-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

I'm bumping up to mongodb 3.6, which isn't currently in Debian but I
expect will happen sooner or later. At this point, you'll need this
package updated to a new upstream, or you'll need to cherry-pick the
same patch, to fix dep8.

I will separately submit my mongodb 3.6 updates to Debian.

Thanks for considering the patch.

*** 
/tmp/tmpOdgl3i/golang-github-juju-testing_0.0~git20170608.2fe0e88-3ubuntu1.debdiff
diff -Nru 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/mongodb-3.6 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/mongodb-3.6
--- 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/mongodb-3.6   
1970-01-01 01:00:00.0 +0100
+++ 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/mongodb-3.6   
2018-04-13 16:47:11.0 +0100
@@ -0,0 +1,39 @@
+From 1f2396685494ccf2c5079936561a70652ef78111 Mon Sep 17 00:00:00 2001
+From: John Arbash Meinel 
+Date: Mon, 2 Apr 2018 15:18:23 +0400
+Subject: [PATCH] Changes to support Mongo 3.6.
+
+Don't drop the 'admin' database, and we don't actually need to pass
+`--nohttpinterface`.
+
+In 3.6, there is no '--httpinterface' that you could pass, so there is
+also not its negation. But since it isn't the default, we don't actually
+ever need to pass it.
+
+Origin: upstream, 
https://github.com/juju/testing/commit/1f2396685494ccf2c5079936561a70652ef78111
+Last-Update: 2018-04-13
+---
+ mgo.go | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/mgo.go b/mgo.go
+index c128747..de668ca 100644
+--- a/mgo.go
 b/mgo.go
+@@ -230,7 +230,6 @@ func (inst *MgoInstance) run() error {
+   "--nssize", "1",
+   "--noprealloc",
+   "--smallfiles",
+-  "--nohttpinterface",
+   "--oplogSize", "10",
+   "--ipv6",
+   "--setParameter", "enableTestCommands=1",
+@@ -744,7 +743,7 @@ func (inst *MgoInstance) Reset() error {
+   logger.Infof("reset successfully reset admin password")
+   for _, name := range dbnames {
+   switch name {
+-  case "local", "config":
++  case "local", "config", "admin":
+   // don't delete these
+   continue
+   }
diff -Nru 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/series 
golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/series
--- golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/series
1970-01-01 01:00:00.0 +0100
+++ golang-github-juju-testing-0.0~git20170608.2fe0e88/debian/patches/series
2018-04-13 16:46:26.0 +0100
@@ -0,0 +1 @@
+mongodb-3.6


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.0~git20170608.2fe0e88-3+rm

Dear submitter,

as the package golang-github-juju-testing has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/951791

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Sean Whitton (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947857: marked as done (golang-github-juju-testing: Remove depends/build-depends on src:mongodb)

2020-02-21 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2020 02:51:47 +
with message-id 
and subject line Bug#951791: Removed package(s) from unstable
has caused the Debian Bug report #947857,
regarding golang-github-juju-testing: Remove depends/build-depends on 
src:mongodb
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.)


-- 
947857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-juju-testing
Severity: normal

Hello,
this package still depends/build-depends on a binary package from src:mongodb.
As mentioned in #947743, there are several issues with mongodb:

* rc-buggy
* un-upgreadable due to license issues
* not part of stable
* preventing some py2rm work

and so we're trying to remove it from Debian as it doesnt provide a good
enough solution nor provides an actual service to our users (who very likely
want to get a latest version of mongodb, which we cant provide).

Please remove the dependency (either binary of build-) from this package.

Regards,
Sandro
--- End Message ---
--- Begin Message ---
Version: 0.0~git20170608.2fe0e88-3+rm

Dear submitter,

as the package golang-github-juju-testing has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/951791

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Sean Whitton (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947403: marked as done (golang-github-miekg-dns: CVE-2019-19794)

2020-02-19 Thread Debian Bug Tracking System
Your message dated Thu, 20 Feb 2020 06:04:20 +
with message-id 
and subject line Bug#947403: fixed in golang-github-miekg-dns 1.1.26-1
has caused the Debian Bug report #947403,
regarding golang-github-miekg-dns: CVE-2019-19794
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.)


-- 
947403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-miekg-dns
Version: 1.0.4+ds-1
Severity: important
Tags: security upstream
Forwarded: https://github.com/miekg/dns/issues/1043

Hi,

The following vulnerability was published for golang-github-miekg-dns.

CVE-2019-19794[0]:
| The miekg Go DNS package before 1.1.25, as used in CoreDNS before
| 1.6.6 and other products, improperly generates random numbers because
| math/rand is used. The TXID becomes predictable, leading to response
| forgeries.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2019-19794
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19794
[1] https://github.com/miekg/dns/issues/1043

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: golang-github-miekg-dns
Source-Version: 1.1.26-1
Done: Dmitry Smirnov 

We believe that the bug you reported is fixed in the latest version of
golang-github-miekg-dns, 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  (supplier of updated 
golang-github-miekg-dns 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: Mon, 30 Dec 2019 12:05:08 +1100
Source: golang-github-miekg-dns
Architecture: source
Version: 1.1.26-1
Distribution: unstable
Urgency: medium
Maintainer: pkg-go 
Changed-By: Dmitry Smirnov 
Closes: 939217 947403
Changes:
 golang-github-miekg-dns (1.1.26-1) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Martín Ferrari ]
   * debian/control: Depend on latest x/net.
   * debian/control: Update golang dependency to 1.10.
 .
   [ Dmitry Smirnov ]
   * New upstream release
 + fixed CVE-2019-19794 (Closes: #947403)
   * Build with "go generate"
   * (Build-)Depends += "golang-golang-x-sync-dev"
   * Removed transitional package "golang-dns-dev" (Closes: #939217)
 Thanks, Holger Levsen.
   * DH to version 12
   * Standards-Version: 4.4.1
   * Added myself to Uploaders
Checksums-Sha1:
 9c314d283044b64975434aec4f0e26dbfd6cfd5c 2413 
golang-github-miekg-dns_1.1.26-1.dsc
 402f1f2af6e40662467187d7aae9b3f31a035f21 143892 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 47a6447dd6cf800d348734d1841b07838f805e45 5312 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 62eab0c9b0ed93cb58b1f518622c4053dcd1989f 6331 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo
Checksums-Sha256:
 606f85c178ddbc19c2e65822d6114152999a2c4773d2f798302310c524de84dc 2413 
golang-github-miekg-dns_1.1.26-1.dsc
 0f62be201f8711ad6e23d61808f779305879e65b489589436dc23b89681f3008 143892 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 548dcff4100bdbe5864df11a6f0719953fe8997188df128eb7e4f6977c9f4478 5312 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 3213566c0400c0d44290a466aaa70b2531028254f078ba33be5451df27af84c2 6331 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo
Files:
 8b26c0b0635a4e0c547cdf043d867b67 2413 devel optional 
golang-github-miekg-dns_1.1.26-1.dsc
 fa6411bc496254ac4fe672611b2d4022 143892 devel optional 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 c110998f5e1d8aef121eb1ba38b7637d 5312 devel optional 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 bf03d23b4ea6bd251ff5ca0b3874c428 6331 devel optional 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl5OHu0ACgkQUra72VOW
jRvbfw/+N9G5dPQWNoo/LnKCT6ZhYJSlnD46U59GkY2S/9wQvMloO6Vd3oQQyw+s
fXA+D5tunz/c3Cdgv8OqGWb4CYgk+z

[pkg-go] Bug#939217: marked as done (please drop transitional package golang-dns-dev from src:golang-github-miekg-dns)

2020-02-19 Thread Debian Bug Tracking System
Your message dated Thu, 20 Feb 2020 06:04:20 +
with message-id 
and subject line Bug#939217: fixed in golang-github-miekg-dns 1.1.26-1
has caused the Debian Bug report #939217,
regarding please drop transitional package golang-dns-dev from 
src:golang-github-miekg-dns
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.)


-- 
939217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-miekg-dns
Version: 1.0.4+ds-1
Severity: normal
user: qa.debian@packages.debian.org
usertags: transitional

Please drop the transitional package golang-dns-dev (from the source package 
golang-github-miekg-dns) for bullseye, as it has been released with stretch and 
buster already.


Description: transitional package for golang-github-miekg-dns-dev
Package: golang-dns-dev
Version: 0.0~git20161018.0.58f52c5-1
Version: 1.0.4+ds-1

Thanks for maintaining golang-github-miekg-dns!


-- 
cheers,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-github-miekg-dns
Source-Version: 1.1.26-1
Done: Dmitry Smirnov 

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated 
golang-github-miekg-dns 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: Mon, 30 Dec 2019 12:05:08 +1100
Source: golang-github-miekg-dns
Architecture: source
Version: 1.1.26-1
Distribution: unstable
Urgency: medium
Maintainer: pkg-go 
Changed-By: Dmitry Smirnov 
Closes: 939217 947403
Changes:
 golang-github-miekg-dns (1.1.26-1) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Martín Ferrari ]
   * debian/control: Depend on latest x/net.
   * debian/control: Update golang dependency to 1.10.
 .
   [ Dmitry Smirnov ]
   * New upstream release
 + fixed CVE-2019-19794 (Closes: #947403)
   * Build with "go generate"
   * (Build-)Depends += "golang-golang-x-sync-dev"
   * Removed transitional package "golang-dns-dev" (Closes: #939217)
 Thanks, Holger Levsen.
   * DH to version 12
   * Standards-Version: 4.4.1
   * Added myself to Uploaders
Checksums-Sha1:
 9c314d283044b64975434aec4f0e26dbfd6cfd5c 2413 
golang-github-miekg-dns_1.1.26-1.dsc
 402f1f2af6e40662467187d7aae9b3f31a035f21 143892 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 47a6447dd6cf800d348734d1841b07838f805e45 5312 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 62eab0c9b0ed93cb58b1f518622c4053dcd1989f 6331 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo
Checksums-Sha256:
 606f85c178ddbc19c2e65822d6114152999a2c4773d2f798302310c524de84dc 2413 
golang-github-miekg-dns_1.1.26-1.dsc
 0f62be201f8711ad6e23d61808f779305879e65b489589436dc23b89681f3008 143892 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 548dcff4100bdbe5864df11a6f0719953fe8997188df128eb7e4f6977c9f4478 5312 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 3213566c0400c0d44290a466aaa70b2531028254f078ba33be5451df27af84c2 6331 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo
Files:
 8b26c0b0635a4e0c547cdf043d867b67 2413 devel optional 
golang-github-miekg-dns_1.1.26-1.dsc
 fa6411bc496254ac4fe672611b2d4022 143892 devel optional 
golang-github-miekg-dns_1.1.26.orig.tar.xz
 c110998f5e1d8aef121eb1ba38b7637d 5312 devel optional 
golang-github-miekg-dns_1.1.26-1.debian.tar.xz
 bf03d23b4ea6bd251ff5ca0b3874c428 6331 devel optional 
golang-github-miekg-dns_1.1.26-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl5OHu0ACgkQUra72VOW
jRvbfw/+N9G5dPQWNoo/LnKCT6ZhYJSlnD46U59GkY2S/9wQvMloO6Vd3oQQyw+s
fXA+D5tunz/c3Cdgv8OqGWb4CYgk+zl+8xj4/w+zfBO0fwC4mYjZchVp5PNDdy1W
7Yybio1j3LQVSPIlJzJor59n1x+vHzG1HL

[pkg-go] Processed: bug also affects version in testing.

2020-01-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 947998 0.6.1~ds1-3
Bug #947998 [src:notary] notary FTBFS in testing/unstable
Marked as found in versions notary/0.6.1~ds1-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: fixing ftbfs/ftcbfs bug metadata

2020-01-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # affect source packages, not binary packages. add src:bolt
> affects 948611 = src:bolt src:systemd src:virglrenderer src:libdrm
Bug #948611 [meson] meson fails to cross build anything with the cross file 
from debcrossgen
Removed indication that 948611 affects systemd, libdrm, and virglrenderer
Added indication that 948611 affects src:libdrm, src:systemd, 
src:virglrenderer, and src:bolt
> # reassign to source package
> reassign 933285 src:knot
Bug #933285 [knot] BD on texlive-generic-extra which isn't build anymore and 
isn't in bullseye
Bug reassigned from package 'knot' to 'src:knot'.
No longer marked as found in versions knot/2.7.6-2.
Ignoring request to alter fixed versions of bug #933285 to the same values 
previously set
> # restore found version after reassign
> found 933285 2.7.6-2
Bug #933285 [src:knot] BD on texlive-generic-extra which isn't build anymore 
and isn't in bullseye
Marked as found in versions knot/2.7.6-2.
> # reassign to source package
> reassign 932533 src:gtkperf
Bug #932533 [gtkperf] gtkperf: Uses manual dh sequence operations that are 
going to be removed
Bug reassigned from package 'gtkperf' to 'src:gtkperf'.
No longer marked as found in versions gtkperf/0.40+ds-2.
Ignoring request to alter fixed versions of bug #932533 to the same values 
previously set
> # restore found version after reassign
> found 932533 0.40+ds-2
Bug #932533 [src:gtkperf] gtkperf: Uses manual dh sequence operations that are 
going to be removed
Marked as found in versions gtkperf/0.40+ds-2.
> # reassign to source package
> reassign 932532 src:getlive
Bug #932532 [getlive] getlive: Uses manual dh sequence operations that are 
going to be removed
Bug reassigned from package 'getlive' to 'src:getlive'.
No longer marked as found in versions getlive/2.4+cvs20120801-1.
Ignoring request to alter fixed versions of bug #932532 to the same values 
previously set
> # restore found version after reassign
> found 932532 2.4+cvs20120801-1
Bug #932532 [src:getlive] getlive: Uses manual dh sequence operations that are 
going to be removed
Marked as found in versions getlive/2.4+cvs20120801-1.
> # reassign to source package
> reassign 932526 src:daa2iso
Bug #932526 [daa2iso] daa2iso: Uses manual dh sequence operations that are 
going to be removed
Bug reassigned from package 'daa2iso' to 'src:daa2iso'.
No longer marked as found in versions daa2iso/0.1.7e-1.
Ignoring request to alter fixed versions of bug #932526 to the same values 
previously set
> # restore found version after reassign
> found 932526 0.1.7e-1
Bug #932526 [src:daa2iso] daa2iso: Uses manual dh sequence operations that are 
going to be removed
Marked as found in versions daa2iso/0.1.7e-1.
> # reassign to source package
> reassign 930332 src:coyim
Bug #930332 [coyim] FTBFS on arm64: FAIL: peer_test.go:79: 
PeerSuite.Test_NameForPresentation_returnsTheNameIfItExistsButJidOtherwise
Bug reassigned from package 'coyim' to 'src:coyim'.
No longer marked as found in versions coyim/0.3.8+ds-6.
Ignoring request to alter fixed versions of bug #930332 to the same values 
previously set
> # restore found version after reassign
> found 930332 0.3.8+ds-6
Bug #930332 [src:coyim] FTBFS on arm64: FAIL: peer_test.go:79: 
PeerSuite.Test_NameForPresentation_returnsTheNameIfItExistsButJidOtherwise
Marked as found in versions coyim/0.3.8+ds-6.
> # reassign to source package
> reassign 929531 src:grub2
Bug #929531 [grub-pc] grub-pc: grub2 fat_test fails with 4.19.0-5-amd64 kernel 
if one ensure it does not gets auto-skipped
Bug reassigned from package 'grub-pc' to 'src:grub2'.
No longer marked as found in versions grub2/2.02+dfsg1-18.
Ignoring request to alter fixed versions of bug #929531 to the same values 
previously set
> # restore found version after reassign
> found 930332 2.02+dfsg1-18
Bug #930332 [src:coyim] FTBFS on arm64: FAIL: peer_test.go:79: 
PeerSuite.Test_NameForPresentation_returnsTheNameIfItExistsButJidOtherwise
The source 'coyim' and version '2.02+dfsg1-18' do not appear to match any 
binary packages
Marked as found in versions coyim/2.02+dfsg1-18.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
929531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929531
930332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930332
932526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932526
932532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932532
932533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932533
933285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933285
948611: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947997: marked as done (ncbi-entrez-direct FTBFS in testing/unstable)

2020-01-09 Thread Debian Bug Tracking System
Your message dated Thu, 9 Jan 2020 16:24:17 +
with message-id <8bb530ba-cd1c-08e0-6a7a-2b981b79b...@tincho.org>
and subject line closing
has caused the Debian Bug report #947997,
regarding ncbi-entrez-direct FTBFS in testing/unstable
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.)


-- 
947997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

source: prometheus-blackbox-exporter
version: 0.13.0+ds-2
severity: serious
tags: bullseye, sid, ftbfs

prometheus-blackbox-exporter FTBFS in testing/unstable, I first noticed this on 
a raspbian autobuilder, but it's also happening on the reproducible builds 
tests, so it's not raspbian specific.


github.com/prometheus/blackbox_exporter/prober
# github.com/prometheus/blackbox_exporter/prober
src/github.com/prometheus/blackbox_exporter/prober/http.go:219:44: not enough arguments 
in call to "github.com/prometheus/common/config".NewClientFromConfig
have ("github.com/prometheus/common/config".HTTPClientConfig, string)
want ("github.com/prometheus/common/config".HTTPClientConfig, string, 
bool)
dh_auto_build: cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/build/1st/prometheus-blackbox-exporter-0.13.0\+ds/obj-x86_64-linux-gnu/src\" 
-asmflags=all=\"-trimpath=/build/1st/prometheus-blackbox-exporter-0.13.0\+ds/obj-x86_64-linux-gnu/src\" -v 
-p 15 -ldflags " -X github.com/prometheus/common/version.Version=0.13.0+ds -X 
github.com/prometheus/common/version.Revision=0.13.0+ds-2 -X github.com/prometheus/common/version.Branch=debian/sid 
-X github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org -X 
github.com/prometheus/common/version.BuildDate=20190119-14:59:39 -X 
github.com/prometheus/common/version.GoVersion=go1.13.5" github.com/prometheus/blackbox_exporter 
github.com/prometheus/blackbox_exporter/config github.com/prometheus/blackbox_exporter/prober returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 255


--- End Message ---
--- Begin Message ---
Package: prometheus-blackbox-exporter
Version: 0.16.0+ds-1

This bug was fixed with the latest upload, but I did not see the bug
report in time.

-- 
Martina Ferrari (Tina)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#946050: marked as done (Please add systemd socket activation support)

2020-01-09 Thread Debian Bug Tracking System
Your message dated Thu, 9 Jan 2020 17:35:46 +
with message-id 
and subject line Re: Bug#946050: Please add systemd socket activation support
has caused the Debian Bug report #946050,
regarding Please add systemd socket activation support
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.)


-- 
946050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946050
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: prometheus-blackbox-exporter
Severity: wishlist
Tags: patch

Hi,

Please consider adding the systemd socket activation patch from
https://github.com/prometheus/blackbox_exporter/pull/523/commits.

The verified working version for both 0.13 and 0.14 is attached.

TIA!

Best regards,
Kilian
backport systemd socket activation from 
https://github.com/prometheus/blackbox_exporter/pull/523
Credit goes to Stefan Bühler
--- a/main.go
+++ b/main.go
@@ -39,6 +39,8 @@ import (
 
"github.com/prometheus/blackbox_exporter/config"
"github.com/prometheus/blackbox_exporter/prober"
+
+   "github.com/coreos/go-systemd/activation"
 )
 
 var (
@@ -204,12 +206,16 @@ func init() {
 }
 
 func main() {
-   promlogConfig := promlog.Config{}
-   flag.AddFlags(kingpin.CommandLine, )
+   os.Exit(run())
+}
+
+func run() int {
+   promlogConfig := {}
+   flag.AddFlags(kingpin.CommandLine, promlogConfig)
kingpin.Version(version.Print("blackbox_exporter"))
kingpin.HelpFlag.Short('h')
kingpin.Parse()
-   logger := promlog.New()
+   logger := promlog.New(promlogConfig)
rh := {maxResults: *historyLimit}
 
level.Info(logger).Log("msg", "Starting blackbox_exporter", "version", 
version.Info())
@@ -217,12 +223,12 @@ func main() {
 
if err := sc.ReloadConfig(*configFile); err != nil {
level.Error(logger).Log("msg", "Error loading config", "err", 
err)
-   os.Exit(1)
+   return 1
}
 
if *configCheck {
level.Info(logger).Log("msg", "Config file is ok exiting...")
-   os.Exit(0)
+   return 0
}
 
level.Info(logger).Log("msg", "Loaded config file")
@@ -329,9 +335,44 @@ func main() {
w.Write(c)
})
 
-   level.Info(logger).Log("msg", "Listening on address", "address", 
*listenAddress)
-   if err := http.ListenAndServe(*listenAddress, nil); err != nil {
-   level.Error(logger).Log("msg", "Error starting HTTP server", 
"err", err)
-   os.Exit(1)
+   srv := http.Server{Addr: *listenAddress}
+   srvc := make(chan struct{})
+   term := make(chan os.Signal, 1)
+   signal.Notify(term, os.Interrupt, syscall.SIGTERM)
+
+   go func() {
+   listeners, err := activation.Listeners()
+   if err != nil {
+   level.Error(logger).Log("msg", "cannot retrieve 
activation listeners", "err", err)
+   return
+   }
+
+   if len(listeners) > 1 {
+   level.Error(logger).Log("msg", "unexpected number of 
socket activation listeners", "listeners", len(listeners))
+   return
+   }
+   if len(listeners) == 1 {
+   level.Info(logger).Log("msg", "Listening on activation 
socket")
+   if err := http.Serve(listeners[0], nil); err != 
http.ErrServerClosed {
+   level.Error(logger).Log("msg", "Error starting 
HTTP server", "err", err)
+   close(srvc)
+   }
+   } else {
+   level.Info(logger).Log("msg", "Listening on address", 
"address", *listenAddress)
+   if err := srv.ListenAndServe(); err != 
http.ErrServerClosed {
+   level.Error(logger).Log("msg", "Error starting 
HTTP server", "err", err)
+   close(srvc)
+   }
+   }
+   }()
+
+   for {
+   select {
+   case <-term:
+   level.Info(logger).Log("msg", "Received SIGTERM, 
exiting gracef

[pkg-go] Processed: duplicateed bugs

2020-01-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 947999 946215
Bug #947999 [src:prometheus-varnish-exporter] prometheus-varnish-exporter FTBFS 
in testing/unstable
Bug #946215 [src:prometheus-varnish-exporter] prometheus-varnish-exporter: FTBFS
Added tag(s) sid and bullseye.
Merged 946215 947999
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
946215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946215
947999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#948565: marked as done (Failure when using Streaming HTTP calls)

2020-01-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Jan 2020 10:49:49 +
with message-id 
and subject line Bug#948565: fixed in prometheus 2.15.2+ds-2
has caused the Debian Bug report #948565,
regarding Failure when using Streaming HTTP calls
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.)


-- 
948565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: prometheus
Version: 2.15.2+ds-1
Severity: important

Hi,

When testing the latest prometheus build in unstable together with 
Thanos (https://github.com/thanos-io/thanos), I noticed this was not 
working.
Thanos calls Prometheus via its API, and Prometheus reponds with: 
'internal http.ResponseWriter does not implement http.Flusher interface


This is here: 
https://github.com/prometheus/prometheus/blob/master/web/api/v1/api.go#L1109



Then I decided to use the upstream prometheus builds, and there it works 
just fine.
So it seems like some (outdated) dependency is used to build prometheus 
in unstable that does not support/implement the http.Flusher?



Thanks
Jean-Louis


--- End Message ---
--- Begin Message ---
Source: prometheus
Source-Version: 2.15.2+ds-2

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

Debian distribution maintenance software
pp.
Daniel Swarbrick  (supplier of updated 
prometheus 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: Mon, 13 Jan 2020 10:10:54 +
Source: prometheus
Architecture: source
Version: 2.15.2+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Daniel Swarbrick 
Closes: 948565
Changes:
 prometheus (2.15.2+ds-2) unstable; urgency=medium
 .
   * Bump build-dep version for golang-github-opentracing-contrib-go-stdlib,
 in order to support gRPC streaming responses on remote read endpoint,
 as used by Thanos. (Closes: #948565)
Checksums-Sha1:
 f0406ad8d0b97c00138061fbf898eaed45039047 3652 prometheus_2.15.2+ds-2.dsc
 3a604fb0348203713db55a3bd5d22b79914f4424 29412 
prometheus_2.15.2+ds-2.debian.tar.xz
 64de8167eae10d0ff8e060664cc337ef545e70d4 14747 
prometheus_2.15.2+ds-2_amd64.buildinfo
Checksums-Sha256:
 ee299983211e9635ae019462fe326b6380851b220138da3b990e589ab2aab5a9 3652 
prometheus_2.15.2+ds-2.dsc
 4c0f49edad9258e406b60e5d823d5bb9e7c7bae19543768ca090ac8039636634 29412 
prometheus_2.15.2+ds-2.debian.tar.xz
 17e6fdaebecebc3ad66b042fc05a2c39e94521cfbf05bf4c9df3819e634e40de 14747 
prometheus_2.15.2+ds-2_amd64.buildinfo
Files:
 6e664a5631cca6f2715ddea0212bc0d6 3652 net optional prometheus_2.15.2+ds-2.dsc
 dbd516013d6da3bf1bef45871efcafa1 29412 net optional 
prometheus_2.15.2+ds-2.debian.tar.xz
 b6681c04d7cdac1ace671e6242924f0b 14747 net optional 
prometheus_2.15.2+ds-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEETe94h3mvRsa9AoOeXdjgv5Gj09oFAl4cR/QACgkQXdjgv5Gj
09q5DBAAntJl0/qt4sYdp9FEX4uXREqffMqk/G/r8uUetSDYMTpaSaItoem0ZLcC
VB8wUq7aICjIz7cibGkoBQus7cR7tn1TzQDEYtVa56h6Tf1sw5TM9HkDvnJe5N2k
pLc9IvCuTosn4tu0wY0oslZuAS0bOQ0LhZ8P4akvq2tmTf6V1qdDv+YGN1U5UEIP
LV8C7J6wF1xgBsjtLDQlaLNp2XTJ7QjXlIIoxBqQvlbG1FIV6xZiINAjnxmaF7GU
AscL1pCqrphHOaURgBanOQC+hqxCbAit7TzDSTO4GyZHDzauj/lTX68S7xIdg5lI
WBlAdgCUYV5+51bwyldXluLSd0LrGXlHVGcqf3zV5ydrM5VHYF/3SVQJaHAytU1b
2vwRdybkr39sj0uku/390Q+JMLVvo5GFjf55PQgdnhphcJxLTpxWKuVO3Cdb6dhR
d0V5VrIOIaaxipTiCN/xLJjRL9UjE1MtdScJFEshLhIySt6Z8rOWpbcdQp9Avazg
mLqp3OG0ZWyC2E/2oN80ZZvGQMMmTMEJ762Pc2NhqdrkQbAMgmkSFny+6R5NmbLD
7Znau6oII+Mz6cxoN38PMMG6Yrla6r6HyPuZg0kdrA2lA/B0ENfI6EbDNR5xo7f+
9BANxv3Tmk9SRsaXqtdPYStAztzCP6Z+Ud4NqDF+vGsSLRXV92g=
=MDXy
-END PGP SIGNATURE End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#947996 marked as pending in golang-github-mailru-easyjson

2020-01-14 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #947996 [src:golang-github-mailru-easyjson] golang-github-mailru-easyjson 
FTBFS in testing/unstable
Added tag(s) pending.

-- 
947996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#944436 marked as pending in prometheus-alertmanager

2020-01-14 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #944436 [src:prometheus-alertmanager] prometheus-alertmanager: please 
un-vendor "github.com/rs/cors"
Added tag(s) pending.

-- 
944436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#944436: marked as done (prometheus-alertmanager: please un-vendor "github.com/rs/cors")

2020-01-14 Thread Debian Bug Tracking System
Your message dated Tue, 14 Jan 2020 22:35:45 +
with message-id 
and subject line Bug#944436: fixed in prometheus-alertmanager 0.20.0+ds-1
has caused the Debian Bug report #944436,
regarding prometheus-alertmanager: please un-vendor "github.com/rs/cors"
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.)


-- 
944436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: prometheus-alertmanager
Version: 0.19.0+ds-3
Severity: normal

golang-github-rs-cors-dev is now available in "unstable".

Thanks.

-- 
Cheers,
 Dmitry Smirnov

---

It is a mistake to try to look too far ahead. The chain of destiny can only
be grasped one link at a time.
-- Winston Churchill


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: prometheus-alertmanager
Source-Version: 0.20.0+ds-1

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

Debian distribution maintenance software
pp.
Martina Ferrari  (supplier of updated 
prometheus-alertmanager 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: Tue, 14 Jan 2020 22:18:18 +
Source: prometheus-alertmanager
Architecture: source
Version: 0.20.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Martina Ferrari 
Closes: 944436
Changes:
 prometheus-alertmanager (0.20.0+ds-1) unstable; urgency=medium
 .
   [ Daniel Swarbrick ]
   * New upstream release.
   * Add myself to uploaders.
   * Refresh patches.
   * Drop obsolete 06-Fix_cluster_tests.patch.
   * d/docs: remove no longer existing CONTRIBUTING.md
 .
   [ Martina Ferrari ]
   * Update initscript.
   * Use packaged version of rs/cors. Closes: #944436.
Checksums-Sha1:
 9d3e84ee4557ed076b28cc942d1ae860a1dd84e7 3397 
prometheus-alertmanager_0.20.0+ds-1.dsc
 4010886c027293cdc1e773070fccb17de9d3acbc 1365055 
prometheus-alertmanager_0.20.0+ds.orig.tar.gz
 19a2d88c6056d2aff789314a34c32be73e3316a9 16288 
prometheus-alertmanager_0.20.0+ds-1.debian.tar.xz
 ef95ea5414fd301fee9d19a128735b78ef69b3f2 12660 
prometheus-alertmanager_0.20.0+ds-1_amd64.buildinfo
Checksums-Sha256:
 f0a09f7f525a86f42a0f1b6910e7710feaf6629bf17d6d7abe23c9215b639826 3397 
prometheus-alertmanager_0.20.0+ds-1.dsc
 f634d3b477c6b3a2f841529024d7b12986f00065639d6729af7a2bf98ad4de75 1365055 
prometheus-alertmanager_0.20.0+ds.orig.tar.gz
 13af1d06deb8f81f85f5503a1c8ca3cdd04be009b2cbf2868d02912183d9a9f1 16288 
prometheus-alertmanager_0.20.0+ds-1.debian.tar.xz
 06b7e679d678c4f8b79b800dba562a99d8e42c3e4d052246ae8210bb16308362 12660 
prometheus-alertmanager_0.20.0+ds-1_amd64.buildinfo
Files:
 15e23d1d4effd574a7ea84c17db5fa0f 3397 net optional 
prometheus-alertmanager_0.20.0+ds-1.dsc
 7421d063be4617675d2c7b0cfda2021e 1365055 net optional 
prometheus-alertmanager_0.20.0+ds.orig.tar.gz
 f2553b5fb0b98516193ab8bb92f8c9a4 16288 net optional 
prometheus-alertmanager_0.20.0+ds-1.debian.tar.xz
 624e0e2aa6e613d3f93ec88dc714dafa 12660 net optional 
prometheus-alertmanager_0.20.0+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEETe94h3mvRsa9AoOeXdjgv5Gj09oFAl4ePzgACgkQXdjgv5Gj
09okQA//SsFFupKyS9Wz/UwN0HqoUyD9wr5XeGy5xznwOGrsb/J6f+fn/K2TRQtz
uNCv8WvN2DkbE5FBcmMghC8XqYlMpui/1rxJyiMEb8JkqTFECHDUAP0TIFm4coMG
wfVtUSWRRJ8t1EvMsbERfaDRdvLwrlo6UVqsMRdkznNJKNij6FU/0fO0NEYO1pnU
uUO7BwZDo24v2oZspxcpAqrlectiE5tYVpnXNHf4mhjNvHZ4YgAqjfvs9St4/J9f
irZRp96mvaVieKNBQAGv7++tAB8D5tq+gWCVdjYOHjBC73Ee3yhyg9vh6ErnEY6M
e0bnN3Qzj987TDD/oO+efKXOWU/KMIozLbkzjpwo1AXyE/YM+N+JhEDU8+QwGvIE
9VJ9yVkHKkP0XASPcGFJMMa2SAv4QQHN4mnfoY9xpN9p3akBfDvzsaiLig3AvGlE
nFcJram4aV1Hv1AeH1tbnkwRm1A0/G0w2uGoAvCqw3BU7gzfwN/q4pnONTTkT+Ij
ys6+hyxKMyxvkBiD3DKPvFzSnScbQg1P1WPyu2Uykf3cv5YRPPr25aztZGG5womj
iSrii/NdFg5dwjndsjXlnSVCwGN2bMdxHYM53ERLBJoU0S9oPMHxppqcdQsa4h00
dpu3IsiW+BCtKNsFzwsHtryVrK3El7Wor6ARc91dN6pzeLfOnzM=
=jNXX
-END PGP SIGNATURE End Message ---
___
Pkg-go

[pkg-go] Bug#947996: marked as done (golang-github-mailru-easyjson FTBFS in testing/unstable)

2020-01-14 Thread Debian Bug Tracking System
Your message dated Wed, 15 Jan 2020 00:34:08 +
with message-id 
and subject line Bug#947996: fixed in golang-github-mailru-easyjson 0.7.0-1
has caused the Debian Bug report #947996,
regarding golang-github-mailru-easyjson FTBFS in testing/unstable
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.)


-- 
947996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

source: golang-github-mailru-easyjson
version: 0.0~git20161103.0.159cdb8-1.1
severity: serious
tags: bullseye, sid, ftbfs

golang-github-mailru-easyjson FTBFS in testing/unstable, I first noticed this 
on a raspbian autobuilder, but it's also happening on the reproducible builds 
tests, so it's not raspbian specific.


easyjson -all 
/build/1st/golang-github-mailru-easyjson-0.0~git20161103.0.159cdb8/obj-x86_64-linux-gnu/src/github.com/mailru/easyjson/tests/data.go
failed to initialize build cache at /nonexistent/first-build/.cache/go-build: 
mkdir /nonexistent: permission denied
Bootstrap failed: exit status 1


--- End Message ---
--- Begin Message ---
Source: golang-github-mailru-easyjson
Source-Version: 0.7.0-1

We believe that the bug you reported is fixed in the latest version of
golang-github-mailru-easyjson, 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.
Martina Ferrari  (supplier of updated 
golang-github-mailru-easyjson 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: Wed, 15 Jan 2020 00:13:06 +
Source: golang-github-mailru-easyjson
Architecture: source
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Martina Ferrari 
Closes: 947996
Changes:
 golang-github-mailru-easyjson (0.7.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Martina Ferrari ]
   * Update gbp.conf.
   * Automated cme fixes, including bumping dh compat,
 which closes: #947996.
   * Add watchfile.
   * Instead of patching the Makefile, run the code generator from
 debian/rules.
   * Fix short descriptions.
Checksums-Sha1:
 16208ad96357b58523845c2f5847ea454c4a6dd8 2313 
golang-github-mailru-easyjson_0.7.0-1.dsc
 d69dca5ceffc0fb2bb9961199d75d2e9b57c9ac6 72840 
golang-github-mailru-easyjson_0.7.0.orig.tar.gz
 4f1c63926a844901f15b4d613a61608cdbf0947a 3292 
golang-github-mailru-easyjson_0.7.0-1.debian.tar.xz
 e80e2c582e2861c91aa34bcd45eb8b77f921f553 6039 
golang-github-mailru-easyjson_0.7.0-1_amd64.buildinfo
Checksums-Sha256:
 96c74becf056259155db7563e21c76742e4dce51d0d9106e09a4a0f5a6947744 2313 
golang-github-mailru-easyjson_0.7.0-1.dsc
 6229c0ec172b9409b7b6799eddec5280a0359389bd89c1a890ef52960d6bd7b6 72840 
golang-github-mailru-easyjson_0.7.0.orig.tar.gz
 c45a73fc6e5e4998da668fd8078fa414f0092b713b2972c7bdf09e7e05cd5c3a 3292 
golang-github-mailru-easyjson_0.7.0-1.debian.tar.xz
 94e5ffd1ed625118b3d9d0cca31b4351b9be73699a605630ba428dc52e99144d 6039 
golang-github-mailru-easyjson_0.7.0-1_amd64.buildinfo
Files:
 47131aa19a27df03ee49a5513cc38d18 2313 devel optional 
golang-github-mailru-easyjson_0.7.0-1.dsc
 ff8ed18ebe2fa7d93cf6c528adf04791 72840 devel optional 
golang-github-mailru-easyjson_0.7.0.orig.tar.gz
 e706360769e73abc4ea69e63b039ff61 3292 devel optional 
golang-github-mailru-easyjson_0.7.0-1.debian.tar.xz
 81460f9162eb2d9d6aa3a9cb9ac28da9 6039 devel optional 
golang-github-mailru-easyjson_0.7.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEETe94h3mvRsa9AoOeXdjgv5Gj09oFAl4eWWoACgkQXdjgv5Gj
09plshAAhaROGkHeIZA93b/ZLfuwg00galI/3xw+X80kuWnKlrrRWGggavlWFCic
HUEIhiRVrGA9zwzFJnaCYq+xavukJ27KUIsmi6WuwkNYqP/Jf3S5he1DXdZxQjDZ
ynp5sII3GGebLWuZzYQF75ZBPoNYPt60/WdFPobhzcmjRHzjqGhsRcpsQv0fyeFV
m/ueL0JdAxwYJhST75T7DVjSxoHTs4EIiwlUO9YqIKqo4p4gTWp5vfSdvJjE8WJz
ohRN7FXOIKE5e1exF4eVsRuRfa3OWsA98OaD0BM053xm3iYhRuulioxD5ZfQoM4A
aP5IvOEoJxwb1GPcXUqDEiak5BvEuAysQbIhAS55kZWykPWCONn3e5s2Ks0ekt6W
yd4kg8Hq47WLlksHkNIjN/XzEKRLvLdnUhjespB468e/jjNsSX9B6/lpPMcx/Par
7BtBwXtr61F29mcuqLG3whxw/vRaEikovztg

[pkg-go] Bug#915783: marked as done (prometheus-nginx-exporter: unowned directory after purge: /var/lib/prometheus/)

2020-01-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Jan 2020 19:39:12 +0100
with message-id 

and subject line 
has caused the Debian Bug report #915783,
regarding prometheus-nginx-exporter: unowned directory after purge: 
/var/lib/prometheus/
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.)


-- 
915783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: prometheus-nginx-exporter
Version: 0.1.0-1
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned
directories on the system after purge, which is a violation of
policy 6.8:

https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-removal-and-or-configuration-purging

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

The maintainer scripts create (and later remove) a file in that
directory. Manual directory removal may be not appropriate as this
directory is shared between several packages.

If the package would ship this as an empty directory, dpkg would take
care of the creation and removal (if it's empty).

>From the attached log (scroll to the bottom...):

0m33.8s ERROR: FAIL: Package purging left files on system:
  /var/lib/prometheus/   not owned


cheers,

Andreas


prometheus-nginx-exporter_0.1.0-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Version: 0.5.0+ds-2
--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Re: tendermint: should this package be removed?

2020-01-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 946912 ftp.debian.org
Bug #946912 [src:tendermint] tendermint: should this package be removed?
Bug reassigned from package 'src:tendermint' to 'ftp.debian.org'.
No longer marked as found in versions tendermint/0.8.0+git20170113.0.764091d-2.
Ignoring request to alter fixed versions of bug #946912 to the same values 
previously set
> retitle 946912 RM: tendermint -- RoQA; FTBFS; NPOASR; RC-buggy for 2 years
Bug #946912 [ftp.debian.org] tendermint: should this package be removed?
Changed Bug title to 'RM: tendermint -- RoQA; FTBFS; NPOASR; RC-buggy for 2 
years' from 'tendermint: should this package be removed?'.
> severity 946912 normal
Bug #946912 [ftp.debian.org] RM: tendermint -- RoQA; FTBFS; NPOASR; RC-buggy 
for 2 years
Severity set to 'normal' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
946912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: your mail

2020-01-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 948003 1.8.2+ds-1
Bug #948003 [src:prometheus-squid-exporter] prometheus-squid-exporter FTBFS in 
testing/unstable
Marked as fixed in versions prometheus-squid-exporter/1.8.2+ds-1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
948003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#923006 marked as pending in prometheus

2020-01-08 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #923006 [prometheus] prometheus: [INTL:pt_BR] Brazilian Portuguese debconf 
templates translation
Ignoring request to alter tags of bug #923006 to the same tags previously set

-- 
923006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923006
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#948003: marked as done (prometheus-squid-exporter FTBFS in testing/unstable)

2020-01-14 Thread Debian Bug Tracking System
Your message dated Tue, 14 Jan 2020 11:37:20 +0100
with message-id <724db934-8d27-2675-29d2-ca02db062...@cloud.ionos.com>
and subject line 
has caused the Debian Bug report #948003,
regarding prometheus-squid-exporter FTBFS in testing/unstable
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.)


-- 
948003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

source: prometheus-squid-exporter
version: 1.4+ds-1
severity: serious
tags: bullseye, sid, ftbfs

prometheus-squid-exporter FTBFS in testing/unstable, I first noticed this on a 
raspbian autobuilder, but it's also happening on the reproducible builds tests, 
so it's not raspbian specific.


github.com/boynux/squid-exporter
# github.com/boynux/squid-exporter
src/github.com/boynux/squid-exporter/main.go:38:33: undefined: 
prometheus.Handler
dh_auto_build: cd build && go install 
-gcflags=all=\"-trimpath=/build/1st/prometheus-squid-exporter-1.4\+ds/build/src\" 
-asmflags=all=\"-trimpath=/build/1st/prometheus-squid-exporter-1.4\+ds/build/src\" -v -p 16 -tags  -ldflags 
" -X github.com/prometheus/common/version.Version=1.4+ds -X 
github.com/prometheus/common/version.Revision=1.4+ds-1 -X github.com/prometheus/common/version.Branch=debian/sid -X 
github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org -X 
github.com/prometheus/common/version.BuildDate=20190123-11:01:45 -X 
github.com/prometheus/common/version.GoVersion=go1.13.5" github.com/boynux/squid-exporter 
github.com/boynux/squid-exporter/collector github.com/boynux/squid-exporter/types returned exit code 2
make[1]: *** [debian/rules:28: override_dh_auto_build] Error 255


--- End Message ---
--- Begin Message ---

Version: 1.8.2+ds-1

Current version in debian/sid builds successfully.--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: affects 947617

2019-12-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 947617 src:golang-github-containers-image
Bug #947617 [src:golang-github-coreos-bbolt] golang-github-coreos-bbolt: Please 
update package to version 1.3.3
Added indication that 947617 affects src:golang-github-containers-image
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: block 947486 with 947617

2019-12-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 947486 with 947617
Bug #947486 [src:golang-github-containers-image] 
golang-github-containers-image: FTBFS with test failures
947486 was not blocked by any bugs.
947486 was not blocking any bugs.
Added blocking bug(s) of 947486: 947617
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: gitlab-workhorse: diff for NMU version 8.16.0+debian-1.1

2019-12-31 Thread Debian Bug Tracking System
Processing control commands:

> tags 931662 + pending
Bug #931662 [src:gitlab-workhorse] gitlab-workhorse autopkgtest requires 
netstat but lacks test dep
Ignoring request to alter tags of bug #931662 to the same tags previously set
> tags 946022 + pending
Bug #946022 [gitlab-workhorse] gitlab-workhorse: build-depends on obsolete 
package.
Ignoring request to alter tags of bug #946022 to the same tags previously set

-- 
931662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931662
946022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: gitlab-workhorse: diff for NMU version 8.16.0+debian-1.1

2019-12-31 Thread Debian Bug Tracking System
Processing control commands:

> tags 931662 + pending
Bug #931662 [src:gitlab-workhorse] gitlab-workhorse autopkgtest requires 
netstat but lacks test dep
Added tag(s) pending.
> tags 946022 + pending
Bug #946022 [gitlab-workhorse] gitlab-workhorse: build-depends on obsolete 
package.
Added tag(s) pending.

-- 
931662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931662
946022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947617: marked as done (golang-github-coreos-bbolt: Please update package to version 1.3.3)

2019-12-30 Thread Debian Bug Tracking System
Your message dated Tue, 31 Dec 2019 07:34:40 +
with message-id 
and subject line Bug#947617: fixed in golang-github-coreos-bbolt 1.3.3-1
has caused the Debian Bug report #947617,
regarding golang-github-coreos-bbolt: Please update package to version 1.3.3
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.)


-- 
947617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-coreos-bbolt
Version: 1.3.1-coreos.5-3
Severity: normal

There is a new upstream version available:

https://github.com/etcd-io/bbolt/releases/tag/v1.3.3

This is likely the cause for bug #947486, which affects experimental only at 
this point.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: golang-github-coreos-bbolt
Source-Version: 1.3.3-1

We believe that the bug you reported is fixed in the latest version of
golang-github-coreos-bbolt, 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  (supplier of updated 
golang-github-coreos-bbolt 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: Tue, 31 Dec 2019 17:21:03 +1100
Source: golang-github-coreos-bbolt
Architecture: source
Version: 1.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Dmitry Smirnov 
Closes: 947617
Changes:
 golang-github-coreos-bbolt (1.3.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #947617)
 + new upstream patch to fix test failure
   * Updated primary import path to "go.etcd.io/bbolt";
 added symlink_to_dir maintscript.
   * Added "github.com/etcd-io/bbolt" alias as imported by
 "golang-github-containers-image".
   * DH to version 12
   * Standards-Version: 4.4.1
   * Added myself to Uploaders
Checksums-Sha1:
 91004657437e0e1863492e195fde79a1c30300a9 2408 
golang-github-coreos-bbolt_1.3.3-1.dsc
 a78222930c8ea8b10d711298569e9d6f62a6a2cc 77576 
golang-github-coreos-bbolt_1.3.3.orig.tar.xz
 2a62713fd4447b6fea25a5e2e6fc972b98d293bf 4228 
golang-github-coreos-bbolt_1.3.3-1.debian.tar.xz
 4dad8525855804b5d6a41066b0155806fd61d676 5896 
golang-github-coreos-bbolt_1.3.3-1_amd64.buildinfo
Checksums-Sha256:
 58863656b65d9fb035563df78e2d4ee34c03ea18697407951573dbabf1ebd85c 2408 
golang-github-coreos-bbolt_1.3.3-1.dsc
 cf656911deb75ffed094630b1b7f5f345807063e41da541f2dfda9e9d336bf26 77576 
golang-github-coreos-bbolt_1.3.3.orig.tar.xz
 fa37e9d849123d9175ec0bdf82f174861493add90773746d447e83766d400af1 4228 
golang-github-coreos-bbolt_1.3.3-1.debian.tar.xz
 a33e39605f64f813005790227eeffaa750022530c7cc401308efeee2638c3698 5896 
golang-github-coreos-bbolt_1.3.3-1_amd64.buildinfo
Files:
 78609693cdc20bb460c6fc46afda6684 2408 devel optional 
golang-github-coreos-bbolt_1.3.3-1.dsc
 f66120f6efdf911ce0da4f1d38710002 77576 devel optional 
golang-github-coreos-bbolt_1.3.3.orig.tar.xz
 f831a703bc3ad6a58f1acbac945c32c0 4228 devel optional 
golang-github-coreos-bbolt_1.3.3-1.debian.tar.xz
 3c41519c074864a7cf22c8256f1428a3 5896 devel optional 
golang-github-coreos-bbolt_1.3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl4K9UAACgkQUra72VOW
jRvDahAArvwNXasPGFLtoBn0CJ5Eh3kAAv4ZxSNRIhLpQE5OV3YBITiLLHF6AHdE
a8tsh5D2p+PM/VeNFgBmwGoUs2q/ssgoo4fbCKOQuI1QTBYIABDGGVUx544uvbRo
hRsHzRmKT4nMlBrxW+oOC/T9ygBgPrv3/At0ndWObMH0N0KR6EJE6+gU8P8ZQ1/T
QUU00MAAyJHetDaBZTm1+Pgpu25zW1IgaxmqMGNHa9n9TW0tHfLxmZATDGyi0Lxg
6OPVvcPK3mR9CYS8nerDriVdwaWwvLl4cqkGjA1TIsdpWxtw31Xk8Wbf/F6cAG2g
GUWcZ24Lc4CqI7bJlDwE6DQudpMO1XNsCqDsgNQCAFMwscI98SxGBRWKK9SEQ4IA
XvdD

[pkg-go] Processed: severity of 947855 is serious, severity of 947856 is serious, severity of 947857 is serious ...

2019-12-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 947855 serious
Bug #947855 [php-php-mongodb] php-php-mongodb: Remove depends/build-depends on 
src:mongodb
Severity set to 'serious' from 'normal'
> severity 947856 serious
Bug #947856 [php-mongo-php-adapter] php-mongo-php-adapter: Remove 
depends/build-depends on src:mongodb
Severity set to 'serious' from 'normal'
> severity 947857 serious
Bug #947857 [golang-github-juju-testing] golang-github-juju-testing: Remove 
depends/build-depends on src:mongodb
Severity set to 'serious' from 'normal'
> block 947743 with 947855 947856 947857
Bug #947743 [ftp.debian.org] RM: mongodb -- RoQA; rc-buggy; un-upgreadable due 
to license issues; not part of stable; preventing some py2rm work
947743 was not blocked by any bugs.
947743 was not blocking any bugs.
Added blocking bug(s) of 947743: 947855, 947857, and 947856
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947743
947855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947855
947856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947856
947857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#935524: marked as done (golang-logrus: new upstream release 1.4.2)

2019-12-24 Thread Debian Bug Tracking System
Your message dated Wed, 25 Dec 2019 14:03:32 +1100
with message-id <4146575.h7uxvT4bdz@deblab>
and subject line Done: golang-logrus: new upstream release 1.4.2
has caused the Debian Bug report #935524,
regarding golang-logrus: new upstream release 1.4.2
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.)


-- 
935524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-logrus
Severity: wishlist

Dear Maintainer,

There's a new upstream release available - 1.4.2

I did a rebuild of the reverse dependencies that reverse-depends[0]
could identify and the following packages failed to build with a locally
updated golang-logrus:

cadvisor_0.27.1+dfsg2-4 [not-in-testing]
containerd_0.2.3+git20170126.85.aa8187d~ds1-2 [not-in-testing]
docker.io_18.09.1+dfsg1-7.1 ---> FTBFS on *all* archs in unstable buildd
docker-swarm_1.2.5+dfsg-2 [not-in-testing]
gobgp_1.33-1 [not-in-testing]
golang-github-prometheus-common_0+git20181119.b36ad28-1 [not-in-testing]
kubernetes_1.7.16+dfsg-1 [not-in-testing]
nomad_0.8.7+dfsg1-1 [not-in-testing]
notary_0.6.1~ds1-3 ---> known test failure: #917716

Ignoring the packages that aren't in testing (probably for a good
reason), the remaining ones seems to have known issues with existing
bug reports.

Thus unless I overlooked something there would be 0 new FTBFS introduced
by updating logrus to 1.4.2.



[0]: reverse-depends -l -b src:golang-logrus

Regards,
Andreas Henriksson
--- End Message ---
--- Begin Message ---
Package: src:golang-logrus
Version: 1.4.2-1

Uploaded, thanks.

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


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: tagging 923823

2019-12-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 923823 + upstream
Bug #923823 [src:golang-gopkg-mcuadros-go-syslog.v2] 
golang-gopkg-mcuadros-go-syslog.v2: FTBFS randomly (failing tests)
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
923823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: bug 923823 is forwarded to https://github.com/mcuadros/go-syslog/issues/64

2019-12-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 923823 https://github.com/mcuadros/go-syslog/issues/64
Bug #923823 [src:golang-gopkg-mcuadros-go-syslog.v2] 
golang-gopkg-mcuadros-go-syslog.v2: FTBFS randomly (failing tests)
Set Bug forwarded-to-address to 
'https://github.com/mcuadros/go-syslog/issues/64'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
923823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947243: marked as done (golang-github-cenkalti-backoff: New upstream version available)

2019-12-25 Thread Debian Bug Tracking System
Your message dated Thu, 26 Dec 2019 10:55:45 +1100
with message-id <2871544.13OBZxUsCs@deblab>
and subject line Done: golang-github-cenkalti-backoff: New upstream version 
available
has caused the Debian Bug report #947243,
regarding golang-github-cenkalti-backoff: New upstream version available
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.)


-- 
947243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-cenkalti-backoff
Version: 2.0.0-2
Severity: wishlist

Version 3.1.1 is available upstream, and is needed as a dependency for
citop[0]. Would it be possible to package it ?

Cheers,

--
Seb

[0] https://bugs.debian.org/947187

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-2-amd64 (SMP w/36 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: golang-github-cenkalti-backoff
Version: 3.1.1-1

Just uploaded the new version, thanks.

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.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#910328: marked as done (golang-github-shirou-gopsutil: Missing version on Build-Depends)

2019-12-29 Thread Debian Bug Tracking System
Your message dated Mon, 30 Dec 2019 00:49:21 +
with message-id 
and subject line Bug#910328: fixed in golang-github-shirou-gopsutil 2.19.11-1
has caused the Debian Bug report #910328,
regarding golang-github-shirou-gopsutil: Missing version on Build-Depends
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.)


-- 
910328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910328
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-shirou-gopsutil
Source-Version: 2.18.06-1
Severity: minor
Tags: patch

Hi!

While locally backporting this package, noticed that it requires a
newer golang-golang-x-sys-dev version, I've not checked exactly which
one, but using the version from Buster is enough, so I went for that,
perhaps you want to track the specific version down.

Here's a proposed patch implementing this approximation.

Thanks,
Guillem
diff --git i/debian/control w/debian/control
index 0bea942..dfabcdb 100644
--- i/debian/control
+++ w/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11),
dh-golang (>= 1.17~),
golang-any,
golang-github-stretchr-testify-dev,
-   golang-golang-x-sys-dev,
+   golang-golang-x-sys-dev (>= 0.0~git20180510.7dfd129~),
lsof,
procps,
 Standards-Version: 4.1.4
--- End Message ---
--- Begin Message ---
Source: golang-github-shirou-gopsutil
Source-Version: 2.19.11-1

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated 
golang-github-shirou-gopsutil 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: Mon, 30 Dec 2019 10:58:20 +1100
Source: golang-github-shirou-gopsutil
Architecture: source
Version: 2.19.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Dmitry Smirnov 
Closes: 910328
Changes:
 golang-github-shirou-gopsutil (2.19.11-1) unstable; urgency=medium
 .
   * New upstream release
   * Tightened "golang-golang-x-sys-dev" dep versioning (Closes: #910328).
 Thanks, Guillem Jover.
   * Build with "go generate"
   * Standards-Version: 4.4.1
   * DH to version 12
   * Added myself to Uploaders
Checksums-Sha1:
 d2cf9c05f5c28fad259cf8462188fbd80ed6bbb7 2488 
golang-github-shirou-gopsutil_2.19.11-1.dsc
 f5489444373f7f78ce33d0a7002c7187967c01dc 101584 
golang-github-shirou-gopsutil_2.19.11.orig.tar.xz
 f48dde32da365c7c975231326ab5c1b18d809cca 4260 
golang-github-shirou-gopsutil_2.19.11-1.debian.tar.xz
 e3c4130bd505a5b4a7ad17ec8b878c68c1007b3c 6549 
golang-github-shirou-gopsutil_2.19.11-1_amd64.buildinfo
Checksums-Sha256:
 40e47288ca9ea68155f59fe087b2ee82aeb96a97a034e7a17317acbb3b4c9ed8 2488 
golang-github-shirou-gopsutil_2.19.11-1.dsc
 a5026f4a2716db4ac8eb6b61570cf9c84f571efcccd405a2d768e004292b5b45 101584 
golang-github-shirou-gopsutil_2.19.11.orig.tar.xz
 106a191c0b6924b805087ec5e68da17340588508676770b3b88f7cba6d03b2e7 4260 
golang-github-shirou-gopsutil_2.19.11-1.debian.tar.xz
 045635535cfa0826a2341b7721563ca71a4d0ffa7140f16366d87c9f86030220 6549 
golang-github-shirou-gopsutil_2.19.11-1_amd64.buildinfo
Files:
 be6fa68d60b9aac4eb4e338bc5fb5a8e 2488 devel optional 
golang-github-shirou-gopsutil_2.19.11-1.dsc
 9ae400dcfe4ae84b224526fb86d1b5ee 101584 devel optional 
golang-github-shirou-gopsutil_2.19.11.orig.tar.xz
 5ceb031bf44298916b245b72165c0ef4 4260 devel optional 
golang-github-shirou-gopsutil_2.19.11-1.debian.tar.xz
 6f95fb337188b4c212cf402a4acfc145 6549 devel optional 
golang-github-shirou-gopsutil_2.19.11-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl4JRekACgkQUra72VOW
jRvhNRAAjl8mZ/5LuvPcpSJDwU5ad6sd0fCH5xf+Ya5vINYy9nKR7lUdarvZ0PJ6
L0vtCiGQK1SzhQV5jBUMV0HXx9zK3t7176xaBH3HqfFMCjWQivApPXuLOBETadj3
hEx3xO9VKNFtU8TegggGbKZNcVzstih2Hr7MYfAzvbMAfzK3NpP/gG9IcbfxCiWG
wWTfIOT0U5vNyhXW4I27mktj3P85LlWBqzN0fLUwcaVADEZ5ywYIrPZvUjYh3azr
ah4P

[pkg-go] Processed: affects 947403

2019-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 947403 src:docker.io
Bug #947403 [src:golang-github-miekg-dns] golang-github-miekg-dns: 
CVE-2019-19794
Added indication that 947403 affects src:docker.io
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: affects 947403

2019-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 947403 src:consul
Bug #947403 [src:golang-github-miekg-dns] golang-github-miekg-dns: 
CVE-2019-19794
Added indication that 947403 affects src:consul
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#944654: marked as done (prometheus: Broken dependency on transitional package libjs-moment-timezone)

2019-12-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Dec 2019 12:51:33 +
with message-id 
and subject line Package now available
has caused the Debian Bug report #944654,
regarding prometheus: Broken dependency on transitional package 
libjs-moment-timezone
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.)


-- 
944654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: prometheus
Version: 2.7.1+ds-3~bpo9+2
Severity: normal

Dear Maintainer,

Installing this version of prometheus on either:
  - A machine that has a previous version of prometheus installed
  - A machine that does not have a version of prometheus installed
fails during installation due to dependent-upon package 'libjs-moment-timezone' 
not available in the main Debian Stretch or Stretch Backports repository not 
having this package available.

I've tested this on a couple of different machines and it seems its a universal 
issue.


-- System Information:
Debian Release: 9.11
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-7-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages prometheus depends on:
ii  adduser  3.115
ii  debconf [debconf-2.0]1.5.61
ii  libc62.24-11+deb9u4
pn  libjs-bootstrap  
pn  libjs-eonasdan-bootstrap-datetimepicker  
pn  libjs-jquery 
pn  libjs-jquery-hotkeys 
pn  libjs-moment 
pn  libjs-moment-timezone
pn  libjs-mustache   
pn  libjs-rickshaw   
ii  systemd-sysv 232-25+deb9u12

Versions of packages prometheus recommends:
ii  prometheus-node-exporter  0.17.0+ds-2~bpo9+1

prometheus suggests no packages.
--- End Message ---
--- Begin Message ---
Hi,

The backported version of  libjs-moment-timezone has been accepted in
stretch-backports, so I am closing this bug now.

-- 
Martina Ferrari (Tina)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#945692: marked as done (prometheus-postfix-exporter: Python2 removal in sid/bullseye)

2019-12-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Dec 2019 13:04:19 +
with message-id 
and subject line Bug#945692: fixed in prometheus-postfix-exporter 0.2.0-2
has caused the Debian Bug report #945692,
regarding prometheus-postfix-exporter: Python2 removal in sid/bullseye
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.)


-- 
945692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: prometheus-postfix-exporter
Version: 0.2.0-1
Severity: normal
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: py2removal

Python2 becomes end-of-live upstream, and Debian aims to remove
Python2 from the distribution, as discussed in
https://lists.debian.org/debian-python/2019/07/msg00080.html

Your package either build-depends, depends on Python2, or uses Python2
in the autopkg tests (the specific reason can be found searching this
source package in
https://people.debian.org/~morph/mass-bug-py2removal_take3.txt ).
Please stop using Python2, and fix this issue by one of the following
actions.

- Convert your Package to Python3. This is the preferred option.  In
  case you are providing a Python module foo, please consider dropping
  the python-foo package, and only build a python3-foo package.  Please
  don't drop Python2 modules, which still have reverse dependencies,
  just document them.
  
  This is the preferred option.

- If the package is dead upstream, cannot be converted or maintained
  in Debian, it should be removed from the distribution.  If the
  package still has reverse dependencies, raise the severity to
  "serious" and document the reverse dependencies with the BTS affects
  command.  If the package has no reverse dependencies, confirm that
  the package can be removed, reassign this issue to ftp.debian.org,
  make sure that the bug priority is set to normal and retitle the
  issue to "RM: PKG -- removal triggered by the Python2 removal".

- If the package has still many users (popcon >= 300), or is needed to
  build another package which cannot be removed, document that by
  adding the "py2keep" user tag (not replacing the py2remove tag),
  using the debian-pyt...@lists.debian.org user.  Also any
  dependencies on an unversioned python package (python, python-dev)
  must not be used, same with the python shebang.  These have to be
  replaced by python2/python2.7 dependencies and shebang.

  This is the least preferred option.

If there are questions, please refer to the wiki page for the removal:
https://wiki.debian.org/Python/2Removal, or ask for help on IRC
#debian-python, or the debian-pyt...@lists.debian.org mailing list.
--- End Message ---
--- Begin Message ---
Source: prometheus-postfix-exporter
Source-Version: 0.2.0-2

We believe that the bug you reported is fixed in the latest version of
prometheus-postfix-exporter, 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 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martina Ferrari  (supplier of updated 
prometheus-postfix-exporter 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, 27 Dec 2019 12:39:36 +
Source: prometheus-postfix-exporter
Architecture: source
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Martina Ferrari 
Closes: 945692
Changes:
 prometheus-postfix-exporter (0.2.0-2) unstable; urgency=medium
 .
   * Update chuser helper to python3, and fix bug in it. Closes: #945692.
   * Add myself to Uploaders.
   * Automated cme fixes.
Checksums-Sha1:
 2d468b84ea7bf5b0294f694b81445131c800419f 2450 
prometheus-postfix-exporter_0.2.0-2.dsc
 2d0f7ab181284cfa480b35be7179fe4cb02c6b81 6532 
prometheus-postfix-exporter_0.2.0-2.debian.tar.xz
 a1acff60d93bdb5e91bc4d8924a5938f2395e252 9327 
prometheus-postfix-exporter_0.2.0-2_amd64.buildinfo
Checksums-Sha256:
 ac66f55e58c5bb7523d9d6872915b34af18af59ee0e035713b806e0e3a778ea1 2450 
prometheus-postfix-exporter_0.2.0-2.dsc
 3e0e4985a67e242196effc31d36a23a6bbfc19b46ab47a00e2e0faac25497717 6532 
prometheus-postf

[pkg-go] Bug#939219: marked as done (please drop transitional package golang-uuid-dev from src:golang-github-pborman-uuid)

2019-12-30 Thread Debian Bug Tracking System
Your message dated Mon, 30 Dec 2019 08:41:33 +
with message-id 
and subject line Bug#939219: fixed in golang-github-pborman-uuid 1.2.0-1
has caused the Debian Bug report #939219,
regarding please drop transitional package golang-uuid-dev from 
src:golang-github-pborman-uuid
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.)


-- 
939219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-pborman-uuid
Version: 1.1-1
Severity: normal
user: qa.debian@packages.debian.org
usertags: transitional

Please drop the transitional package golang-uuid-dev (from the source package 
golang-github-pborman-uuid) for bullseye, as it has been released with stretch 
and buster already.


Description: Transitional package for golang-github-pborman-uuid-dev
Package: golang-uuid-dev
Version: 0.0+git20150824.0.cccd189-1
Version: 1.1-1

Thanks for maintaining golang-github-pborman-uuid!


-- 
cheers,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-github-pborman-uuid
Source-Version: 1.2.0-1

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated 
golang-github-pborman-uuid 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: Mon, 30 Dec 2019 18:53:36 +1100
Source: golang-github-pborman-uuid
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Dmitry Smirnov 
Closes: 939219
Changes:
 golang-github-pborman-uuid (1.2.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Removed transitional package "golang-uuid-dev" (Closes: #939219)
 Thanks, Holger Levsen.
   * DH to version 12
   * Standards-Version: 4.4.1
   * (Build-)Depends += "golang-github-google-uuid-dev"
   * Added myself to Uploaders
Checksums-Sha1:
 23e17856bdeac43d113ff1c38fbf7fb221819ecd 2326 
golang-github-pborman-uuid_1.2.0-1.dsc
 5aff1dcc7049246284403d00c41ff26e3127ef85 10016 
golang-github-pborman-uuid_1.2.0.orig.tar.xz
 1a5c5c38f2a86f41c2160705954845b1f198e11d 3392 
golang-github-pborman-uuid_1.2.0-1.debian.tar.xz
 f3a4f5bef3c9262afb4925de849776706fa839fc 5940 
golang-github-pborman-uuid_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
 b03271b7808a7a7191b7f79c377fdb5081efedcb44307f4b2873b0b6578246a6 2326 
golang-github-pborman-uuid_1.2.0-1.dsc
 037baf97634104dbd424118acd24352ca46e8d87a10d0d5fb40123df8b05af55 10016 
golang-github-pborman-uuid_1.2.0.orig.tar.xz
 ff568b56873d404f43d8ce941930a0f0bf3ce7b68144b332c76675cdc7208af0 3392 
golang-github-pborman-uuid_1.2.0-1.debian.tar.xz
 8bd9cdb125eef35ba00287161b3a18a25bd63aa131344f96d701f8c304122dbc 5940 
golang-github-pborman-uuid_1.2.0-1_amd64.buildinfo
Files:
 be06697e62ec59503c1b7519127aa9bd 2326 devel optional 
golang-github-pborman-uuid_1.2.0-1.dsc
 4d1cd9f837541708806f73a63d9ef701 10016 devel optional 
golang-github-pborman-uuid_1.2.0.orig.tar.xz
 4b4e398cda307168aa4bab3f4617b281 3392 devel optional 
golang-github-pborman-uuid_1.2.0-1.debian.tar.xz
 53d9e982f65c5d8fae3ac98735c161e0 5940 devel optional 
golang-github-pborman-uuid_1.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl4Jr7oACgkQUra72VOW
jRtsghAAv5DwJGGtJyjv/TFDa+gT7fHzJXQTuz/AFISOLvRzYsnq5B7YPOStGQ85
AqNYjfZ/XiIT09WvdN80EJvdIioGdFDf5gkAFHOkSRnKA6jYor7ZFhqImCAm4i95
uMnR7p1BmUCOhaZobbSoXShzG5OyDvOPdmax/LI+ixBX8Lse9kZ6o5CMY7uT+S8l
501/k7fTRh0KuNLP8SkzBjLIJg0rAcpzVQmQRJxiyoAzWORU6sAGWInVh5V35XaK
GJWgb1qTpl47+yKTUQfAn/w0gi+yrgRCsDLTvPN+8cmjyKoi9o0+ewYmFDSJ3y13
T/vHEx+I8RFWjEnLE6rt7bUP7W100+DWn/AgqtRETVRw8eaXepph5zPA

[pkg-go] Processed: Bug#939217 marked as pending in golang-github-miekg-dns

2019-12-30 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #939217 [golang-github-miekg-dns] please drop transitional package 
golang-dns-dev from src:golang-github-miekg-dns
Added tag(s) pending.

-- 
939217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: [bts-link] source package src:golang-github-miekg-dns

2019-12-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:golang-github-miekg-dns
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> # https://bts-link-team.pages.debian.net/bts-link/
> #
> user debian-bts-l...@lists.debian.org
Setting user to debian-bts-l...@lists.debian.org (was 
debian-bts-l...@lists.debian.org).
> # remote status report for #947403 (http://bugs.debian.org/947403)
> # Bug title: golang-github-miekg-dns: CVE-2019-19794
> #  * https://github.com/miekg/dns/issues/1043
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 947403 + fixed-upstream
Bug #947403 [src:golang-github-miekg-dns] golang-github-miekg-dns: 
CVE-2019-19794
Added tag(s) fixed-upstream.
> usertags 947403 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#900136: marked as done (golang-github-gogo-protobuf-dev should depend on libprotobuf-dev)

2020-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Jan 2020 10:04:25 +
with message-id 
and subject line Bug#900136: fixed in golang-gogoprotobuf 1.3.0-1
has caused the Debian Bug report #900136,
regarding golang-github-gogo-protobuf-dev should depend on libprotobuf-dev
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.)


-- 
900136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900136
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-gogoprotobuf
Version:  1.0.0+git20180330.1ef32a8b-1
Severity: normal

Hello,

golang-github-gogo-protobuf-dev ships the file:

 -
/usr/share/gocode/src/github.com/gogo/protobuf/protobuf/google/protobuf/descriptor.proto

Which seems to depend on:

- /usr/include/google/protobuf/descriptor.proto

Which is shipped by:

 - libprotobuf-dev

Should golang-github-gogo-protobuf-dev depend on libprotobuf-dev?

Cheers,

-- 
Alexandre Viau
av...@debian.org



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: golang-gogoprotobuf
Source-Version: 1.3.0-1

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated golang-gogoprotobuf 
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: Sun, 05 Jan 2020 20:28:12 +1100
Source: golang-gogoprotobuf
Architecture: source
Version: 1.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Dmitry Smirnov 
Closes: 900136 939229
Changes:
 golang-gogoprotobuf (1.3.0-1) experimental; urgency=medium
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set upstream metadata fields: Name.
   * Set upstream metadata fields: Repository.
   * Remove obsolete fields Name from debian/upstream/metadata.
 .
   [ Arnaud Rebillout ]
   * Update maintainer address to team+pkg-go@tracker.d.o
   * wrap-and-sort -ta
 .
   [ Martín Ferrari ]
   * Name update.
   * Add libprotobuf-dev to -dev package dependencies. Closes: #900136.
 .
   [ Dmitry Smirnov ]
   * New upstream release
   * Removed transitional package "golang-gogoprotobuf-dev" (Closes: #939229).
 Thanks, Holger Levsen.
   * rules: optimised exclusions
   * rules: no longer ignore test failures on "armhf".
   * Renamed "debian/TODO.Debian" --> "debian/TODO".
   * Standards-Version: 4.4.1
   * Added myself to Uploaders
Checksums-Sha1:
 2c5bb79440034a0d19107f83f6c8d492bc0e8e64 2340 golang-gogoprotobuf_1.3.0-1.dsc
 10a5a6af3fbc38c57fb65e4985d3ad9aeb304e0a 859196 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 93aab8fa0925d36506e2613f583b9d6ee51ec29f 6872 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 435843d4d9355c494a8e61d36d16ebcf825f6617 6249 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo
Checksums-Sha256:
 fcb5eccab494a18429408e5cd142d86e5507c5ef2edb18de96cb7a91e89d0c49 2340 
golang-gogoprotobuf_1.3.0-1.dsc
 a9454c5f3b7826d56fa344831025a6c7bdb438fca342bdc2ef3e6d418a3718ce 859196 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 77aae7eaf09def2caaa63949da916245205d6a6fa810729425fbca36b97c165c 6872 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 431c06aaff181b0fe14d02ac6648114b054a12f270b9ca25aefd0a4187792ea8 6249 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo
Files:
 3fc7a8eb689a55485fcea83eec64e04e 2340 devel optional 
golang-gogoprotobuf_1.3.0-1.dsc
 2bd3b7460577369bae39c34ccaebbf78 859196 devel optional 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 7caa214bda28f41cabe2b8b20ba0d6e6 6872 devel optional 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 6e2be3aeda28dc81b5fab809fb785fd8 6249 devel optional 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl4RrzEACgkQUra72VOW
jRtEtg//eIt9ngTyZRFrgUaKFJ/rChh1YSW1x1aib/XMwkPxuzo34nsqjmuP8WQZ
bDhAbwJ+9XqAtZuUxCH8dDtLCqjtJRmIzcVTKjmntW34l7xjykXB/f78XO/elu2W
wBypOaXyshUesXCoT4Jbz9KpoRJ9/w33IdVU1kPkEEhXHe1NyqXYmTV3fXYz7PxT
66eQ2XDMbz9ZJRPKKZ4Jo3ATMKaMnotv3Atwpne061aPF88eFx/70b+2JrwlQnAY
MFIhuhgYJO5GqBkqjPYY

[pkg-go] Bug#939229: marked as done (please drop transitional package golang-gogoprotobuf-dev from src:golang-gogoprotobuf)

2020-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Jan 2020 10:04:25 +
with message-id 
and subject line Bug#939229: fixed in golang-gogoprotobuf 1.3.0-1
has caused the Debian Bug report #939229,
regarding please drop transitional package golang-gogoprotobuf-dev from 
src:golang-gogoprotobuf
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.)


-- 
939229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-gogoprotobuf
Version: 1.0.0+git20180330.1ef32a8b-1
Severity: normal
user: qa.debian@packages.debian.org
usertags: transitional

Please drop the transitional package golang-gogoprotobuf-dev (from the source 
package golang-gogoprotobuf) for bullseye, as it has been released with stretch 
and buster already.


Description: transitional package -- safe to remove
Package: golang-gogoprotobuf-dev
Version: 0.3-1
Version: 1.0.0+git20180330.1ef32a8b-1
Version: 1.2.1+git20190611.dadb6258-1

Thanks for maintaining golang-gogoprotobuf!


-- 
cheers,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-gogoprotobuf
Source-Version: 1.3.0-1

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated golang-gogoprotobuf 
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: Sun, 05 Jan 2020 20:28:12 +1100
Source: golang-gogoprotobuf
Architecture: source
Version: 1.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Dmitry Smirnov 
Closes: 900136 939229
Changes:
 golang-gogoprotobuf (1.3.0-1) experimental; urgency=medium
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set upstream metadata fields: Name.
   * Set upstream metadata fields: Repository.
   * Remove obsolete fields Name from debian/upstream/metadata.
 .
   [ Arnaud Rebillout ]
   * Update maintainer address to team+pkg-go@tracker.d.o
   * wrap-and-sort -ta
 .
   [ Martín Ferrari ]
   * Name update.
   * Add libprotobuf-dev to -dev package dependencies. Closes: #900136.
 .
   [ Dmitry Smirnov ]
   * New upstream release
   * Removed transitional package "golang-gogoprotobuf-dev" (Closes: #939229).
 Thanks, Holger Levsen.
   * rules: optimised exclusions
   * rules: no longer ignore test failures on "armhf".
   * Renamed "debian/TODO.Debian" --> "debian/TODO".
   * Standards-Version: 4.4.1
   * Added myself to Uploaders
Checksums-Sha1:
 2c5bb79440034a0d19107f83f6c8d492bc0e8e64 2340 golang-gogoprotobuf_1.3.0-1.dsc
 10a5a6af3fbc38c57fb65e4985d3ad9aeb304e0a 859196 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 93aab8fa0925d36506e2613f583b9d6ee51ec29f 6872 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 435843d4d9355c494a8e61d36d16ebcf825f6617 6249 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo
Checksums-Sha256:
 fcb5eccab494a18429408e5cd142d86e5507c5ef2edb18de96cb7a91e89d0c49 2340 
golang-gogoprotobuf_1.3.0-1.dsc
 a9454c5f3b7826d56fa344831025a6c7bdb438fca342bdc2ef3e6d418a3718ce 859196 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 77aae7eaf09def2caaa63949da916245205d6a6fa810729425fbca36b97c165c 6872 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 431c06aaff181b0fe14d02ac6648114b054a12f270b9ca25aefd0a4187792ea8 6249 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo
Files:
 3fc7a8eb689a55485fcea83eec64e04e 2340 devel optional 
golang-gogoprotobuf_1.3.0-1.dsc
 2bd3b7460577369bae39c34ccaebbf78 859196 devel optional 
golang-gogoprotobuf_1.3.0.orig.tar.xz
 7caa214bda28f41cabe2b8b20ba0d6e6 6872 devel optional 
golang-gogoprotobuf_1.3.0-1.debian.tar.xz
 6e2be3aeda28dc81b5fab809fb785fd8 6249 devel optional 
golang-gogoprotobuf_1.3.0-1_amd64.buildinfo

-BEG

[pkg-go] Processed: Bug#939229 marked as pending in golang-gogoprotobuf

2020-01-04 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #939229 [golang-gogoprotobuf] please drop transitional package 
golang-gogoprotobuf-dev from src:golang-gogoprotobuf
Added tag(s) pending.

-- 
939229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: bug also affects version in testing.

2020-01-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 947998 0.6.1~ds1-4
Bug #947998 [src:notary] notary FTBFS in testing/unstable
Ignoring request to alter found versions of bug #947998 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
947998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#884148: marked as done (golang-github-elazarl-goproxy: Please update CA data)

2019-12-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Dec 2019 09:33:17 +1100
with message-id <8428295.vGiKvgYaFQ@deblab>
and subject line Done: golang-github-elazarl-goproxy: Please update CA data
has caused the Debian Bug report #884148,
regarding golang-github-elazarl-goproxy: Please update CA data
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.)


-- 
884148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-elazarl-goproxy
Version: 1.0-1
Severity: important
Tags: patch upstream

Hi,

When building a package in the latest environment, we can see the
following error.


github.com/elazarl/goproxy/transport
   debian/rules override_dh_auto_test
make[1]: Entering directory
'/home/iwamatsu/dev/debian/go/t/golang-github-elazarl-goproxy-1.0'
dh_auto_test
cd obj-x86_64-linux-gnu && go test -v -p 1
github.com/elazarl/goproxy github.com/elazarl/goproxy/ext/auth
github.com/elazarl/goproxy/ext/html
github.com/elazarl/goproxy/ext/image
github.com/elazarl/goproxy/regretable
github.com/elazarl/goproxy/transport
panic: Error parsing builtin CA x509: RSA key missing NULL parameters

goroutine 1 [running]:
github.com/elazarl/goproxy.init.1()

/home/iwamatsu/dev/debian/go/t/golang-github-elazarl-goproxy-1.0/obj-x86_64-linux-gnu/src/github.com/elazarl/goproxy/certs.go:10
+0x1e3
github.com/elazarl/goproxy.init()

/home/iwamatsu/dev/debian/go/t/golang-github-elazarl-goproxy-1.0/obj-x86_64-linux-gnu/src/github.com/elazarl/goproxy/signer_test.go:88
+0x252
main.init()
github.com/elazarl/goproxy/_test/_testmain.go:104 +0x53
exit status 2
FAILgithub.com/elazarl/goproxy  0.004s
panic: Error parsing builtin CA x509: RSA key missing NULL parameters

goroutine 1 [running]:
github.com/elazarl/goproxy.init.1()
github.com/elazarl/goproxy/certs.go:10 +0x1e3
github.com/elazarl/goproxy.init()
github.com/elazarl/goproxy/signer.go:86 +0x243
github.com/elazarl/goproxy/ext/auth.init()
github.com/elazarl/goproxy/ext/auth/basic.go:77 +0x5d
main.init()
github.com/elazarl/goproxy/ext/auth/_test/_testmain.go:54 +0x53
exit status 2
FAILgithub.com/elazarl/goproxy/ext/auth 0.004s


This is a problem caused by CA data being old.
This problem was fixed with the following bugs in upstream.

https://github.com/elazarl/goproxy/issues/188

Please update CA data,, or please create package with the latest code.

Best regards,
  Nobuhiro

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
--- End Message ---
--- Begin Message ---
Package: src:golang-github-elazarl-goproxy
Version: 1.1-1

I think this problem should have been fixed by the new upstream release 1.1 
that I've uploaded few days ago. If not then please re-open this ticket.

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


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: bug 884148 is forwarded to https://github.com/elazarl/goproxy/issues/188

2019-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 884148 https://github.com/elazarl/goproxy/issues/188
Bug #884148 [src:golang-github-elazarl-goproxy] golang-github-elazarl-goproxy: 
Please update CA data
Set Bug forwarded-to-address to 'https://github.com/elazarl/goproxy/issues/188'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
884148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#865800: marked as done (golang-github-smartystreets-go-aws-auth FTBFS: test failure)

2019-12-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Dec 2019 23:04:53 +
with message-id 
and subject line Bug#865800: fixed in golang-github-smartystreets-go-aws-auth 
1.0.0-1
has caused the Debian Bug report #865800,
regarding golang-github-smartystreets-go-aws-auth FTBFS: test failure
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.)


-- 
865800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-smartystreets-go-aws-auth
Version: 0.0~git20160722.0.2043e6d-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes golang-github-smartystreets-go-aws-auth 
FTBFS:

https://tests.reproducible-builds.org/debian/history/golang-github-smartystreets-go-aws-auth.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-smartystreets-go-aws-auth.html

...

   dh_auto_test -O--buildsystem=golang
go test -v -p 16 github.com/smartystreets/go-aws-auth
=== RUN   TestIntegration

  Given real credentials from environment variables 
A request (with out-of-order query string) with to IAM should succeed 
(assuming Administrator Access policy) ⚠
A request to S3 should succeed ⚠
A request to EC2 should succeed ⚠
A request to SQS should succeed ⚠
A request to SES should succeed ⚠
A request to Route 53 should succeed ⚠
A request to SimpleDB should succeed ⚠
If S3Resource env variable is set 
  A URL-signed request to that S3 resource should succeed ⚠


0 total assertions (one or more sections skipped)

--- PASS: TestIntegration (0.01s)
=== RUN   TestSign

  Requests to services using Version 2 should be signed accordingly ✔✔


2 total assertions (one or more sections skipped)


  Requests to services using Version 3 should be signed accordingly ✔✔


4 total assertions (one or more sections skipped)


  Requests to services using Version 4 should be signed accordingly ✔✔✔


7 total assertions (one or more sections skipped)


  Requests to services using existing credentials Version 2 should be signed 
accordingly ✔✔


9 total assertions (one or more sections skipped)


  Requests to services using existing credentials Version 3 should be signed 
accordingly ✔✔


11 total assertions (one or more sections skipped)


  Requests to services using existing credentials Version 4 should be signed 
accordingly ✔✔✔


14 total assertions (one or more sections skipped)

--- PASS: TestSign (0.00s)
=== RUN   TestExpiration

  Credentials without an expiration can't expire ✔


15 total assertions (one or more sections skipped)


  Credentials that expire in 5 minutes aren't expired ✔


16 total assertions (one or more sections skipped)


  Credentials that expire in 1 minute are expired ✔


17 total assertions (one or more sections skipped)


  Credentials that expired 2 hours ago are expired ✔


18 total assertions (one or more sections skipped)

--- PASS: TestExpiration (0.00s)
=== RUN   TestCommonFunctions

  Service and region should be properly extracted from host strings 
✔✔


32 total assertions (one or more sections skipped)


  MD5 hashes should be properly computed and base-64 encoded ✔


33 total assertions (one or more sections skipped)


  SHA-256 hashes should be properly hex-encoded (base 16) ✔


34 total assertions (one or more sections skipped)


  Given a key and contents 
HMAC-SHA256 should be properly computed ✔
HMAC-SHA1 should be properly computed ✔


36 total assertions (one or more sections skipped)


  Strings should be properly concatenated with a delimiter ✔✔✔


39 total assertions (one or more sections skipped)


  URI components should be properly encoded ✔✔✔


42 total assertions (one or more sections skipped)


  URI query strings should be properly encoded ✔


43 total assertions (one or more sections skipped)

--- PASS: TestCommonFunctions (0.00s)
=== RUN   TestSignatureS3

  Given a GET request to Amazon S3 
The request should be prepared with a Date header ✔
The CanonicalizedAmzHeaders should be built properly ✔
The CanonicalizedResource should be built properly ✔
The string to sign should be correct ✔
The final signature string should be exactly correct ✔


48 total assertions (one or more sections skipped)


  Given a GET request for a resource on S3 for query string authentication 
The string to sign should be correct ✔
The signature of string to sign should be correct ✔
The finished signed URL should be correct ✔


51 total assertions (one or more sections skipped)

--- PASS: TestSignatureS3

[pkg-go] Bug#911695: marked as done (golang-github-abh-geoip-dev FTBFS: rm: cannot remove '/<>/debian/golang-github-abh-geoip-dev/usr/share/gocode/src/github.com/abh/geoip/test-db': No su

2020-03-06 Thread Debian Bug Tracking System
Your message dated Sat, 07 Mar 2020 03:14:16 +
with message-id 
and subject line Bug#953166: Removed package(s) from unstable
has caused the Debian Bug report #911695,
regarding golang-github-abh-geoip-dev FTBFS: rm: cannot remove 
'/<>/debian/golang-github-abh-geoip-dev/usr/share/gocode/src/github.com/abh/geoip/test-db':
 No such file or directory
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.)


-- 
911695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-abh-geoip-dev
Version: 0.0~git20150611-3
Severity: serious
Tags: ftbfs

golang-github-abh-geoip-dev fails to build from source in unstable for
multiple architectures, e.g. amd64:

https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/golang-github-abh-geoip-dev_0.0~git20150611-3.rbuild.log.gz

|  fakeroot debian/rules binary
| dh binary --buildsystem=golang --with=golang
|dh_testroot -O--buildsystem=golang
|dh_prep -O--buildsystem=golang
|dh_installdirs -O--buildsystem=golang
|debian/rules override_dh_auto_install
| make[1]: Entering directory 
'/build/1st/golang-github-abh-geoip-dev-0.0~git20150611'
| dh_auto_install -O--buildsystem=golang
|  cd obj-x86_64-linux-gnu && mkdir -p 
/build/1st/golang-github-abh-geoip-dev-0.0\~git20150611/debian/golang-github-abh-geoip-dev/usr
|  cd obj-x86_64-linux-gnu && cp -r bin 
/build/1st/golang-github-abh-geoip-dev-0.0\~git20150611/debian/golang-github-abh-geoip-dev/usr
| # remove the demo binary
| rm -r 
/build/1st/golang-github-abh-geoip-dev-0.0~git20150611/debian/golang-github-abh-geoip-dev/usr/bin
| # remove the demo sources
| rm -r 
/build/1st/golang-github-abh-geoip-dev-0.0~git20150611/debian/golang-github-abh-geoip-dev/usr/share/gocode/src/github.com/abh/geoip/ex
| # remove the broken test-db symlink
| rm 
/build/1st/golang-github-abh-geoip-dev-0.0~git20150611/debian/golang-github-abh-geoip-dev/usr/share/gocode/src/github.com/abh/geoip/test-db
| rm: cannot remove 
'/build/1st/golang-github-abh-geoip-dev-0.0~git20150611/debian/golang-github-abh-geoip-dev/usr/share/gocode/src/github.com/abh/geoip/test-db':
 No such file or directory
| make[1]: *** [debian/rules:30: override_dh_auto_install] Error 1
| make[1]: Leaving directory 
'/build/1st/golang-github-abh-geoip-dev-0.0~git20150611'
| make: *** [debian/rules:17: binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2

Helmut
--- End Message ---
--- Begin Message ---
Version: 0.0~git20150611-3+rm

Dear submitter,

as the package golang-github-abh-geoip-dev has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/953166

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#933374: marked as done (syncthing: reports "unknown" Version)

2020-03-12 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 01:34:42 +
with message-id 
and subject line Bug#931401: fixed in syncthing 1.1.4~ds1-5
has caused the Debian Bug report #931401,
regarding syncthing: reports "unknown" Version
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.)


-- 
931401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: syncthing
Version: 1.1.4~ds1-2
Severity: normal

Dear Maintainer,



an version does not know its own version number.
During start this is the first liine in the log:
2019-07-28 22:40:39 syncthing unknown-dev "Erbium Earthworm" (go1.11.6 
linux-amd64) unknown@unknown 1970-01-01 00:00:00 UTC

whle this might be reproducable, but causes other installations to report 
warnings like this:
2019-07-29 19:19:50 Device  client is "syncthing unknown-dev" named "xxx" 
at 
192.168.178.xxx:22000-192.168.178.yyy:37838/tcp-server/TLS1.2-TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
2019-07-29 19:19:50 Not sending symlinks to old client  please upgrade to 
v0.14.14 or newer

Thanks


-- Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages syncthing depends on:
ii  libc6  2.28-10

syncthing recommends no packages.

syncthing suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: syncthing
Source-Version: 1.1.4~ds1-5
Done: Stephen Gelman 

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

Debian distribution maintenance software
pp.
Stephen Gelman  (supplier of updated syncthing 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: SHA512

Format: 1.8
Date: Thu, 12 Mar 2020 19:59:32 -0500
Source: syncthing
Architecture: source
Version: 1.1.4~ds1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Stephen Gelman 
Closes: 931401
Changes:
 syncthing (1.1.4~ds1-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix version string in package. (Closes: #931401)
Checksums-Sha1:
 faa169660617fa53a81d00f07c431206d259c22d 3596 syncthing_1.1.4~ds1-5.dsc
 d577113b768168fee91d84abfc6c1045a1654f54 23860 
syncthing_1.1.4~ds1-5.debian.tar.xz
 7427d078127304895b7c74a7a70ff718c2751cc9 12682 
syncthing_1.1.4~ds1-5_amd64.buildinfo
Checksums-Sha256:
 e5617d2357f79001883924e82286b939aa0929732472f5a28a3a49bc64538e5b 3596 
syncthing_1.1.4~ds1-5.dsc
 cd6e30993e178c3908f255a1919520526b1438567406b9f9e6b191e8ce269632 23860 
syncthing_1.1.4~ds1-5.debian.tar.xz
 445b77fd8fca830efa57597891f8273bbd2f47a9fd60e4433489cb5975b72cc7 12682 
syncthing_1.1.4~ds1-5_amd64.buildinfo
Files:
 8cdcadfafdd58339e81121a0cc95ed72 3596 utils optional syncthing_1.1.4~ds1-5.dsc
 1aeb9a70c2d2e144f7f9eb93fd83e63f 23860 utils optional 
syncthing_1.1.4~ds1-5.debian.tar.xz
 d3bd5c714342963fe8236afd9ec72f41 12682 utils optional 
syncthing_1.1.4~ds1-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEPwDop1BN06KlsbfijqM4hED8f1wFAl5q3icSHHNzZ2VsbUBk
ZWJpYW4ub3JnAAoJEI6jOIRA/H9cfK8P/juo3knkey805k4LmFRTru1XdM0UqeP0
PPebEdfXir5DeENlSO4Ym5sTYQCG6Jy6Zm+KYazUcqEBYe3O8YnWamzc26WqMDtq
R6VfKAjoMzZeRDuSB0kk7d0ODFrmPtrLT7SBiSv9C72fnsxDYCMqK5Fcn2xt5+ay
Mb9vemp1uRuDOsPYHs+EWn3QmpsLzsNDxod65s+epKqTN5wfjQOV8HRXlr+DGFVe
aueYWyTDo4L30+g06RwGpYz2zPTuzj+d/GcZCLzncz+pwMmqZudZCju3iRNpBI+n
xc6cn2zrNLrdDep6UUxlXtapbkbgA1dqYocfRbzgqZMA5zfQ63XF8/QR+IWjV0/F
nipkVMGz81XuU6TEDlPVQDidZzhEVrJCkAGmEhE7zF5XVjasJ2EA5BRc7I0Ws2AJ
AHpRMuGXvoR1F07+YxrUacf88Z8/jV+zEQJMPdedDUekKiJ8EsgA9f6d8mbn825J
XZ

[pkg-go] Bug#931401: marked as done (syncthing: incorrect warning please upgrade to v0.14.14 or newer)

2020-03-12 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 01:34:42 +
with message-id 
and subject line Bug#931401: fixed in syncthing 1.1.4~ds1-5
has caused the Debian Bug report #931401,
regarding syncthing: incorrect warning please upgrade to v0.14.14 or newer
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.)


-- 
931401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: syncthing
Version: 1.1.4~ds1-1
Severity: normal

Dear Maintainer,

Since version 1.1.4~ds1-1 of syncthing I am seeing this warning on both
the syncthing web page as in the journal logs, syncing between clients
with this new version:

WARNING: Not sending symlinks to old client CLIENTID - please upgrade to 
v0.14.14 or newer

I see this when the client CLIENTID has 1.1.4~ds1-1 version installed.

I am not sure if this is just a harmless warning or if the behaviour for
symlinks is really being affected.

My suspicion is that the 1.1.4~ds1-1 has its version not correctly set
at build time.

On a machine with 1.1.4~ds1-1 I get:

$ syncthing --version
syncthing unknown-dev "Erbium Earthworm" (go1.11.6 linux-amd64) unknown@unknown 
1970-01-01 00:00:00 UTC

whereas in a maching with 1.0.0~ds1-1+b11 I get:

$ syncthing --version
syncthing v1.0.0-ds1 "Erbium Earthworm" (go1.11.6 linux-amd64) debian@debian 
2019-06-08 10:15:59 UTC [noupgrade]

Thanks

Joaquín


-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/16 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages syncthing depends on:
ii  libc6  2.28-10

syncthing recommends no packages.

syncthing suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: syncthing
Source-Version: 1.1.4~ds1-5
Done: Stephen Gelman 

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

Debian distribution maintenance software
pp.
Stephen Gelman  (supplier of updated syncthing 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: SHA512

Format: 1.8
Date: Thu, 12 Mar 2020 19:59:32 -0500
Source: syncthing
Architecture: source
Version: 1.1.4~ds1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Stephen Gelman 
Closes: 931401
Changes:
 syncthing (1.1.4~ds1-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix version string in package. (Closes: #931401)
Checksums-Sha1:
 faa169660617fa53a81d00f07c431206d259c22d 3596 syncthing_1.1.4~ds1-5.dsc
 d577113b768168fee91d84abfc6c1045a1654f54 23860 
syncthing_1.1.4~ds1-5.debian.tar.xz
 7427d078127304895b7c74a7a70ff718c2751cc9 12682 
syncthing_1.1.4~ds1-5_amd64.buildinfo
Checksums-Sha256:
 e5617d2357f79001883924e82286b939aa0929732472f5a28a3a49bc64538e5b 3596 
syncthing_1.1.4~ds1-5.dsc
 cd6e30993e178c3908f255a1919520526b1438567406b9f9e6b191e8ce269632 23860 
syncthing_1.1.4~ds1-5.debian.tar.xz
 445b77fd8fca830efa57597891f8273bbd2f47a9fd60e4433489cb5975b72cc7 12682 
syncthing_1.1.4~ds1-5_amd64.buildinfo
Files:
 8cdcadfafdd58339e81121a0cc95ed72 3596 utils optional syncthing_1.1.4~ds1-5.dsc
 1aeb9a70c2d2e144f7f9eb93fd83e63f 23860 utils optional 
syncthing_1.1.4~ds1-5.debian.tar.xz
 d3bd5c714342963fe8236afd9ec72f41 12682 utils optional 
syncthing_1.1.4~ds1-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEPwDop1BN06KlsbfijqM4hED8f1wFAl5q3icSHHNzZ2VsbUBk
ZWJpYW4ub3JnAAoJEI6jOIRA/H9cfK8P/juo3knkey805k4LmFRTru1XdM0UqeP0
PPebEdfXir5DeENlSO4Ym5sTYQCG6Jy6Zm+KYazUcqEBYe3O8YnWamzc26WqMDtq
R6VfKAjoMzZeRDuSB0kk7d0ODFrmPtrLT7SBiSv9C72fnsxDYCMqK5Fcn2xt5+ay
Mb9vemp1uRuDOsPYHs+EWn3QmpsLzsNDxod65s+epKqTN5wfjQOV8HRXlr+DGFVe
aueYWyTDo4L30+g06RwGpYz2zPTuzj+d/GcZCLzncz+p

[pkg-go] Bug#954696: marked as done (golang-github-hashicorp-go-plugin: FTBFS: src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go:107:7: undefined: grpc.ClientConnInterface)

2020-04-09 Thread Debian Bug Tracking System
Your message dated Fri, 10 Apr 2020 01:33:47 +
with message-id 
and subject line Bug#954696: fixed in golang-github-hashicorp-go-plugin 1.0.1-2
has caused the Debian Bug report #954696,
regarding golang-github-hashicorp-go-plugin: FTBFS: 
src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go:107:7: 
undefined: grpc.ClientConnInterface
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.)


-- 
954696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-hashicorp-go-plugin
Version: 1.0.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200322 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --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 generate -v 
> github.com/hashicorp/go-plugin github.com/hashicorp/go-plugin/internal/plugin 
> github.com/hashicorp/go-plugin/test/grpc
> src/github.com/hashicorp/go-plugin/client.go
> src/github.com/hashicorp/go-plugin/client_posix_test.go
> src/github.com/hashicorp/go-plugin/client_test.go
> src/github.com/hashicorp/go-plugin/discover.go
> src/github.com/hashicorp/go-plugin/error.go
> src/github.com/hashicorp/go-plugin/error_test.go
> src/github.com/hashicorp/go-plugin/grpc_broker.go
> src/github.com/hashicorp/go-plugin/grpc_client.go
> src/github.com/hashicorp/go-plugin/grpc_client_test.go
> src/github.com/hashicorp/go-plugin/grpc_controller.go
> src/github.com/hashicorp/go-plugin/grpc_server.go
> src/github.com/hashicorp/go-plugin/log_entry.go
> src/github.com/hashicorp/go-plugin/mtls.go
> src/github.com/hashicorp/go-plugin/mux_broker.go
> src/github.com/hashicorp/go-plugin/plugin.go
> src/github.com/hashicorp/go-plugin/plugin_test.go
> src/github.com/hashicorp/go-plugin/process.go
> src/github.com/hashicorp/go-plugin/process_posix.go
> src/github.com/hashicorp/go-plugin/protocol.go
> src/github.com/hashicorp/go-plugin/rpc_client.go
> src/github.com/hashicorp/go-plugin/rpc_client_test.go
> src/github.com/hashicorp/go-plugin/rpc_server.go
> src/github.com/hashicorp/go-plugin/server.go
> src/github.com/hashicorp/go-plugin/server_mux.go
> src/github.com/hashicorp/go-plugin/server_test.go
> src/github.com/hashicorp/go-plugin/stream.go
> src/github.com/hashicorp/go-plugin/testing.go
> src/github.com/hashicorp/go-plugin/internal/plugin/gen.go
> src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go
> src/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.pb.go
> src/github.com/hashicorp/go-plugin/test/grpc/gen.go
> src/github.com/hashicorp/go-plugin/test/grpc/test.pb.go
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/hashicorp/go-plugin github.com/hashicorp/go-plugin/internal/plugin 
> github.com/hashicorp/go-plugin/test/grpc
> internal/race
> runtime/internal/sys
> internal/cpu
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> internal/bytealg
> math/bits
> crypto/internal/subtle
> math
> crypto/subtle
> internal/testlog
> runtime
> unicode/utf16
> container/list
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/subtle
> runtime/cgo
> encoding
> internal/reflectlite
> sync
> internal/singleflight
> google.golang.org/grpc/internal/grpcsync
> math/rand
> errors
> sort
> io
> internal/oserror
> strconv
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> bytes
> hash
> bufio
> crypto
> reflect
> strings
> crypto/internal/randutil
> crypto/hmac
> time
> internal/syscall/unix
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> regexp/syntax
> hash/crc32
> html
> vendor/golang.org/x/text/transform
> context
> internal/poll
> path
> regexp
> text/tabwriter
> os
> google.golang.org/grpc/internal/grpcrand
> google.golang.org/grpc/encoding
> encoding/binary
> internal/fmtsort
> google.golang.org/grpc/internal/backoff
> golang.org/x/text/transf

[pkg-go] Processed: Bug#954696 marked as pending in golang-github-hashicorp-go-plugin

2020-04-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954696 [src:golang-github-hashicorp-go-plugin] 
golang-github-hashicorp-go-plugin: FTBFS: 
src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go:107:7: 
undefined: grpc.ClientConnInterface
Added tag(s) pending.

-- 
954696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#954540 marked as pending in golang-github-azure-go-autorest

2020-04-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954540 [src:golang-github-azure-go-autorest] 
golang-github-azure-go-autorest: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 [...] returned exit code 1
Added tag(s) pending.

-- 
954540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954540: marked as done (golang-github-azure-go-autorest: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 [...] returned exit code 1)

2020-04-09 Thread Debian Bug Tracking System
Your message dated Fri, 10 Apr 2020 02:34:18 +
with message-id 
and subject line Bug#954540: fixed in golang-github-azure-go-autorest 10.15.5-2
has caused the Debian Bug report #954540,
regarding golang-github-azure-go-autorest: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && 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.)


-- 
954540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-azure-go-autorest
Version: 10.15.5-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --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/Azure/go-autorest/autorest 
> github.com/Azure/go-autorest/autorest/adal 
> github.com/Azure/go-autorest/autorest/adal/cmd 
> github.com/Azure/go-autorest/autorest/azure 
> github.com/Azure/go-autorest/autorest/azure/auth 
> github.com/Azure/go-autorest/autorest/azure/cli 
> github.com/Azure/go-autorest/autorest/azure/example 
> github.com/Azure/go-autorest/autorest/date 
> github.com/Azure/go-autorest/autorest/mocks 
> github.com/Azure/go-autorest/autorest/to 
> github.com/Azure/go-autorest/autorest/utils 
> github.com/Azure/go-autorest/autorest/validation 
> github.com/Azure/go-autorest/logger github.com/Azure/go-autorest/version
> runtime/internal/sys
> internal/race
> runtime/internal/atomic
> internal/cpu
> sync/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> encoding
> math/bits
> internal/bytealg
> internal/testlog
> math
> unicode/utf16
> crypto/internal/subtle
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> container/list
> runtime/cgo
> runtime
> vendor/golang.org/x/crypto/internal/subtle
> github.com/Azure/go-autorest/autorest/to
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> internal/oserror
> io
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> reflect
> strings
> bufio
> hash
> crypto/internal/randutil
> time
> internal/syscall/unix
> crypto
> regexp/syntax
> crypto/hmac
> hash/crc32
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> path
> regexp
> context
> internal/poll
> encoding/binary
> internal/fmtsort
> github.com/dimchansky/utfbom
> os
> encoding/base64
> crypto/cipher
> crypto/sha1
> crypto/sha512
> crypto/aes
> fmt
> crypto/des
> crypto/ed25519/internal/edwards25519
> crypto/md5
> crypto/sha256
> encoding/pem
> path/filepath
> net
> io/ioutil
> vendor/golang.org/x/crypto/chacha20
> encoding/json
> encoding/xml
> math/big
> encoding/hex
> net/url
> github.com/Azure/go-autorest/autorest/date
> github.com/Azure/go-autorest/version
> compress/flate
> vendor/golang.org/x/crypto/poly1305
> crypto/rand
> crypto/dsa
> crypto/elliptic
> encoding/asn1
> crypto/rsa
> crypto/ed25519
> compress/gzip
> vendor/golang.org/x/sys/cpu
> crypto/ecdsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> vendor/golang.org/x/crypto/chacha20poly1305
> vendor/golang.org/x/crypto/curve25519
> log
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> vendor/golang.org/x/text/unicode/bidi
> mime
> vendor/golang.org/x/text/secure/bidirule
> mime/quotedprintable
> net/http/internal
> flag
> golang.org/x/crypto/pkcs12/internal/rc2
> vendor/golang.org/x/net/idna
> os/user
> os/exec
> crypto/x509
> net/textproto
> vendor/golang.org/x/net/http/httpproxy
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> github.com/mitchellh/go-homedir
> github.com/Azure/go-autorest/autorest/validation
> github.com/dgrijalva/jwt-go
> crypto/tls
> golang.org/x/crypto/pkcs12
> net/http/httptrace
> net/htt

[pkg-go] Processed: Bug#954577 marked as pending in golang-github-xenolf-lego

2020-04-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954577 [src:golang-github-xenolf-lego] golang-github-xenolf-lego: FTBFS: 
dh_auto_test: error: cd _build && go test -vet=off -v -p 4 
github.com/go-acme/lego/acme [...] returned exit code 1
Added tag(s) pending.

-- 
954577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954577: marked as done (golang-github-xenolf-lego: FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 4 github.com/go-acme/lego/acme [...] returned exit code 1)

2020-04-09 Thread Debian Bug Tracking System
Your message dated Fri, 10 Apr 2020 03:33:37 +
with message-id 
and subject line Bug#954577: fixed in golang-github-xenolf-lego 3.2.0-2
has caused the Debian Bug report #954577,
regarding golang-github-xenolf-lego: FTBFS: dh_auto_test: error: cd _build && 
go test -vet=off -v -p 4 github.com/go-acme/lego/acme [...] 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.)


-- 
954577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-xenolf-lego
Version: 3.2.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure
> set -e -x ;\
> cd _build/src/github.com/go-acme/lego && \
> for P in acmedns alidns auroradns azure bindman cloudflare designate 
> dnsimple dnspod exoscale fastdns iij linode linodev4 liquidweb namedotcom 
> namesilo ns1 oraclecloud sakuracloud transip vegadns ; do \
> perl -ni -E "print unless m{\b$P\b}" 
> providers/dns/dns_providers.go ;\
> rm -rf providers/dns/$P ;\
> done
> + cd _build/src/github.com/go-acme/lego
> + perl -ni -E print unless m{\bacmedns\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/acmedns
> + perl -ni -E print unless m{\balidns\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/alidns
> + perl -ni -E print unless m{\bauroradns\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/auroradns
> + perl -ni -E print unless m{\bazure\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/azure
> + perl -ni -E print unless m{\bbindman\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/bindman
> + perl -ni -E print unless m{\bcloudflare\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/cloudflare
> + perl -ni -E print unless m{\bdesignate\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/designate
> + perl -ni -E print unless m{\bdnsimple\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/dnsimple
> + perl -ni -E print unless m{\bdnspod\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/dnspod
> + perl -ni -E print unless m{\bexoscale\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/exoscale
> + perl -ni -E print unless m{\bfastdns\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/fastdns
> + perl -ni -E print unless m{\biij\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/iij
> + perl -ni -E print unless m{\blinode\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/linode
> + perl -ni -E print unless m{\blinodev4\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/linodev4
> + perl -ni -E print unless m{\bliquidweb\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/liquidweb
> + perl -ni -E print unless m{\bnamedotcom\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/namedotcom
> + perl -ni -E print unless m{\bnamesilo\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/namesilo
> + perl -ni -E print unless m{\bns1\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/ns1
> + perl -ni -E print unless m{\boraclecloud\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/oraclecloud
> + perl -ni -E print unless m{\bsakuracloud\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/sakuracloud
> + perl -ni -E print unless m{\btransip\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/transip
> + perl -ni -E print unless m{\bvegadns\b} providers/dns/dns_providers.go
> + rm -rf providers/dns/vegadns
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   cd _build && go generate -v github.com/go-acme/lego/acme 
> github.com/go-acme/lego/acme/api 
> github.com/go-acme/lego/acme/api/internal/nonces 
> github.com/go-acme/lego/acme/api/internal/secure 
> github.com/go-acme/lego/acme/api/internal/sender 
> github.com/go-acme/lego/certcrypto github.com/go-acme/lego/certificate 
> github.com/go-acme/lego/challenge github.com/go-acme/lego/challenge/dns01 
> github.com/go-acme/lego/challenge/http01 
> github.com/go-acme/lego/challenge/resolver 
&g

[pkg-go] Processed: reassign 956555 to docker.io

2020-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 956555 docker.io
Bug #956555 [runc] runc init hangs on reopening exec.fifo
Bug reassigned from package 'runc' to 'docker.io'.
No longer marked as found in versions runc/1.0.0~rc10+dfsg1-1.
Ignoring request to alter fixed versions of bug #956555 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
956555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956555
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#950348: marked as done (golang-github-docker-engine-api: obsolete, incompatible with current docker version)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:10:14 +
with message-id 
and subject line Bug#902180: Removed package(s) from unstable
has caused the Debian Bug report #950348,
regarding golang-github-docker-engine-api: obsolete, incompatible with current 
docker version
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.)


-- 
950348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950348
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ftp.debian.org
Severity: normal
X-Debbugs-CC: pkg-go-maintain...@lists.alioth.debian.org
Control: affects -1 golang-github-docker-engine-api

Please remove "golang-github-docker-engine-api" from "unstable".

golang-github-docker-engine-api is an obsolete Docker client that has been 
incorporated into Docker a while ago. Remaining reverse build dependencies 
don't matter and they are all will be fixed eventually.

-- 
Regards,
 Dmitry Smirnov.


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Version: 0.4.0-4+rm

Dear submitter,

as the package golang-github-docker-engine-api has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/902180

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#871654: marked as done (golang-github-docker-engine-api FTBFS: FAIL: TestNewEnvClient)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:10:14 +
with message-id 
and subject line Bug#902180: Removed package(s) from unstable
has caused the Debian Bug report #871654,
regarding golang-github-docker-engine-api FTBFS: FAIL: TestNewEnvClient
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.)


-- 
871654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-docker-engine-api
Version: 0.4.0-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-docker-engine-api.html

...
=== RUN   TestNewEnvClient
--- FAIL: TestNewEnvClient (0.00s)
client_test.go:69: expected an error Could not load X509 key pair: open 
invalid/path/cert.pem: no such file or directory. Make sure the key is not 
encrypted, got Could not load X509 key pair: open invalid/path/cert.pem: no 
such file or directory, for {map[DOCKER_CERT_PATH:invalid/path] Could not load 
X509 key pair: open invalid/path/cert.pem: no such file or directory. Make sure 
the key is not encrypted }
...
--- End Message ---
--- Begin Message ---
Version: 0.4.0-4+rm

Dear submitter,

as the package golang-github-docker-engine-api has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/902180

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#836490: marked as done (Updating the golang-pretty Uploaders list)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 18:33:47 +
with message-id 
and subject line Bug#836490: fixed in golang-pretty 0.2.0-1
has caused the Debian Bug report #836490,
regarding Updating the golang-pretty Uploaders list
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.)


-- 
836490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-pretty
Version: 0.0~git20160325.0.add1dbc-1
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Tonnerre LOMBARD  has not been working on
the golang-pretty package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: golang-pretty
Source-Version: 0.2.0-1
Done: Shengjing Zhu 

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

Debian distribution maintenance software
pp.
Shengjing Zhu  (supplier of updated golang-pretty 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, 16 Apr 2020 02:10:30 +0800
Source: golang-pretty
Architecture: source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Closes: 836490 939235
Changes:
 golang-pretty (0.2.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields:
 Bug-Database, Bug-Submit, Repository, Repository-Browse.
 .
   [ Shengjing Zhu ]
   * New upstream version 0.2.0
   * Remove oldlibs golang-pretty-dev (Closes: #939235)
   * Remove Tonnerre Lombard from Uploaders (Closes: #836490)
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Add Rules-Requires-Root
   * Update Standards-Version to 4.5.0 (no changes)
Checksums-Sha1:
 61c8a9ee5a00b55d04620a4b4a0fce9090747c3d 1543 golang-pretty_0.2.0-1.dsc
 4a8822a44785780b5b12e073290dcce74475c98a 8760 golang-pretty_0.2.0.orig.tar.gz
 53eadee9628029421761f547a51ad53b61e22d40 3336 
golang-pretty_0.2.0-1.debian.tar.xz
 b19dbabd09266ff30a77eeaffeda7a5fb1d7d661 5269 
golang-pretty_0.2.0-1_amd64.buildinfo
Checksums-Sha256:
 7378d3a10b49b6f67be144cab012c65510d61f3f0a82ffb01df5a8d2867a4607 1543 
golang-pretty_0.2.0-1.dsc
 6dc2207cfe03d3b9d65460cbada52c533ed273726a78d9f485c439ad813fe990 8760 
golang-pretty_0.2.0.orig.tar.gz
 1631d6cbff6cf8c18b7c29c17cb4b5ff3bfa064364108722510f3130bb47abb1 3336 
golang-pretty_0.2.0-1.debian.tar.xz
 281d3a04f9eef116dc9ad02bdc65b4300d3d5b8fa5126c8ef31916e7b37fddff 5269 
golang-pretty_0.2.0-1_amd64.buildinfo
Files:
 91dc44b6a6bb491291a6464f9eb6a4e2 1543 devel optional golang-pretty_0.2.0-1.dsc
 5dbc47e5ceea5cc10e3c4149e43228e4 8760 devel optional 
golang-pretty_0.2.0.orig.tar.gz
 596e0a18b9618ac14bb2ef3d9f9f934b 3336 devel optional 
golang-pretty_0.2.0-1.debian.tar.xz
 18774147094b7aed77640ee24f171e8d 5269 devel optional 
golang-pretty_0.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXpdPWhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW+xUA/2/pTKkk2o9LBu5AMUg5WB95s+nhyhfpojPt
L30ePPzQAP4iEUfvg4YVBeIEfYJQljScDexlSeoW/Cf3RT2lZ2hiBQ==
=PFza
-END PGP SIGNATURE End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#939235: marked as done (please drop transitional package golang-pretty-dev from src:golang-pretty)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 18:33:47 +
with message-id 
and subject line Bug#939235: fixed in golang-pretty 0.2.0-1
has caused the Debian Bug report #939235,
regarding please drop transitional package golang-pretty-dev from 
src:golang-pretty
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.)


-- 
939235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-pretty
Version: 0.1.0-1
Severity: normal
user: qa.debian@packages.debian.org
usertags: transitional

Please drop the transitional package golang-pretty-dev (from the source package 
golang-pretty) for bullseye, as it has been released with stretch and buster 
already.


Description: Transitional package for golang-github-kr-pretty-dev
Package: golang-pretty-dev
Version: 0.0~git20160325.0.add1dbc-1
Version: 0.1.0-1

Thanks for maintaining golang-pretty!


-- 
cheers,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-pretty
Source-Version: 0.2.0-1
Done: Shengjing Zhu 

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

Debian distribution maintenance software
pp.
Shengjing Zhu  (supplier of updated golang-pretty 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, 16 Apr 2020 02:10:30 +0800
Source: golang-pretty
Architecture: source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Closes: 836490 939235
Changes:
 golang-pretty (0.2.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields:
 Bug-Database, Bug-Submit, Repository, Repository-Browse.
 .
   [ Shengjing Zhu ]
   * New upstream version 0.2.0
   * Remove oldlibs golang-pretty-dev (Closes: #939235)
   * Remove Tonnerre Lombard from Uploaders (Closes: #836490)
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Add Rules-Requires-Root
   * Update Standards-Version to 4.5.0 (no changes)
Checksums-Sha1:
 61c8a9ee5a00b55d04620a4b4a0fce9090747c3d 1543 golang-pretty_0.2.0-1.dsc
 4a8822a44785780b5b12e073290dcce74475c98a 8760 golang-pretty_0.2.0.orig.tar.gz
 53eadee9628029421761f547a51ad53b61e22d40 3336 
golang-pretty_0.2.0-1.debian.tar.xz
 b19dbabd09266ff30a77eeaffeda7a5fb1d7d661 5269 
golang-pretty_0.2.0-1_amd64.buildinfo
Checksums-Sha256:
 7378d3a10b49b6f67be144cab012c65510d61f3f0a82ffb01df5a8d2867a4607 1543 
golang-pretty_0.2.0-1.dsc
 6dc2207cfe03d3b9d65460cbada52c533ed273726a78d9f485c439ad813fe990 8760 
golang-pretty_0.2.0.orig.tar.gz
 1631d6cbff6cf8c18b7c29c17cb4b5ff3bfa064364108722510f3130bb47abb1 3336 
golang-pretty_0.2.0-1.debian.tar.xz
 281d3a04f9eef116dc9ad02bdc65b4300d3d5b8fa5126c8ef31916e7b37fddff 5269 
golang-pretty_0.2.0-1_amd64.buildinfo
Files:
 91dc44b6a6bb491291a6464f9eb6a4e2 1543 devel optional golang-pretty_0.2.0-1.dsc
 5dbc47e5ceea5cc10e3c4149e43228e4 8760 devel optional 
golang-pretty_0.2.0.orig.tar.gz
 596e0a18b9618ac14bb2ef3d9f9f934b 3336 devel optional 
golang-pretty_0.2.0-1.debian.tar.xz
 18774147094b7aed77640ee24f171e8d 5269 devel optional 
golang-pretty_0.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXpdPWhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW+xUA/2/pTKkk2o9LBu5AMUg5WB95s+nhyhfpojPt
L30ePPzQAP4iEUfvg4YVBeIEfYJQljScDexlSeoW/Cf3RT2lZ2hiBQ==
=PFza
-END PGP SIGNATURE End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#939235 marked as pending in golang-pretty

2020-04-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #939235 [golang-pretty] please drop transitional package golang-pretty-dev 
from src:golang-pretty
Added tag(s) pending.

-- 
939235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#836490 marked as pending in golang-pretty

2020-04-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #836490 [src:golang-pretty] Updating the golang-pretty Uploaders list
Added tag(s) pending.

-- 
836490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#950343: marked as done (golang-github-aanand-compose-file: build-depends on golang-github-docker-engine-api-dev which has been requested to be removed)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:09:52 +
with message-id 
and subject line Bug#956741: Removed package(s) from unstable
has caused the Debian Bug report #950343,
regarding golang-github-aanand-compose-file: build-depends on 
golang-github-docker-engine-api-dev which has been requested to be removed
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.)


-- 
950343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-aanand-compose-file
Version: 0.0~git20161122.0.a3e5876-1
Severity: serious
Tags: sid bullseye
Control: block 902180 with -1

Hi,

the src:golang-github-docker-engine-api package has been requested to be
removed, but golang-github-aanand-compose-file still build-depends on
golang-github-docker-engine-api-dev.

Please find a solution.


Andreas
--- End Message ---
--- Begin Message ---
Version: 0.0~git20161122.0.a3e5876-1+rm

Dear submitter,

as the package golang-github-aanand-compose-file has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/956741

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#952349: marked as done (golang-github-rsc-letsencrypt: FTBFS: dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 1 rsc.io/letsencrypt returned exit code 1)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:07:03 +
with message-id 
and subject line Bug#956744: Removed package(s) from unstable
has caused the Debian Bug report #952349,
regarding golang-github-rsc-letsencrypt: FTBFS: dh_auto_build: error: cd 
obj-x86_64-linux-gnu && go install -trimpath -v -p 1 rsc.io/letsencrypt 
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.)


-- 
952349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-rsc-letsencrypt
Version: 0.0~git20160929.0.76104d2-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -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 1 
> rsc.io/letsencrypt
> src/rsc.io/letsencrypt/lets.go:197:2: cannot find package 
> "github.com/xenolf/lego/acme" in any of:
>   /usr/lib/go-1.13/src/github.com/xenolf/lego/acme (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/github.com/xenolf/lego/acme 
> (from $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 1 
> rsc.io/letsencrypt returned exit code 1
> make: *** [debian/rules:4: build] Error 25

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/golang-github-rsc-letsencrypt_0.0~git20160929.0.76104d2-4_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 0.0~git20160929.0.76104d2-4+rm

Dear submitter,

as the package golang-github-rsc-letsencrypt has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/956744

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#950345: marked as done (docker-swarm: build-depends on golang-github-docker-engine-api-dev which has been requested to be removed)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:06:11 +
with message-id 
and subject line Bug#956743: Removed package(s) from unstable
has caused the Debian Bug report #950345,
regarding docker-swarm: build-depends on golang-github-docker-engine-api-dev 
which has been requested to be removed
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.)


-- 
950345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: docker-swarm
Version: 1.2.5+dfsg-2
Severity: serious
Control: block 902180 with -1

Hi,

the src:golang-github-docker-engine-api package has been requested to be
removed, but docker-swarm still build-depends on
golang-github-docker-engine-api-dev.

Please find a solution.


Andreas
--- End Message ---
--- Begin Message ---
Version: 1.2.5+dfsg-2+rm

Dear submitter,

as the package docker-swarm has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/956743

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#907151: marked as done (skydns: FTBFS in buster/sid (too many arguments in call to activation.PacketConns))

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:05:51 +
with message-id 
and subject line Bug#956742: Removed package(s) from unstable
has caused the Debian Bug report #907151,
regarding skydns: FTBFS in buster/sid (too many arguments in call to 
activation.PacketConns)
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.)


-- 
907151: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:skydns
Version: 2.5.3a+git20160623.41.00ade30-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go install 
-gcflags=\"-trimpath=/<>/skydns-2.5.3a\+git20160623.41.00ade30/obj-x86_64-linux-gnu/src\"
 
-asmflags=\"-trimpath=/<>/skydns-2.5.3a\+git20160623.41.00ade30/obj-x86_64-linux-gnu/src\"
 -v -p 1 github.com/skynetservices/skydns 
github.com/skynetservices/skydns/backends/etcd 
github.com/skynetservices/skydns/cache github.com/skynetservices/skydns/metrics 
github.com/skynetservices/skydns/msg github.com/skynetservices/skydns/server 
github.com/skynetservices/skydns/singleflight
github.com/coreos/etcd/pkg/pathutil
github.com/coreos/etcd/pkg/types
github.com/coreos/etcd/pkg/srv
github.com/coreos/go-semver/semver
github.com/coreos/etcd/version
github.com/ugorji/go/codec
golang.org/x/net/context
github.com/coreos/etcd/client
golang.org/x/crypto/ed25519/internal/edwards25519
golang.org/x/crypto/ed25519
golang.org/x/net/bpf
golang.org/x/net/internal/iana
golang.org/x/net/internal/socket
golang.org/x/net/ipv4
golang.org/x/net/ipv6
github.com/miekg/dns
github.com/skynetservices/skydns/msg
github.com/skynetservices/skydns/singleflight
github.com/skynetservices/skydns/backends/etcd
github.com/beorn7/perks/quantile
github.com/golang/protobuf/proto
github.com/prometheus/client_model/go
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
github.com/prometheus/common/expfmt
github.com/prometheus/procfs/internal/util
github.com/prometheus/procfs/nfs
github.com/prometheus/procfs/xfs
github.com/prometheus/procfs
github.com/prometheus/client_golang/prometheus
github.com/skynetservices/skydns/metrics
github.com/coreos/go-systemd/activation
github.com/skynetservices/skydns/cache
github.com/skynetservices/skydns/server
# github.com/skynetservices/skydns/server
src/github.com/skynetservices/skydns/server/server.go:66:45: too many arguments 
in call to activation.PacketConns
have (bool)
want ()
src/github.com/skynetservices/skydns/server/server.go:70:41: too many arguments 
in call to activation.Listeners
have (bool)
want ()
dh_auto_build: cd obj-x86_64-linux-gnu && go install 
-gcflags=\"-trimpath=/<>/skydns-2.5.3a\+git20160623.41.00ade30/obj-x86_64-linux-gnu/src\"
 
-asmflags=\"-trimpath=/<>/skydns-2.5.3a\+git20160623.41.00ade30/obj-x86_64-linux-gnu/src\"
 -v -p 1 github.com/skynetservices/skydns 
github.com/skynetservices/skydns/backends/etcd 
github.com/skynetservices/skydns/cache github.com/skynetservices/skydns/metrics 
github.com/skynetservices/skydns/msg github.com/skynetservices/skydns/server 
github.com/skynetservices/skydns/singleflight returned exit code 2
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/skydns.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.
--- End Message ---
--- Begin Message ---
Version: 2.5.3a+git20160623.41.00ade30-2+rm

Dear submitter,

as the package skydns has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with y

[pkg-go] Bug#861550: marked as done (docker-swarm: FTBFS with latest golang-go.crypto)

2020-04-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 Apr 2020 19:06:11 +
with message-id 
and subject line Bug#956743: Removed package(s) from unstable
has caused the Debian Bug report #861550,
regarding docker-swarm: FTBFS with latest golang-go.crypto
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.)


-- 
861550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861550
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

Bug #859655 [3] has been fixed in unstable. This addresses a CVE bug, but also
requires all reverse build dependencies be rebuilt. After this package has
migrated to testing, there will be 62-64 packages that need rebuilding as well.

I have run build tests in both unstable and testing for this update using an
amd64 sbuild environment. For reference, the results:

testing:
  success: 62,  failed: 2 (being addressed)
unstable
  success: 107, failed: 7 (unchecked)


For the moment, I need the 107 packages in this list [1] to rebuilt in unstable.
... wanna build? :)

[1]

nmu mtail_0.0+git20161231.ae129e9-1 . ANY all . unstable . -m 'Rebuild against 
fixed golang-go.crypto; #859655'
nmu tendermint-ed25519_0.0~git20160723.0.1f52c6f-1 . ANY all . unstable . -m 
'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-rsc-letsencrypt_0.0~git20160929.0.76104d2-2 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-docker-leadership_0.1.0-1 . ANY all . unstable . -m 'Rebuild 
against fixed golang-go.crypto; #859655'
nmu sia_1.0.4-1 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu golang-github-samalba-dockerclient_0.0~git20160531.0.a303626-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-golang-x-net-dev_1:0.0+git20160110.4fd4a9f-1 . ANY all . unstable . 
-m 'Rebuild against fixed golang-go.crypto; #859655'
nmu gocryptfs_1.2-2 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu golang-github-aelsabbahy-gonetstat_0.0~git20160428.0.edf89f7-2 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-blevesearch-bleve_0.5.0+git20170324.202.4702785f-1 . ANY all 
. unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-endophage-gotuf_0.0~git20151020.0.2df1c8e-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu cadvisor_0.25.0+dfsg-1 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu dnss_0.0~git20161126.0.162090e-1 . ANY all . unstable . -m 'Rebuild against 
fixed golang-go.crypto; #859655'
nmu golang-gopkg-dancannon-gorethink.v2_2.0.4-1 . ANY all . unstable . -m 
'Rebuild against fixed golang-go.crypto; #859655'
nmu mongo-tools_3.2.11-1 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu golang-github-docker-go-connections_0.2.1+git20161115.12.4ccf312-1 . ANY 
all . unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-fsouza-go-dockerclient_0.0+git20160622-1 . ANY all . unstable 
. -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-go-macaron-macaron_1.2.1+git20170219.2.8be5635-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu rkt_1.21.0+dfsg-1 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu golang-github-coreos-go-systemd_14-1 . ANY all . unstable . -m 'Rebuild 
against fixed golang-go.crypto; #859655'
nmu chasquid_0.01+git20161124.6479138-2 . ANY all . unstable . -m 'Rebuild 
against fixed golang-go.crypto; #859655'
nmu minica_1.0-1 . ANY all . unstable . -m 'Rebuild against fixed 
golang-go.crypto; #859655'
nmu golang-github-pkg-sftp_0.0~git20160930.0.4d0e916-1 . ANY all . unstable . 
-m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-spf13-afero_0.0~git20161226.0.90dd71e-1 . ANY all . unstable 
. -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-opencontainers-image-spec_1.0.0~rc2+dfsg-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu golang-github-couchbase-moss_0.0~git20170330.0.d2258a2-1 . ANY all . 
unstable . -m 'Rebuild against fixed golang-go.crypto; #859655'
nmu tendermint-go-p2p_0.0~git20170113.0.3d98f67-1 . ANY all . unstable . -m 
'Rebuild against fixed golang

[pkg-go] Processed: Bug#954692 marked as pending in notary

2020-04-17 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954692 [src:notary] notary: FTBFS: dh_auto_test: error: cd _build && go 
test -vet=off -v -p 4 github.com/theupdateframework/notary [...] 
github.com/theupdateframework/notary/version returned exit code 1
Added tag(s) pending.

-- 
954692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#954599 marked as pending in golang-github-bshuster-repo-logrus-logstash-hook

2020-04-17 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954599 [src:golang-github-bshuster-repo-logrus-logstash-hook] 
golang-github-bshuster-repo-logrus-logstash-hook: FTBFS: dh_auto_test: error: 
cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
github.com/bshuster-repo/logrus-logstash-hook returned exit code 1
Added tag(s) pending.

-- 
954599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954599: marked as done (golang-github-bshuster-repo-logrus-logstash-hook: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/bshuster-repo/logrus-l

2020-04-17 Thread Debian Bug Tracking System
Your message dated Sat, 18 Apr 2020 02:48:52 +
with message-id 
and subject line Bug#954599: fixed in 
golang-github-bshuster-repo-logrus-logstash-hook 0.4.1-2
has caused the Debian Bug report #954599,
regarding golang-github-bshuster-repo-logrus-logstash-hook: FTBFS: 
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
github.com/bshuster-repo/logrus-logstash-hook 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.)


-- 
954599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-bshuster-repo-logrus-logstash-hook
Version: 0.4.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --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/bshuster-repo/logrus-logstash-hook
> internal/race
> runtime/internal/sys
> internal/cpu
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode/utf8
> unicode
> encoding
> internal/bytealg
> math/bits
> internal/testlog
> unicode/utf16
> math
> internal/nettrace
> runtime/cgo
> runtime
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> reflect
> strings
> bufio
> time
> internal/syscall/unix
> context
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> golang.org/x/sys/unix
> fmt
> net
> log
> encoding/json
> github.com/sirupsen/logrus
> github.com/bshuster-repo/logrus-logstash-hook
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/bshuster-repo/logrus-logstash-hook
> === RUN   TestLogstashFormatter
> TestLogstashFormatter: logstash_formatter_test.go:58: expected 
> data[error] to be 'Get http://example.com: The error' but got 'Get 
> "http://example.com": The error'
> --- FAIL: TestLogstashFormatter (0.00s)
> === RUN   TestLegostashHook
> --- PASS: TestLegostashHook (0.00s)
> === RUN   TestNewFiltering
> --- PASS: TestNewFiltering (0.00s)
> === RUN   TestSettingAttributes
> --- PASS: TestSettingAttributes (0.00s)
> === RUN   TestFilterHookOnly
> --- PASS: TestFilterHookOnly (0.00s)
> === RUN   TestFire
> --- PASS: TestFire (0.00s)
> === RUN   TestFireFilterHook
> --- PASS: TestFireFilterHook (0.00s)
> === RUN   TestLevels
> --- PASS: TestLevels (0.00s)
> === RUN   TestLogstashTimeStampFormat
> --- PASS: TestLogstashTimeStampFormat (0.00s)
> FAIL
> FAIL  github.com/bshuster-repo/logrus-logstash-hook   0.005s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/bshuster-repo/logrus-logstash-hook returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/golang-github-bshuster-repo-logrus-logstash-hook_0.4.1-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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: golang-github-bshuster-repo-logrus-logstash-hook
Source-Version: 0.4.1-2
Done: Dmitry Smirnov 

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

Debian distribution m

[pkg-go] Bug#923722: marked as done (golang-github-appc-cni: Please upgrade to new upstream 0.7.0-alpha1)

2020-04-16 Thread Debian Bug Tracking System
Your message dated Fri, 17 Apr 2020 11:16:08 +0800
with message-id 

and subject line Fixed in 0.7.1-2
has caused the Debian Bug report #923722,
regarding golang-github-appc-cni: Please upgrade to new upstream 0.7.0-alpha1
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.)


-- 
923722: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923722
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-appc-cni
Severity: wishlist

Hi,

Please update to new upstream version of 0.7.0-alpha1. I need it as a
build dependency of http://github.com/containers/buildah

In fact, I've done so locally, and would be happy to upload it as a Team
Upload. I was running into issues while doing so. Unlike the git
repositories created by the dh-make-golang tool, the git repository on
salsa at
https://salsa.debian.org/go-team/packages/golang-github-appc-cni does
not include full sources in the packaging branch. I am unfamiliar with
that workflow and it is inconsistent with how the vast majority of the
packages in the golang team are handled. I therefore decided to start
off from a 'dgit clone' created repository.

Dimtry, I wonder what your thoughts on this issue are.  Would you be OK
with switching the workflow? If not, could you please upload
0.7.0-alpha1 to experimental soon? Alternatively, I could upload the
package that I have locally to experimental, and leave updating salsa to
you (or someone else) whenever time permits.

What does the rest of the team think about competing git repository
workflows within the team? At least to me, this seems undesireable
because it prompts convesations like this (which I really don't enjoy
having).

Best,
-rt


-- System Information:
Debian Release: 9.7
  APT prefers stable
  APT policy: (500, 'stable'), (75, 'testing'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: golang-github-appc-cni
Source-Version: 0.7.1-2--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Re: Bug#941825: syncthing: 2Gb index-v0.14.0.db

2020-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #941825 [syncthing] syncthing: 2Gb index-v0.14.0.db
Ignoring request to alter tags of bug #941825 to the same tags previously set

-- 
941825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Re: Bug#941825: syncthing: 2Gb index-v0.14.0.db

2020-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #941825 [syncthing] syncthing: 2Gb index-v0.14.0.db
Added tag(s) moreinfo.

-- 
941825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#955682 marked as pending in golang-github-vbatts-go-mtree

2020-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #955682 [src:golang-github-vbatts-go-mtree] golang-github-vbatts-go-mtree: 
FTBFS: imports github.com/davecgh/go-spew/spew: cannot find package 
"github.com/davecgh/go-spew/spew" in any of:
Added tag(s) pending.

-- 
955682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: block 940413 with 956042

2020-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 940413 with 956042
Bug #940413 [syncthing] syncthing: Please update to version 1.2.2
Bug #951353 [syncthing] syncthing: new upstream 1.3.4
940413 was blocked by: 956040
940413 was not blocking any bugs.
Added blocking bug(s) of 940413: 956042
951353 was blocked by: 956040
951353 was not blocking any bugs.
Added blocking bug(s) of 951353: 956042
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
940413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940413
951353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: block 940413 with 956040

2020-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 940413 with 956040
Bug #940413 [syncthing] syncthing: Please update to version 1.2.2
Bug #951353 [syncthing] syncthing: new upstream 1.3.4
940413 was not blocked by any bugs.
940413 was not blocking any bugs.
Added blocking bug(s) of 940413: 956040
951353 was not blocked by any bugs.
951353 was not blocking any bugs.
Added blocking bug(s) of 951353: 956040
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
940413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940413
951353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: severity of 951353 is wishlist

2020-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 951353 wishlist
Bug #951353 [syncthing] syncthing: new upstream 1.3.4
Severity set to 'wishlist' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
951353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: forcibly merging 951353 940413

2020-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 951353 940413
Bug #951353 [syncthing] syncthing: new upstream 1.3.4
Bug #951353 [syncthing] syncthing: new upstream 1.3.4
Marked as found in versions syncthing/1.0.0~ds1-1.
Bug #940413 [syncthing] syncthing: Please update to version 1.2.2
Merged 940413 951353
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
940413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940413
951353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#955682: marked as done (golang-github-vbatts-go-mtree: FTBFS: imports github.com/davecgh/go-spew/spew: cannot find package "github.com/davecgh/go-spew/spew" in any of:)

2020-04-07 Thread Debian Bug Tracking System
Your message dated Wed, 08 Apr 2020 04:18:45 +
with message-id 
and subject line Bug#955682: fixed in golang-github-vbatts-go-mtree 0.4.4-2
has caused the Debian Bug report #955682,
regarding golang-github-vbatts-go-mtree: FTBFS: imports 
github.com/davecgh/go-spew/spew: cannot find package 
"github.com/davecgh/go-spew/spew" in any of:
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.)


-- 
955682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-vbatts-go-mtree
Version: 0.4.4-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200402 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang --builddirectory=_build
>dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
>dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
>dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   cd _build && go generate -v github.com/vbatts/go-mtree 
> github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr
> src/github.com/vbatts/go-mtree/check.go
> src/github.com/vbatts/go-mtree/check_test.go
> src/github.com/vbatts/go-mtree/cksum.go
> src/github.com/vbatts/go-mtree/cksum_test.go
> src/github.com/vbatts/go-mtree/compare.go
> src/github.com/vbatts/go-mtree/compare_test.go
> src/github.com/vbatts/go-mtree/creator.go
> src/github.com/vbatts/go-mtree/entry.go
> src/github.com/vbatts/go-mtree/fseval.go
> src/github.com/vbatts/go-mtree/fseval_test.go
> src/github.com/vbatts/go-mtree/hierarchy.go
> src/github.com/vbatts/go-mtree/hierarchy_test.go
> src/github.com/vbatts/go-mtree/keywordfunc.go
> src/github.com/vbatts/go-mtree/keywordfuncs_linux.go
> src/github.com/vbatts/go-mtree/keywords.go
> src/github.com/vbatts/go-mtree/keywords_linux_test.go
> src/github.com/vbatts/go-mtree/keywords_test.go
> src/github.com/vbatts/go-mtree/lchtimes_unix.go
> src/github.com/vbatts/go-mtree/lookup_new.go
> src/github.com/vbatts/go-mtree/mtree_test.go
> src/github.com/vbatts/go-mtree/parse.go
> src/github.com/vbatts/go-mtree/stat_unix.go
> src/github.com/vbatts/go-mtree/tar.go
> src/github.com/vbatts/go-mtree/tar_test.go
> src/github.com/vbatts/go-mtree/update.go
> src/github.com/vbatts/go-mtree/update_linux_test.go
> src/github.com/vbatts/go-mtree/update_test.go
> src/github.com/vbatts/go-mtree/updatefuncs.go
> src/github.com/vbatts/go-mtree/updatefuncs_linux.go
> src/github.com/vbatts/go-mtree/version.go
> src/github.com/vbatts/go-mtree/walk.go
> src/github.com/vbatts/go-mtree/walk_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/govis.go
> src/github.com/vbatts/go-mtree/pkg/govis/govis_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/unvis.go
> src/github.com/vbatts/go-mtree/pkg/govis/unvis_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/vis.go
> src/github.com/vbatts/go-mtree/pkg/govis/vis_test.go
> src/github.com/vbatts/go-mtree/xattr/xattr.go
> src/github.com/vbatts/go-mtree/xattr/xattr_test.go
>   cd _build && go install -trimpath -v -p 4 github.com/vbatts/go-mtree 
> github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr
> runtime/internal/sys
> runtime/internal/atomic
> internal/race
> internal/cpu
> runtime/internal/math
> sync/atomic
> unicode
> internal/bytealg
> unicode/utf8
> math/bits
> internal/testlog
> math
> runtime/cgo
> runtime
> encoding
> unicode/utf16
> internal/reflectlite
> sync
> errors
> sort
> io
> internal/oserror
> strconv
> container/heap
> syscall
> bytes
> strings
> bufio
> reflect
> hash
> path
> crypto
> golang.org/x/crypto/ripemd160
> time
> github.com/vbatts/go-mtree/xattr
> internal/syscall/unix
> context
> internal/poll
> encoding/binary
> internal/fmtsort
> os
> crypto/md5
> crypto/sha256
> crypto/sha1
> crypto/sha512
> encoding/base64
> golang.org/x/sys/unix
> fmt
> path/filepath
> io/ioutil
> os/user
> log
> encoding/json
> github.com/vbatts/go-mtree/pkg/govis
> github.com/sirupsen/logrus
> archive/tar
> github.com/vbat

[pkg-go] Bug#952164: marked as done (golang-github-go-stack-stack: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/go-stack/stack returned exit code 1)

2020-04-12 Thread Debian Bug Tracking System
Your message dated Sun, 12 Apr 2020 09:49:14 +
with message-id 
and subject line Bug#952164: fixed in golang-github-go-stack-stack 1.8.0-1
has caused the Debian Bug report #952164,
regarding golang-github-go-stack-stack: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/go-stack/stack 
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.)


-- 
952164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-go-stack-stack
Version: 1.5.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -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 1 
> github.com/go-stack/stack
> internal/cpu
> internal/bytealg
> runtime/internal/atomic
> runtime/internal/sys
> runtime/internal/math
> runtime
> internal/reflectlite
> errors
> internal/race
> sync/atomic
> sync
> io
> unicode
> unicode/utf8
> bytes
> math/bits
> math
> strconv
> reflect
> sort
> internal/fmtsort
> internal/oserror
> syscall
> time
> internal/poll
> internal/syscall/unix
> internal/testlog
> os
> fmt
> strings
> github.com/go-stack/stack
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
> github.com/go-stack/stack
> === RUN   TestFindSigpanic
> === PAUSE TestFindSigpanic
> === RUN   TestCaller
> === PAUSE TestCaller
> === RUN   TestTrace
> === PAUSE TestTrace
> === RUN   TestCallFormat
> === PAUSE TestCallFormat
> === RUN   TestCallString
> === PAUSE TestCallString
> === RUN   TestCallMarshalText
> === PAUSE TestCallMarshalText
> === RUN   TestCallStackString
> --- PASS: TestCallStackString (0.00s)
> === RUN   TestCallStackMarshalText
> --- PASS: TestCallStackMarshalText (0.00s)
> === RUN   TestTrimAbove
> --- PASS: TestTrimAbove (0.00s)
> === RUN   TestTrimBelow
> --- PASS: TestTrimBelow (0.00s)
> === RUN   TestTrimRuntime
> --- PASS: TestTrimRuntime (0.00s)
> === CONT  TestFindSigpanic
> === CONT  TestCallString
> --- PASS: TestCallString (0.00s)
> === CONT  TestCaller
> --- PASS: TestCaller (0.00s)
> --- FAIL: TestFindSigpanic (0.00s)
> stackinternal_test.go:12: got == , want == runtime.sigpanic
> === CONT  TestCallFormat
> --- PASS: TestCallFormat (0.00s)
> === CONT  TestTrace
> --- PASS: TestTrace (0.00s)
> === CONT  TestCallMarshalText
> --- PASS: TestCallMarshalText (0.00s)
> === RUN   Example_callFormat
> --- PASS: Example_callFormat (0.00s)
> FAIL
> FAIL  github.com/go-stack/stack   0.003s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
> github.com/go-stack/stack returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/golang-github-go-stack-stack_1.5.2-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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: golang-github-go-stack-stack
Source-Version: 1.8.0-1
Done: Shengjing Zhu 

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

Debian distribution maintenance software
pp.
Shengjing Zhu  (supplier of updated 
golang-github-go-stack-stack package)

(This message was generated automatically at their request; if you
believe that there is a problem w

[pkg-go] Processed: Bug#954683 marked as pending in golang-github-tinylib-msgp

2020-04-11 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954683 [src:golang-github-tinylib-msgp] golang-github-tinylib-msgp: FTBFS: 
src/golang.org/x/tools/internal/imports/mod.go:17:2: cannot find package 
"golang.org/x/mod/module"
Added tag(s) pending.

-- 
954683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954683: marked as done (golang-github-tinylib-msgp: FTBFS: src/golang.org/x/tools/internal/imports/mod.go:17:2: cannot find package "golang.org/x/mod/module")

2020-04-11 Thread Debian Bug Tracking System
Your message dated Sat, 11 Apr 2020 06:48:27 +
with message-id 
and subject line Bug#954683: fixed in golang-github-tinylib-msgp 1.0.2-3
has caused the Debian Bug report #954683,
regarding golang-github-tinylib-msgp: FTBFS: 
src/golang.org/x/tools/internal/imports/mod.go:17:2: cannot find package 
"golang.org/x/mod/module"
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.)


-- 
954683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-tinylib-msgp
Version: 1.0.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200322 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # build the "msgp" binary
> dh_auto_build
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/tinylib/msgp github.com/tinylib/msgp/gen 
> github.com/tinylib/msgp/msgp github.com/tinylib/msgp/parse 
> github.com/tinylib/msgp/printer
> src/golang.org/x/tools/internal/imports/mod.go:17:2: cannot find package 
> "golang.org/x/mod/module" in any of:
>   /usr/lib/go-1.14/src/golang.org/x/mod/module (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/mod/module (from 
> $GOPATH)
> src/golang.org/x/tools/internal/imports/mod.go:18:2: cannot find package 
> "golang.org/x/mod/semver" in any of:
>   /usr/lib/go-1.14/src/golang.org/x/mod/semver (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/mod/semver (from 
> $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/tinylib/msgp github.com/tinylib/msgp/gen 
> github.com/tinylib/msgp/msgp github.com/tinylib/msgp/parse 
> github.com/tinylib/msgp/printer returned exit code 1
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/22/golang-github-tinylib-msgp_1.0.2-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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: golang-github-tinylib-msgp
Source-Version: 1.0.2-3
Done: Dmitry Smirnov 

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated 
golang-github-tinylib-msgp 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: Sat, 11 Apr 2020 16:26:55 +1000
Source: golang-github-tinylib-msgp
Architecture: source
Version: 1.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Dmitry Smirnov 
Closes: 954683
Changes:
 golang-github-tinylib-msgp (1.0.2-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 12.
 Fixes: lintian: package-uses-old-debhelper-compat-version
 See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
   * Set debhelper-compat version in Build-Depends.
 Fixes: lintian: uses-debhelper-compat-file
 See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, 
Repository-Browse.
 Fixes: lintian: upstream-metadata-file-is-missing
 See-also: 
https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
 .
   [ Dmitry Smirnov ]
   * Build-Depends += "golang-

[pkg-go] Bug#954565: marked as done (golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS: dh_auto_test: error: cd build_ && go test -vet=off -v -p 4 github.com/grpc-ecosystem/go-grpc-prometheus git

2020-04-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Apr 2020 10:33:54 +
with message-id 
and subject line Bug#954565: fixed in 
golang-github-grpc-ecosystem-go-grpc-prometheus 1.2.0+git20191002.6af20e3-3
has caused the Debian Bug report #954565,
regarding golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS: dh_auto_test: 
error: cd build_ && go test -vet=off -v -p 4 
github.com/grpc-ecosystem/go-grpc-prometheus 
github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus returned exit 
code 2
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.)


-- 
954565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-grpc-ecosystem-go-grpc-prometheus
Version: 1.2.0+git20191002.6af20e3-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure
>   install -d build_
>   Copy go.sum -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/go.sum
>   Copy server.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/server.go
>   Copy server_metrics.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/server_metrics.go
>   Copy go.mod -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/go.mod
>   Copy metric_options.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/metric_options.go
>   Copy server_test.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/server_test.go
>   Copy client_reporter.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/client_reporter.go
>   Copy client_test.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/client_test.go
>   Copy client_metrics.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/client_metrics.go
>   Copy client.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/client.go
>   Copy server_reporter.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/server_reporter.go
>   Copy util.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/util.go
>   Copy examples/grpc-server-with-prometheus/server/server.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/server/server.go
>   Copy examples/grpc-server-with-prometheus/client/client.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/client/client.go
>   Copy examples/grpc-server-with-prometheus/protobuf/service.proto -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/protobuf/service.proto
>   Copy examples/grpc-server-with-prometheus/protobuf/service.pb.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/grpc-server-with-prometheus/protobuf/service.pb.go
>   Copy examples/testproto/test.proto -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto/test.proto
>   Copy examples/testproto/test.pb.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto/test.pb.go
>   Copy packages/grpcstatus/native_unwrap1.12-.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus/native_unwrap1.12-.go
>   Copy packages/grpcstatus/native_unwrap1.13+.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus/native_unwrap1.13+.go
>   Copy packages/grpcstatus/grpcstatus1.13+_test.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus/grpcstatus1.13+_test.go
>   Copy packages/grpcstatus/grpcstatus.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus/grpcstatus.go
>   Copy packages/grpcstatus/grpcstatus_test.go -> 
> build_/src/github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus/grpcstatus_test.go
>   Symlink /usr/share/gocode/src/cloud.google.com -> 
> build_/src/cloud.google.com
>   Symlink /usr/share/gocode/src/code.google.com -> 
> build_/src/code.google.com
>   Symlink /usr/share/gocode/src/github.com/alecthoma

[pkg-go] Bug#929717: marked as done (golang-fsnotify: FTBFS: dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/fsnotify/fsnotify returned exit code 1)

2020-04-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Apr 2020 10:49:41 +
with message-id 
and subject line Bug#929717: fixed in golang-fsnotify 1.4.9-1
has caused the Debian Bug report #929717,
regarding golang-fsnotify: FTBFS: dh_auto_test: cd obj-x86_64-linux-gnu && go 
test -vet=off -v -p 4 github.com/fsnotify/fsnotify 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.)


-- 
929717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-fsnotify
Version: 1.4.7-2
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20190529 qa-ftbfs
Justification: FTBFS in buster on amd64

Hi,

During a rebuild of all packages in buster (in a buster chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --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 
> -gcflags=all=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" 
> -asmflags=all=\"-trimpath=/<>/obj-x86_64-linux-gnu/src\" -v -p 4 
> github.com/fsnotify/fsnotify
> internal/race
> errors
> internal/cpu
> runtime/internal/atomic
> runtime/internal/sys
> sync/atomic
> unicode
> unicode/utf8
> internal/testlog
> internal/bytealg
> math
> math/bits
> runtime
> vendor/golang_org/x/net/dns/dnsmessage
> internal/nettrace
> runtime/cgo
> strconv
> sync
> internal/singleflight
> io
> reflect
> syscall
> math/rand
> bytes
> strings
> internal/syscall/unix
> time
> internal/poll
> encoding/binary
> sort
> os
> path/filepath
> fmt
> context
> net
> golang.org/x/sys/unix
> github.com/fsnotify/fsnotify
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/fsnotify/fsnotify
> === RUN   TestEventStringWithValue
> --- PASS: TestEventStringWithValue (0.00s)
> === RUN   TestEventOpStringWithValue
> --- PASS: TestEventOpStringWithValue (0.00s)
> === RUN   TestEventOpStringWithNoValue
> --- PASS: TestEventOpStringWithNoValue (0.00s)
> === RUN   TestWatcherClose
> === PAUSE TestWatcherClose
> === RUN   TestPollerWithBadFd
> --- PASS: TestPollerWithBadFd (0.00s)
> === RUN   TestPollerWithData
> --- PASS: TestPollerWithData (0.00s)
> === RUN   TestPollerWithWakeup
> --- PASS: TestPollerWithWakeup (0.00s)
> === RUN   TestPollerWithClose
> --- PASS: TestPollerWithClose (0.00s)
> === RUN   TestPollerWithWakeupAndData
> --- PASS: TestPollerWithWakeupAndData (0.00s)
> === RUN   TestPollerConcurrent
> --- PASS: TestPollerConcurrent (0.15s)
> === RUN   TestInotifyCloseRightAway
> --- PASS: TestInotifyCloseRightAway (0.05s)
> === RUN   TestInotifyCloseSlightlyLater
> --- PASS: TestInotifyCloseSlightlyLater (0.10s)
> === RUN   TestInotifyCloseSlightlyLaterWithWatch
> --- PASS: TestInotifyCloseSlightlyLaterWithWatch (0.10s)
> === RUN   TestInotifyCloseAfterRead
> --- PASS: TestInotifyCloseAfterRead (0.10s)
> === RUN   TestInotifyCloseCreate
> --- PASS: TestInotifyCloseCreate (0.05s)
> === RUN   TestInotifyStress
> --- PASS: TestInotifyStress (0.14s)
> === RUN   TestInotifyRemoveTwice
> --- PASS: TestInotifyRemoveTwice (0.00s)
> === RUN   TestInotifyInnerMapLength
> --- PASS: TestInotifyInnerMapLength (0.05s)
> === RUN   TestInotifyOverflow
> --- FAIL: TestInotifyOverflow (4.69s)
> inotify_test.go:442: Could not trigger overflow
> === RUN   TestFsnotifyMultipleOperations
> --- PASS: TestFsnotifyMultipleOperations (0.67s)
> integration_test.go:104: event received: 
> "/tmp/fsnotify244767993/TestFsnotifySeq.testfile": CREATE
> integration_test.go:104: event received: 
> "/tmp/fsnotify244767993/TestFsnotifySeq.testfile": WRITE
> integration_test.go:104: event received: 
> "/tmp/fsnotify244767993/TestFsnotifySeq.testfile": RENAME
> integration_test.go:104: event received: 
> "/tmp/fsnotify244767993/TestFsnotifySeq.testfile": CREATE
> integration_test.go:180: calling Close()
> integration_test.go:182: waiting for the event channel to become cl

[pkg-go] Processed: Bug#954565 marked as pending in golang-github-grpc-ecosystem-go-grpc-prometheus

2020-04-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954565 [src:golang-github-grpc-ecosystem-go-grpc-prometheus] 
golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS: dh_auto_test: error: cd 
build_ && go test -vet=off -v -p 4 github.com/grpc-ecosystem/go-grpc-prometheus 
github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus returned exit 
code 2
Added tag(s) pending.

-- 
954565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#813890: marked as done (golang-github-bradfitz-http2: namespace update)

2020-04-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Apr 2020 22:04:45 +
with message-id 
and subject line Bug#958201: Removed package(s) from unstable
has caused the Debian Bug report #813890,
regarding golang-github-bradfitz-http2: namespace update
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.)


-- 
813890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-bradfitz-http2
Version: 0.0~git20150509-1 
Severity: normal
Affects: -1 etcd golang-google-grpc

There were some changes upstream and some packages now import as  

golang.org/x/net/http2/hpack

instead of old

github.com/bradfitz/http2/hpack

which cause FTBFS.

Legacy upstream home page at https://github.com/bradfitz/http2 say:


This was the old home of Go's HTTP/2 implementation.

It now lives in the Go repo.

I'm keeping this tree working for now, but please update your imports
to:

import "golang.org/x/net/http2"

Godoc is:

https://godoc.org/golang.org/x/net/http2

http2 is enabled by default in Go 1.6+ with no changes to your
code. Unless you're doing something weird, you should not need to
import golang.org/x/net/http2.

The code is now at:

https://go.googlesource.com/net/ (main repo)
... in directory https://go.googlesource.com/net/+/master/http2/

Github mirror:
https://github.com/golang/net/tree/master/http2 (mirror)


Please update for new home page and repository; please upload new upstream 
snapshot; please install compatibility symlink.

Thanks.

-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B

---

Odious ideas are not entitled to hide from criticism behind the human
shield of their believers' feelings.
-- Richard Stallman


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Version: 0.0~git20150509-2+rm

Dear submitter,

as the package golang-github-bradfitz-http2 has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/958201

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#902011: marked as done (golang-gopkg-libgit2-git2go.v27: FTBFS on i386: diff.go:441: constant 2147483648 overflows DiffOptionsFlag)

2020-04-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Apr 2020 22:05:03 +
with message-id 
and subject line Bug#958203: Removed package(s) from unstable
has caused the Debian Bug report #902011,
regarding golang-gopkg-libgit2-git2go.v27: FTBFS on i386: diff.go:441: constant 
2147483648 overflows DiffOptionsFlag
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.)


-- 
902011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902011
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-gopkg-libgit2-git2go.v27
Version: 0.27+git20180529.9abc050-1
Severity: serious
Justification: fails to build from source

Hi,

golang-gopkg-libgit2-git2go.v27 builds fine on amd64, but FTBFS on i386:

   dh_auto_build -O--buildsystem=golang
cd obj-i686-linux-gnu && go install 
-gcflags=\"-trimpath=/build/golang-gopkg-libgit2-git2go.v27-0.27\+git20180529.9abc050/obj-i686-linux-gnu/src\"
 
-asmflags=\"-trimpath=/build/golang-gopkg-libgit2-git2go.v27-0.27\+git20180529.9abc050/obj-i686-linux-gnu/src\"
 -v -p 4 gopkg.in/libgit2/git2go.v27
gopkg.in/libgit2/git2go.v27
# gopkg.in/libgit2/git2go.v27
src/gopkg.in/libgit2/git2go.v27/diff.go:441: constant 2147483648 overflows 
DiffOptionsFlag
dh_auto_build: cd obj-i686-linux-gnu && go install 
-gcflags=\"-trimpath=/build/golang-gopkg-libgit2-git2go.v27-0.27\+git20180529.9abc050/obj-i686-linux-gnu/src\"
 
-asmflags=\"-trimpath=/build/golang-gopkg-libgit2-git2go.v27-0.27\+git20180529.9abc050/obj-i686-linux-gnu/src\"
 -v -p 4 gopkg.in/libgit2/git2go.v27 returned exit code 2
debian/rules:7: recipe for target 'build' failed


Andreas


golang-gopkg-libgit2-git2go.v27_0.27+git20180529.9abc050-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Version: 0.27+git20180529.9abc050-2+rm

Dear submitter,

as the package golang-gopkg-libgit2-git2go.v27 has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/958203

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#895554: marked as done (golang-github-bradfitz-http2-dev depends on cruft package)

2020-04-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Apr 2020 22:04:45 +
with message-id 
and subject line Bug#958201: Removed package(s) from unstable
has caused the Debian Bug report #895554,
regarding golang-github-bradfitz-http2-dev depends on cruft package
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.)


-- 
895554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895554
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: golang-github-bradfitz-http2-dev
Version: 0.0~git20150509-2
Severity: serious

golang-github-bradfitz-http2-dev depends on golang-go.crypto-dev which is no 
longer built by golang-go.crypto
--- End Message ---
--- Begin Message ---
Version: 0.0~git20150509-2+rm

Dear submitter,

as the package golang-github-bradfitz-http2 has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/958201

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#943305: marked as done (golang-github-bradfitz-http2: build-depends not satisfiable)

2020-04-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Apr 2020 22:04:45 +
with message-id 
and subject line Bug#958201: Removed package(s) from unstable
has caused the Debian Bug report #943305,
regarding golang-github-bradfitz-http2: build-depends not satisfiable
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.)


-- 
943305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-bradfitz-http2
Version: 0.0~git20150509-2
Severity: serious
Tags: ftbfs
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

golang-github-bradfitz-http2 build-depends on golang-go.crypto-dev,
which only exists in old[old]stable.

-Ralf.
--- End Message ---
--- Begin Message ---
Version: 0.0~git20150509-2+rm

Dear submitter,

as the package golang-github-bradfitz-http2 has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/958201

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#895555: marked as done (golang-github-endophage-gotuf depends on cruft package)

2020-04-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Apr 2020 22:05:22 +
with message-id 
and subject line Bug#958205: Removed package(s) from unstable
has caused the Debian Bug report #89,
regarding golang-github-endophage-gotuf depends on cruft package
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.)


-- 
89: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=89
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: golang-github-endophage-gotuf
Version: 0.0~git20151020.0.2df1c8e-1
Severity: serious

golang-github-endophage-gotuf depends on golang-go.crypto-dev which is no 
longer built by golang-go.crypto
--- End Message ---
--- Begin Message ---
Version: 0.0~git20151020.0.2df1c8e-1+rm

Dear submitter,

as the package golang-github-endophage-gotuf has just been removed from the 
Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/958205

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: golang-github-dgrijalva-jwt-go-v3: Remove this package from archive

2020-04-20 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 go-cve-dictionary golang-github-go-kit-kit 
> golang-github-azure-go-autorest golang-github-labstack-echo.v3 etcd 
> goval-dictionary influxdb vuls golang-github-labstack-echo.v2
Bug #958370 [src:golang-github-dgrijalva-jwt-go-v3] 
golang-github-dgrijalva-jwt-go-v3: Remove this package from archive
Added indication that 958370 affects go-cve-dictionary, 
golang-github-go-kit-kit, golang-github-azure-go-autorest, 
golang-github-labstack-echo.v3, etcd, goval-dictionary, influxdb, vuls, and 
golang-github-labstack-echo.v2

-- 
958370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Bug#954606 marked as pending in golang-github-minio-minio-go

2020-04-18 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #954606 [src:golang-github-minio-minio-go] golang-github-minio-minio-go: 
FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
-short github.com/minio/minio-go github.com/minio/minio-go/pkg/credentials 
github.com/minio/minio-go/pkg/encrypt github.com/minio/minio-go/pkg/policy 
github.com/minio/minio-go/pkg/s3signer github.com/minio/minio-go/pkg/s3utils 
github.com/minio/minio-go/pkg/set returned exit code 1
Added tag(s) pending.

-- 
954606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954606: marked as done (golang-github-minio-minio-go: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 -short github.com/minio/minio-go github.com/minio/min

2020-04-18 Thread Debian Bug Tracking System
Your message dated Sun, 19 Apr 2020 05:18:34 +
with message-id 
and subject line Bug#954606: fixed in golang-github-minio-minio-go 6.0.53-1
has caused the Debian Bug report #954606,
regarding golang-github-minio-minio-go: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 -short 
github.com/minio/minio-go github.com/minio/minio-go/pkg/credentials 
github.com/minio/minio-go/pkg/encrypt github.com/minio/minio-go/pkg/policy 
github.com/minio/minio-go/pkg/s3signer github.com/minio/minio-go/pkg/s3utils 
github.com/minio/minio-go/pkg/set 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.)


-- 
954606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-minio-minio-go
Version: 6.0.45-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # set -short param to avoid tests that access to s3.amazonaws.com
> # api_functional_v4_test.go is needed for other tests to run
> dh_auto_test -- -short
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 -short 
> github.com/minio/minio-go github.com/minio/minio-go/pkg/credentials 
> github.com/minio/minio-go/pkg/encrypt github.com/minio/minio-go/pkg/policy 
> github.com/minio/minio-go/pkg/s3signer github.com/minio/minio-go/pkg/s3utils 
> github.com/minio/minio-go/pkg/set
> === RUN   TestPartsRequired
> --- PASS: TestPartsRequired (0.00s)
> === RUN   TestCalculateEvenSplits
> --- PASS: TestCalculateEvenSplits (0.00s)
> === RUN   TestGetUserMetaHeadersMap
> --- PASS: TestGetUserMetaHeadersMap (0.00s)
> === RUN   TestHttpRespToErrorResponse
> --- PASS: TestHttpRespToErrorResponse (0.00s)
> === RUN   TestErrEntityTooLarge
> --- PASS: TestErrEntityTooLarge (0.00s)
> === RUN   TestErrEntityTooSmall
> --- PASS: TestErrEntityTooSmall (0.00s)
> === RUN   TestErrUnexpectedEOF
> --- PASS: TestErrUnexpectedEOF (0.00s)
> === RUN   TestErrInvalidBucketName
> --- PASS: TestErrInvalidBucketName (0.00s)
> === RUN   TestErrInvalidObjectName
> --- PASS: TestErrInvalidObjectName (0.00s)
> === RUN   TestErrInvalidArgument
> --- PASS: TestErrInvalidArgument (0.00s)
> === RUN   TestErrWithoutMessage
> --- PASS: TestErrWithoutMessage (0.00s)
> === RUN   TestErrorResponseComparable
> --- PASS: TestErrorResponseComparable (0.00s)
> === RUN   TestPutObjectOptionsValidate
> --- PASS: TestPutObjectOptionsValidate (0.00s)
> === RUN   TestValidBucketLocation
> --- PASS: TestValidBucketLocation (0.00s)
> === RUN   TestErrorResponse
> --- PASS: TestErrorResponse (0.00s)
> === RUN   TestSignatureType
> --- PASS: TestSignatureType (0.00s)
> === RUN   TestBucketPolicyTypes
> --- PASS: TestBucketPolicyTypes (0.00s)
> === RUN   TestPartSize
> --- PASS: TestPartSize (0.00s)
> === RUN   TestMakeTargetURL
> --- PASS: TestMakeTargetURL (0.00s)
> === RUN   TestNewBucketLocationCache
> --- PASS: TestNewBucketLocationCache (0.00s)
> === RUN   TestBucketLocationCacheOps
> --- PASS: TestBucketLocationCacheOps (0.00s)
> === RUN   TestGetBucketLocationRequest
> --- PASS: TestGetBucketLocationRequest (0.00s)
> === RUN   TestProcessBucketLocationResponse
> --- PASS: TestProcessBucketLocationResponse (0.00s)
> === RUN   TestGetObjectCore
> TestGetObjectCore: core_test.go:68: skipping functional tests for the 
> short runs
> --- SKIP: TestGetObjectCore (0.00s)
> === RUN   TestGetObjectContentEncoding
> TestGetObjectContentEncoding: core_test.go:261: skipping functional tests 
> for the short runs
> --- SKIP: TestGetObjectContentEncoding (0.00s)
> === RUN   TestGetBucketPolicy
> TestGetBucketPolicy: core_test.go:338: skipping functional tests for 
> short runs
> --- SKIP: TestGetBucketPolicy (0.00s)
> === RUN   TestCoreCopyObject
> TestCoreCopyObject: core_test.go:401: skipping functional tests for short 
> runs
> --- SKIP: TestCoreCopyObject (0.00s)
> === RUN   TestCoreCopyObjectPart
> TestCoreCopyObjectPart: core_test.go:515: skipping functional tests for 
> short runs
> --- SKIP: TestCoreCopyObjectPart (0.00s)
> === RUN   TestCorePutObject
> TestCorePutObject: core_test.go:660: skipping functional t

[pkg-go] Processed: Re: Bug#956299: golang-google-grpc update broke gitaly

2020-04-09 Thread Debian Bug Tracking System
Processing control commands:

> clone -1 -2
Bug #956299 [gitaly] update gitaly to 12.9.2
Bug 956299 cloned as bug 956302
956218 was blocked by: 956299
956218 was not blocking any bugs.
Added blocking bug(s) of 956218: 956302
> retitle -1 remove vendored grpc and use packaged version
Bug #956299 [gitaly] update gitaly to 12.9.2
Changed Bug title to 'remove vendored grpc and use packaged version' from 
'update gitaly to 12.9.2'.

-- 
956218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956218
956299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: update gitaly to 12.9.2

2020-04-09 Thread Debian Bug Tracking System
Processing control commands:

> block 956218 by -1
Bug #956218 [gitlab] Update gitlab to 12.9.x release
956218 was not blocked by any bugs.
956218 was not blocking any bugs.
Added blocking bug(s) of 956218: 956299

-- 
956218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956218
956299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#956302: marked as done (update gitaly to 12.9.2)

2020-04-09 Thread Debian Bug Tracking System
Your message dated Thu, 09 Apr 2020 14:49:16 +
with message-id 
and subject line Bug#956302: fixed in gitaly 12.9.2+dfsg-1
has caused the Debian Bug report #956302,
regarding update gitaly to 12.9.2
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.)


-- 
956302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: gitaly
Version: 1.86.0+dfsg1-1
Severity: important
Control: block 956218 by -1

gitaly master branch in salsa was building fine till yesterday. It 
started failing today after golang-google-grpc was updated to 1.27.1 
from 1.22.1


# gitlab.com/gitlab-org/gitaly/internal/rubyserver/balancer
src/gitlab.com/gitlab-org/gitaly/internal/rubyserver/balancer/balancer.go:123:70: 
undefined: resolver.BuildOption
src/gitlab.com/gitlab-org/gitaly/internal/rubyserver/balancer/balancer.go:220:37: 
undefined: resolver.ResolveNowOption
--- End Message ---
--- Begin Message ---
Source: gitaly
Source-Version: 12.9.2+dfsg-1
Done: Pirate Praveen 

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

Debian distribution maintenance software
pp.
Pirate Praveen  (supplier of updated gitaly 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: SHA512

Format: 1.8
Date: Thu, 09 Apr 2020 20:04:32 +0530
Source: gitaly
Architecture: source
Version: 12.9.2+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Pirate Praveen 
Closes: 956302
Changes:
 gitaly (12.9.2+dfsg-1) experimental; urgency=medium
 .
   * New upstream version 12.9.2+dfsg (Closes: #956302)
   * Bump Standards-Version to 4.5.0 (no changes needed)
   * Refresh patches
   * Update build dependencies
   * Update minimum version of ruby-gollum-lib to 4.2.7.8
   * Update gitlab-labkit to 0.11.0
Checksums-Sha1:
 38facdbffa9a3a41c77998cf712ee6e1af4bbfdd 3403 gitaly_12.9.2+dfsg-1.dsc
 fca3ae22d256fb486c0c94f520b43591f6e3bd6b 6281148 gitaly_12.9.2+dfsg.orig.tar.xz
 2885058d276820b6a82b452a46cea834c091be44 11496 
gitaly_12.9.2+dfsg-1.debian.tar.xz
 0c539026b1c834302465f1217f82b584d3ca1e82 22596 
gitaly_12.9.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 6405155c9b1b7da31a4ba628fcc24dedd1cf4d9044947a09052cf404ad452f10 3403 
gitaly_12.9.2+dfsg-1.dsc
 7a2164ebb6904112b6161939996d54d4cad18f9b12b64d93777a1a1f70ca960e 6281148 
gitaly_12.9.2+dfsg.orig.tar.xz
 db692c706dd86e4d4562b75263966f2294406585d2bcd03c1304c3171b9895ba 11496 
gitaly_12.9.2+dfsg-1.debian.tar.xz
 8e20e5e5c3643a68d19761e096202f65b2d5c7d608f83659bc450d124382319d 22596 
gitaly_12.9.2+dfsg-1_amd64.buildinfo
Files:
 28c2e2fe1027d3e19644b81d445ef8b5 3403 net optional gitaly_12.9.2+dfsg-1.dsc
 ac2dbc433a98cc9fc693e9be5717f2c4 6281148 net optional 
gitaly_12.9.2+dfsg.orig.tar.xz
 8660fda05044cdfdb2c0cc2afade05f1 11496 net optional 
gitaly_12.9.2+dfsg-1.debian.tar.xz
 6fe3bb7c9c67b6c2d92a4c2bc5cfa558 22596 net optional 
gitaly_12.9.2+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAl6PNLMACgkQj1PgGTsp
S3W2Fw//QymtaZypKWW34KV/3ph+YT9NbFQLmxkhn8/xO2JfGpZCByou2Me6Hs97
C9O2I5RlNMw8MC2hz0RXPpESuu2qhCoDsWJJ8bJjhbAlIm+LLEiGX6MjKUxPmnF9
AwqMu4vJidAgzW2KoDfuEsx34jq2BCWsDO9d4hHrft46pL6JJT533fwU9weaW+8l
GG+X/aPM3h+J8RXgEKoKnbSbO2yTkhqhdvrGErTeWfSfCyYXjgFyGkwIDLL/Q81l
07CRJw40VoSRNqb/JaSnb2FdE1AZ4yITSNpZv01AUCU56H2SnL/SxVOoqbHOzTBY
Ot364nh6cnv/IV7nF11g67T6XCi6h/FjYJ1f9O9jJyAfxGprTBRXZi97XB7D2fdV
6f/B2Aa9HSXZ4SeWCgNOmcAMqv5beAlcL3nCx77Ng62Rlzdi7MXLrVTAiwsXBCfR
ILvwQ7HgHeQrK+PQfkJ6FDTa7v/WlHWJNwMELYeLp7qsurvxJivP7396eWRRMiB/
xhZoizotmBpw2gYkfAsMnHhj1YmK6aPvTOyHCzJiz21o8GUbJtga3gfjUjIE0t3G
oE1dUcqYeBnNn8KBJmF6aKs5sFDZmMCAHMYsJbjXyHmwstN920DxLJbZAY9EAI7K
PjEVgfv2aLDPF0FNnRCJvNiqwvoAET8ZK86s02gyf2nRUYzN3e0=
=d8jX
-END PGP SIGNATURE End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#947999: marked as done (prometheus-varnish-exporter FTBFS in testing/unstable)

2020-03-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Mar 2020 12:49:51 +
with message-id 
and subject line Bug#946215: fixed in prometheus-varnish-exporter 1.5.2-1
has caused the Debian Bug report #946215,
regarding prometheus-varnish-exporter FTBFS in testing/unstable
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.)


-- 
946215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

source: prometheus-varnish-exporter
version: 1.5-1
severity: serious
tags: bullseye, sid, ftbfs

prometheus-varnish-exporter FTBFS in testing/unstable, I first noticed this on 
a raspbian autobuilder, but it's also happening on the reproducible builds 
tests, so it's not raspbian specific.


github.com/jonnenauha/prometheus_varnish_exporter
dh_auto_test -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go test -vet=off -v -p 15 
github.com/jonnenauha/prometheus_varnish_exporter
flag provided but not defined: -test.testlogfile
Usage of /tmp/go-build260258336/b001/prometheus_varnish_exporter.test:
   -N string
varnishstat -N value.
   -docker-container-name string
Docker container name to exec varnishstat in.
   -exit-on-errors
Exit process on scrape errors.
   -n string
varnishstat -n value.
   -no-exit
Deprecated: see -exit-on-errors
   -raw
Raw stdout logging without timestamps.
   -test
Test varnishstat availability, prints available metrics and exits.
   -varnishstat-path string
Path to varnishstat. (default "varnishstat")
   -verbose
Verbose logging.
   -version
Print version and exit
   -web.health-path string
Path under which to expose healthcheck. Disabled unless configured.
   -web.listen-address string
Address on which to expose metrics and web interface. (default ":9131")
   -web.telemetry-path string
Path under which to expose metrics. (default "/metrics")
   -with-go-metrics
Export go runtime and http handler metrics
FAILgithub.com/jonnenauha/prometheus_varnish_exporter   0.010s
FAIL
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 15 
github.com/jonnenauha/prometheus_varnish_exporter returned exit code 1


--- End Message ---
--- Begin Message ---
Source: prometheus-varnish-exporter
Source-Version: 1.5.2-1
Done: Emanuele Rocca 

We believe that the bug you reported is fixed in the latest version of
prometheus-varnish-exporter, 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 946...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emanuele Rocca  (supplier of updated 
prometheus-varnish-exporter 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: SHA512

Format: 1.8
Date: Sun, 15 Mar 2020 13:21:57 +0100
Source: prometheus-varnish-exporter
Architecture: source
Version: 1.5.2-1
Distribution: unstable
Urgency: high
Maintainer: Debian Go Packaging Team 

Changed-By: Emanuele Rocca 
Closes: 946215
Changes:
 prometheus-varnish-exporter (1.5.2-1) unstable; urgency=high
 .
   * New upstream version
   * Add debian/patches/go-issue-31859.patch to fix FTBFS with go >= 1.13
 (Closes: #946215)
Checksums-Sha1:
 6bc0fe8d42db82a4312a22677f1205d4f32732fd 2319 
prometheus-varnish-exporter_1.5.2-1.dsc
 35f52de3a0bab55601cd396e65a9bf6acd1fe2e4 207466 
prometheus-varnish-exporter_1.5.2.orig.tar.gz
 46d95fb0c85eb07c6b2349321d498de98e43840b 4960 
prometheus-varnish-exporter_1.5.2-1.debian.tar.xz
 501d59dc648af280e6cbf082a7b903c24e776121 8545 
prometheus-varnish-exporter_1.5.2-1_amd64.buildinfo
Checksums-Sha256:
 7c24f9ea474ee31c62eb5901ca0f8f9f2a328ba415d6085f80e47d33a1945526 2319 
prometheus-varnish-exporter_1.5.2-1.dsc
 2ad3ce06d47703f507a4c42676c0261bcf5c443bcf6f5a2a982b12f4fd54985b 207466 
prometheus-varnish-exporter_1.5.2.orig.tar.gz
 cc556920088744428bbc086a297f138e6c6b7201e96ae999b6d7f61374a0b1cc 4960 
prometheus-varnish-exporter_1.5.2-1.debian.tar.xz
 7147de1bf78487f3dcb0c4d6c43f4173e56329c42a789b843f4af6f7dc6f5c2b 8545 
prometheus-varnish-exporter_1.5.2-1_amd64.buildinfo
Files:
 b057eb3c499cc370fc7613b18b11d49d 2319 devel 

[pkg-go] Bug#946215: marked as done (prometheus-varnish-exporter: FTBFS)

2020-03-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Mar 2020 12:49:51 +
with message-id 
and subject line Bug#946215: fixed in prometheus-varnish-exporter 1.5.2-1
has caused the Debian Bug report #946215,
regarding prometheus-varnish-exporter: FTBFS
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.)


-- 
946215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: src:prometheus-varnish-exporter
version: 1.5-1
severity: serious
tags: ftbfs

Hi,

The latest upload of prometheus-varnish-exporter to unstable fails on all
architectures:

https://buildd.debian.org/status/package.php?p=prometheus-varnish-exporter

Cheers,

Ivo
--- End Message ---
--- Begin Message ---
Source: prometheus-varnish-exporter
Source-Version: 1.5.2-1
Done: Emanuele Rocca 

We believe that the bug you reported is fixed in the latest version of
prometheus-varnish-exporter, 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 946...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emanuele Rocca  (supplier of updated 
prometheus-varnish-exporter 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: SHA512

Format: 1.8
Date: Sun, 15 Mar 2020 13:21:57 +0100
Source: prometheus-varnish-exporter
Architecture: source
Version: 1.5.2-1
Distribution: unstable
Urgency: high
Maintainer: Debian Go Packaging Team 

Changed-By: Emanuele Rocca 
Closes: 946215
Changes:
 prometheus-varnish-exporter (1.5.2-1) unstable; urgency=high
 .
   * New upstream version
   * Add debian/patches/go-issue-31859.patch to fix FTBFS with go >= 1.13
 (Closes: #946215)
Checksums-Sha1:
 6bc0fe8d42db82a4312a22677f1205d4f32732fd 2319 
prometheus-varnish-exporter_1.5.2-1.dsc
 35f52de3a0bab55601cd396e65a9bf6acd1fe2e4 207466 
prometheus-varnish-exporter_1.5.2.orig.tar.gz
 46d95fb0c85eb07c6b2349321d498de98e43840b 4960 
prometheus-varnish-exporter_1.5.2-1.debian.tar.xz
 501d59dc648af280e6cbf082a7b903c24e776121 8545 
prometheus-varnish-exporter_1.5.2-1_amd64.buildinfo
Checksums-Sha256:
 7c24f9ea474ee31c62eb5901ca0f8f9f2a328ba415d6085f80e47d33a1945526 2319 
prometheus-varnish-exporter_1.5.2-1.dsc
 2ad3ce06d47703f507a4c42676c0261bcf5c443bcf6f5a2a982b12f4fd54985b 207466 
prometheus-varnish-exporter_1.5.2.orig.tar.gz
 cc556920088744428bbc086a297f138e6c6b7201e96ae999b6d7f61374a0b1cc 4960 
prometheus-varnish-exporter_1.5.2-1.debian.tar.xz
 7147de1bf78487f3dcb0c4d6c43f4173e56329c42a789b843f4af6f7dc6f5c2b 8545 
prometheus-varnish-exporter_1.5.2-1_amd64.buildinfo
Files:
 b057eb3c499cc370fc7613b18b11d49d 2319 devel optional 
prometheus-varnish-exporter_1.5.2-1.dsc
 f7957291e8837be4a38c7c6880f904c8 207466 devel optional 
prometheus-varnish-exporter_1.5.2.orig.tar.gz
 daafafd13edffb673977de094e106063 4960 devel optional 
prometheus-varnish-exporter_1.5.2-1.debian.tar.xz
 3881c85d3e9345fbf0a371bf9a9cc476 8545 devel optional 
prometheus-varnish-exporter_1.5.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEElUWWlhkoHBf/rFiR1QhaB1D9t6MFAl5uIDsACgkQ1QhaB1D9
t6NpBA//YCUdxVKkdvcAyqGMHWkHplr+ZXpLgfZcPTfwjPEtbWTsV6DQFu+sGvgQ
FjQNgYPOTuTVlbn+s1y29Sw3BpqNLBGfE05atPRQm7dIQbJXj3oVs9+BZErAWgLl
NVKtIlGgDE9kLA7BZXmtxr5fKApXMffMU5BsLgz351MouJRneA4z5HmOBSYqmF0F
jDtkJeIrKGzcwUbxqXP5bwm7IJe5UjTpz4HHfWuFg7FIggJsmAGfZFfb+zmhD1x0
dkiNGrbdqyzneAkh8GEWQYll+g9Y8V63fg9wGtlF7HRajzqMYjXAKGSR80iPomRC
JksgLzB0zGmYZVSIKOXicojFQSxEHcqQLxSzUbd7qrqz5IKHoClWyZGqyizJOs19
iiiXnasxPdCrJmQdATMfcR/XNrCxgHUHjDzwn1tIc9Azi/jQkVqR81O+j8CmZfFZ
ry+sNeuh6cQkNSE9QgQZJBxd/KoZelmAaWKDrXRyMdD9kGbDImum2PdFzy11O8lL
y1wp8yeCLmGNyX4od7AClfLdyoYQVL0KxV1m1/lk7pvgIt3oajVL+dfDG3P05jn+
TAYFlLtmK0hxf4WN5z8yKq/4Tib51466Fj92rhQ3B7SyetZP86LEOuyRRN70kNgT
gveX2MCchggQXobB2TfMnvIKRNsBObsJOrrCOLg9H1lknQUeRXU=
=y4jK
-END PGP SIGNATURE End Message ---
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Re: golang-github-thecreeper-go-notify: FTBFS: Errors while processing: libdbus2.0-cil libglib2.0-cil libgtk2.0-cil libdbus-glib2.0-cil libnotify0.4-cil libnotify-cil-dev sbuild-bu

2020-03-26 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:mono 6.8.0.105+dfsg-2
Bug #954635 [src:golang-github-thecreeper-go-notify] 
golang-github-thecreeper-go-notify: FTBFS: Errors while processing: 
libdbus2.0-cil  libglib2.0-cil  libgtk2.0-cil  libdbus-glib2.0-cil 
libnotify0.4-cil  libnotify-cil-dev  sbuild-build-depends-main-dummy
Bug reassigned from package 'src:golang-github-thecreeper-go-notify' to 
'src:mono'.
No longer marked as found in versions 
golang-github-thecreeper-go-notify/0.0~git20160203.0.b5cd147-4.
Ignoring request to alter fixed versions of bug #954635 to the same values 
previously set
Bug #954635 [src:mono] golang-github-thecreeper-go-notify: FTBFS: Errors while 
processing: libdbus2.0-cil  libglib2.0-cil  libgtk2.0-cil  libdbus-glib2.0-cil 
libnotify0.4-cil  libnotify-cil-dev  sbuild-build-depends-main-dummy
Marked as found in versions mono/6.8.0.105+dfsg-2.
> retitle -1 CLI binding packages fail to install: Unhandled Exception: 
> System.TypeInitializationException: The type initializer for 'Sys' threw an 
> exception
Bug #954635 [src:mono] golang-github-thecreeper-go-notify: FTBFS: Errors while 
processing: libdbus2.0-cil  libglib2.0-cil  libgtk2.0-cil  libdbus-glib2.0-cil 
libnotify0.4-cil  libnotify-cil-dev  sbuild-build-depends-main-dummy
Changed Bug title to 'CLI binding packages fail to install: Unhandled 
Exception: System.TypeInitializationException: The type initializer for 'Sys' 
threw an exception' from 'golang-github-thecreeper-go-notify: FTBFS: Errors 
while processing: libdbus2.0-cil  libglib2.0-cil  libgtk2.0-cil  
libdbus-glib2.0-cil libnotify0.4-cil  libnotify-cil-dev  
sbuild-build-depends-main-dummy'.
> affects -1 src:golang-github-thecreeper-go-notify libglib2.0-cil libgdcm-cil
Bug #954635 [src:mono] CLI binding packages fail to install: Unhandled 
Exception: System.TypeInitializationException: The type initializer for 'Sys' 
threw an exception
Added indication that 954635 affects src:golang-github-thecreeper-go-notify, 
libglib2.0-cil, and libgdcm-cil
> severity -1 grave
Bug #954635 [src:mono] CLI binding packages fail to install: Unhandled 
Exception: System.TypeInitializationException: The type initializer for 'Sys' 
threw an exception
Severity set to 'grave' from 'serious'

-- 
954635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: tagging 954521, tagging 954532, tagging 954594, tagging 954696, tagging 954534, tagging 954549 ...

2020-03-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 954521 - bullseye sid
Bug #954521 [src:golang-github-go-errors-errors] 
golang-github-go-errors-errors: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/go-errors/errors 
returned exit code 1
Removed tag(s) bullseye and sid.
> tags 954532 - bullseye sid
Bug #954532 [src:golang-google-cloud] golang-google-cloud: FTBFS: dh_auto_test: 
error: cd build && go test -vet=off -v -p 4 -short cloud.google.com/go 
cloud.google.com/go/asset/apiv1 [...] returned exit code 1
Removed tag(s) bullseye and sid.
> tags 954594 + experimental
Bug #954594 [src:golang-github-inconshreveable-log15] 
golang-github-inconshreveable-log15: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext 
github.com/inconshreveable/log15/term returned exit code 1
Added tag(s) experimental.
> tags 954696 - bullseye sid
Bug #954696 [src:golang-github-hashicorp-go-plugin] 
golang-github-hashicorp-go-plugin: FTBFS: 
src/github.com/hashicorp/go-plugin/internal/plugin/grpc_broker.pb.go:107:7: 
undefined: grpc.ClientConnInterface
Removed tag(s) bullseye and sid.
> tags 954534 - bullseye sid
Bug #954534 [src:golang-github-prometheus-client-golang] 
golang-github-prometheus-client-golang: FTBFS: dh_auto_test failed
Removed tag(s) sid and bullseye.
> tags 954549 + experimental
Bug #954549 [src:golang-github-json-iterator-go] 
golang-github-json-iterator-go: FTBFS: dh_auto_test failed
Added tag(s) experimental.
> tags 952628 =
Bug #952628 [gcc-9] hepmc3: FTBFS: Feature.h:296:69: internal compiler error: 
in get_fns, at cp/tree.c:2455
Removed tag(s) bullseye, ftbfs, and sid.
> found 944172 1.5+ds-6
Bug #944172 [openzwave] openzwave: non-standard gcc/g++ used for build (gcc-8)
Marked as found in versions openzwave/1.5+ds-6.
> tags 944172 + experimental
Bug #944172 [openzwave] openzwave: non-standard gcc/g++ used for build (gcc-8)
Added tag(s) experimental.
> tags 944167 =
Bug #944167 {Done: Stephen Kitt } [gcc-mingw-w64] 
gcc-mingw-w64: non-standard gcc/g++ used for build (gcc-8)
Removed tag(s) bullseye and sid.
> found 944167 21.5
Bug #944167 {Done: Stephen Kitt } [gcc-mingw-w64] 
gcc-mingw-w64: non-standard gcc/g++ used for build (gcc-8)
There is no source info for the package 'gcc-mingw-w64' at version '21.5' with 
architecture ''
Unable to make a source version for version '21.5'
Marked as found in versions 21.5.
> tags 938261 + experimental
Bug #938261 {Done: Sandro Tosi } [src:python-werkzeug] 
python-werkzeug: Python2 removal in sid/bullseye
Added tag(s) experimental.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
938261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=938261
944167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944167
944172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944172
952628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952628
954521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954521
954532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954532
954534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954534
954549: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954549
954594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954594
954696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#954373: marked as done (golang-github-buger-jsonparser: CVE-2020-10675)

2020-03-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Mar 2020 17:04:41 +
with message-id 
and subject line Bug#954373: fixed in golang-github-buger-jsonparser 
0.0~git20200322.0.f7e751e-1
has caused the Debian Bug report #954373,
regarding golang-github-buger-jsonparser: CVE-2020-10675
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.)


-- 
954373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-buger-jsonparser
Version: 0.0~git20170705.0.9addec9-2
Severity: grave
Tags: security upstream
Forwarded: https://github.com/buger/jsonparser/issues/188

Hi,

The following vulnerability was published for
golang-github-buger-jsonparser. The severity might be indeed
overrated, but the motiviation for making it RC is, that it looks to
be quite unmaintained versionwise.

CVE-2020-10675[0]:
| The Library API in buger jsonparser through 2019-12-04 allows
| attackers to cause a denial of service (infinite loop) via a Delete
| call.


If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2020-10675
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10675
[1] https://github.com/buger/jsonparser/issues/188

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: golang-github-buger-jsonparser
Source-Version: 0.0~git20200322.0.f7e751e-1
Done: Sascha Steinbiss 

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

Debian distribution maintenance software
pp.
Sascha Steinbiss  (supplier of updated 
golang-github-buger-jsonparser 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, 27 Mar 2020 17:20:46 +0100
Source: golang-github-buger-jsonparser
Architecture: source
Version: 0.0~git20200322.0.f7e751e-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Sascha Steinbiss 
Closes: 954373
Changes:
 golang-github-buger-jsonparser (0.0~git20200322.0.f7e751e-1) unstable; 
urgency=medium
 .
   * New upstream release.
 Fixes CVE-2020-10675 through upstream fixes.
 Closes: #954373
   * Use debhelper 12 and debhelper-compat.
   * Bump Standards-Version.
Checksums-Sha1:
 fab234192f9e2355709a92e9921489ff65da93d1 2383 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.dsc
 987b294dcfd75c1bee0bed8e72c90d15c8f23dd2 46284 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e.orig.tar.xz
 dbd0a1c68d51a14cf17a518cccd5f57c00e655ad 20144 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.debian.tar.xz
 f1653d5c46b35cdc0fa17eeac57c3a43240744c7 6196 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1_amd64.buildinfo
Checksums-Sha256:
 b81b420d0e4e28013194aaedbe4f5d0edd7882f51fae37f132e9a95488205ff4 2383 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.dsc
 63289c67482175cab5148a26f22cc033ecb1842e19b09b6bed219c6eac3a9784 46284 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e.orig.tar.xz
 0ff7223c05dadaa990c5ce9f0467edb71bf0156b5a7b72eb96243fb064fee9d2 20144 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.debian.tar.xz
 3e4f089a976bca2ba1c4238378193ab2fc4e7c092d965eac800290d433d9f739 6196 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1_amd64.buildinfo
Files:
 b5479679d114e3a0ac2dcb42c2ef56b0 2383 devel optional 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.dsc
 c29c61561347eb46b73513b790d06f1b 46284 devel optional 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e.orig.tar.xz
 71c8b2f04946b0a5ea852cb0a5e71e78 20144 devel optional 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1.debian.tar.xz
 39a60a3805c109fc147956259160a5e1 6196 devel optional 
golang-github-buger-jsonparser_0.0~git20200322.0.f7e751e-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAl5+L8YACgkQ6NN64vCf
SH

<    1   2   3   4   5   6   7   8   9   10   >