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

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