Your message dated Tue, 01 Mar 2016 07:27:06 +0000
with message-id <[email protected]>
and subject line Bug#814849: fixed in golang 2:1.6-1
has caused the Debian Bug report #814849,
regarding golang: FTBFS under pbuilder with USENETWORK=no
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 [email protected]
immediately.)


-- 
814849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814849
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang
Version: 2:1.5.3-1
Severity: normal

>From my pbuilder build log (on amd64):

...
   debian/rules override_dh_auto_test-arch
make[1]: Entering directory '/build/golang-1.5.3'
set -ex; \
        cd src; \
        export PATH="/build/golang-1.5.3/bin:$PATH"; \
        eval "$(go tool dist env)"; \
        bash run.bash --no-rebuild;
+ cd src
+ export PATH=/build/golang-1.5.3/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ go tool dist env
+ eval CC="gcc"
CC_FOR_TARGET="gcc"
GOROOT="/build/golang-1.5.3"
GOBIN="/build/golang-1.5.3/bin"
GOARCH="amd64"
GOOS="linux"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOTOOLDIR="/build/golang-1.5.3/pkg/tool/linux_amd64"
+ CC=gcc
+ CC_FOR_TARGET=gcc
+ GOROOT=/build/golang-1.5.3
+ GOBIN=/build/golang-1.5.3/bin
+ GOARCH=amd64
+ GOOS=linux
+ GOHOSTARCH=amd64
+ GOHOSTOS=linux
+ GOTOOLDIR=/build/golang-1.5.3/pkg/tool/linux_amd64
+ bash run.bash --no-rebuild

##### Testing packages.
ok      archive/tar     0.020s
ok      archive/zip     0.822s
ok      bufio   0.125s
ok      bytes   0.136s
ok      compress/bzip2  0.107s
ok      compress/flate  1.264s
ok      compress/gzip   0.039s
ok      compress/lzw    0.081s
ok      compress/zlib   1.567s
ok      container/heap  0.016s
ok      container/list  0.030s
ok      container/ring  0.021s
ok      crypto/aes      0.036s
ok      crypto/cipher   0.008s
ok      crypto/des      0.015s
ok      crypto/dsa      0.011s
ok      crypto/ecdsa    0.051s
ok      crypto/elliptic 0.044s
ok      crypto/hmac     0.035s
ok      crypto/md5      0.007s
ok      crypto/rand     0.046s
ok      crypto/rc4      0.148s
ok      crypto/rsa      0.140s
ok      crypto/sha1     0.006s
ok      crypto/sha256   0.032s
ok      crypto/sha512   0.012s
ok      crypto/subtle   0.007s
ok      crypto/tls      1.552s
ok      crypto/x509     1.884s
ok      database/sql    0.112s
ok      database/sql/driver     0.010s
ok      debug/dwarf     0.009s
ok      debug/elf       0.056s
ok      debug/gosym     1.259s
ok      debug/macho     0.005s
ok      debug/pe        0.024s
ok      debug/plan9obj  0.012s
ok      encoding/ascii85        0.012s
ok      encoding/asn1   0.018s
ok      encoding/base32 0.018s
ok      encoding/base64 0.012s
ok      encoding/binary 0.003s
ok      encoding/csv    0.011s
ok      encoding/gob    0.095s
ok      encoding/hex    0.008s
ok      encoding/json   0.258s
ok      encoding/pem    0.056s
ok      encoding/xml    0.016s
ok      errors  0.012s
ok      expvar  0.008s
ok      flag    0.011s
ok      fmt     0.213s
ok      go/ast  0.022s
ok      go/build        0.120s
ok      go/constant     0.009s
ok      go/doc  0.068s
ok      go/format       0.012s
ok      go/internal/gccgoimporter       0.008s
ok      go/internal/gcimporter  0.764s
ok      go/parser       0.048s
ok      go/printer      0.478s
ok      go/scanner      0.007s
ok      go/token        0.033s
ok      go/types        2.815s
ok      hash/adler32    0.007s
ok      hash/crc32      0.012s
ok      hash/crc64      0.003s
ok      hash/fnv        0.002s
ok      html    0.017s
ok      html/template   0.076s
ok      image   0.259s
ok      image/color     0.161s
ok      image/draw      0.160s
ok      image/gif       0.136s
ok      image/jpeg      0.380s
ok      image/png       0.071s
ok      index/suffixarray       0.036s
ok      internal/singleflight   0.024s
ok      internal/trace  0.002s
ok      io      0.054s
ok      io/ioutil       0.003s
ok      log     0.024s
ok      log/syslog      2.112s
ok      math    0.005s
ok      math/big        1.342s
ok      math/cmplx      0.020s
ok      math/rand       0.418s
ok      mime    0.011s
ok      mime/multipart  0.149s
ok      mime/quotedprintable    0.384s
--- FAIL: TestIPv4MulticastListener (0.00s)
        listen_test.go:552: listen udp 0.0.0.0:12345->224.0.0.254: setsockopt: 
