Your message dated Sat, 06 Jul 2024 09:49:07 +0000
with message-id <e1sq22v-00bxyi...@fasolo.debian.org>
and subject line Bug#1071768: fixed in golang-github-github-smimesign
0.2.0+dfsg-2
has caused the Debian Bug report #1071768,
regarding golang-github-github-smimesign: FTBFS: fakeca_test.go:178: exec:
"openssl": executable file not found in $PATH
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.)
--
1071768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-github-smimesign
Version: 0.2.0+dfsg-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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 2
github.com/github/smimesign/ietf-cms github.com/github/smimesign/fakeca
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/internal/syscall
internal/race
sync/atomic
runtime
unicode
unicode/utf8
math/bits
math
crypto/internal/alias
crypto/subtle
internal/itoa
crypto/internal/boring/sig
cmp
slices
unicode/utf16
vendor/golang.org/x/crypto/cryptobyte/asn1
internal/nettrace
container/list
vendor/golang.org/x/crypto/internal/alias
log/internal
internal/reflectlite
sync
internal/testlog
internal/bisect
errors
sort
io
bytes
hash
strconv
crypto/internal/randutil
internal/oserror
syscall
crypto
reflect
internal/syscall/unix
time
internal/poll
encoding/binary
internal/fmtsort
crypto/cipher
internal/safefilepath
internal/syscall/execenv
path
crypto/internal/boring
crypto/aes
crypto/des
io/fs
internal/godebug
math/rand
os
strings
crypto/internal/edwards25519/field
crypto/internal/nistec/fiat
fmt
math/big
embed
crypto/internal/nistec
crypto/ecdh
crypto/sha512
crypto/internal/edwards25519
crypto/dsa
crypto/elliptic
crypto/internal/bigmod
crypto/internal/boring/bbig
encoding/asn1
crypto/rand
crypto/ed25519
crypto/md5
crypto/rsa
vendor/golang.org/x/crypto/cryptobyte
crypto/sha1
crypto/ecdsa
crypto/sha256
encoding/hex
encoding/base64
crypto/x509/pkix
context
encoding/pem
vendor/golang.org/x/net/dns/dnsmessage
internal/singleflight
internal/intern
net/netip
runtime/cgo
net/url
path/filepath
bufio
compress/flate
hash/crc32
compress/gzip
crypto/hmac
crypto/rc4
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/internal/poly1305
vendor/golang.org/x/sys/cpu
vendor/golang.org/x/crypto/chacha20poly1305
vendor/golang.org/x/crypto/hkdf
net
vendor/golang.org/x/text/transform
log
vendor/golang.org/x/text/unicode/bidi
vendor/golang.org/x/text/secure/bidirule
vendor/golang.org/x/text/unicode/norm
vendor/golang.org/x/net/idna
vendor/golang.org/x/net/http2/hpack
mime
mime/quotedprintable
net/http/internal
net/http/internal/ascii
os/exec
net/textproto
crypto/x509
vendor/golang.org/x/net/http/httpguts
vendor/golang.org/x/net/http/httpproxy
mime/multipart
github.com/github/smimesign/ietf-cms/oid
crypto/tls
github.com/github/smimesign/ietf-cms/protocol
github.com/github/smimesign/fakeca
net/http/httptrace
net/http
github.com/github/smimesign/ietf-cms/timestamp
github.com/github/smimesign/ietf-cms
dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
cd _build && go test -vet=off -v -p 2
github.com/github/smimesign/ietf-cms github.com/github/smimesign/fakeca
=== RUN TestSign
--- PASS: TestSign (0.00s)
=== RUN TestSignDetached
--- PASS: TestSignDetached (0.00s)
=== RUN TestSignDetachedWithOpenSSL
sign_test.go:110: could not find openssl in path
--- SKIP: TestSignDetachedWithOpenSSL (0.00s)
=== RUN TestSignRemoveHeaders
--- PASS: TestSignRemoveHeaders (0.00s)
=== RUN TestAddTimestamps
--- PASS: TestAddTimestamps (0.02s)
=== RUN TestTimestampsVerifications
--- PASS: TestTimestampsVerifications (0.34s)
=== RUN TestVerify
--- PASS: TestVerify (0.00s)
=== RUN TestVerifyGPGSMAttached
--- PASS: TestVerifyGPGSMAttached (0.00s)
=== RUN TestVerifyGPGSMDetached
--- PASS: TestVerifyGPGSMDetached (0.00s)
=== RUN TestVerifyGPGSMNoCerts
--- PASS: TestVerifyGPGSMNoCerts (0.00s)
=== RUN TestVerifyOpenSSLAttached
--- PASS: TestVerifyOpenSSLAttached (0.00s)
=== RUN TestVerifyOpenSSLDetached
--- PASS: TestVerifyOpenSSLDetached (0.00s)
=== RUN TestVerifyOutlookDetached
verify_test.go:142: x509: certificate signed by unknown authority
--- FAIL: TestVerifyOutlookDetached (0.00s)
=== RUN TestVerifySmimesignAttachedWithTimestamp
verify_test.go:159: x509: certificate signed by unknown authority
--- FAIL: TestVerifySmimesignAttachedWithTimestamp (0.00s)
=== RUN TestVerifyChain
--- PASS: TestVerifyChain (0.00s)
=== RUN TestVerifyDSAWithSHA1
--- PASS: TestVerifyDSAWithSHA1 (0.00s)
FAIL
FAIL github.com/github/smimesign/ietf-cms 1.090s
=== RUN TestDefaults
--- PASS: TestDefaults (0.19s)
=== RUN TestIntermediate
--- PASS: TestIntermediate (0.47s)
=== RUN TestSubject
--- PASS: TestSubject (0.18s)
=== RUN TestNextSerialNumber
--- PASS: TestNextSerialNumber (0.48s)
=== RUN TestPrivateKey
--- PASS: TestPrivateKey (0.00s)
=== RUN TestIssuer
--- PASS: TestIssuer (0.27s)
=== RUN TestIsCA
--- PASS: TestIsCA (0.10s)
=== RUN TestChain
--- PASS: TestChain (0.37s)
=== RUN TestChainPool
--- PASS: TestChainPool (0.19s)
=== RUN TestPFX
fakeca_test.go:178: exec: "openssl": executable file not found in $PATH
--- FAIL: TestPFX (0.11s)
=== RUN TestAIA
--- PASS: TestAIA (0.16s)
=== RUN TestKeyUsage
--- PASS: TestKeyUsage (0.17s)
FAIL
FAIL github.com/github/smimesign/fakeca 2.694s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2
github.com/github/smimesign/ietf-cms github.com/github/smimesign/fakeca returned exit
code 1
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202405/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: golang-github-github-smimesign
Source-Version: 0.2.0+dfsg-2
Done: Nilesh Patra <nil...@iki.fi>
We believe that the bug you reported is fixed in the latest version of
golang-github-github-smimesign, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <nil...@iki.fi> (supplier of updated
golang-github-github-smimesign 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 06 Jul 2024 15:05:10 +0530
Source: golang-github-github-smimesign
Architecture: source
Version: 0.2.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@iki.fi>
Closes: 1071768
Changes:
golang-github-github-smimesign (0.2.0+dfsg-2) unstable; urgency=medium
.
* Team Upload.
* [9a4d592] Add ca-certificates to B-D and Depends
* [65df5a0] Add openssl to B-D and Depends (used by fakeca) (Closes:
#1071768)
* [adea5b0] Bump Standards-Version to 4.7.0 (no changes needed)
Checksums-Sha1:
6cad01664d4a973c4538e49204af9097413195c7 1869
golang-github-github-smimesign_0.2.0+dfsg-2.dsc
1c61bec6f127ce12db2c6c4371185f2b4e15e241 3972
golang-github-github-smimesign_0.2.0+dfsg-2.debian.tar.xz
029d51ea65cb5c0fc5d283ea88fa0efe644c22f2 5902
golang-github-github-smimesign_0.2.0+dfsg-2_amd64.buildinfo
Checksums-Sha256:
d077b2494a8a80fce506715651a39cab4be0f2cb9fb4f002da15103b9bcb63de 1869
golang-github-github-smimesign_0.2.0+dfsg-2.dsc
e88ff118c74f1c5b366f8d23cb5f59b44b416e4f73da3ec02c47c83e57239179 3972
golang-github-github-smimesign_0.2.0+dfsg-2.debian.tar.xz
4c234b8c71d2f9611815f8d694c9b1181ec513def67d06ee6c5e09371bde178c 5902
golang-github-github-smimesign_0.2.0+dfsg-2_amd64.buildinfo
Files:
42102cfae0e9ee1569908d23afe8ad47 1869 golang optional
golang-github-github-smimesign_0.2.0+dfsg-2.dsc
1d88dbbbde96b641fb6ca28e4faa92f4 3972 golang optional
golang-github-github-smimesign_0.2.0+dfsg-2.debian.tar.xz
418dc0bbb244edec123c89728c556be4 5902 golang optional
golang-github-github-smimesign_0.2.0+dfsg-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZokRngAKCRAqJ5BL1yQ+
2o/qAQDhlymTJPdSz1rDJTtsswHhHgIWUv7pRFPvf4a3gy+a3wD7BWhUsac1YpLi
4jrpnxhluo87M6zlQRW1t/tQz61baAs=
=lSE1
-----END PGP SIGNATURE-----
pgpj1sVVqzhzG.pgp
Description: PGP signature
--- End Message ---