•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r1 vs r2
......
1414
static struct strvec trailer_args = STRVEC_INIT;
1515
}}}
1616
17
문제는 이대로 빌드하면 unit test가 실패하는 듯하다.
18
19
{{{#!syntax sh
20
error: builder for '/nix/store/m9iqhqfxxqs7p6jdj2jcf9aq2ygfiv0a-git-2.47.2.drv' failed with exit code 2;
21
last 25 log lines:
22
> t3404-rebase-interactive.sh (Wstat: 256 (exited 1) Tests: 131 Failed: 3)
23
> Failed tests: 42-44
24
> Non-zero exit status: 1
25
> t7500-commit-template-squash-signoff.sh (Wstat: 256 (exited 1) Tests: 54 Failed: 5)
26
> Failed tests: 4, 8, 22, 24, 34
27
> Non-zero exit status: 1
28
> t7501-commit-basic-functionality.sh (Wstat: 256 (exited 1) Tests: 77 Failed: 4)
29
> Failed tests: 27, 29, 39, 47
30
> Non-zero exit status: 1
31
> t7507-commit-verbose.sh (Wstat: 256 (exited 1) Tests: 45 Failed: 23)
32
> Failed tests: 8-10, 13-14, 19-21, 23-24, 26-27, 29-30
33
> 32-33, 35-36, 38-39, 41-42, 44
34
> Non-zero exit status: 1
35
> t7502-commit-porcelain.sh (Wstat: 256 (exited 1) Tests: 81 Failed: 1)
36
> Failed test: 39
37
> Non-zero exit status: 1
38
> t7508-status.sh (Wstat: 256 (exited 1) Tests: 125 Failed: 66)
39
> Failed tests: 13-19, 21-35, 37-41, 50-54, 58-66, 69, 71-93
40
> 107
41
> Non-zero exit status: 1
42
> Files=1023, Tests=30126, 216 wallclock secs (10.62 usr 2.79 sys + 449.92 cusr 960.70 csys = 1424.03 CPU)
43
> Result: FAIL
44
> make[1]: *** [Makefile:73: prove] Error 1
45
> make[1]: Leaving directory '/build/git-2.47.2/t'
46
> make: *** [Makefile:3273: test] Error 2
47
For full logs, run 'nix log /nix/store/m9iqhqfxxqs7p6jdj2jcf9aq2ygfiv0a-git-2.47.2.drv'.
48
error: 1 dependencies of derivation '/nix/store/2i62rn1l27qy4gm30msn39i0ban9q5f1-git-2.47.2-fish-completions.drv' failed to build
49
error: 1 dependencies of derivation '/nix/store/hx9d5rydwzi4inqhbfi33azafafv7071-home-manager-path.drv' failed to build
50
error: 1 dependencies of derivation '/nix/store/whrrhjd3lwjv6kj6j7smd3xx1h3b1d3l-home-manager-generation.drv' failed to build}}}
51
1752
{{{#!syntax cpp
1853
struct delta_index {
1954
unsigned long memsize;
......