From b80dd29d6ae45f958872b1817c4967d4fa42403c Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 16 Aug 2021 21:58:07 +0000 Subject: [PATCH] initial report about needing newer gpg to get tests pass --- ..._--kill__34_____40__gpg_2.0.22__41___.mdwn | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn diff --git a/doc/bugs/gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn b/doc/bugs/gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn new file mode 100644 index 0000000000..bab7443d90 --- /dev/null +++ b/doc/bugs/gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +While running tests on a local HPC with + +``` +(datalad) [discovery7 tmp]$ cat /etc/redhat-release +CentOS Linux release 7.9.2009 (Core) + +(datalad) [discovery7 tmp]$ gpgconf --version +gpgconf (GnuPG) 2.0.22 +Copyright (C) 2013 Free Software Foundation, Inc. + +``` + +3 tests (also failed in [another more "prolific in fails" run](https://git-annex.branchable.com/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/) failed due to + +``` +(datalad) [d31548v@discovery7 tmp]$ grep -B1 FAIL annex-8.20210803-g99bb214-1.log +gpgconf: invalid option "--kill" +FAIL (18.37s) +-- +gpgconf: invalid option "--kill" +FAIL (16.43s) +-- +gpgconf: invalid option "--kill" +FAIL (17.07s) +``` + +Not sure if you would like to do anything on git-annex level (skip those tests on outdated etc)... +Meanwhile - adding `gnupg >=2.1.1 ` dependency to conda build: https://github.com/conda-forge/git-annex-feedstock/pull/126 + +[[!meta author=yoh]] +[[!tag projects/repronim]] -- 2.30.2