Your message dated Sat, 15 Feb 2025 17:04:25 +0000
with message-id <[email protected]>
and subject line Bug#1091500: fixed in golang-github-github-smimesign 
0.2.0+dfsg-3
has caused the Debian Bug report #1091500,
regarding golang-github-github-smimesign: will FTBFS during trixie support 
period
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.)


-- 
1091500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-github-smimesign
Version: 0.2.0+dfsg-2
Tags: ftbfs trixie sid
User: [email protected]
Usertags: ftbfs-during-trixie-support-period

Dear maintainer:

During a rebuild of all packages in unstable in the year 2028, your package 
failed to build:

--------------------------------------------------------------------------------
[...]
 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
   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/byteorder
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
internal/profilerecord
internal/runtime/atomic
internal/runtime/syscall
internal/stringslite
internal/runtime/exithook
runtime/internal/math
runtime/internal/sys
internal/race
sync/atomic
runtime
unicode
unicode/utf8
math/bits
math
crypto/internal/alias
crypto/subtle
crypto/internal/boring/sig
cmp
internal/itoa
internal/asan
internal/msan
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
iter
errors
slices
internal/bisect
io
strconv
bytes
hash
crypto/cipher
crypto
crypto/internal/randutil
reflect
crypto/internal/boring
crypto/aes
crypto/des
internal/oserror
path
internal/godebug
syscall
time
internal/fmtsort
internal/syscall/unix
io/fs
internal/poll
internal/filepathlite
internal/syscall/execenv
internal/testlog
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/binary
crypto/x509/pkix
context
encoding/base64
vendor/golang.org/x/net/dns/dnsmessage
encoding/pem
internal/singleflight
math/rand/v2
internal/concurrent
internal/weak
sort
unique
net/netip
runtime/cgo
net/url
path/filepath
bufio
compress/flate
hash/crc32
compress/gzip
crypto/hmac
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
crypto/internal/hpke
vendor/golang.org/x/crypto/sha3
crypto/internal/mlkem768
crypto/rc4
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
net
vendor/golang.org/x/net/idna
vendor/golang.org/x/net/http2/hpack
maps
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
--- PASS: TestSignDetachedWithOpenSSL (0.01s)
=== RUN   TestSignRemoveHeaders
--- PASS: TestSignRemoveHeaders (0.00s)
=== RUN   TestAddTimestamps
--- PASS: TestAddTimestamps (0.01s)
=== RUN   TestTimestampsVerifications
--- PASS: TestTimestampsVerifications (0.08s)
=== 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
--- PASS: TestVerifyOutlookDetached (0.01s)
=== RUN   TestVerifySmimesignAttachedWithTimestamp
    verify_test.go:159: x509: certificate has expired or is not yet valid: 
current time 2028-06-10T12:00:37Z is after 2028-01-18T00:00:00Z
--- FAIL: TestVerifySmimesignAttachedWithTimestamp (0.00s)
=== RUN   TestVerifyChain
--- PASS: TestVerifyChain (0.00s)
=== RUN   TestVerifyDSAWithSHA1
--- PASS: TestVerifyDSAWithSHA1 (0.00s)
FAIL
FAIL    github.com/github/smimesign/ietf-cms    0.717s
=== RUN   TestDefaults
--- PASS: TestDefaults (0.21s)
=== RUN   TestIntermediate
--- PASS: TestIntermediate (0.11s)
=== RUN   TestSubject
--- PASS: TestSubject (0.13s)
=== RUN   TestNextSerialNumber
--- PASS: TestNextSerialNumber (0.32s)
=== RUN   TestPrivateKey
--- PASS: TestPrivateKey (0.00s)
=== RUN   TestIssuer
--- PASS: TestIssuer (0.33s)
=== RUN   TestIsCA
--- PASS: TestIsCA (0.14s)
=== RUN   TestChain
--- PASS: TestChain (0.28s)
=== RUN   TestChainPool
--- PASS: TestChainPool (0.25s)
=== RUN   TestPFX
--- PASS: TestPFX (0.10s)
=== RUN   TestAIA
--- PASS: TestAIA (0.21s)
=== RUN   TestKeyUsage
--- PASS: TestKeyUsage (0.19s)
PASS
ok      github.com/github/smimesign/fakeca      2.284s
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/ftbfs-future/

About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

(While they are not yet, please note that the bugs will be RC for trixie)

