search for: step_failure

Displaying 2 results from an estimated 2 matches for "step_failure".

2014 Dec 01
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
Hi, Currently the first stage ("run sanitizer tests in gcc build") of the sanitizer-ppc64-linux1 buildbot is only failing because of: + cd clang_build + make -j16 check-lsan make: *** No rule to make target `check-lsan'. Stop. + echo @@@STEP_FAILURE@@@ @@@STEP_FAILURE@@@ + cd clang_build + make -j16 check-msan make: *** No rule to make target `check-msan'. Stop. + echo @@@STEP_FAILURE@@@ @@@STEP_FAILURE@@@ + cd clang_build + make -j16 check-tsan make: *** No rule to make target `check-tsan'. Stop. + echo @@@STEP_FAILURE@@@ @@@STEP_FA...
2014 Dec 22
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
...rrently the first stage ("run sanitizer tests in gcc build") of the >> sanitizer-ppc64-linux1 buildbot is only failing because of: >> >> + cd clang_build >> + make -j16 check-lsan >> make: *** No rule to make target `check-lsan'. Stop. >> + echo @@@STEP_FAILURE@@@ >> @@@STEP_FAILURE@@@ >> + cd clang_build >> + make -j16 check-msan >> make: *** No rule to make target `check-msan'. Stop. >> + echo @@@STEP_FAILURE@@@ >> @@@STEP_FAILURE@@@ >> + cd clang_build >> + make -j16 check-tsan >> make: *** No...