Your message dated Mon, 05 Sep 2022 12:34:48 +0000
with message-id <[email protected]>
and subject line Bug#1017300: fixed in gokey 0.1.1-1
has caused the Debian Bug report #1017300,
regarding gokey 0.1.0 and 0.1.1 FTBFS with golang-1.19
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.)
--
1017300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017300
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gokey
Version: 0.1.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- -timeout 6h
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 -timeout 6h
> github.com/cloudflare/gokey github.com/cloudflare/gokey/cmd/gokey
> github.com/cloudflare/gokey/rsa
> === RUN TestDRNG
> --- PASS: TestDRNG (0.01s)
> === RUN TestDRNGwithSeed
> --- PASS: TestDRNGwithSeed (0.02s)
> === RUN TestEncryptedSeed
> --- PASS: TestEncryptedSeed (0.01s)
> === RUN TestGetPass
> --- PASS: TestGetPass (0.02s)
> === RUN TestGetKey
> gokey_test.go:161: keys with same invocation options do not match
> --- FAIL: TestGetKey (1.71s)
> === RUN TestGetKeyUnsafe
> --- PASS: TestGetKeyUnsafe (0.00s)
> === RUN TestParseX25519
> --- PASS: TestParseX25519 (0.00s)
> === RUN TestParseEd25519
> --- PASS: TestParseEd25519 (0.00s)
> === RUN TestGenX25519
> --- PASS: TestGenX25519 (0.01s)
> === RUN TestGenEd25519
> --- PASS: TestGenEd25519 (0.01s)
> === RUN TestGenPass
> --- PASS: TestGenPass (0.00s)
> === RUN TestAllowedChars
> --- PASS: TestAllowedChars (0.00s)
> FAIL
> FAIL github.com/cloudflare/gokey 1.787s
> ? github.com/cloudflare/gokey/cmd/gokey [no test files]
> === RUN TestKnownKey
> keygen_test.go:129: generated RSA 2048 does not match the expected result
> --- FAIL: TestKnownKey (0.21s)
> === RUN TestStdKey
> keygen_test.go:149: mitigating crypto/internal/randutil.MaybeReadByte...
> keygen_test.go:149: mitigating crypto/internal/randutil.MaybeReadByte...
> keygen_test.go:149: mitigating crypto/internal/randutil.MaybeReadByte...
> keygen_test.go:194: RSA key generation algorithm from stdlib deviates
> from the one in gokey
> --- FAIL: TestStdKey (0.10s)
> FAIL
> FAIL github.com/cloudflare/gokey/rsa 0.330s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8
> -timeout 6h github.com/cloudflare/gokey github.com/cloudflare/gokey/cmd/gokey
> github.com/cloudflare/gokey/rsa returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/gokey_0.1.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&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 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 ---
Source: gokey
Source-Version: 0.1.1-1
Done: Anthony Fok <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gokey, 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.
Anthony Fok <[email protected]> (supplier of updated gokey 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: SHA256
Format: 1.8
Date: Mon, 05 Sep 2022 06:04:50 -0600
Source: gokey
Architecture: source
Version: 0.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Anthony Fok <[email protected]>
Closes: 1017300
Changes:
gokey (0.1.1-1) unstable; urgency=medium
.
* New upstream version 0.1.1
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* Apply upstream patches to fix FTBFS with golang-1.19
- 0001-Import-prime-generation-algorithm-from-Go-1.18.patch
- 0002-Remove-crypto-rsa-keygeneration-test.patch
See https://github.com/cloudflare/gokey/issues/58
Thanks to Ignat Korchagin for fixing gokey for go1.19! (Closes: #1017300)
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Update versioned dependencies as per go.mod
* Reorder fields in debian/control and debian/copyright
* Replace Built-Using field with Static-Built-Using
* Bump Standards-Version to 4.6.1 (no change)
* debian/rules: Invoke dh with --builddirectory=_build
* debian/rules: Replace override_* with execute_after_* where appropriate
Checksums-Sha1:
149ff9d42e8686bbefa82de24e284ad8d4ba0e83 2229 gokey_0.1.1-1.dsc
78db352922f7f9eb9b6bd4c274030ad4fe7772f9 18501 gokey_0.1.1.orig.tar.gz
83d5399f131c7254b75a973d5a7d82955cf234ae 7304 gokey_0.1.1-1.debian.tar.xz
43c7dd5308d3256eead5df4a047ac3d3343fb4a7 6916 gokey_0.1.1-1_amd64.buildinfo
Checksums-Sha256:
96c1fd0d1ac0bc14d0c30de1fe06d0355fe51e9fd1e0a35e44dfb3125d958779 2229
gokey_0.1.1-1.dsc
79b87ac963e9307650e3ff3888c31c1ff8cbf95c4b673a9d690aa450d49c5841 18501
gokey_0.1.1.orig.tar.gz
d21796003407faae82da93520b66a3517addbf7a14662aef91821d0b86647e91 7304
gokey_0.1.1-1.debian.tar.xz
d7c93f05a60a62c8f37f0840c750b9eab2f72e2d244d4dccd18925399621568e 6916
gokey_0.1.1-1_amd64.buildinfo
Files:
9f9c08c6e0fd4f34bfa0c1313260edb4 2229 utils optional gokey_0.1.1-1.dsc
17cc13080df525994f0ca62d5ba978b0 18501 utils optional gokey_0.1.1.orig.tar.gz
d3d1c50274c4813e7d49055c2cc71c08 7304 utils optional
gokey_0.1.1-1.debian.tar.xz
43b94ead0d82537b5c94120d8f104e1e 6916 utils optional
gokey_0.1.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmMV52UQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz50HD/9zc0f99kjy44kIuAmg7/v0anV7F9AnjNsG
rIH7Gl2dIQn0pWC8Q3ANIKAUHzx44Z0VluH6FWeN8HfOetbXJuB/JmYu45U3fxiD
yQkNPie7LgC/yOLCz22+M98OcG9922vupzpucqvrPk4WzMb01yhbM7DgMRGiYz90
4ZmTamdBKWEJk44ztozW7cOvJ3Zsfk0hDuB2N1EPdtVsvzR6msFbEi2Cq69ydLfD
q3xy079VhOKHDYm4qWDZ+nXZd4WAgufzUAInvHe7GMKZDXQNNq7mM2dVMHzjze63
xv1rcQV6Gy6G6mCqb2jGYcS3ZMYl/Ox86o+Yeejl8A0UXHhslC3naQsVn9Ueuzdp
gSZFZKzNj+UpctxX2yQpaD6MPelrxyVGrxlUMZYV2040nH3kOlVJYInald1JTWjd
NZaYKQEpM9zRMxOCBtcGkDYp4oGcBKMJg6lvcH8MfS4fVPBFtPdKX3m39sMCJotS
ImLbDqzRryDE35vviisIc7AoyKHx33/1koZRN+3GIakaWc91aLrMan03zSEHhlx3
wkPh+cql0yFCMqFsBtEoQo1fOr2Uk5JP/XMbjgYW1Pi8IXfVNEksFFCEmg1lFhhw
bB4NwaftLRj1JU4OfSgWZzEFpt51SL1KS3llWB9PyrqsvpRm9gey3r5YxIPPMl6J
j+v2zQKyyQ==
=NNLo
-----END PGP SIGNATURE-----
--- End Message ---