Your message dated Mon, 13 Nov 2023 01:18:59 +0000
with message-id <e1r2lbp-008sb9...@fasolo.debian.org>
and subject line Bug#1036256: fixed in golang-github-pin-tftp 3.1.0-1
has caused the Debian Bug report #1036256,
regarding golang-github-pin-tftp: FTBFS in testing: dh_auto_test: error: cd 
_build && go test -vet=off -v -p 8 github.com/pin/tftp 
github.com/pin/tftp/netascii 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.)


-- 
1036256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-pin-tftp
Version: 2.2.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230517 ftbfs-bookworm

Hi,

During a rebuild of all packages in testing (bookworm), your package failed
to build on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
>    dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go install -trimpath -v -p 8 github.com/pin/tftp 
> github.com/pin/tftp/netascii
> internal/goarch
> internal/race
> internal/unsafeheader
> internal/goexperiment
> internal/goos
> internal/cpu
> runtime/internal/syscall
> sync/atomic
> runtime/internal/atomic
> runtime/internal/math
> internal/abi
> unicode
> runtime/internal/sys
> unicode/utf8
> math/bits
> internal/itoa
> golang.org/x/net/internal/iana
> internal/nettrace
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> math/rand
> runtime/cgo
> errors
> sort
> internal/oserror
> internal/safefilepath
> io
> path
> vendor/golang.org/x/net/dns/dnsmessage
> strconv
> syscall
> github.com/pin/tftp/netascii
> bytes
> strings
> reflect
> internal/syscall/execenv
> internal/syscall/unix
> time
> context
> io/fs
> internal/poll
> os
> internal/fmtsort
> encoding/binary
> golang.org/x/sys/unix
> internal/godebug
> fmt
> internal/intern
> net/netip
> net
> golang.org/x/net/bpf
> golang.org/x/net/internal/socket
> golang.org/x/net/ipv4
> golang.org/x/net/ipv6
> github.com/pin/tftp
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 8 github.com/pin/tftp 
> github.com/pin/tftp/netascii
> === RUN   TestZeroLengthSinglePort
> --- PASS: TestZeroLengthSinglePort (0.00s)
> === RUN   TestSendReceiveSinglePortWithBlockSize
> panic: test timed out after 10m0s
> 
> goroutine 1643 [running]:
> testing.(*M).startAlarm.func1()
>       /usr/lib/go-1.19/src/testing/testing.go:2036 +0x8e
> created by time.goFunc
>       /usr/lib/go-1.19/src/time/sleep.go:176 +0x32
> 
> goroutine 1 [chan receive, 10 minutes]:
> testing.(*T).Run(0xc000107520, {0x6315de?, 0x4d8ce5?}, 0x6517c8)
>       /usr/lib/go-1.19/src/testing/testing.go:1494 +0x37a
> testing.runTests.func1(0xc000117710?)
>       /usr/lib/go-1.19/src/testing/testing.go:1846 +0x6e
> testing.tRunner(0xc000107520, 0xc000179cd8)
>       /usr/lib/go-1.19/src/testing/testing.go:1446 +0x10b
> testing.runTests(0xc000133360?, {0x796d40, 0x1b, 0x1b}, {0x7fbf08f3ba68?, 
> 0x40?, 0x7cb9a0?})
>       /usr/lib/go-1.19/src/testing/testing.go:1844 +0x456
> testing.(*M).Run(0xc000133360)
>       /usr/lib/go-1.19/src/testing/testing.go:1726 +0x5d9
> main.main()
>       _testmain.go:99 +0x1aa
> 
> goroutine 36 [chan send, 9 minutes]:
> github.com/pin/tftp.(*Server).Shutdown(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/server.go:310 +0x65
> github.com/pin/tftp.TestSendReceiveSinglePortWithBlockSize(0xe?)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port_test.go:20 
> +0xa9
> testing.tRunner(0xc00008a4e0, 0x6517c8)
>       /usr/lib/go-1.19/src/testing/testing.go:1446 +0x10b
> created by testing.(*T).Run
>       /usr/lib/go-1.19/src/testing/testing.go:1493 +0x35f
> 
> goroutine 22 [chan receive, 10 minutes]:
> github.com/pin/tftp.(*Server).internalGC(0xc0001a6000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:121 +0x70
> created by github.com/pin/tftp.(*Server).EnableSinglePort
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/server.go:129 +0x185
> 
> goroutine 38 [IO wait, 9 minutes]:
> internal/poll.runtime_pollWait(0x7fbee00cef68, 0x72)
>       /usr/lib/go-1.19/src/runtime/netpoll.go:305 +0x89
> internal/poll.(*pollDesc).wait(0xc0000a0180?, 0xc000b2d800?, 0x0)
>       /usr/lib/go-1.19/src/internal/poll/fd_poll_runtime.go:84 +0x32
> internal/poll.(*pollDesc).waitRead(...)
>       /usr/lib/go-1.19/src/internal/poll/fd_poll_runtime.go:89
> internal/poll.(*FD).RawRead(0xc0000a0180, 0xc00099a1e0)
>       /usr/lib/go-1.19/src/internal/poll/fd_unix.go:766 +0x145
> net.(*rawConn).Read(0xc00011a0a0, 0xc0004c4fa8?)
>       /usr/lib/go-1.19/src/net/rawconn.go:43 +0x45
> golang.org/x/net/internal/socket.(*Conn).recvMsg(0xc000152380, 0xc000b2d800, 
> 0x0)
>       
> /<<PKGBUILDDIR>>/_build/src/golang.org/x/net/internal/socket/rawconn_msg.go:28
>  +0x179
> golang.org/x/net/internal/socket.(*Conn).RecvMsg(...)
>       
> /<<PKGBUILDDIR>>/_build/src/golang.org/x/net/internal/socket/socket.go:247
> golang.org/x/net/ipv6.(*payloadHandler).ReadFrom(0xc0001005b0, {0xc000372000, 
> 0x7d4, 0x7d4})
>       /<<PKGBUILDDIR>>/_build/src/golang.org/x/net/ipv6/payload_cmsg.go:32 
> +0x3c5
> github.com/pin/tftp.(*Server).getPacket(0xc0000d8090?, {0xc000372000?, 
> 0xc00001b365?, 0x0?})
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:77 +0x185
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:43 +0x2b2
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pin/tftp.(*Server).singlePortProcessRequests(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:55 +0x465
> github.com/pin/tftp.(*Server).singlePortProcessRequests.func1()
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:29 +0x314
> panic({0x5ef840, 0x689a50})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> created by github.com/pin/tftp.makeTestServer
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/tftp_test.go:439 +0x245
> 
> goroutine 37 [chan receive, 9 minutes]:
> github.com/pin/tftp.(*Server).internalGC(0xc0000d8000)
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/single_port.go:121 +0x70
> created by github.com/pin/tftp.(*Server).EnableSinglePort
>       /<<PKGBUILDDIR>>/_build/src/github.com/pin/tftp/server.go:129 +0x185
> FAIL  github.com/pin/tftp     600.060s
> === RUN   TestTo
> --- PASS: TestTo (0.00s)
> === RUN   TestFrom
> --- PASS: TestFrom (0.00s)
> === RUN   TestWriteRead
> --- PASS: TestWriteRead (0.00s)
> === RUN   TestOneByte
> --- PASS: TestOneByte (0.00s)
> PASS
> ok    github.com/pin/tftp/netascii    0.002s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> github.com/pin/tftp github.com/pin/tftp/netascii returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2023/05/17/golang-github-pin-tftp_2.2.0-3_testing.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230517;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230517&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: golang-github-pin-tftp
Source-Version: 3.1.0-1
Done: Arnaud Rebillout <arna...@kali.org>

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

Debian distribution maintenance software
pp.
Arnaud Rebillout <arna...@kali.org> (supplier of updated golang-github-pin-tftp 
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: Mon, 13 Nov 2023 08:02:22 +0700
Source: golang-github-pin-tftp
Architecture: source
Version: 3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Arnaud Rebillout <arna...@kali.org>
Closes: 1036256
Changes:
 golang-github-pin-tftp (3.1.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 3.1.0 (Closes: #1036256)
Checksums-Sha1:
 e936c7ea28ce86b5654e75de85ec72d90cb605b5 2219 
golang-github-pin-tftp_3.1.0-1.dsc
 7a147ab989a4f6a126e7d2b252c9027712a0bffc 20798 
golang-github-pin-tftp_3.1.0.orig.tar.gz
 3788ebf0234bf119307bc7884fada4a159c747fb 2576 
golang-github-pin-tftp_3.1.0-1.debian.tar.xz
 2752a304c69a6a479ec9d9c37ba8334fe3e41a3d 6267 
golang-github-pin-tftp_3.1.0-1_source.buildinfo
Checksums-Sha256:
 9de09c4cacd2bc859d5003c56008988a40456456e9425ba4395de1e9eb19270c 2219 
golang-github-pin-tftp_3.1.0-1.dsc
 66f3a2788a6c0ab0bedb0ce2e724d7d8427210072ed5e77d48e7aebc6f5f1e3b 20798 
golang-github-pin-tftp_3.1.0.orig.tar.gz
 2b8828b614af5984efe4c63bc85bb007f087f0257d490ebdfb1ef05a5a0b8585 2576 
golang-github-pin-tftp_3.1.0-1.debian.tar.xz
 95ea5bd1819f08da769174b052b65d9893e63e11d0f3c4c235920919125858ca 6267 
golang-github-pin-tftp_3.1.0-1_source.buildinfo
Files:
 754a8a39e7536730713ad149fec16e1e 2219 golang optional 
golang-github-pin-tftp_3.1.0-1.dsc
 e9d2f15c71c3b00fdfe4ef1d1f6af2e8 20798 golang optional 
golang-github-pin-tftp_3.1.0.orig.tar.gz
 ea890fceadea6bdb8214bc5acbc405cd 2576 golang optional 
golang-github-pin-tftp_3.1.0-1.debian.tar.xz
 8cb7f72f139d229b298d6480b008d20d 6267 golang optional 
golang-github-pin-tftp_3.1.0-1_source.buildinfo

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

iQJFBAEBCgAvFiEE0Kl7ndbut+9n4bYs5yXoeRRgAhYFAmVRdoMRHGFybmF1ZHJA
a2FsaS5vcmcACgkQ5yXoeRRgAhbfww/6A3g+rG7N6K8i0tiEAB8ltpsFgsYlbAVr
A/OZcow2bDVfiRdlyMEyC5tdJtPdxUhjfn+0de5/blE11y9O3ZvResuNelp55EjV
euTswth8C21J88t64BTzWolgtwC6Jzka8mBVQBxGftZujVC8et38Y17RG+f+gooL
3nsB/a5nZdBRAdVK056nxKvi0NK4y3cQUwNhG3RUQ+f2veMuJVjC0Xfq8ibmBof5
gugT7V2f/T00TLj4NDdLrWmgmu4FKHdDxSwKw5IWlzRnFc9Xh+MY8smc5nexAbcM
67Z98JVJlGywGBtQVxixXbT9ob/T4LH0MbqVoccJ7FBXx1cRiW2XiwSLTZBZ5s0y
218T3tsUIvbjL9zv7Zh2ceyGZaxcO671E0RZ0n4Dyw5SD63B2PrZbuofHvh42AmN
A9LeqkZXcjHbZCT8xnT4VG7szMcfEKUtxa6X3wz8Qr4PSJwluiwkASGxJUmCiZhP
ew8Rt+HrtvO1YkupTm3tGGn3GdJBaxEiUFizOWtoyX1flBiaAWSSueUchlK8gF2m
Y8BstjIErwbhEjeE0g/PCarwJxxKFyh99H3YA8kqg5tMSdEX96IlraWMRTAY4THF
WYLT9RqyIjXGzD+phudhBNnctqbQYqtVwkpU9DUISmMvrnBwA+xhB3IyQXANpYiq
JIjbtPZnBNg=
=q7tu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to