From b17168876ede91d175b33296452e04e465505d84 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 20 Dec 2018 19:42:39 +0000 Subject: [PATCH] initial report --- ..._fails_tests_during_neurodebian_build.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/bugs/7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn diff --git a/doc/bugs/7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn b/doc/bugs/7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn new file mode 100644 index 0000000000..0cc7582b2f --- /dev/null +++ b/doc/bugs/7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. + +Trying to build fresh snapshot for neurodebian but 3 tests report failing +Full buildlogs are at [http://neuro.debian.net/_files/_buildlogs/git-annex/7.20181211+git29-gab4a1bed9](http://neuro.debian.net/_files/_buildlogs/git-annex/7.20181211+git29-gab4a1bed9) + + +[[!format sh """ +neurodebian@smaug ../7.20181211+git29-gab4a1bed9-1~ndall+1 % grep -B3 '^FAIL' git-annex_7.20181211+git29-gab4a1bed9-1\~ndall+1_amd64.build + bup remote: OK (0.11s) + crypto: gpg: can't connect to the agent: IPC connect call failed +gpg: error getting the KEK: No agent running +FAIL +-- + bup remote: OK (0.19s) + crypto: gpg: can't connect to the agent: IPC connect call failed +gpg: error getting the KEK: No agent running +FAIL +-- +nothing to commit, working tree clean +gpg: can't connect to the agent: IPC connect call failed +gpg: error getting the KEK: No agent running +FAIL + +"""]] + +[[!meta author=yoh]]