Package: src:gotestsum Version: 1.8.2-1 Severity: important Tags: forky sid ftbfs User: [email protected] Usertags: ftbfs-nocheck-profile
Dear maintainer: During a rebuild of all packages in unstable using the nocheck build profile, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ A wiki page discussing how to reproduce bugs in this category and possible solutions is available here: https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck (It's a wiki, so you are welcome to contribute) [ Note: This is RC, but I will wait at least two weeks before raising the severities, there are a lot of gcc-15 and CMake 4 bugs open now ]. About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:gotestsum, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] 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 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 debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' # We're building `gotest.tools/gotestum`, and we depend on `gotest.tools`. # That's a bit problematic, and here's why: # - dh_auto_configure first creates symlinks to build dependencies, hence: # _build/src/gotest.tools -> /usr/share/gocode/src/gotest.tools # - then dh_auto_configure creates the directory for the sources we build: # _build/src/gotest.tools/gotestsum # - hence overriding the initial symlink to gotest.tools... # So instead of one symlink to gotest.tools, we need symlinks to every # packages that gotest.tools provide. mkdir -pv _build/src/gotest.tools mkdir: created directory '_build' mkdir: created directory '_build/src' mkdir: created directory '_build/src/gotest.tools' for file in /usr/share/gocode/src/gotest.tools/*; do \ ln -sv $file _build/src/gotest.tools/; \ done '_build/src/gotest.tools/*' -> '/usr/share/gocode/src/gotest.tools/*' dh_auto_configure make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build -O--builddirectory=_build -O--buildsystem=golang cd _build && go install -trimpath -v -p 2 gotest.tools/gotestsum gotest.tools/gotestsum/cmd gotest.tools/gotestsum/cmd/tool gotest.tools/gotestsum/cmd/tool/slowest gotest.tools/gotestsum/internal/aggregate gotest.tools/gotestsum/internal/dotwriter gotest.tools/gotestsum/internal/filewatcher gotest.tools/gotestsum/internal/junitxml gotest.tools/gotestsum/internal/log gotest.tools/gotestsum/internal/text gotest.tools/gotestsum/testjson src/gotest.tools/gotestsum/internal/text/testing.go:9:2: cannot find package "gotest.tools/v3/assert" in any of: /usr/lib/go-1.24/src/gotest.tools/v3/assert (from $GOROOT) /<<PKGBUILDDIR>>/_build/src/gotest.tools/v3/assert (from $GOPATH) dh_auto_build: error: cd _build && go install -trimpath -v -p 2 gotest.tools/gotestsum gotest.tools/gotestsum/cmd gotest.tools/gotestsum/cmd/tool gotest.tools/gotestsum/cmd/tool/slowest gotest.tools/gotestsum/internal/aggregate gotest.tools/gotestsum/internal/dotwriter gotest.tools/gotestsum/internal/filewatcher gotest.tools/gotestsum/internal/junitxml gotest.tools/gotestsum/internal/log gotest.tools/gotestsum/internal/text gotest.tools/gotestsum/testjson returned exit code 1 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

