xazax.hun added a comment.

In D50488#1395483 <https://reviews.llvm.org/D50488#1395483>, @mgrang wrote:

> Reviving this now that I have some cycles to work on this.
>
> So I tried running this on csa-testbench projects but I didn't have much 
> success. I always run into a bunch of build/env related errors:
>
>   python run_experiments.py --config myconfig.json
>  
>   15:05:20 [libcxx] Checking out project... 
>   [ERROR] Unknown option: json
>  
>   15:05:22 [libcxx] LOC: ?.
>   15:05:22 [libcxx] Generating build log... 
>   15:05:22 [libcxx_master] Analyzing project... 
>   [ERROR] Traceback (most recent call last):
>     File 
> "/local/mnt/workspace/mgrang/comm_analyzer/CodeChecker/cc_bin/CodeChecker.py",
>  line 20, in <module>
>       from shared.ttypes import RequestFailed
>   ImportError: No module named shared.ttypes
>
>
>


Hi!

Sorry for the late response. Does CodeChecker work for you (when not using the 
testbench)?
I think one of the most common reason for such errors is when we do not source 
the virtualenv of CodeChecker so the dependencies are not available.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50488/new/

https://reviews.llvm.org/D50488



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to