[pkg-go] Processed: bug 832834 is forwarded to https://github.com/coreos/bbolt/issues/54

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

> forwarded 832834 https://github.com/coreos/bbolt/issues/54
Bug #832834 [src:golang-github-boltdb-bolt] golang-github-boltdb-bolt: FTBFS 
randomly (failing tests)
Set Bug forwarded-to-address to 'https://github.com/coreos/bbolt/issues/54'.
> thanks
Stopping processing here.

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

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


[pkg-go] Bug#832834: golang-github-boltdb-bolt: FTBFS: Tests failures

2017-09-22 Thread Santiago Vila
On Fri, Sep 22, 2017 at 11:48:02PM +0800, Shengjing Zhu wrote:
> I meet this FTBFS either.
> After looking at the code, I think it's caused by this test only waits
> 5s for writing 134M data.
> So I changed the time to 180s which I think sufficient for most disks.
> https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-boltdb-bolt.git/commit/?id=e989709
> 
> Since the upstream is not active now, I haven't reported it to upstream.

Hmm. Why would a test suite have to test the disk speed at all?

A test suite in a program is supposed to test the program,
not the underlying hardware.

IMHO; I don't think such kind of tests are really useful.
I would just disable the test completely.

Thanks.

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


[pkg-go] Bug#832834: golang-github-boltdb-bolt: FTBFS: Tests failures

2017-09-22 Thread Shengjing Zhu
And Santiago, Lucas,
Could you help to test and see if it still FTBFS?

On Fri, Sep 22, 2017 at 11:48 PM, Shengjing Zhu  wrote:
> I meet this FTBFS either.
> After looking at the code, I think it's caused by this test only waits
> 5s for writing 134M data.
> So I changed the time to 180s which I think sufficient for most disks.
> https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-boltdb-bolt.git/commit/?id=e989709
>
> Since the upstream is not active now, I haven't reported it to upstream.
>
> Thanks
> Shengjing Zhu



-- 
Best regards,
Shengjing Zhu

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


[pkg-go] Bug#832834: golang-github-boltdb-bolt: FTBFS: Tests failures

2017-09-22 Thread Shengjing Zhu
I meet this FTBFS either.
After looking at the code, I think it's caused by this test only waits
5s for writing 134M data.
So I changed the time to 180s which I think sufficient for most disks.
https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-boltdb-bolt.git/commit/?id=e989709

Since the upstream is not active now, I haven't reported it to upstream.

Thanks
Shengjing Zhu

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


[pkg-go] Bug#832834: Pending fixes for bugs in the golang-github-boltdb-bolt package

2017-09-22 Thread pkg-go-maintainers
tag 832834 + pending
thanks

Some bugs in the golang-github-boltdb-bolt package are closed in
revision e98970977681072fa047856e65cf1b9445e89631 in branch 'master'
by Shengjing Zhu

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-boltdb-bolt.git/commit/?id=e989709

Commit message:

