Package: golang-github-hashicorp-go-azure-helpers-dev
Version: 0.13.1-3
Severity: important
Dear Maintainer,
I'm currently preparing an update to the azure SDK and have uploaded the
new package to experimental. When checking reverse dependencies, I
noticed this build failure:
38s autopkgtest [15:33:34]: test dh-golang-autopkgtest: [-----------------------
38s [info] Testing github.com/hashicorp/go-azure-helpers...
38s [info] Source code installed by binary package, overriding
dh_auto_configure...
38s dh build --buildsystem=golang --with=golang
38s dh_update_autotools_config -O--buildsystem=golang
38s dh_autoreconf -O--buildsystem=golang
38s debian/rules override_dh_auto_configure
38s make[1]: Entering directory '/tmp/autopkgtest.Ym4Jkm/autopkgtest_tmp'
38s mkdir -p "obj-x86_64-linux-gnu"
38s # remove existing symlinks, since "cp -a" won't convert them
38s find "obj-x86_64-linux-gnu" -type l -exec rm "{}" \;
38s cp -a /usr/share/gocode/src "obj-x86_64-linux-gnu"
41s make[1]: Leaving directory '/tmp/autopkgtest.Ym4Jkm/autopkgtest_tmp'
41s dh_auto_build -O--buildsystem=golang
41s cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4
github.com/hashicorp/go-azure-helpers/authentication
github.com/hashicorp/go-azure-helpers/resourceproviders
github.com/hashicorp/go-azure-helpers/response
github.com/hashicorp/go-azure-helpers/sender
github.com/hashicorp/go-azure-helpers/storage
42s
src/github.com/hashicorp/go-azure-helpers/authentication/azure_sp_objectid.go:7:2:
cannot find package
"github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac" in any of:
42s
/usr/lib/go-1.24/src/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac
(from $GOROOT)
42s
/tmp/autopkgtest.Ym4Jkm/autopkgtest_tmp/obj-x86_64-linux-gnu/src/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac
(from $GOPATH)
42s
src/github.com/hashicorp/go-azure-helpers/resourceproviders/registration.go:10:2:
cannot find package
"github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/resources/mgmt/resources"
in any of:
42s
/usr/lib/go-1.24/src/github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/resources/mgmt/resources
(from $GOROOT)
42s
/tmp/autopkgtest.Ym4Jkm/autopkgtest_tmp/obj-x86_64-linux-gnu/src/github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/resources/mgmt/resources
(from $GOPATH)
42s dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p
4 github.com/hashicorp/go-azure-helpers/authentication
github.com/hashicorp/go-azure-helpers/resourceproviders
github.com/hashicorp/go-azure-helpers/response
github.com/hashicorp/go-azure-helpers/sender
github.com/hashicorp/go-azure-helpers/storage returned exit code 1
42s make: *** [debian/rules:4: build] Error 25
I guess this package needs an update as well.
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.17.13+deb14-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled