...
1{"Fail": "blue && random"}
2-- stdout --
3-- stderr --
4bisect: checking target with all changes disabled
5bisect: run: test n... ok (90 matches)
6bisect: checking target with all changes enabled
7bisect: run: test y... FAIL (90 matches)
8bisect: target succeeds with no changes, fails with all changes
9bisect: searching for minimal set of enabled changes causing failure
10bisect: run: test +0... ok (45 matches)
11bisect: run: test +1... FAIL (45 matches)
12bisect: run: test +01... FAIL (23 matches)
13bisect: run: test +001... ok (12 matches)
14bisect: run: test +101... FAIL (11 matches)
15bisect: run: test +0101... ok (6 matches)
16bisect: run: test +1101... FAIL (5 matches)
17bisect: run: test +01101... ok (3 matches)
18bisect: run: test +11101... ok (2 matches)
19bisect: run: test +01101+11101... FAIL (3 matches)
20bisect: run: test +001101+11101... ok (2 matches)
21bisect: run: test +101101+11101... ok (1 matches)
22bisect: run: test +001101+11101+101101... ok (2 matches)
23bisect: fatal error: target fails inconsistently
24<bisect failed>
View as plain text