no such device
FAIL
FAIL    net     2.040s
ok      net/http        7.252s
ok      net/http/cgi    0.427s
ok      net/http/cookiejar      0.028s
ok      net/http/fcgi   0.008s
ok      net/http/httptest       0.018s
ok      net/http/httputil       0.026s
ok      net/http/internal       0.008s
ok      net/internal/socktest   0.002s
ok      net/mail        0.024s
ok      net/rpc 0.027s
ok      net/rpc/jsonrpc 0.018s
ok      net/smtp        0.039s
ok      net/textproto   0.044s
ok      net/url 0.006s
ok      os      0.270s
ok      os/exec 0.224s
ok      os/signal       3.496s
ok      os/user 0.005s
ok      path    0.015s
ok      path/filepath   0.016s
ok      reflect 0.278s
ok      regexp  0.299s
ok      regexp/syntax   0.541s
ok      runtime 25.350s
ok      runtime/debug   0.008s
ok      runtime/pprof   6.452s
ok      runtime/trace   4.496s
ok      sort    0.104s
ok      strconv 0.354s
ok      strings 0.297s
ok      sync    0.180s
ok      sync/atomic     1.230s
ok      syscall 0.160s
ok      testing 2.529s
ok      testing/quick   0.060s
ok      text/scanner    0.036s
ok      text/tabwriter  0.036s
ok      text/template   0.036s
ok      text/template/parse     0.006s
ok      time    2.811s
ok      unicode 0.028s
ok      unicode/utf16   0.030s
ok      unicode/utf8    0.010s
ok      cmd/addr2line   1.706s
ok      cmd/api 0.016s
ok      cmd/asm/internal/asm    0.038s
ok      cmd/asm/internal/lex    0.020s
ok      cmd/compile/internal/big        3.248s
ok      cmd/cover       3.072s
ok      cmd/doc 0.042s
ok      cmd/fix 0.024s
ok      cmd/go  26.411s
ok      cmd/gofmt       0.088s
ok      cmd/internal/goobj      0.014s
ok      cmd/internal/obj        0.005s
ok      cmd/internal/obj/x86    0.040s
ok      cmd/internal/rsc.io/arm/armasm  0.010s
ok      cmd/internal/rsc.io/x86/x86asm  0.314s
ok      cmd/nm  1.671s
ok      cmd/objdump     3.603s
ok      cmd/pack        3.189s
ok      cmd/pprof/internal/profile      0.003s
ok      cmd/vet 4.295s
2016/02/12 18:45:07 Failed: exit status 1
debian/rules:29: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/build/golang-1.5.3'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: golang
Source-Version: 2:1.6-1

We believe that the bug you reported is fixed in the latest version of
golang, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tianon Gravi <[email protected]> (supplier of updated golang 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 29 Feb 2016 16:10:32 -0800
Source: golang
Binary: golang-go golang-src golang-doc golang
Architecture: source
Version: 2:1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Go Compiler Team <[email protected]>
Changed-By: Tianon Gravi <[email protected]>
Description:
 golang     - Go programming language compiler - metapackage
 golang-doc - Go programming language - documentation
 golang-go  - Go programming language compiler, linker, compiled stdlib
 golang-src - Go programming language - source files
Closes: 734357 807138 807290 807294 807299 807303 807304 814849
Changes:
 golang (2:1.6-1) unstable; urgency=medium
 .
   * Update to 1.6 upstream release (thanks Hilko!)
     - change "ar" arguments to quiet spurious warnings while using gccgo
       (Closes: #807138)
     - skip multicast listen test (Closes: #814849)
     - skip userns tests when chrooted (Closes: #807303)
     - use correct ELF header for armhf binaries (Closes: #734357)
     - Update debian/rules clean for new location of generated file.
 .
   [ Michael Hudson-Doyle ]
   * Respect "nocheck" in DEB_BUILD_OPTIONS while building to skip tests
     (Closes: #807290)
   * Trim Build-Depends (Closes: #807299)
   * Fix several minor debian/copyright issues (Closes: #807304)
   * Remove inconsistently included race-built packages (Closes: #807294)
 .
   [ Tianon Gravi ]
   * Add "-k" to "run.bash" invocation so that we do a full test run every time
Checksums-Sha1:
 a1de9a062a303353ed7fdb26995c906b809bdabe 2256 golang_1.6-1.dsc
 3282b6cb1e491662f7067544605d8cbf6f016553 12613308 golang_1.6.orig.tar.gz
 c38dd315a3bcb1e0ce549632d30dfe3bb232a75f 37472 golang_1.6-1.debian.tar.xz
Checksums-Sha256:
 a8f5be603b590c4520a5ace48ceeaa1bb015453dda184accac87806c4e6cea85 2256 
golang_1.6-1.dsc
 a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146 12613308 
golang_1.6.orig.tar.gz
 f6af298cce7811b34e6d8f39331d00ca0334f8183fa014c716197f5e102af04e 37472 
golang_1.6-1.debian.tar.xz
Files:
 e08a3a8cdd4a3fa79a8438236d641f8c 2256 devel optional golang_1.6-1.dsc
 e67833ea37fbc002fbe38efe6c1bcd98 12613308 devel optional golang_1.6.orig.tar.gz
 6b2b20185c46d7fd4fb1c7f5481f61bf 37472 devel optional 
golang_1.6-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJW1N40AAoJEANqnCW/NX3Uu8YP/AyfiroY7WzPtdLP3xR1Ia52
GfhgMMst31IdpwHzJXPStwMlWC1BRbFG8e9/K/OATRQPuzhmsLeUu4W86zkc1VHy
U/Ui5MmgqroRo0ECIuhDAlzzJfJDmxoGqFA02jMqKK4SOVJUcztWvWTXAL2ZuJfK
rJaylPVC9Xe9aQjrpFRwxxEat1TYkEuwsNMI6I1Uoh31j5qzPD8DgJh5bO+rWNZt
YaTB1lt/ypMSWBP5kGvLFjucQiyqZkO7EvMkodTs+ZZ5IZqfiFmOaiQ+OVKBBDUT
TtG93QSc9PHrnY8+nSRYP5RnyrFDJlRYlmZ8xb7+dMuf65qtSy6dwdai8aCNp9Dc
NaVP8dTX9lnEmTMonkSEJXBFj2dEGCqpAn5d/gdcFls3sK7xc+pQoiSuSdCzMn3k
y+hC3WNhDpNpNxbzfrbjIbnkVyyLm7YXXnxuVgShRAjXzmmZHuJ4+c28KrNa7VbC
0lN8p/Mx+TQo76GHFKik+zsFn7FqnKtM8uJscQBE70M9y7vfFZSUgyxFU5NusHMQ
FcgnkIsARQKJr2u4wVr8IFIjpscGLD/XkhKG9Sv1fzjULo2f+Gq0mC11J3WhM+m9
nrfqQiesIu8LuRZ3AdyayJfRiNdCsez7PDr7BaHIf4ckHmOhgEl+JiZxYGU7LMJL
56F31AdGCtfKjkF3rJuZ
=HW7K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to