WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1389.vhd ERROR: Parse error at line 42 column 5: 32: END c08s05b00x00p04n02i01389ent; 33: 34: ARCHITECTURE c08s05b00x00p04n02i01389arch OF c08s05b00x00p04n02i01389ent IS 35: subtype C2 is BIT_VECTOR(1 to 2); 36: BEGIN 37: TESTING: PROCESS 38: variable S1 : BIT; 39: variable T1 : BIT; 40: variable BIT2 : C2 := B"11"; 41: BEGIN 42: (S1, T1) := BIT2; ^ 43: assert NOT((S1 = '1') and (T1 = '1')) 44: report "***PASSED TEST: c08s05b00x00p04n02i01389" 45: severity NOTE; 46: assert ((S1 = '1') and (T1 = '1')) 47: report "***FAILED TEST: c08s05b00x00p04n02i01389 - Base types of the expression on the right hand side is the same as the base type of the aggregate." 48: severity ERROR; 49: wait; 50: END PROCESS TESTING; 51: 52: END c08s05b00x00p04n02i01389arch; /bin/bash: sonar-scanner-local : commande introuvable