Package: src:golang-github-xhit-go-simple-mail Version: 2.16.0-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202606/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot 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 add an affects on src:golang-github-xhit-go-simple-mail, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] 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/xhit/go-simple-mail 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/linux math/bits internal/runtime/exithook internal/runtime/gc internal/strconv internal/runtime/sys internal/runtime/gc/scan internal/asan internal/msan internal/race internal/runtime/math internal/runtime/maps internal/runtime/cgroup internal/runtime/pprof/label internal/stringslite internal/trace/tracev2 sync/atomic runtime internal/sync internal/synctest unicode unicode/utf8 crypto/internal/fips140/alias crypto/internal/fips140deps/byteorder crypto/internal/fips140deps/cpu crypto/internal/constanttime crypto/internal/fips140/subtle cmp math crypto/subtle crypto/internal/boring/sig container/list unicode/utf16 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/internal/alias internal/nettrace log/internal internal/reflectlite sync errors iter io strconv internal/bisect bytes strings hash crypto internal/godebug bufio crypto/internal/fips140deps/godebug crypto/internal/impl crypto/internal/fips140 internal/oserror crypto/internal/fips140/sha256 crypto/internal/fips140/sha3 crypto/internal/fips140/sha512 slices syscall crypto/internal/fips140/hmac crypto/internal/fips140/check crypto/internal/fips140/aes path internal/testlog crypto/fips140 crypto/sha3 crypto/internal/fips140hash crypto/internal/fips140/nistec/fiat time internal/syscall/unix crypto/internal/fips140deps/time io/fs crypto/internal/entropy/v1.0.0 internal/poll internal/filepathlite internal/syscall/execenv context crypto/internal/fips140/nistec os crypto/internal/fips140/edwards25519/field math/rand/v2 crypto/internal/randutil reflect crypto/internal/sysrand crypto/internal/fips140/drbg crypto/internal/fips140/aes/gcm crypto/internal/fips140only crypto/cipher crypto/internal/boring crypto/hmac crypto/md5 crypto/aes crypto/des crypto/internal/fips140/ecdh crypto/internal/rand crypto/ecdh math/rand crypto/internal/fips140/bigmod internal/fmtsort crypto/internal/fips140/ecdsa fmt weak crypto/internal/fips140cache crypto/sha512 internal/saferio crypto/internal/fips140/edwards25519 crypto/internal/fips140/ed25519 crypto/internal/fips140/hkdf crypto/hkdf crypto/internal/fips140/mlkem math/big crypto/mlkem crypto/sha256 encoding/binary 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 crypto/hpke crypto/elliptic crypto/internal/boring/bbig encoding/asn1 crypto/rand crypto/ed25519 crypto/internal/fips140/tls12 crypto/internal/fips140/tls13 vendor/golang.org/x/crypto/cryptobyte crypto/rc4 crypto/internal/fips140/rsa crypto/rsa crypto/ecdsa crypto/sha1 crypto/tls/internal/fips140tls crypto/dsa encoding/hex crypto/x509/pkix encoding/base64 encoding/pem maps vendor/golang.org/x/net/dns/dnsmessage internal/singleflight unique net/netip net/url runtime/cgo path/filepath sort io/ioutil mime/quotedprintable log mime net regexp/syntax regexp net/textproto crypto/x509 net/mail mime/multipart github.com/toorop/go-dkim crypto/tls github.com/xhit/go-simple-mail dh_auto_test -O--builddirectory=_build -O--buildsystem=golang cd _build && go test -vet=off -v -p 2 github.com/xhit/go-simple-mail === RUN TestAttachments === RUN TestAttachments/Inline_File === RUN TestAttachments/Inline_Base64 === RUN TestAttachments/Inline_Data === RUN TestAttachments/Attachment_File === RUN TestAttachments/Attachment_Base64 === RUN TestAttachments/Attachment_Data === RUN TestAttachments/Inline_File_Deprecated === RUN TestAttachments/Inline_Base64_Deprecated === RUN TestAttachments/Inline_Data_Deprecated === RUN TestAttachments/Attachment_File_Deprecated === RUN TestAttachments/Attachment_Base64_Deprecated === RUN TestAttachments/Attachment_Data_Deprecated === RUN TestAttachments/Inline_File_not_name_Deprecated === RUN TestAttachments/Attachment_File_not_name_Deprecated --- PASS: TestAttachments (0.00s) --- PASS: TestAttachments/Inline_File (0.00s) --- PASS: TestAttachments/Inline_Base64 (0.00s) --- PASS: TestAttachments/Inline_Data (0.00s) --- PASS: TestAttachments/Attachment_File (0.00s) --- PASS: TestAttachments/Attachment_Base64 (0.00s) --- PASS: TestAttachments/Attachment_Data (0.00s) --- PASS: TestAttachments/Inline_File_Deprecated (0.00s) --- PASS: TestAttachments/Inline_Base64_Deprecated (0.00s) --- PASS: TestAttachments/Inline_Data_Deprecated (0.00s) --- PASS: TestAttachments/Attachment_File_Deprecated (0.00s) --- PASS: TestAttachments/Attachment_Base64_Deprecated (0.00s) --- PASS: TestAttachments/Attachment_Data_Deprecated (0.00s) --- PASS: TestAttachments/Inline_File_not_name_Deprecated (0.00s) --- PASS: TestAttachments/Attachment_File_not_name_Deprecated (0.00s) === RUN TestSendRace 2026/06/08 22:07:34 starting service at 56666... 2026/06/08 22:07:34 starting service at 56667... 2026/06/08 22:07:34 WRITE:220 test connected 2026/06/08 22:07:34 READ:EHLO localhost 2026/06/08 22:07:34 WRITE:250 after helo 2026/06/08 22:07:34 WRITE:220 test connected 2026/06/08 22:07:34 READ:EHLO localhost 2026/06/08 22:07:34 WRITE:250 after helo 2026/06/08 22:07:34 READ:MAIL FROM:<foo@bar> 2026/06/08 22:07:34 WRITE:250 after mail from 2026/06/08 22:07:34 READ:RCPT TO:<rcpt@bar> 2026/06/08 22:07:34 WRITE:250 after rcpt to 2026/06/08 22:07:34 READ:DATA 2026/06/08 22:07:34 WRITE:354 after data 2026/06/08 22:07:34 READ:Subject: subject Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 08 Jun 2026 22:07:34 +0000 MIME-Version: 1.0 From: <foo@bar> To: <rcpt@bar> body . 2026/06/08 22:07:34 WRITE:250 OK 2026/06/08 22:07:34 READ:MAIL FROM:<foo@bar> 2026/06/08 22:07:34 WRITE:250 after mail from 2026/06/08 22:07:34 READ:RCPT TO:<rcpt@bar> 2026/06/08 22:07:34 WRITE:250 after rcpt to 2026/06/08 22:07:34 READ:DATA 2026/06/08 22:07:34 WRITE:354 after data 2026/06/08 22:07:34 READ:From: <foo@bar> To: <rcpt@bar> Subject: subject Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 08 Jun 2026 22:07:34 +0000 MIME-Version: 1.0 body . --- PASS: TestSendRace (5.00s) === RUN TestWriter --- PASS: TestWriter (0.00s) === RUN TestAuth --- PASS: TestAuth (0.00s) === RUN TestAuthPlain --- PASS: TestAuthPlain (0.00s) === RUN TestAuthLogin --- PASS: TestAuthLogin (0.00s) === RUN TestClientAuthTrimSpace --- PASS: TestClientAuthTrimSpace (0.00s) === RUN TestBasic --- PASS: TestBasic (0.00s) === RUN TestExtensions === RUN TestExtensions/helo === RUN TestExtensions/ehlo === RUN TestExtensions/ehlo_size === RUN TestExtensions/ehlo_8bitmime === RUN TestExtensions/ehlo_smtputf8 === RUN TestExtensions/ehlo_8bitmime_smtputf8 --- PASS: TestExtensions (0.00s) --- PASS: TestExtensions/helo (0.00s) --- PASS: TestExtensions/ehlo (0.00s) --- PASS: TestExtensions/ehlo_size (0.00s) --- PASS: TestExtensions/ehlo_8bitmime (0.00s) --- PASS: TestExtensions/ehlo_smtputf8 (0.00s) --- PASS: TestExtensions/ehlo_8bitmime_smtputf8 (0.00s) === RUN TestNewClient --- PASS: TestNewClient (0.00s) === RUN TestNewClient2 --- PASS: TestNewClient2 (0.00s) === RUN TestNewClientWithTLS --- PASS: TestNewClientWithTLS (0.00s) === RUN TestHello smtp_test.go:770: Command 1 failed: 502 "Not implemented" --- FAIL: TestHello (0.00s) === RUN TestAuthFailed smtp_test.go:852: Auth: got error: 535 "Invalid credentials\nplease see www.example.com", want: 535 Invalid credentials please see www.example.com --- FAIL: TestAuthFailed (0.00s) === RUN TestTLSConnState --- PASS: TestTLSConnState (0.00s) FAIL FAIL github.com/xhit/go-simple-mail 5.011s FAIL dh_auto_test: error: cd _build && go test -vet=off -v -p 2 github.com/xhit/go-simple-mail returned exit code 1 make: *** [debian/rules:4: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

