Displaying 2 results from an estimated 2 matches for "step_warnings".
2014 Dec 01
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
....
+ 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_FAILURE@@@
+ cd clang_build
+ make -j16 check-ubsan
make: *** No rule to make target `check-ubsan'. Stop.
+ echo @@@STEP_WARNINGS@@@
@@@STEP_WARNINGS@@@
+ cd clang_build
+ make -j16 check-dfsan
make: *** No rule to make target `check-dfsan'. Stop.
+ echo @@@STEP_WARNINGS@@@
@@@STEP_WARNINGS@@@
The problem is that the buildbot script
(zorg/buildbot/builders/sanitizers/buildbot_cmake.sh) explicitly lists
all the sanitizer...
2014 Dec 22
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
...+ make -j16 check-tsan
>> make: *** No rule to make target `check-tsan'. Stop.
>> + echo @@@STEP_FAILURE@@@
>> @@@STEP_FAILURE@@@
>> + cd clang_build
>> + make -j16 check-ubsan
>> make: *** No rule to make target `check-ubsan'. Stop.
>> + echo @@@STEP_WARNINGS@@@
>> @@@STEP_WARNINGS@@@
>> + cd clang_build
>> + make -j16 check-dfsan
>> make: *** No rule to make target `check-dfsan'. Stop.
>> + echo @@@STEP_WARNINGS@@@
>> @@@STEP_WARNINGS@@@
>>
>> The problem is that the buildbot script
>> (zorg/bu...