...
1{"Fail": "amber || apricot || blue && random"}
2-- stdout --
3--- change set #1 (enabling changes causes failure)
4amber
5---
6--- change set #2 (enabling changes causes failure)
7apricot
8---
9-- stderr --
10bisect: checking target with all changes disabled
11bisect: run: test n... ok (90 matches)
12bisect: checking target with all changes enabled
13bisect: run: test y... FAIL (90 matches)
14bisect: target succeeds with no changes, fails with all changes
15bisect: searching for minimal set of enabled changes causing failure
16bisect: run: test +0... FAIL (45 matches)
17bisect: run: test +00... ok (23 matches)
18bisect: run: test +10... FAIL (22 matches)
19bisect: run: test +010... FAIL (11 matches)
20bisect: run: test +0010... FAIL (6 matches)
21bisect: run: test +00010... FAIL (3 matches)
22bisect: run: test +000010... FAIL (2 matches)
23bisect: run: test +0000010... FAIL (1 matches)
24bisect: confirming failing change set
25bisect: run: test v+x002... FAIL (1 matches)
26bisect: FOUND failing change set
27bisect: checking for more failures
28bisect: run: test -x002... FAIL (89 matches)
29bisect: target still fails; searching for more bad changes
30bisect: run: test +0-x002... FAIL (44 matches)
31bisect: run: test +00-x002... ok (23 matches)
32bisect: run: test +10-x002... FAIL (21 matches)
33bisect: run: test +010-x002... ok (10 matches)
34bisect: run: test +110-x002... FAIL (11 matches)
35bisect: run: test +0110-x002... FAIL (6 matches)
36bisect: run: test +00110-x002... FAIL (3 matches)
37bisect: run: test +000110-x002... FAIL (2 matches)
38bisect: run: test +0000110-x002... FAIL (1 matches)
39bisect: confirming failing change set
40bisect: run: test v+x006-x002... FAIL (1 matches)
41bisect: FOUND failing change set
42bisect: checking for more failures
43bisect: run: test -x006-x002... FAIL (88 matches)
44bisect: target still fails; searching for more bad changes
45bisect: run: test +0-x006-x002... ok (43 matches)
46bisect: run: test +1-x006-x002... FAIL (45 matches)
47bisect: run: test +01-x006-x002... FAIL (23 matches)
48bisect: run: test +001-x006-x002... ok (12 matches)
49bisect: run: test +101-x006-x002... FAIL (11 matches)
50bisect: run: test +0101-x006-x002... ok (6 matches)
51bisect: run: test +1101-x006-x002... FAIL (5 matches)
52bisect: run: test +01101-x006-x002... ok (3 matches)
53bisect: run: test +11101-x006-x002... ok (2 matches)
54bisect: run: test +01101+11101-x006-x002... FAIL (3 matches)
55bisect: run: test +001101+11101-x006-x002... ok (2 matches)
56bisect: run: test +101101+11101-x006-x002... ok (1 matches)
57bisect: run: test +001101+11101+101101-x006-x002... ok (2 matches)
58bisect: fatal error: target fails inconsistently
59<bisect failed>
View as plain text