Your message dated Fri, 08 Nov 2024 19:19:26 +0000
with message-id <e1t9uvy-005i4e...@fasolo.debian.org>
and subject line Bug#1084261: fixed in golang-github-protonmail-go-crypto 
1.1.2-1
has caused the Debian Bug report #1084261,
regarding golang-github-protonmail-go-crypto: FTBFS: FAIL: 
TestEndToEnd/rsa_foreign/encryptDecrypt
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.)


-- 
1084261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-protonmail-go-crypto
Version: 1.0.0-2
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
dh_auto_build: warning: 
github.com/ProtonMail/go-crypto/openpgp/integration_tests contains no non-test 
Go files, removing it from build
        cd _build && go install -trimpath -v -p 2 
github.com/ProtonMail/go-crypto/bitcurves github.com/ProtonMail/go-crypto/brainpool 
github.com/ProtonMail/go-crypto/eax github.com/ProtonMail/go-crypto/internal/byteutil 
github.com/ProtonMail/go-crypto/ocb github.com/ProtonMail/go-crypto/openpgp 
github.com/ProtonMail/go-crypto/openpgp/aes/keywrap 
github.com/ProtonMail/go-crypto/openpgp/armor 
github.com/ProtonMail/go-crypto/openpgp/clearsign 
github.com/ProtonMail/go-crypto/openpgp/ecdh 
github.com/ProtonMail/go-crypto/openpgp/ecdsa 
github.com/ProtonMail/go-crypto/openpgp/eddsa 
github.com/ProtonMail/go-crypto/openpgp/elgamal 
github.com/ProtonMail/go-crypto/openpgp/errors 
github.com/ProtonMail/go-crypto/openpgp/internal/algorithm 
github.com/ProtonMail/go-crypto/openpgp/internal/ecc 
github.com/ProtonMail/go-crypto/openpgp/internal/encoding 
github.com/ProtonMail/go-crypto/openpgp/packet 
github.com/ProtonMail/go-crypto/openpgp/s2k
internal/goarch
crypto/subtle
internal/abi
internal/unsafeheader
internal/cpu
internal/bytealg

