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/tc1089.vhd ERROR: Parse error at line 38 column 30: 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c06s05b00x00p02n01i01089ent IS 32: END c06s05b00x00p02n01i01089ent; 33: 34: ARCHITECTURE c06s05b00x00p02n01i01089arch OF c06s05b00x00p02n01i01089ent 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 V3: R2 ; -- := (RE2=>(RE1=>(others=>TRUE))); /bin/bash: sonar-scanner-local : commande introuvable