The build was made 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-3
Done: Simon Josefsson <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Josefsson <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 15 Feb 2025 16:51:17 +0100
Source: golang-github-github-smimesign
Architecture: source
Version: 0.2.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 1091500
Changes:
 golang-github-github-smimesign (0.2.0+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Disable FTBFS-triggers.  DEP3 fixes.  Closes: #1091500.
   * Bump debian/* copyright years.
   * Use dh-sequence-golang.
Checksums-Sha1:
 0b832a6c82eb495fe669af8df539ce4027ff9635 2902 
golang-github-github-smimesign_0.2.0+dfsg-3.dsc
 6f560e89d15202d8a70fae26b1a3c8d51f87aa05 4548 
golang-github-github-smimesign_0.2.0+dfsg-3.debian.tar.xz
 6d2dcc420ecd55119f47a5d683f7289ed0b48f76 6976 
golang-github-github-smimesign_0.2.0+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 329635454b1496e23ad114c6d39bba3dbdc89b563af57dd8c127656f5677899d 2902 
golang-github-github-smimesign_0.2.0+dfsg-3.dsc
 b4ba18270c5bcb8d52cf90878438c74240f7e322f513790fe9149a5dd8e99b27 4548 
golang-github-github-smimesign_0.2.0+dfsg-3.debian.tar.xz
 298d5f3663b399d17b121d4f1e55deab3fa6e3e77d6f46a48190c25e332fe418 6976 
golang-github-github-smimesign_0.2.0+dfsg-3_amd64.buildinfo
Files:
 acd46ef8b758aab0d324692561d28361 2902 golang optional 
golang-github-github-smimesign_0.2.0+dfsg-3.dsc
 07b90e1691a49bc5b652fc6aa3dade59 4548 golang optional 
golang-github-github-smimesign_0.2.0+dfsg-3.debian.tar.xz
 17e8df9d70ed7a2ccac225df389a2c1a 6976 golang optional 
golang-github-github-smimesign_0.2.0+dfsg-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQNoBAEWCgMQFiEEo8ychwudMQq61M8vUXIrCP5HRaIFAmewxOMUHHNpbW9uQGpv
c2Vmc3Nvbi5vcmfCHCYAmDMEXJLOtBYJKwYBBAHaRw8BAQdACIcrZIvhrxDBkK9f
V+QlTmXxo2naObDuGtw58YaxlOu0JVNpbW9uIEpvc2Vmc3NvbiA8c2ltb25Aam9z
ZWZzc29uLm9yZz6IlgQTFggAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYh
BLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgIBQkLehFUAAoJENc89jjFPAa+CboA
+wUa06RD5e5VTCxvSWtPS75Wq2qBeYGZnf0jvUMxa2n4AP4xkUeAPPnNuMsTm2fs
FCDIGaEM2Yn6Vb2huzzT1Fw/BLgzBFySz4EWCSsGAQQB2kcPAQEHQOxTCIOaeXAx
I2hIX4HK9bQTpNVei708oNr1Klm8qCGKiPUEGBYIACYCGwIWIQSx0r0Tdb7LeEz0
+MTXPPY4xTwGvgUCZf2IKwUJC3oQqgCBdiAEGRYIAB0WIQSjzJyHC50xCrrUzy9R
cisI/kdFogUCXJLPgQAKCRBRcisI/kdFoqdMAQCgH45aseZgIrwKOvUOA9QfsmeE
8GZHYNuFHmM9FEQS6AD6A4x5aYvoY6lo98pgtw2HPDhmcCXFItjXCrV4A0GmJA4J
ENc89jjFPAa+GcYA/26YQY05bLtnXiIjTiAzrGQrRXxTHPA8Av7TDFHvIetWAP9s
HSoU8OfTwmTiEnGwLlsV7QJclZg3YNz/Ypcp9TqQBrg4BFySz2oSCisGAQQBl1UB
BQEBB0AxlRumDW6nZY7A+VCfek9VpEx6PJmdJyYPt3lNHMd6HAMBCAeIfgQYFggA
JgIbDBYhBLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgwBQkLehDGAAoJENc89jjF
PAa+phoA/jrDqIrl/55vUMBhIQv+TP635d2iCTEnyFmbUcP9+gh6APoDsXalVd2c
OGxQtSC+TF8PkZMn1TLkJKAjVxr+xx40AgAKCRBRcisI/kdFooWWAP96ujvr4T4u
o5OkqTqHg1tdGmYSS8xJfMgTP0R1MbqLogD/bYpo6D9HNshAH9+xbsCsC8mce9WP
C2aq7vRrYEbQ9Ak=
=hItT
-----END PGP SIGNATURE-----

Attachment: pgpYa4uAiiOL2.pgp
Description: PGP signature


--- End Message ---

Reply via email to