[... snipped ...]

        --- PASS: TestEndToEnd/p521_foreign/signVerify (0.08s)
            --- PASS: TestEndToEnd/p521_foreign/signVerify/binary (0.05s)
            --- PASS: TestEndToEnd/p521_foreign/signVerify/text (0.03s)
        --- FAIL: TestEndToEnd/p521_foreign/encryptDecrypt (0.71s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/rsa_foreign 
(0.05s)
            --- PASS: 
TestEndToEnd/p521_foreign/encryptDecrypt/curve25519_foreign (0.01s)
            --- FAIL: TestEndToEnd/p521_foreign/encryptDecrypt/curve448_foreign 
(0.00s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/dsa_foreign 
(0.13s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/p256_foreign 
(0.01s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/p384_foreign 
(0.03s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/p521_foreign 
(0.03s)
            --- PASS: 
TestEndToEnd/p521_foreign/encryptDecrypt/secp256k1_foreign (0.05s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/ed25519_foreign 
(0.14s)
            --- PASS: 
TestEndToEnd/p521_foreign/encryptDecrypt/brainpoolp256r1_foreign (0.05s)
            --- PASS: 
TestEndToEnd/p521_foreign/encryptDecrypt/brainpoolp384r1_foreign (0.06s)
            --- PASS: 
TestEndToEnd/p521_foreign/encryptDecrypt/brainpoolp512r1_foreign (0.10s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/ed25519_v4 
(0.03s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/ed25519_v4#01 
(0.01s)
            --- PASS: TestEndToEnd/p521_foreign/encryptDecrypt/rsa_v5 (0.02s)
    --- FAIL: TestEndToEnd/secp256k1_foreign (1.15s)
        --- PASS: TestEndToEnd/secp256k1_foreign/DecryptPreparedMessage (0.01s)
        --- PASS: TestEndToEnd/secp256k1_foreign/signVerify (0.14s)
            --- PASS: TestEndToEnd/secp256k1_foreign/signVerify/binary (0.07s)
            --- PASS: TestEndToEnd/secp256k1_foreign/signVerify/text (0.08s)
        --- FAIL: TestEndToEnd/secp256k1_foreign/encryptDecrypt (1.00s)
            --- PASS: TestEndToEnd/secp256k1_foreign/encryptDecrypt/rsa_foreign 
(0.06s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/curve25519_foreign (0.04s)
            --- FAIL: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/curve448_foreign (0.01s)
            --- PASS: TestEndToEnd/secp256k1_foreign/encryptDecrypt/dsa_foreign 
(0.15s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/p256_foreign (0.03s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/p384_foreign (0.03s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/p521_foreign (0.05s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/secp256k1_foreign (0.04s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/ed25519_foreign (0.23s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/brainpoolp256r1_foreign (0.07s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/brainpoolp384r1_foreign (0.08s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/brainpoolp512r1_foreign (0.14s)
            --- PASS: TestEndToEnd/secp256k1_foreign/encryptDecrypt/ed25519_v4 
(0.01s)
            --- PASS: 
TestEndToEnd/secp256k1_foreign/encryptDecrypt/ed25519_v4#01 (0.02s)
            --- PASS: TestEndToEnd/secp256k1_foreign/encryptDecrypt/rsa_v5 
(0.01s)
    --- FAIL: TestEndToEnd/ed25519_foreign (0.99s)
        --- PASS: TestEndToEnd/ed25519_foreign/DecryptPreparedMessage (0.06s)
        --- PASS: TestEndToEnd/ed25519_foreign/signVerify (0.15s)
            --- PASS: TestEndToEnd/ed25519_foreign/signVerify/binary (0.11s)
            --- PASS: TestEndToEnd/ed25519_foreign/signVerify/text (0.03s)
        --- FAIL: TestEndToEnd/ed25519_foreign/encryptDecrypt (0.78s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/rsa_foreign 
(0.10s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/curve25519_foreign (0.01s)
            --- FAIL: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/curve448_foreign (0.00s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/dsa_foreign 
(0.11s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/p256_foreign 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/p384_foreign 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/p521_foreign 
(0.03s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/secp256k1_foreign (0.04s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/ed25519_foreign (0.12s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/brainpoolp256r1_foreign (0.06s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/brainpoolp384r1_foreign (0.07s)
            --- PASS: 
TestEndToEnd/ed25519_foreign/encryptDecrypt/brainpoolp512r1_foreign (0.08s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/ed25519_v4 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/ed25519_v4#01 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_foreign/encryptDecrypt/rsa_v5 (0.01s)
    --- FAIL: TestEndToEnd/brainpoolp256r1_foreign (0.93s)
        --- PASS: TestEndToEnd/brainpoolp256r1_foreign/DecryptPreparedMessage 
(0.01s)
        --- PASS: TestEndToEnd/brainpoolp256r1_foreign/signVerify (0.13s)
            --- PASS: TestEndToEnd/brainpoolp256r1_foreign/signVerify/binary 
(0.07s)
            --- PASS: TestEndToEnd/brainpoolp256r1_foreign/signVerify/text 
(0.06s)
        --- FAIL: TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt (0.79s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/rsa_foreign (0.05s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/curve25519_foreign (0.03s)
            --- FAIL: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/curve448_foreign (0.01s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/dsa_foreign (0.16s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/p256_foreign (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/p384_foreign (0.01s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/p521_foreign (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/secp256k1_foreign (0.03s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/ed25519_foreign (0.18s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/brainpoolp256r1_foreign 
(0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/brainpoolp384r1_foreign 
(0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/brainpoolp512r1_foreign 
(0.09s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/ed25519_v4 (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/ed25519_v4#01 (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp256r1_foreign/encryptDecrypt/rsa_v5 (0.02s)
    --- FAIL: TestEndToEnd/brainpoolp384r1_foreign (1.03s)
        --- PASS: TestEndToEnd/brainpoolp384r1_foreign/DecryptPreparedMessage 
(0.01s)
        --- PASS: TestEndToEnd/brainpoolp384r1_foreign/signVerify (0.14s)
            --- PASS: TestEndToEnd/brainpoolp384r1_foreign/signVerify/binary 
(0.10s)
            --- PASS: TestEndToEnd/brainpoolp384r1_foreign/signVerify/text 
(0.03s)
        --- FAIL: TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt (0.88s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/rsa_foreign (0.07s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/curve25519_foreign (0.04s)
            --- FAIL: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/curve448_foreign (0.00s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/dsa_foreign (0.11s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/p256_foreign (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/p384_foreign (0.03s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/p521_foreign (0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/secp256k1_foreign (0.05s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/ed25519_foreign (0.16s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/brainpoolp256r1_foreign 
(0.04s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/brainpoolp384r1_foreign 
(0.05s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/brainpoolp512r1_foreign 
(0.13s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/ed25519_v4 (0.05s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/ed25519_v4#01 (0.01s)
            --- PASS: 
TestEndToEnd/brainpoolp384r1_foreign/encryptDecrypt/rsa_v5 (0.02s)
    --- FAIL: TestEndToEnd/brainpoolp512r1_foreign (1.23s)
        --- PASS: TestEndToEnd/brainpoolp512r1_foreign/DecryptPreparedMessage 
(0.02s)
        --- PASS: TestEndToEnd/brainpoolp512r1_foreign/signVerify (0.24s)
            --- PASS: TestEndToEnd/brainpoolp512r1_foreign/signVerify/binary 
(0.12s)
            --- PASS: TestEndToEnd/brainpoolp512r1_foreign/signVerify/text 
(0.12s)
        --- FAIL: TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt (0.97s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/rsa_foreign (0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/curve25519_foreign (0.03s)
            --- FAIL: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/curve448_foreign (0.00s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/dsa_foreign (0.14s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/p256_foreign (0.03s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/p384_foreign (0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/p521_foreign (0.07s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/secp256k1_foreign (0.07s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/ed25519_foreign (0.15s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/brainpoolp256r1_foreign 
(0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/brainpoolp384r1_foreign 
(0.06s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/brainpoolp512r1_foreign 
(0.10s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/ed25519_v4 (0.04s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/ed25519_v4#01 (0.02s)
            --- PASS: 
TestEndToEnd/brainpoolp512r1_foreign/encryptDecrypt/rsa_v5 (0.02s)
    --- FAIL: TestEndToEnd/ed25519_v4 (0.69s)
        --- PASS: TestEndToEnd/ed25519_v4/DecryptPreparedMessage (0.00s)
        --- PASS: TestEndToEnd/ed25519_v4/signVerify (0.10s)
            --- PASS: TestEndToEnd/ed25519_v4/signVerify/binary (0.04s)
            --- PASS: TestEndToEnd/ed25519_v4/signVerify/text (0.06s)
        --- FAIL: TestEndToEnd/ed25519_v4/encryptDecrypt (0.59s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/rsa_foreign (0.04s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/curve25519_foreign 
(0.02s)
            --- FAIL: TestEndToEnd/ed25519_v4/encryptDecrypt/curve448_foreign 
(0.00s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/dsa_foreign (0.08s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/p256_foreign 
(0.00s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/p384_foreign 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/p521_foreign 
(0.03s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/secp256k1_foreign 
(0.03s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/ed25519_foreign 
(0.13s)
            --- PASS: 
TestEndToEnd/ed25519_v4/encryptDecrypt/brainpoolp256r1_foreign (0.04s)
            --- PASS: 
TestEndToEnd/ed25519_v4/encryptDecrypt/brainpoolp384r1_foreign (0.07s)
            --- PASS: 
TestEndToEnd/ed25519_v4/encryptDecrypt/brainpoolp512r1_foreign (0.08s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/ed25519_v4 (0.01s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/ed25519_v4#01 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_v4/encryptDecrypt/rsa_v5 (0.02s)
    --- FAIL: TestEndToEnd/ed25519_v4#01 (0.89s)
        --- PASS: TestEndToEnd/ed25519_v4#01/DecryptPreparedMessage (0.00s)
        --- PASS: TestEndToEnd/ed25519_v4#01/signVerify (0.03s)
            --- PASS: TestEndToEnd/ed25519_v4#01/signVerify/binary (0.00s)
            --- PASS: TestEndToEnd/ed25519_v4#01/signVerify/text (0.03s)
        --- FAIL: TestEndToEnd/ed25519_v4#01/encryptDecrypt (0.86s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/rsa_foreign 
(0.05s)
            --- PASS: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/curve25519_foreign (0.01s)
            --- FAIL: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/curve448_foreign (0.01s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/dsa_foreign 
(0.12s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/p256_foreign 
(0.05s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/p384_foreign 
(0.02s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/p521_foreign 
(0.05s)
            --- PASS: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/secp256k1_foreign (0.06s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/ed25519_foreign 
(0.17s)
            --- PASS: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/brainpoolp256r1_foreign (0.05s)
            --- PASS: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/brainpoolp384r1_foreign (0.10s)
            --- PASS: 
TestEndToEnd/ed25519_v4#01/encryptDecrypt/brainpoolp512r1_foreign (0.11s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/ed25519_v4 
(0.01s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/ed25519_v4#01 
(0.04s)
            --- PASS: TestEndToEnd/ed25519_v4#01/encryptDecrypt/rsa_v5 (0.00s)
    --- FAIL: TestEndToEnd/rsa_v5 (0.80s)
        --- PASS: TestEndToEnd/rsa_v5/DecryptPreparedMessage (0.00s)
        --- PASS: TestEndToEnd/rsa_v5/signVerify (0.09s)
            --- PASS: TestEndToEnd/rsa_v5/signVerify/binary (0.06s)
            --- PASS: TestEndToEnd/rsa_v5/signVerify/text (0.02s)
        --- FAIL: TestEndToEnd/rsa_v5/encryptDecrypt (0.71s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/rsa_foreign (0.04s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/curve25519_foreign 
(0.01s)
            --- FAIL: TestEndToEnd/rsa_v5/encryptDecrypt/curve448_foreign 
(0.01s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/dsa_foreign (0.13s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/p256_foreign (0.01s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/p384_foreign (0.02s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/p521_foreign (0.03s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/secp256k1_foreign 
(0.06s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/ed25519_foreign (0.13s)
            --- PASS: 
TestEndToEnd/rsa_v5/encryptDecrypt/brainpoolp256r1_foreign (0.03s)
            --- PASS: 
TestEndToEnd/rsa_v5/encryptDecrypt/brainpoolp384r1_foreign (0.07s)
            --- PASS: 
TestEndToEnd/rsa_v5/encryptDecrypt/brainpoolp512r1_foreign (0.11s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/ed25519_v4 (0.01s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/ed25519_v4#01 (0.02s)
            --- PASS: TestEndToEnd/rsa_v5/encryptDecrypt/rsa_v5 (0.01s)
FAIL
FAIL    github.com/ProtonMail/go-crypto/openpgp/integration_tests       13.300s
=== RUN   TestGenerateMaskedPrivateKeyX25519
--- PASS: TestGenerateMaskedPrivateKeyX25519 (0.00s)
=== RUN   TestEd25519MarshalUnmarshal
--- PASS: TestEd25519MarshalUnmarshal (0.00s)
PASS
ok      github.com/ProtonMail/go-crypto/openpgp/internal/ecc    0.002s
=== RUN   TestMPI
--- PASS: TestMPI (0.00s)
=== RUN   TestOID
--- PASS: TestOID (0.00s)
PASS
ok      github.com/ProtonMail/go-crypto/openpgp/internal/encoding       0.001s
=== RUN   TestAeadRFCParse
--- PASS: TestAeadRFCParse (0.00s)
=== RUN   TestAeadEmptyStream
--- PASS: TestAeadEmptyStream (0.00s)
=== RUN   TestAeadNilConfigStream
--- PASS: TestAeadNilConfigStream (0.00s)
=== RUN   TestAeadStreamRandomizeSlow
--- PASS: TestAeadStreamRandomizeSlow (0.00s)
=== RUN   TestAeadCorruptStreamRandomizeSlow
--- PASS: TestAeadCorruptStreamRandomizeSlow (0.00s)
=== RUN   TestAeadTruncatedStreamRandomizeSlow
--- PASS: TestAeadTruncatedStreamRandomizeSlow (0.00s)
=== RUN   TestAeadUnclosedStreamRandomizeSlow
--- PASS: TestAeadUnclosedStreamRandomizeSlow (0.00s)
=== RUN   TestCompressed
--- PASS: TestCompressed (0.00s)
=== RUN   TestCompressDecompressRandomizeFast
--- PASS: TestCompressDecompressRandomizeFast (0.00s)
=== RUN   TestDecryptingEncryptedKey
--- PASS: TestDecryptingEncryptedKey (0.00s)
=== RUN   TestRSADecrypter
--- PASS: TestRSADecrypter (0.00s)
=== RUN   TestEncryptingEncryptedKey
--- PASS: TestEncryptingEncryptedKey (0.00s)
=== RUN   TestSerializingEncryptedKey
--- PASS: TestSerializingEncryptedKey (0.00s)
=== RUN   TestNotationGetData
--- PASS: TestNotationGetData (0.00s)
=== RUN   TestNotationGetDataNotHumanReadable
--- PASS: TestNotationGetDataNotHumanReadable (0.00s)
=== RUN   TestOCFB
--- PASS: TestOCFB (0.00s)
=== RUN   TestOpaqueParseReason
--- PASS: TestOpaqueParseReason (0.00s)
=== RUN   TestReadFull
--- PASS: TestReadFull (0.00s)
=== RUN   TestReadLength
--- PASS: TestReadLength (0.00s)
=== RUN   TestPartialLengthReader
--- PASS: TestPartialLengthReader (0.00s)
=== RUN   TestReadHeader
--- PASS: TestReadHeader (0.00s)
=== RUN   TestSerializeHeader
--- PASS: TestSerializeHeader (0.00s)
=== RUN   TestPartialLengths
--- PASS: TestPartialLengths (0.00s)
=== RUN   TestPartialLengthsShortWrite
--- PASS: TestPartialLengthsShortWrite (0.00s)
=== RUN   TestExternalPrivateKeyRead
--- PASS: TestExternalPrivateKeyRead (0.09s)
=== RUN   TestExternalPrivateKeyEncryptDecryptRandomizeSlow
--- PASS: TestExternalPrivateKeyEncryptDecryptRandomizeSlow (0.18s)
=== RUN   TestExternalPrivateKeyEncryptDecryptArgon2
--- PASS: TestExternalPrivateKeyEncryptDecryptArgon2 (0.94s)
=== RUN   TestExternalRSAPrivateKey
--- PASS: TestExternalRSAPrivateKey (0.08s)
=== RUN   TestECDSAPrivateKeysRandomizeFast
--- PASS: TestECDSAPrivateKeysRandomizeFast (0.00s)
=== RUN   TestRSASignerPrivateKeysRandomizeSlow
--- PASS: TestRSASignerPrivateKeysRandomizeSlow (0.07s)
=== RUN   TestECDSASignerPrivateKeysRandomizeFast
--- PASS: TestECDSASignerPrivateKeysRandomizeFast (0.00s)
=== RUN   TestEdDSASignerPrivateKeyRandomizeFast
--- PASS: TestEdDSASignerPrivateKeyRandomizeFast (0.00s)
=== RUN   TestEncryptDecryptEdDSAPrivateKeyRandomizeFast
--- PASS: TestEncryptDecryptEdDSAPrivateKeyRandomizeFast (0.00s)
=== RUN   TestIssue11505
--- PASS: TestIssue11505 (0.00s)
=== RUN   TestDSAValidation
--- PASS: TestDSAValidation (0.09s)
=== RUN   TestElGamalValidation
--- PASS: TestElGamalValidation (0.69s)
=== RUN   TestPublicKeyRead
--- PASS: TestPublicKeyRead (0.00s)
=== RUN   TestPublicKeySerialize
--- PASS: TestPublicKeySerialize (0.00s)
=== RUN   TestEcc384Serialize
--- PASS: TestEcc384Serialize (0.00s)
=== RUN   TestP256KeyID
--- PASS: TestP256KeyID (0.00s)
=== RUN   TestSignatureReadAndReserialize
--- PASS: TestSignatureReadAndReserialize (0.00s)
=== RUN   TestOnePassSignatureReadAndReserialize
--- PASS: TestOnePassSignatureReadAndReserialize (0.00s)
=== RUN   TestSignatureEmptyFingerprint
--- PASS: TestSignatureEmptyFingerprint (0.00s)
=== RUN   TestSignatureReserialize
--- PASS: TestSignatureReserialize (0.00s)
=== RUN   TestPositiveCertSignatureRead
--- PASS: TestPositiveCertSignatureRead (0.00s)
=== RUN   TestPositiveCertSignatureReserialize
--- PASS: TestPositiveCertSignatureReserialize (0.00s)
=== RUN   TestSignUserId
--- PASS: TestSignUserId (0.00s)
=== RUN   TestSignatureWithLifetime
--- PASS: TestSignatureWithLifetime (0.00s)
=== RUN   TestSignatureWithPolicyURI
--- PASS: TestSignatureWithPolicyURI (0.00s)
=== RUN   TestSignatureWithTrust
--- PASS: TestSignatureWithTrust (0.00s)
=== RUN   TestSignatureWithTrustAndRegex
--- PASS: TestSignatureWithTrustAndRegex (0.00s)
=== RUN   TestDecryptSymmetricKeyAndEncryptedDataPacket
--- PASS: TestDecryptSymmetricKeyAndEncryptedDataPacket (0.00s)
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Argon2
--- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow (2.00s)
    --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192 (0.67s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX 
(0.23s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/EAX/Argon2 (0.21s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB 
(0.22s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/OCB/Argon2 (0.19s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM 
(0.22s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES192/GCM/Argon2 (0.19s)
    --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256 (0.66s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX 
(0.21s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/EAX/Argon2 (0.18s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB 
(0.23s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Iterated (0.03s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/OCB/Argon2 (0.21s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM 
(0.22s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES256/GCM/Argon2 (0.19s)
    --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128 (0.68s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB 
(0.22s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/OCB/Argon2 (0.20s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM 
(0.24s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Argon2 (0.21s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/GCM/Iterated (0.03s)
        --- PASS: TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX 
(0.22s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Salted (0.00s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Iterated (0.02s)
            --- PASS: 
TestSerializeSymmetricKeyEncryptedV5RandomizeSlow/AES128/EAX/Argon2 (0.20s)
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES128
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES192
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Argon2
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES256
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Salted
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Iterated
=== RUN   TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Argon2
--- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4 (0.73s)
    --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES128 (0.23s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Salted 
(0.00s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Iterated 
(0.03s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES128/Argon2 
(0.21s)
    --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES192 (0.26s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Salted 
(0.00s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Iterated 
(0.03s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES192/Argon2 
(0.22s)
    --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES256 (0.24s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Salted 
(0.00s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Iterated 
(0.02s)
        --- PASS: TestSerializeSymmetricKeyEncryptedCiphersV4/AES256/Argon2 
(0.22s)
=== RUN   TestMDCReader
--- PASS: TestMDCReader (0.00s)
=== RUN   TestSerializeMdc
--- PASS: TestSerializeMdc (0.00s)
=== RUN   TestAeadRfcVector
--- PASS: TestAeadRfcVector (0.00s)
=== RUN   TestAeadEncryptDecrypt
=== RUN   TestAeadEncryptDecrypt/AES192
=== RUN   TestAeadEncryptDecrypt/AES192/GCM
=== RUN   TestAeadEncryptDecrypt/AES192/EAX
=== RUN   TestAeadEncryptDecrypt/AES192/OCB
=== RUN   TestAeadEncryptDecrypt/AES256
=== RUN   TestAeadEncryptDecrypt/AES256/EAX
=== RUN   TestAeadEncryptDecrypt/AES256/OCB
=== RUN   TestAeadEncryptDecrypt/AES256/GCM
=== RUN   TestAeadEncryptDecrypt/AES128
=== RUN   TestAeadEncryptDecrypt/AES128/EAX
=== RUN   TestAeadEncryptDecrypt/AES128/OCB
=== RUN   TestAeadEncryptDecrypt/AES128/GCM
--- PASS: TestAeadEncryptDecrypt (0.00s)
    --- PASS: TestAeadEncryptDecrypt/AES192 (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES192/GCM (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES192/EAX (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES192/OCB (0.00s)
    --- PASS: TestAeadEncryptDecrypt/AES256 (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES256/EAX (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES256/OCB (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES256/GCM (0.00s)
    --- PASS: TestAeadEncryptDecrypt/AES128 (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES128/EAX (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES128/OCB (0.00s)
        --- PASS: TestAeadEncryptDecrypt/AES128/GCM (0.00s)
=== RUN   TestParseUserAttribute
--- PASS: TestParseUserAttribute (0.00s)
=== RUN   TestParseUserId
--- PASS: TestParseUserId (0.00s)
=== RUN   TestNewUserId
--- PASS: TestNewUserId (0.00s)
=== RUN   TestNewUserIdWithInvalidInput
--- PASS: TestNewUserIdWithInvalidInput (0.00s)
=== RUN   FuzzPackets
=== RUN   FuzzPackets/seed#0
--- PASS: FuzzPackets (0.00s)
    --- PASS: FuzzPackets/seed#0 (0.00s)
PASS
ok      github.com/ProtonMail/go-crypto/openpgp/packet  4.897s
=== RUN   TestSalted
--- PASS: TestSalted (0.00s)
=== RUN   TestArgon2EncodeTest
--- PASS: TestArgon2EncodeTest (0.00s)
=== RUN   TestIterated
--- PASS: TestIterated (0.00s)
=== RUN   TestArgon2Derive
--- PASS: TestArgon2Derive (0.65s)
=== RUN   TestParseIntoParams
--- PASS: TestParseIntoParams (0.12s)
=== RUN   TestSerializeSaltedOK
--- PASS: TestSerializeSaltedOK (0.00s)
=== RUN   TestSerializeSaltedLowEntropy
--- PASS: TestSerializeSaltedLowEntropy (0.44s)
=== RUN   TestSerializeSaltedIteratedOK
--- PASS: TestSerializeSaltedIteratedOK (2.26s)
=== RUN   TestSerializeOKArgon
--- PASS: TestSerializeOKArgon (0.11s)
PASS
ok      github.com/ProtonMail/go-crypto/openpgp/s2k     3.596s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 
github.com/ProtonMail/go-crypto/bitcurves github.com/ProtonMail/go-crypto/brainpool 
github.com/ProtonMail/go-crypto/eax github.com/ProtonMail/go-crypto/internal/byteutil 
github.com/ProtonMail/go-crypto/ocb github.com/ProtonMail/go-crypto/openpgp 
github.com/ProtonMail/go-crypto/openpgp/aes/keywrap 
github.com/ProtonMail/go-crypto/openpgp/armor 
github.com/ProtonMail/go-crypto/openpgp/clearsign 
github.com/ProtonMail/go-crypto/openpgp/ecdh 
github.com/ProtonMail/go-crypto/openpgp/ecdsa 
github.com/ProtonMail/go-crypto/openpgp/eddsa 
github.com/ProtonMail/go-crypto/openpgp/elgamal 
github.com/ProtonMail/go-crypto/openpgp/errors 
github.com/ProtonMail/go-crypto/openpgp/integration_tests 
github.com/ProtonMail/go-crypto/openpgp/internal/algorithm 
github.com/ProtonMail/go-crypto/openpgp/internal/ecc 
github.com/ProtonMail/go-crypto/openpgp/internal/encoding 
github.com/ProtonMail/go-crypto/openpgp/packet 
github.com/ProtonMail/go-crypto/openpgp/s2k returned exit code 1
make: *** [debian/rules:5: 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/202410/

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 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-protonmail-go-crypto
Source-Version: 1.1.2-1
Done: Martin Dosch <mar...@mdosch.de>

We believe that the bug you reported is fixed in the latest version of
golang-github-protonmail-go-crypto, 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 1084...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Dosch <mar...@mdosch.de> (supplier of updated 
golang-github-protonmail-go-crypto 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: SHA512

Format: 1.8
Date: Fri, 08 Nov 2024 17:37:30 +0000
Source: golang-github-protonmail-go-crypto
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Martin Dosch <mar...@mdosch.de>
Closes: 1078619 1084261
Changes:
 golang-github-protonmail-go-crypto (1.1.2-1) unstable; urgency=medium
 .
   * New upstream version 1.1.2 (Closes: #1078619, #1084261)
   * d/patches: Remove no longer needed patch to remove expiring tests.
   * d/control: Add '~' to versions of 'Breaks:' and 'Depends:'.
Checksums-Sha1:
 ac48fa828cc656c53448c9ee2eea0598f47d1733 2522 
golang-github-protonmail-go-crypto_1.1.2-1.dsc
 326ade00013e789910f857c97619938eddfcbb29 327068 
golang-github-protonmail-go-crypto_1.1.2.orig.tar.xz
 118335c54a125194e5391ed84fc910a0d9e9596b 4032 
golang-github-protonmail-go-crypto_1.1.2-1.debian.tar.xz
 6da7ae177f71184102526e5a3a28bc101cb788b8 7036 
golang-github-protonmail-go-crypto_1.1.2-1_amd64.buildinfo
Checksums-Sha256:
 53d990a2650d0606e994dc6d3f57975044858b85089c1def348f7ee22fd907bf 2522 
golang-github-protonmail-go-crypto_1.1.2-1.dsc
 8a1b45a84762c8a18006dae557f182195cebb610c4aa092b04f23eb0f64b411f 327068 
golang-github-protonmail-go-crypto_1.1.2.orig.tar.xz
 1a7e933bd5c03139fc8e4de89062fc848d627b91a2c4b0c4c8f70051aef0a467 4032 
golang-github-protonmail-go-crypto_1.1.2-1.debian.tar.xz
 7dafbc80c91140cbdaf35963cd7461db5de3eca1dc9fce4a25a923cff0d8d74c 7036 
golang-github-protonmail-go-crypto_1.1.2-1_amd64.buildinfo
Files:
 5158b09b34687fa9ed5072212505c98f 2522 golang optional 
golang-github-protonmail-go-crypto_1.1.2-1.dsc
 cc48b676e9fed5b78760d705d7d21cb0 327068 golang optional 
golang-github-protonmail-go-crypto_1.1.2.orig.tar.xz
 4aef8cf960146487ea11379983355a04 4032 golang optional 
golang-github-protonmail-go-crypto_1.1.2-1.debian.tar.xz
 d67cf0d92d160eede2663fbcf8fe3828 7036 golang optional 
golang-github-protonmail-go-crypto_1.1.2-1_amd64.buildinfo


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

wsG7BAEBCgBvBYJnLmAACRBSpXz84T1lfUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmcnUh0gfMIsBkEW3Bol3sgvoYEhAO0LRkytLd5syONT
BRYhBP1akvQggTektmgLPVKlfPzhPWV9AABUCg/+MNX9wKzw/92+iocgzI0xqvHj
Ur7+Utye9t4YqHcxCiIfmusvX9PJ2VGGLlas9fEYA6T3+iDe0i/Ty+Nd9jvbM79V
76tI2MCWXJCN3lxZFmuImHCyKIjwjmJbGuEGdeXMG7D3j7HinYn4S0zHVExUGTK3
BVt3l8Uuprlx75cMiqY/y/4FeVNiHhmBRqFNnYs4ZJNKmQa0CJGmwWBI7zxPRaRD
HJ8sNGkCE+4ml8ipbr3VrqkRHMjUtle3zYGhLQM1Ut+JaIRsubyyXucfQgz92IsY
ehUy/Ee0A3tRZi5bH/G4IcIwDrWOYionYzwf+SpkqrQAp/8IWSZX6x3P5wzq9paG
fjjWWkumRphrhfuPCchCptgkex5K/0akKvKwDRLDSRSQYk2FKDeQ8jSZA0GX4I28
VBTJIUP0GqUN/kJv/m2xBYfc5pXHKLkGixt+wxHPC/BfYkooLUSzebuQmjch2IkB
o7JByATkdLRMwqzUfV7RlmS4xfF4WJXwK+seAGIdagAds3o1YjA+noZ9eYT2zvpO
L1mmluT8BJobVa1KgguECwuBRrTBT84itii2bnStqBEjyGs9tUA4584svTNNuKQF
NbYYI/DKSXdRE5y2NcL/imQfFPtIP91va+Jt2jCNHb2wQ8Ycqh7H5/VdYEp61GAx
TXCiovdnCPOxl+SkobA=
=dru+
-----END PGP SIGNATURE-----

Attachment: pgpb75iq50HFR.pgp
Description: PGP signature


--- End Message ---

Reply via email to