File: v10_locked_gpg_crypto_test_fails_while_debian_pkg.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (36 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### Please describe the problem.

I was trying to build a fresh debian package locally of 10.20240927+git105-gcf7e6835ca and tests failed with

```
Tests
  Repo Tests v10 locked
    Init Tests
      init:                          OK (0.25s)
      add:                           OK (0.58s)
    gpg crypto:                      FAIL (2.32s)
      ./Test/Framework.hs:86:
      move --from encrypted remote failed with unexpected exit code (transcript follows)
      move foo (from foo...)

        .git/annex/tmp/SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77: openBinaryFile: permission denied (Permission denied)


        .git/annex/tmp/SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77: openBinaryFile: permission denied (Permission denied)
failed  
      move: 1 failed

      Use -p '/gpg crypto/' to rerun this test only.
    conflict resolution symlink bit: OK (2.68s)
    unused:                          OK (1.72s)
    lock:                            OK (1.27s)
    log:                             OK (0.22s)

1 out of 7 tests failed (9.05s)

```


I tried to rerun build within that env -- the same

> [[fixed|done]] --[[Joey]]