Report for GnuPG-0.19

Back
From: Andreas J. König (ANDK)
Subject: FAIL GnuPG-0.19 v5.24.1 GNU/Linux
Date: 2017-02-13T07:21:13Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Yanick Champoux,

This is a computer-generated report for GnuPG-0.19
on perl 5.24.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-9QJ2/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..26
# Generating a key - can take some time
not ok 1 - gen_key_test
#   Failed test 'gen_key_test'
#   at test.pl line 65.
# protocol error: expected key keygen.algo got keygen.name
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected key keygen.algo got keygen.name\x{a}") called at blib/lib/GnuPG.pm line 310
# 	GnuPG::cpr_send(GnuPG=HASH(0x561e90b092c8), "keygen.algo", 1) called at blib/lib/GnuPG.pm line 438
# 	GnuPG::gen_key(GnuPG=HASH(0x561e90b092c8), "passphrase", "test", "name", "GnuPG Test") called at test.pl line 85
# 	main::gen_key_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 2 - import_test
#   Failed test 'import_test'
#   at test.pl line 65.
# protocol error expected IMPORT_OK got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error expected IMPORT_OK got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 488
# 	GnuPG::import_keys(GnuPG=HASH(0x561e90b092c8), "keys", "test/key1.pub") called at test.pl line 92
# 	main::import_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
ok 3 - import2_test
ok 4 - import3_test
ok 5 - export_test
ok 6 - export2_test
ok 7 - export_secret_test
ok 8 - encrypt_test
ok 9 - pipe_encrypt_test
cat: test/file.txt.gpg: No such file or directory
not ok 10 - pipe_decrypt_test
#   Failed test 'pipe_decrypt_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain", "ciphertext", GLOB(0x561e90af4518), "passphrase", "test") called at blib/lib/GnuPG.pm line 726
# 	GnuPG::decrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain", "ciphertext", GLOB(0x561e90af4518), "passphrase", "test") called at test.pl line 215
# 	main::pipe_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 11 - encrypt_sign_test
#   Failed test 'encrypt_sign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 563
# 	GnuPG::encrypt(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.sgpg", "armor", 1, "sign", ...) called at test.pl line 144
# 	main::encrypt_sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 12 - encrypt_sym_test
#   Failed test 'encrypt_sym_test'
#   at test.pl line 65.
# protocol error: expected GET_XXX got PINENTRY_LAUNCHED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected GET_XXX got PINENTRY_LAUNCHED\x{a}") called at blib/lib/GnuPG.pm line 303
# 	GnuPG::cpr_send(GnuPG=HASH(0x561e90b092c8), "passphrase.enter", "test") called at blib/lib/GnuPG.pm line 339
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 563
# 	GnuPG::encrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.cipher", "armor", 1, "plaintext", "test/file.txt", "symmetric", ...) called at test.pl line 155
# 	main::encrypt_sym_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 13 - encrypt_notrust_test
#   Failed test 'encrypt_notrust_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 563
# 	GnuPG::encrypt(GnuPG=HASH(0x561e90b092c8), "recipient", "Francis", "output", "test/file.txt.dist.gpg", "armor", 1, "sign", ...) called at test.pl line 165
# 	main::encrypt_notrust_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 14 - decrypt_test
#   Failed test 'decrypt_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 14 - decrypt_test
#   Failed test 'decrypt_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got : 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected ENC_TO got : \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain", "ciphertext", "test/file.txt.gpg", "passphrase", "test") called at blib/lib/GnuPG.pm line 726
# 	GnuPG::decrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain", "ciphertext", "test/file.txt.gpg", "passphrase", "test") called at test.pl line 206
# 	main::decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 15 - decrypt_sign_test
#   Failed test 'decrypt_sign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 15 - decrypt_sign_test
#   Failed test 'decrypt_sign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 16 - decrypt_sym_test
#   Failed test 'decrypt_sym_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 15 - decrypt_sign_test
#   Failed test 'decrypt_sign_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got : 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected ENC_TO got : \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain2", "ciphertext", "test/file.txt.sgpg", "passphrase", "test") called at blib/lib/GnuPG.pm line 726
# 	GnuPG::decrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain2", "ciphertext", "test/file.txt.sgpg", "passphrase", "test") called at test.pl line 224
# 	main::decrypt_sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 16 - decrypt_sym_test
#   Failed test 'decrypt_sym_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 16 - decrypt_sym_test
#   Failed test 'decrypt_sym_test'
not ok 16 - decrypt_sym_test
#   Failed test 'decrypt_sym_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got \x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 741
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain3", "ciphertext", "test/file.txt.cipher", "symmetric", 1, "passphrase", ...) called at blib/lib/GnuPG.pm line 726
# 	GnuPG::decrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain3", "ciphertext", "test/file.txt.cipher", "symmetric", 1, "passphrase", ...) called at test.pl line 232
# 	main::decrypt_sym_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 16 - decrypt_sym_test
#   Failed test 'decrypt_sym_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got \x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 741
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain3", "ciphertext", "test/file.txt.cipher", "symmetric", 1, "passphrase", ...) called at blib/lib/GnuPG.pm line 726
# 	GnuPG::decrypt(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.plain3", "ciphertext", "test/file.txt.cipher", "symmetric", 1, "passphrase", ...) called at test.pl line 232
# 	main::decrypt_sym_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 17 - sign_test
#   Failed test 'sign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.sig", "armor", 1, "plaintext", ...) called at test.pl line 176
# 	main::sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 17 - sign_test
#   Failed test 'sign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.sig", "armor", 1, "plaintext", ...) called at test.pl line 176
# 	main::sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 17 - sign_test
#   Failed test 'sign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.sig", "armor", 1, "plaintext", ...) called at test.pl line 176
# 	main::sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 18 - detachsign_test
#   Failed test 'detachsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.asc", "detach-sign", 1, "armor", ...) called at test.pl line 186
# 	main::detachsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 18 - detachsign_test
#   Failed test 'detachsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.asc", "detach-sign", 1, "armor", ...) called at test.pl line 186
# 	main::detachsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 18 - detachsign_test
#   Failed test 'detachsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "recipient", "GnuPG Test", "output", "test/file.txt.asc", "detach-sign", 1, "armor", ...) called at test.pl line 186
# 	main::detachsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 19 - clearsign_test
#   Failed test 'clearsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at blib/lib/GnuPG.pm line 613
# 	GnuPG::clearsign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at test.pl line 197
# 	main::clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 19 - clearsign_test
#   Failed test 'clearsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at blib/lib/GnuPG.pm line 613
# 	GnuPG::clearsign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at test.pl line 197
# 	main::clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 20 - verify_sign_test
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 21 - verify_detachsign_test
not ok 20 - verify_sign_test
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 21 - verify_detachsign_test
not ok 19 - clearsign_test
#   Failed test 'clearsign_test'
#   at test.pl line 65.
# Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "Protocol error: expected NEED_PASSPHRASE.* got KEY_CONSIDERED\x{a}") called at blib/lib/GnuPG.pm line 337
# 	GnuPG::send_passphrase(GnuPG=HASH(0x561e90b092c8), "test") called at blib/lib/GnuPG.pm line 603
# 	GnuPG::sign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at blib/lib/GnuPG.pm line 613
# 	GnuPG::clearsign(GnuPG=HASH(0x561e90b092c8), "output", "test/file.txt.clear", "armor", 1, "plaintext", "test/file.txt", "passphrase", ...) called at test.pl line 197
# 	main::clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
not ok 20 - verify_sign_test
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.sig") called at test.pl line 241
# 	main::verify_sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 21 - verify_detachsign_test
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
not ok 22 - verify_clearsign_test
not ok 20 - verify_sign_test
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 21 - verify_detachsign_test
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
not ok 22 - verify_clearsign_test
not ok 20 - verify_sign_test
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.sig") called at test.pl line 241
# 	main::verify_sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 21 - verify_detachsign_test
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
not ok 22 - verify_clearsign_test
#   Failed test 'verify_clearsign_test'
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 22 - verify_clearsign_test
#   at test.pl line 65.
# error setting up data input: No such file or directory
#   Failed test 'verify_clearsign_test'
not ok 22 - verify_clearsign_test
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 20 - verify_sign_test
#   Failed test 'verify_sign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.sig") called at test.pl line 241
# 	main::verify_sign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 21 - verify_detachsign_test
#   Failed test 'verify_detachsign_test'
#   at test.pl line 65.
# detached signature must be in a file
#  at test.pl line 245.
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
not ok 22 - verify_clearsign_test
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# error setting up data input: No such file or directory
ok 23
ok 23
ok 23
ok 23
ok 23
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b23ee8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b23ee8), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b242a8)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b242a8)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b242a8), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b242a8)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b242a8)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24020), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24020), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b24500)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b24500)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b24500), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b24500)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b24500)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24b48), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24b48), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b24fe0)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b24fe0)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b24fe0), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b24fe0)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b24fe0)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24b48), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24b48), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b24fb0)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b24fb0)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b24fb0), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b24fb0)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b24fb0)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b21490), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b21490), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b21628)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b21628)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b21628), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b21628)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b21628)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
ok 23
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b211f0), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b211f0), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b210e8)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b210e8)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b210e8), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b210e8)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b210e8)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b254a8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b254a8), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b24d88), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b2ad00)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24920), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24920), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b24b30), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b2b1c0)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24878), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24878), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b241a0), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b2b190)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b254a8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b254a8), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b256b8), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b2af28)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b2afd8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b2afd8), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b25248), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b25188)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b25188)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b25188), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b25188)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b25188)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b25188)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 22 - verify_clearsign_test
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.clear") called at test.pl line 251
# 	main::verify_clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 22 - verify_clearsign_test
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.clear") called at test.pl line 251
# 	main::verify_clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b25188), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b25188), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b24a98), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b25200)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b25200)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b25200), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b25200)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b25200)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b25200)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
ok 23
ok 23
not ok 22 - verify_clearsign_test
#   Failed test 'verify_clearsign_test'
#   at test.pl line 65.
# protocol error: expected SIG_ID at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b092c8), "protocol error: expected SIG_ID") called at blib/lib/GnuPG.pm line 653
# 	GnuPG::check_sig(GnuPG=HASH(0x561e90b092c8)) called at blib/lib/GnuPG.pm line 707
# 	GnuPG::verify(GnuPG=HASH(0x561e90b092c8), "signature", "test/file.txt.clear") called at test.pl line 251
# 	main::verify_clearsign_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b20f98), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b20f98), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b21910)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b21910)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b21910), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b21910)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b21910)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e9040bc60), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e9040bc60), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b24398)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b24398)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b24398), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b24398)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b24398)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
ok 23
not ok 24
#   Failed test at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b21640), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b21640), "homedir", "test", "passphrase", "test", "trace", undef, "input", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b24c48)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b24c48)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b24c48), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 283
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b24c48)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b24c48)) called at test.pl line 316
# 	main::tie_decrypt_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b25418), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b25418), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b21418), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b259e8)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b24bd8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b24bd8), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b24968), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b247e8)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
not ok 25 - tie_decrypt_para_mode_test
#   Failed test 'tie_decrypt_para_mode_test'
#   at test.pl line 65.
# protocol error: expected ENC_TO got NODATA: 
#  at blib/lib/GnuPG.pm line 159.
# 	GnuPG::abort_gnupg(GnuPG=HASH(0x561e90b250f8), "protocol error: expected ENC_TO got NODATA: \x{a}") called at blib/lib/GnuPG.pm line 737
# 	GnuPG::decrypt_postwrite(GnuPG=HASH(0x561e90b250f8), "homedir", "test", "passphrase", "test", "input", GLOB(0x561e90b21760), "output", ...) called at blib/lib/GnuPG/Tie/Decrypt.pm line 54
# 	GnuPG::Tie::Decrypt::postwrite_hook(GnuPG::Tie::Decrypt=HASH(0x561e90b25668)) called at blib/lib/GnuPG/Tie.pm line 140
# 	GnuPG::Tie::done_writing(GnuPG::Tie::Decrypt=HASH(0x561e90b25668)) called at blib/lib/GnuPG/Tie.pm line 158
# 	GnuPG::Tie::READ(GnuPG::Tie::Decrypt=HASH(0x561e90b25668), "", 4096, 0) called at blib/lib/GnuPG/Tie.pm line 301
# 	GnuPG::Tie::getline(GnuPG::Tie::Decrypt=HASH(0x561e90b25668)) called at blib/lib/GnuPG/Tie.pm line 241
# 	GnuPG::Tie::getlines(GnuPG::Tie::Decrypt=HASH(0x561e90b25668)) called at blib/lib/GnuPG/Tie.pm line 215
# 	GnuPG::Tie::READLINE(GnuPG::Tie::Decrypt=HASH(0x561e90b25668)) called at test.pl line 350
# 	main::tie_decrypt_para_mode_test() called at test.pl line 62
# 	eval {...} called at test.pl line 60
not ok 26 - multiple_recipients
#   Failed test 'multiple_recipients'
#   at test.pl line 65.
# 'test/file.txt.gpg' is empty
# Looks like you failed 18 tests of 26.
Makefile:859: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 18

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.24

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.24


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C
    PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = /tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/arch:/tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 7073
    PERL5_CPAN_IS_RUNNING = 7073
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /tmp/basesmoker-reloperl-9QJ2/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.16      
    CPAN::Meta          2.150010  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.24      
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.24      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                2.90      
    JSON::PP            2.27300_01
    Module::Build       0.4220    
    Module::Signature   0.81      
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.36_01   
    Test::More          1.302075  
    YAML                1.21      
    YAML::Syck          1.29      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
  Derived from: 443bd156a6baaf7a8fe6b6b05fcf6c4178140ed2
  Platform:
    osname=linux, osvers=4.9.0-1-amd64, archname=x86_64-linux-thread-multi
    uname='linux k93x64sid 4.9.0-1-amd64 #1 smp debian 4.9.6-3 (2017-01-28) x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93x64sid/v5.24.1/fae6 -Dmyhostname=k93x64sid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Duseithreads -Uuselongdouble'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='6.3.0 20170205', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.24.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.24'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	uncommitted-changes
  Built under linux
  Compiled at Feb 12 2017 12:16:23
  %ENV:
    PERL5LIB="/tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/arch:/tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="7073"
    PERL5_CPAN_IS_RUNNING="7073"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/arch
    /tmp/loop_over_bdir-16101-czJM5C/FusionInventory-Agent-2.3.18-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93x64sid/v5.24.1/fae6/lib/site_perl/5.24.1/x86_64-linux-thread-multi
    /home/sand/src/perl/repoperls/installed-perls/host/k93x64sid/v5.24.1/fae6/lib/site_perl/5.24.1
    /home/sand/src/perl/repoperls/installed-perls/host/k93x64sid/v5.24.1/fae6/lib/5.24.1/x86_64-linux-thread-multi
    /home/sand/src/perl/repoperls/installed-perls/host/k93x64sid/v5.24.1/fae6/lib/5.24.1
    .