Add patch to increase waiting time (Closes: #832834)

Signed-off-by: Shengjing Zhu 

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


[pkg-go] Processed: Pending fixes for bugs in the golang-github-boltdb-bolt package

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

> tag 832834 + pending
Bug #832834 [src:golang-github-boltdb-bolt] golang-github-boltdb-bolt: FTBFS 
randomly (failing tests)
Added tag(s) pending.
> thanks
Stopping processing here.

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

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


[pkg-go] Processed: retitle 876461 to golang-github-boltdb-bolt: Add mips supports

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

> retitle 876461 golang-github-boltdb-bolt: Add mips supports
Bug #876461 [src:golang-github-boltdb-bolt] golang-github-boltdb-bolt: Add 
mipse supports
Changed Bug title to 'golang-github-boltdb-bolt: Add mips supports' from 
'golang-github-boltdb-bolt: Add mipse supports'.
> thanks
Stopping processing here.

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

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


[pkg-go] Bug#876461: golang-github-boltdb-bolt: Add mipse supports

2017-09-22 Thread Shengjing Zhu
Source: golang-github-boltdb-bolt
Severity: wishlist

Dear Maintainer,

Currently boltdb doesn't support mips* due to missing some variables on
these archs.
However the upstream seems give up maintaining this project[1], and the
author suggests people to use the coreos's fork[2].

So I wonder if we can backport two simple files to this project to enable
more archs support.
https://github.com/coreos/bbolt/blob/master/bolt_mips64x.go
https://github.com/coreos/bbolt/blob/master/bolt_mipsx.go

[1] https://github.com/boltdb/bolt#a-message-from-the-author
[2] https://github.com/coreos/bbolt

Thanks
Shengjing Zhu


signature.asc
Description: PGP signature
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_source.changes ACCEPTED into unstable

2017-09-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Sep 2017 01:00:35 -0500
Source: golang-github-couchbase-moss
Binary: golang-github-couchbase-moss-dev
Architecture: source
Version: 0.0~git20170828.0.61afce4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-couchbase-moss-dev - moss provides a fast key/value storage 
library for golang
Changes:
 golang-github-couchbase-moss (0.0~git20170828.0.61afce4-2) unstable; 
urgency=medium
 .
   * Disable troublesome tests.
Checksums-Sha1:
 a3d30fa2105a3c016859b6d087fc7942fc5f3cc3 2536 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.dsc
 8c3b2341e8b6373e999b8ca27984df6220a73456 2436 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.debian.tar.xz
 b157b81abbab7dbd297baf50c7e87804fb69c704 6551 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_amd64.buildinfo
Checksums-Sha256:
 8fb00ba3f9f6a9f23d8043f68aceb49e57e7a364bd8da19f53e7bdf0691ac39f 2536 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.dsc
 675b181feb8aaadff8584a12f63acae75d49f76a839129e107d8c072ab65595e 2436 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.debian.tar.xz
 1f7429f5ea22731aab9c2722f659bee91aec4836e7f5bf85f0b8926d7f84f712 6551 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_amd64.buildinfo
Files:
 b1256531dd31485b3f5601c458fe2346 2536 devel extra 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.dsc
 479012df6c4370e51d9bb58c7114141c 2436 devel extra 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.debian.tar.xz
 e6853fe6a730fcb5c7e55252a0bc0938 6551 devel extra 
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCAA0FiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAlnEp5AWHG1pY2hhZWxA
bHVzdGZpZWxkLm5ldAAKCRADqIkadlrQheZcD/9xe+10/fkLKZVCs3q7x1v4w1kG
1QjmEf0/kj1j62+8UCnrEIA+5OoBMl5dO10+0hpjIrYS1ZYXBoEP2ang8qbT945n
ZrvyPGVmbyvZDsRZpx0+WHdrzMWDk37ZrIUPtJVGmqHLeLijtbsW0ocuTIl4lEnv
Gjug5wNptf2isQrctjn01JVv6MaWWhS7V4ijp+fZk1LrmDdqy6YimuS1lDicRiik
Fe5M4SQPE8wgquEhJSEJVrFEf1xDZPFEDaVG1mLLNDg7mkc+6VNCct/6Sf35qpkN
md0Y/PcyCJYptkMCZsttRpdYA6VnPccqElboxP2z0xo8AQk7W7NjvV1R94vqez2j
RHRLlNjJLxitYUpwQdCIDxAEU+CiA1Y57ewveW8a5bFR4jWFyQbw9VAz5W6/dmrC
6iipf0fSnNk/YBpAJcwYKiPaJXus6HRa7VZtvFT9vSD8GtyBnHZt8oo6Stokqfos
doRDbTOsqxDbqxm8Tul4Hcvj/dzAK5KTAumgusaIvok5RVa/l8tm2lDcdt3bC3X/
CZpGJPJj64ARbX4+UnXVLGFPSOsgKJARk2vP+tsWlB3OlOYf+0yU95PVxCQzMeZd
gnojkDdeWShuBWPyfsUKJbdn5whbAhAum+mxLpftafuajsVgagRRwvezZZ+AksZd
e7ykCmoEMYMUtuckUg==
=7rP9
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[pkg-go] Processing of golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_source.changes

2017-09-22 Thread Debian FTP Masters
golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_source.changes 
uploaded successfully to localhost
along with the files:
  golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.dsc
  golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2.debian.tar.xz
  golang-github-couchbase-moss_0.0~git20170828.0.61afce4-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

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