golang.org/x/tools@v0.21.0/cmd/bisect/testdata/rand1.txt (about)

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