Your message dated Wed, 01 Nov 2023 18:10:06 +0000
with message-id <[email protected]>
and subject line Bug#1054197: fixed in hcloud-cli 1.39.0-1
has caused the Debian Bug report #1054197,
regarding hcloud-cli FTBFS: cannot use cert.ID (variable of type int64) as int
value in argument to strconv.Itoa
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.)
--
1054197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hcloud-cli
Version: 1.30.3-1
Severity: serious
Tags: ftbfs bookworm sid
https://buildd.debian.org/status/logs.php?pkg=hcloud-cli&ver=1.30.3-1%2Bb8
...
# github.com/hetznercloud/cli/internal/hcapi
src/github.com/hetznercloud/cli/internal/hcapi/certificate.go:27:24: cannot use
cert.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/datacenter.go:27:24: cannot use
dc.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/firewall.go:27:24: cannot use
firewall.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/floatingip.go:27:24: cannot use
fip.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/image.go:27:24: cannot use
img.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/iso.go:28:24: cannot use iso.ID
(variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/loadbalancer.go:36:24: cannot
use lb.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/loadbalancer.go:57:23: cannot
use lb.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/loadbalancer.go:98:13: cannot
use lb.ID (variable of type int64) as int value in map index
src/github.com/hetznercloud/cli/internal/hcapi/location.go:27:24: cannot use
loc.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi/location.go:27:24: too many
errors
# github.com/hetznercloud/cli/internal/cmd/util
src/github.com/hetznercloud/cli/internal/cmd/util/util.go:212:25: cannot use
hcloud.Int(image.BoundTo.ID) (value of type *int) as *int64 value in assignment
src/github.com/hetznercloud/cli/internal/cmd/util/util.go:212:36: cannot use
image.BoundTo.ID (variable of type int64) as int value in argument to hcloud.Int
# github.com/hetznercloud/cli/internal/hcapi2
src/github.com/hetznercloud/cli/internal/hcapi2/certificate.go:37:24: cannot
use dc.ID (variable of type int64) as int value in argument to strconv.Itoa
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:63:46: cannot use
&c.client.Certificate (value of type *hcloud.CertificateClient) as
CertificateClientBase value in argument to NewCertificateClient:
*hcloud.CertificateClient does not implement CertificateClientBase (wrong type
for method GetByID)
have GetByID(context.Context, int64) (*hcloud.Certificate,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.Certificate,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:72:44: cannot use
&c.client.Datacenter (value of type *hcloud.DatacenterClient) as
DatacenterClientBase value in argument to NewDatacenterClient:
*hcloud.DatacenterClient does not implement DatacenterClientBase (wrong type
for method GetByID)
have GetByID(context.Context, int64) (*hcloud.Datacenter,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.Datacenter,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:81:40: cannot use
&c.client.Firewall (value of type *hcloud.FirewallClient) as FirewallClientBase
value in argument to NewFirewallClient: *hcloud.FirewallClient does not
implement FirewallClientBase (wrong type for method GetByID)
have GetByID(context.Context, int64) (*hcloud.Firewall,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.Firewall,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:90:44: cannot use
&c.client.FloatingIP (value of type *hcloud.FloatingIPClient) as
FloatingIPClientBase value in argument to NewFloatingIPClient:
*hcloud.FloatingIPClient does not implement FloatingIPClientBase (wrong type
for method GetByID)
have GetByID(context.Context, int64) (*hcloud.FloatingIP,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.FloatingIP,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:99:42: cannot use
&c.client.PrimaryIP (value of type *hcloud.PrimaryIPClient) as
PrimaryIPClientBase value in argument to NewPrimaryIPClient:
*hcloud.PrimaryIPClient does not implement PrimaryIPClientBase (wrong type for
method GetByID)
have GetByID(context.Context, int64) (*hcloud.PrimaryIP,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.PrimaryIP,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:108:34: cannot use
&c.client.Image (value of type *hcloud.ImageClient) as ImageClientBase value in
argument to NewImageClient: *hcloud.ImageClient does not implement
ImageClientBase (wrong type for method GetByID)
have GetByID(context.Context, int64) (*hcloud.Image,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.Image,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:117:30: cannot use
&c.client.ISO (value of type *hcloud.ISOClient) as ISOClientBase value in
argument to NewISOClient: *hcloud.ISOClient does not implement ISOClientBase
(wrong type for method GetByID)
have GetByID(context.Context, int64) (*hcloud.ISO,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.ISO,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:126:40: cannot use
&c.client.Location (value of type *hcloud.LocationClient) as LocationClientBase
value in argument to NewLocationClient: *hcloud.LocationClient does not
implement LocationClientBase (wrong type for method GetByID)
have GetByID(context.Context, int64) (*hcloud.Location,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.Location,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:135:48: cannot use
&c.client.LoadBalancer (value of type *hcloud.LoadBalancerClient) as
LoadBalancerClientBase value in argument to NewLoadBalancerClient:
*hcloud.LoadBalancerClient does not implement LoadBalancerClientBase (wrong
type for method GetByID)
have GetByID(context.Context, int64) (*hcloud.LoadBalancer,
*hcloud.Response, error)
want GetByID(context.Context, int) (*hcloud.LoadBalancer,
*hcloud.Response, error)
src/github.com/hetznercloud/cli/internal/hcapi2/client.go:135:48: too many
errors
dh_auto_build: error: cd obj-aarch64-linux-gnu && go install -trimpath -v -p 4
github.com/hetznercloud/cli/cmd/hcloud github.com/hetznercloud/cli/internal/cli
github.com/hetznercloud/cli/internal/cmd/base
github.com/hetznercloud/cli/internal/cmd/certificate
github.com/hetznercloud/cli/internal/cmd/cmpl
github.com/hetznercloud/cli/internal/cmd/completion
github.com/hetznercloud/cli/internal/cmd/context
github.com/hetznercloud/cli/internal/cmd/datacenter
github.com/hetznercloud/cli/internal/cmd/firewall
github.com/hetznercloud/cli/internal/cmd/floatingip
github.com/hetznercloud/cli/internal/cmd/image
github.com/hetznercloud/cli/internal/cmd/iso
github.com/hetznercloud/cli/internal/cmd/loadbalancer
github.com/hetznercloud/cli/internal/cmd/loadbalancertype
github.com/hetznercloud/cli/internal/cmd/location
github.com/hetznercloud/cli/internal/cmd/network
github.com/hetznercloud/cli/internal/cmd/output
github.com/hetznercloud/cli/internal/cmd/placementgroup
github.com/hetznercloud/cli/internal/cmd/primaryip
github.com/hetznercloud/cli/internal/cmd/server
github.com/hetznercloud/cli/internal/cmd/servertype
github.com/hetznercloud/cli/internal/cmd/sshkey
github.com/hetznercloud/cli/internal/cmd/util
github.com/hetznercloud/cli/internal/cmd/version
github.com/hetznercloud/cli/internal/cmd/volume
github.com/hetznercloud/cli/internal/hcapi
github.com/hetznercloud/cli/internal/hcapi2
github.com/hetznercloud/cli/internal/state
github.com/hetznercloud/cli/internal/testutil
github.com/hetznercloud/cli/internal/version returned exit code 1
make: *** [debian/rules:7: binary-arch] Error 25
--- End Message ---
--- Begin Message ---
Source: hcloud-cli
Source-Version: 1.39.0-1
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
hcloud-cli, 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.
Thorsten Alteholz <[email protected]> (supplier of updated hcloud-cli 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: Wed, 01 Nov 2023 10:30:38 +0100
Source: hcloud-cli
Architecture: source
Version: 1.39.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1054197 1054854
Changes:
hcloud-cli (1.39.0-1) unstable; urgency=medium
.
* New upstream release.
(Closes: #1054854)
(Closes: #1054197)
Checksums-Sha1:
4e6ea734e277b0e73887a22bc4b62cd113631ca6 2629 hcloud-cli_1.39.0-1.dsc
2f0364ecc9ac246960301f812fe4a8fa0af72e98 129013 hcloud-cli_1.39.0.orig.tar.gz
67c523c902d68b9bfc96cc02c506e07f2b3a5b21 3176 hcloud-cli_1.39.0-1.debian.tar.xz
5573cf235fa9da7f478dd6cbf76c158a3284df61 10225
hcloud-cli_1.39.0-1_amd64.buildinfo
Checksums-Sha256:
4106ba81086e5e551005210eaa790e2ccdada1a21cf5f086114baccfd73d5881 2629
hcloud-cli_1.39.0-1.dsc
7a92722328fe5a945fa3554f47c2a1f736425edd97bc983edeaa1412b097b14d 129013
hcloud-cli_1.39.0.orig.tar.gz
ca0dbb38130d9bf245c1f57d6f9598959ea2e0538f535dd63c24febd5d6e9941 3176
hcloud-cli_1.39.0-1.debian.tar.xz
412200ef347c24d1bf473212e6d89f8e9776d198f82503776503256ff0899641 10225
hcloud-cli_1.39.0-1_amd64.buildinfo
Files:
7463db731ff8462d0603b8e8db8b29f4 2629 devel optional hcloud-cli_1.39.0-1.dsc
866499081fa51d110075e666d0aa34a3 129013 devel optional
hcloud-cli_1.39.0.orig.tar.gz
29fc9c3e29078b8d9d062ec412269dae 3176 devel optional
hcloud-cli_1.39.0-1.debian.tar.xz
42538d9f2eff7bad94e3d5a0f7f42e11 10225 devel optional
hcloud-cli_1.39.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmVCjXxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRxZGD/9pafNQ/7RkpHRsDn7dkbG9Ne7JXylQ
jA+OACvAU+GOcca/z1Kn1yq4jvZw6e7KctN8gSmPVJYuENjJnEGEZS8kVoePJlQI
X36tmELmQiKGnsmPsbRjowIHEQgAOu+mYRF/MdYl+QHehh7EnuKvS0qv4Tvp5zOk
oDJKcxgw4Cv0knskXA6kNEgcRPWYPa47CcAWDiMEPdo1LktsEWluqhfm/3rGw0hp
+ojd7UVugtkqmMC9OhGlFaQZUCT0PevIvJjIoPLbiBBSs23t9wznjJewI3bLjTVu
oEq1mIgZeDTGZX6gz9zZ8pdmzg0h1sbXv8Ua4NADK6WALZacJORzugeOnfP83Mc/
9yQZJnUnTO+9FLhRlLQFiYsGFrMlN9rjLygIRJuJl3B+qvtseHoflxO9awMNKJYv
cq90EhLMoHFsB9p7pevWZMNNu+YP1gw8WPEmgzDogCNgPKFmrpV8MfOauz5Yfbya
/AdkGefDbUkk8ExzThvlNtd7KMzMUv4Wcl4yIFD1/CC75D+YMEfEXntoT4Nliwjp
H6w0JQm6QwZV/thY9e6DCQMeNz90RL5YqOxuBYGWkXFjnayZRCsVRLMLBUje2vRV
AG2jwDJeDQc0YORk3XcciCBBx7PcrMwLcNGlYlVJQsmdRA6UhqsBVPiDV3/cyFuk
BzZnJf3mNfX7jA==
=0NGL
-----END PGP SIGNATURE-----
--- End Message ---