Your message dated Thu, 04 May 2017 18:03:26 +0000
with message-id <e1d6l66-0004rw...@fasolo.debian.org>
and subject line Bug#860660: fixed in golang-github-cznic-fileutil 
0.0~git20150708.0.1c9c88f-2
has caused the Debian Bug report #860660,
regarding golang-github-cznic-fileutil: FTBFS on i386: dh_auto_test: go test -v 
-p 1 github.com/cznic/fileutil github.com/cznic/fileutil/falloc 
github.com/cznic/fileutil/hdb github.com/cznic/fileutil/storage 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.)


-- 
860660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-cznic-fileutil
Version: 0.0~git20150708.0.1c9c88f-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>    dh_testdir -O--buildsystem=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       go install -v -p 1 github.com/cznic/fileutil 
> github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb 
> github.com/cznic/fileutil/storage
> github.com/cznic/fileutil
> github.com/cznic/fileutil/storage
> github.com/cznic/mathutil
> github.com/cznic/fileutil/falloc
> github.com/cznic/fileutil/hdb
>    dh_auto_test -O--buildsystem=golang
>       go test -v -p 1 github.com/cznic/fileutil 
> github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb 
> github.com/cznic/fileutil/storage
> === RUN   TestTempFile
> --- PASS: TestTempFile (0.00s)
>       all_test.go:21: /tmp/abc398555854mno.xyz
> === RUN   TestPunch
> --- FAIL: TestPunch (0.07s)
>       punch_test.go:33: 0. error punching at 1, size 1: SYS_FALLOCATE: 
> invalid argument
>       punch_test.go:33: 1. error punching at 31, size 31: SYS_FALLOCATE: 
> invalid argument
>       punch_test.go:33: 2. error punching at 1024, size 1024: SYS_FALLOCATE: 
> invalid argument
> FAIL
> exit status 1
> FAIL  github.com/cznic/fileutil       0.077s
> === RUN   TestCreate
> --- PASS: TestCreate (0.00s)
> === RUN   TestOpen
> --- PASS: TestOpen (0.00s)
> === RUN   TestContentEncodingDecoding
> --- PASS: TestContentEncodingDecoding (1.44s)
> === RUN   TestFreeTail
> --- PASS: TestFreeTail (1.03s)
> === RUN   TestFreeTail2
> --- PASS: TestFreeTail2 (0.99s)
> === RUN   TestFreeIsolated
> --- PASS: TestFreeIsolated (0.53s)
> === RUN   TestFreeBlockList
> --- PASS: TestFreeBlockList (0.01s)
>       all_test.go:986: 0 1
>       all_test.go:986: 1 0
> === RUN   TestFreeBlockList2
> --- PASS: TestFreeBlockList2 (0.02s)
> === RUN   TestFreeBlockList3
> --- PASS: TestFreeBlockList3 (3.91s)
> === RUN   TestRealloc1
> --- PASS: TestRealloc1 (0.02s)
> === RUN   TestRealloc1Keep
> --- PASS: TestRealloc1Keep (0.02s)
> === RUN   TestRealloc2
> --- PASS: TestRealloc2 (0.02s)
> === RUN   TestRealloc2Keep
> --- PASS: TestRealloc2Keep (0.02s)
> === RUN   TestRealloc3
> --- PASS: TestRealloc3 (0.02s)
> === RUN   TestRealloc3Keep
> --- PASS: TestRealloc3Keep (0.02s)
> === RUN   TestRealloc4Keep
> --- PASS: TestRealloc4Keep (0.01s)
> === RUN   TestRealloc5
> --- PASS: TestRealloc5 (0.02s)
> === RUN   TestRealloc5Keep
> --- PASS: TestRealloc5Keep (0.01s)
> === RUN   TestRealloc6
> --- PASS: TestRealloc6 (0.01s)
> === RUN   TestRealloc6Keep
> --- PASS: TestRealloc6Keep (0.01s)
> === RUN   TestRelocRealloc1
> --- PASS: TestRelocRealloc1 (0.01s)
> === RUN   TestRelocRealloc1Keep
> --- PASS: TestRelocRealloc1Keep (0.01s)
> === RUN   TestRelocRealloc2
> --- PASS: TestRelocRealloc2 (0.01s)
> === RUN   TestRelocRealloc2Keep
> --- PASS: TestRelocRealloc2Keep (0.01s)
> === RUN   TestRelocRealloc3
> --- PASS: TestRelocRealloc3 (0.01s)
> === RUN   TestRelocRealloc3Keep
> --- PASS: TestRelocRealloc3Keep (0.01s)
> === RUN   TestRelocRealloc4
> --- PASS: TestRelocRealloc4 (0.01s)
> === RUN   TestRelocRealloc4Keep
> --- PASS: TestRelocRealloc4Keep (0.01s)
> === RUN   TestRelocRealloc5
> --- PASS: TestRelocRealloc5 (0.01s)
> === RUN   TestRelocRealloc5Keep
> --- PASS: TestRelocRealloc5Keep (0.01s)
> === RUN   TestRelocRealloc6
> --- PASS: TestRelocRealloc6 (0.01s)
> === RUN   TestRelocRealloc6Keep
> --- PASS: TestRelocRealloc6Keep (0.01s)
> === RUN   TestFreespaceReuse
> --- PASS: TestFreespaceReuse (0.01s)
> === RUN   TestFreespaceReuse2
> --- PASS: TestFreespaceReuse2 (0.01s)
> === RUN   TestBug1
> --- PASS: TestBug1 (0.00s)
> === RUN   TestMix
> --- PASS: TestMix (15.81s)
>       all_test.go:2983: 1024
>       all_test.go:3023: write time A 4.34
>       all_test.go:3027: size A 15692448 for 15627564 bytes (fill factor 99.6%)
>       all_test.go:3038: read time A 4.69
>       all_test.go:3046: free time A 0.00412
>       all_test.go:3050: size B 15670864 (freeing half of the blocks)
>       all_test.go:3066: read time B 2.26
>       all_test.go:3084: realoc time B 2.16
>       all_test.go:3088: size C 21024976 for 15627564 bytes (reallocated all 
> used blocks to double size, fill factor 74.3%
>       all_test.go:3104: read time C 2.3
> PASS
> ok    github.com/cznic/fileutil/falloc        24.072s
> === RUN   TestPlaceholder
> --- PASS: TestPlaceholder (0.00s)
>       all_test.go:14: TODO
> PASS
> ok    github.com/cznic/fileutil/hdb   0.003s
> === RUN   TestCache0
> --- PASS: TestCache0 (0.00s)
> === RUN   TestCache1
> --- PASS: TestCache1 (0.00s)
> === RUN   TestDevNothing
> --- PASS: TestDevNothing (0.00s)
>       dev_test.go:15: not enabled
> === RUN   Test
> --- PASS: Test (0.00s)
>       mem_test.go:14: TODO placeholder
> === RUN   TestProbe
> --- PASS: TestProbe (0.00s)
> PASS
> ok    github.com/cznic/fileutil/storage       0.004s
> dh_auto_test: go test -v -p 1 github.com/cznic/fileutil 
> github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb 
> github.com/cznic/fileutil/storage returned exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-1_testing-i386.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-cznic-fileutil
Source-Version: 0.0~git20150708.0.1c9c88f-2

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

Debian distribution maintenance software
pp.
Roger Shimizu <rogershim...@gmail.com> (supplier of updated 
golang-github-cznic-fileutil 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, 04 May 2017 13:03:57 +0900
Source: golang-github-cznic-fileutil
Binary: golang-github-cznic-fileutil-dev
Architecture: source
Version: 0.0~git20150708.0.1c9c88f-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintainers@lists.alioth.debian.org>
Changed-By: Roger Shimizu <rogershim...@gmail.com>
Description:
 golang-github-cznic-fileutil-dev - Golang file utility functions
Closes: 860660
Changes:
 golang-github-cznic-fileutil (0.0~git20150708.0.1c9c88f-2) unstable; 
urgency=medium
 .
   * Team upload.
 .
   [ Tim Potter ]
   * debian/control:
     - Add me to uploaders.
 .
   [ Roger Shimizu ]
   * debian/patches:
     - Add a patch from upstream to fix FTBFS on 32-bit system.
       (Closes: #860660).
Checksums-Sha1:
 09305b3f326b6ff3e95e04a4d63ef68f8e3be040 2383 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.dsc
 bb4169dd6d7983e96a7b4b1c9beaebee0b1d3909 3580 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.debian.tar.xz
 a00a7650befd0361855bc8340dd449511a1710b5 5207 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2_amd64.buildinfo
Checksums-Sha256:
 68c32413f9731516117ec03ff8a7810cbc1da0e8d4029934a874f6d773b3d27b 2383 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.dsc
 17a6a8138772da7dacdc72b7c6d1a8fa0b3387b5f568a63a4d842526cf7b87b5 3580 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.debian.tar.xz
 28cb5c649a6dd3261a41b2ee22cc3564689222b4e6cbcda3813e5b4eefe6e87f 5207 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2_amd64.buildinfo
Files:
 613eaeb7bb845d77a649f788dd513256 2383 devel extra 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.dsc
 cf0fc6b4df90836859ed74fd999f2052 3580 devel extra 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2.debian.tar.xz
 06dd7ea0e24292970734b7df3007c326 5207 devel extra 
golang-github-cznic-fileutil_0.0~git20150708.0.1c9c88f-2_amd64.buildinfo

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

iQIcBAEBCgAGBQJZC2dyAAoJEBMC8fA26+sZYVIQAJwmepOjDRwOhrlirIGCJQIf
PirbGGooUELiv0w4sVuziNiOvKA26CkgbTqbWZeOxyG4MYYm8L9gw5D4QS3QcydI
h2m8QXxbYmNteQWKFXyTBDXpkpjM/hzaYMXVEsbLeMeshAkHkbHm0SUI28AJ0TYB
YS5PRNpkaOrvZLje/BoU2jucCYlNx5Fr618geA4ZYfmDLh7EpR9ngE5OGj1CiqCl
ckMEwLd4DEvMFY64LFERVZVMUGBeeUXAEi/ASvmOerxHPTH5c06aehgPZL7GBagc
9Uzf8sW38NcvGXg6mpTWuOGWrOD091Hjvf47zLLZTccS4gRz8S8TpKBD7RdWHkMR
7w+2FQAoZ7StNrNXV1rIUJfBBXVLzLu15DmLCiVSqrjrNT6tMSw7KeRCK/Wft2mI
NkI5x7DkyByyIQVGeogeVJAKjAxyzC9SExedaoLycIuVdt81hnhGn58zbgR8fpo8
UsH3YvXRSEK5XDs6BnQknvBfrNuuZmn3TUOeiBW8JowvFz0wTgdDYRfSd4rZ6/W9
hIeVwP2UBMDgQkz7TkyPfUsRDbx2yGwMFyg9fqEdMnsFa3YcKCStR9E/eqibWz8y
easWBO62mLN+x2nQkBSeCd6XChXdBnzw8yROSMW1hWsPomn5LFnm3ZqxesetLsA9
LsKm38vFu2jofkIkk8ca
=rkxg
-----END PGP SIGNATURE-----

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

Reply via email to