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/tc1103.vhd ERROR: Parse error at line 38 column 33: 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c06s05b00x00p03n01i01103ent IS 32: END c06s05b00x00p03n01i01103ent; 33: 34: ARCHITECTURE c06s05b00x00p03n01i01103arch OF c06s05b00x00p03n01i01103ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type FIVE is range 1 to 5; ^ 39: type ABASE is array (FIVE range <>) of BOOLEAN; 40: subtype A1 is ABASE(FIVE); 41: type R1 is record 42: RE1: A1; 43: end record; 44: type R2 is record 45: RE2: R1; 46: end record; 47: variable V1: A1; 48: variable V2: R1 ; -- := (RE1=>(others=>TRUE)); /bin/bash: sonar-scanner-local : commande introuvable