]> dgit.raspbian.org Git - git-annex.git/blob
c070c31b1a0e440fcbea7dfab9f01995a4d06d7a
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 3"""
4  date="2019-01-18T17:51:09Z"
5  content="""
6 Having what seems a related problem on my i386 autobuilder:
7
8         gpg: keyblock resource '/home/builder/gitbuilder/build/.t/tmprepo89/.git/annex/othertmp/gpgtest/2/pubring.kbx': No such file or directory
9         gpg: failed to create temporary file '/home/builder/gitbuilder/build/.t/tmprepo89/.git/annex/othertmp/gpgtest/2/.#lk0x57fed950.orca.13095': No such file or directory
10         gpg: can't connect to the agent: No such file or directory
11         gpg: problem with the agent: No agent running
12         gpg: can't create `/home/builder/gitbuilder/build/.t/tmprepo89/.git/annex/othertmp/gpgtest/2/random_seed': No such file or directory
13         user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--batch","--passphrase-fd","28","--symmetric","--force-mdc","--no-textmode"] exited 2)
14         copy: 1 failed
15         FAIL (2.31s)
16         Test.hs:1645:
17         copy --to encrypted remote failed
18
19 Probably gpg error output has failed, but this is also failing to connect
20 to the agent. And it seems a file/directory gpg expects to find is not present
21 when it's running in the test harness.
22 """]]