Your message dated Sun, 19 Feb 2023 01:00:38 +0000
with message-id <e1pty4e-00aotn...@fasolo.debian.org>
and subject line Bug#1031263: Removed package(s) from unstable
has caused the Debian Bug report #997548,
regarding golang-github-alangpierce-go-forceexport: FTBFS: dh_auto_test: error: 
cd _build && go test -vet=off -v -p 4 github.com/alangpierce/go-forceexport 
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.)


-- 
997548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997548
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-alangpierce-go-forceexport
Version: 0.0~git20160317.8f1d694-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package 
> golang-github-alangpierce-go-forceexport
> dpkg-buildpackage: info: source version 0.0~git20160317.8f1d694-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Roger Shimizu <r...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --builddirectory=_build --buildsystem=golang --with=golang
>    dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
>    dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
>    dh_clean -O--builddirectory=_build -O--buildsystem=golang
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building golang-github-alangpierce-go-forceexport using 
> existing 
> ./golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building golang-github-alangpierce-go-forceexport in 
> golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694-2.debian.tar.xz
> dpkg-source: info: building golang-github-alangpierce-go-forceexport in 
> golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694-2.dsc
>  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 4 
> github.com/alangpierce/go-forceexport
> internal/unsafeheader
> internal/abi
> internal/cpu
> internal/goexperiment
> runtime/internal/atomic
> runtime/internal/sys
> internal/itoa
> runtime/internal/math
> math/bits
> unicode/utf8
> internal/race
> internal/bytealg
> math
> sync/atomic
> unicode
> runtime
> internal/reflectlite
> sync
> internal/testlog
> errors
> sort
> strconv
> io
> internal/oserror
> syscall
> path
> reflect
> internal/syscall/execenv
> time
> internal/syscall/unix
> io/fs
> internal/poll
> os
> internal/fmtsort
> fmt
> github.com/alangpierce/go-forceexport
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 4 
> github.com/alangpierce/go-forceexport
> === RUN   TestTimeNow
> unexpected fault address 0x122a0
> fatal error: fault
> [signal SIGSEGV: segmentation violation code=0x1 addr=0x122a0 pc=0x4e8b9e]
> 
> goroutine 6 [running]:
> runtime.throw({0x5143d6, 0x551bad})
>       /usr/lib/go-1.17/src/runtime/panic.go:1198 +0x71 fp=0xc00003a630 
> sp=0xc00003a600 pc=0x433ef1
> runtime.sigpanic()
>       /usr/lib/go-1.17/src/runtime/signal_unix.go:742 +0x2f6 fp=0xc00003a680 
> sp=0xc00003a630 pc=0x448676
> github.com/alangpierce/go-forceexport.FindFuncWithName({0x514b53, 0x4f7980})
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/alangpierce/go-forceexport/forceexport.go:60
>  +0xde fp=0xc00003a700 sp=0xc00003a680 pc=0x4e8b9e
> github.com/alangpierce/go-forceexport.GetFunc({0x4f1a60, 0xc00000e040}, 
> {0x514b53, 0x11e0c62e})
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/alangpierce/go-forceexport/forceexport.go:16
>  +0x2e fp=0xc00003a728 sp=0xc00003a700 pc=0x4e880e
> github.com/alangpierce/go-forceexport.TestTimeNow(0xc000112340)
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/alangpierce/go-forceexport/forceexport_test.go:10
>  +0x49 fp=0xc00003a770 sp=0xc00003a728 pc=0x4e8cc9
> testing.tRunner(0xc000112340, 0x51e7b0)
>       /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102 fp=0xc00003a7c0 
> sp=0xc00003a770 pc=0x4b44a2
> testing.(*T).Run·dwrap·21()
>       /usr/lib/go-1.17/src/testing/testing.go:1306 +0x2a fp=0xc00003a7e0 
> sp=0xc00003a7c0 pc=0x4b51aa
> runtime.goexit()
>       /usr/lib/go-1.17/src/runtime/asm_amd64.s:1581 +0x1 fp=0xc00003a7e8 
> sp=0xc00003a7e0 pc=0x463601
> created by testing.(*T).Run
>       /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a
> 
> goroutine 1 [chan receive]:
> testing.(*T).Run(0xc0001121a0, {0x51553e, 0x465d13}, 0x51e7b0)
>       /usr/lib/go-1.17/src/testing/testing.go:1307 +0x375
> testing.runTests.func1(0xc00006e2a0)
>       /usr/lib/go-1.17/src/testing/testing.go:1598 +0x6e
> testing.tRunner(0xc0001121a0, 0xc000049d18)
>       /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102
> testing.runTests(0xc000114000, {0x5f2980, 0x4, 0x4}, {0x4723ed, 0x51605c, 
> 0x5f68c0})
>       /usr/lib/go-1.17/src/testing/testing.go:1596 +0x43f
> testing.(*M).Run(0xc000114000)
>       /usr/lib/go-1.17/src/testing/testing.go:1504 +0x51d
> main.main()
>       _testmain.go:49 +0x14b
> FAIL  github.com/alangpierce/go-forceexport   0.004s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 4 
> github.com/alangpierce/go-forceexport returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694-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!

If you reassign this bug to another package, please marking 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 ---
Version: 0.0~git20160317.8f1d694-2+rm

Dear submitter,

as the package golang-github-alangpierce-go-forceexport 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/1031263

The version of this package that was in Debian prior to this removal
can still be found using https://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 ---

Reply via email to