insideapp-oss / sonar-flutter

SonarQube plugin for Flutter / Dart
Other
437 stars 80 forks source link

Running sonar-scanner deleting project analysis_options.yaml file even after setting true in sonar-project.properties #33

Closed Purvik closed 4 years ago

Purvik commented 4 years ago

I'm having my sonar-project.properties file as below

# Project identification
sonar.projectKey=FlutterBaseProject
sonar.projectName=FlutterBaseProject
sonar.projectVersion=1.0

# Source code location.
# Path is relative to the sonar-project.properties file. Defaults to .
# Use commas to specify more than one folder.
sonar.sources=lib
#sonar.tests=test

# Encoding of the source code. Default is default system encoding.
sonar.sourceEncoding=UTF-8
sonar.host.url=http://localhost:9000
sonar.login=71e0152e13348d339fa60199d22892f6cea23aa3

# Use existing options defined under root project to perform dartanalyzer analysis
sonar.dart.analysis.useExistingOptions=true

I've installed sonar server on my local system and configured, and when I ran sonar-scanner it delete my project analysis file and also ends in empty analysis for project at the end. See below logs,

eProject % sonar-scanner -X
20:23:15.868 INFO: Scanner configuration file: /Users/sunflowerlab/Documents/sonar-scanner-4.4.0.2170/conf/sonar-scanner.properties
20:23:15.870 INFO: Project root configuration file: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/sonar-project.properties
20:23:15.893 INFO: SonarScanner 4.4.0.2170
20:23:15.893 INFO: Java 11.0.3 AdoptOpenJDK (64-bit)
20:23:15.893 INFO: Mac OS X 10.15.4 x86_64
20:23:16.000 DEBUG: keyStore is : 
20:23:16.000 DEBUG: keyStore type is : pkcs12
20:23:16.000 DEBUG: keyStore provider is : 
20:23:16.000 DEBUG: init keystore
20:23:16.000 DEBUG: init keymanager of type SunX509
20:23:16.092 DEBUG: Create: /Users/sunflowerlab/.sonar/cache
20:23:16.093 INFO: User cache: /Users/sunflowerlab/.sonar/cache
20:23:16.093 DEBUG: Create: /Users/sunflowerlab/.sonar/cache/_tmp
20:23:16.095 DEBUG: Extract sonar-scanner-api-batch in temp...
20:23:16.098 DEBUG: Get bootstrap index...
20:23:16.098 DEBUG: Download: http://localhost:9000/batch/index
20:23:16.143 DEBUG: Get bootstrap completed
20:23:16.146 DEBUG: Create isolated classloader...
20:23:16.153 DEBUG: Start temp cleaning...
20:23:16.157 DEBUG: Temp cleaning done
20:23:16.157 INFO: Scanner configuration file: /Users/sunflowerlab/Documents/sonar-scanner-4.4.0.2170/conf/sonar-scanner.properties
20:23:16.157 INFO: Project root configuration file: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/sonar-project.properties
20:23:16.158 DEBUG: Execution getVersion
20:23:16.167 INFO: Analyzing on SonarQube server 8.4.1
20:23:16.167 INFO: Default locale: "en_US", source code encoding: "UTF-8"
20:23:16.168 DEBUG: Work directory: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.scannerwork
20:23:16.168 DEBUG: Execution execute
20:23:16.340 DEBUG: Community 8.4.1.35646
20:23:16.424 INFO: Load global settings
20:23:16.447 DEBUG: GET 200 http://localhost:9000/api/settings/values.protobuf | time=22ms
20:23:16.467 INFO: Load global settings (done) | time=43ms
20:23:16.468 INFO: Server id: BF41A1F2-AXSW4mbuwED5NPd3L9Ob
20:23:16.470 INFO: User cache: /Users/sunflowerlab/.sonar/cache
20:23:16.473 INFO: Load/download plugins
20:23:16.473 INFO: Load plugins index
20:23:16.478 DEBUG: GET 200 http://localhost:9000/api/plugins/installed | time=5ms
20:23:16.506 INFO: Load plugins index (done) | time=33ms
20:23:16.558 INFO: Load/download plugins (done) | time=85ms
20:23:16.612 DEBUG: Plugins:
20:23:16.612 DEBUG:   * Python Code Quality and Security 2.13.0.7236 (python)
20:23:16.612 DEBUG:   * SonarCSS 1.2.0.1325 (cssfamily)
20:23:16.612 DEBUG:   * JaCoCo 1.1.0.898 (jacoco)
20:23:16.613 DEBUG:   * SonarGo 1.6.0.719 (go)
20:23:16.613 DEBUG:   * SonarKotlin 1.5.0.315 (kotlin)
20:23:16.613 DEBUG:   * Svn 1.10.0.1917 (scmsvn)
20:23:16.613 DEBUG:   * SonarJS 6.2.1.12157 (javascript)
20:23:16.613 DEBUG:   * SonarRuby 1.5.0.315 (ruby)
20:23:16.613 DEBUG:   * SonarScala 1.5.0.315 (sonarscala)
20:23:16.613 DEBUG:   * C# Code Quality and Security 8.9.0.19135 (csharp)
20:23:16.613 DEBUG:   * Flutter 0.3.1 (flutter)
20:23:16.613 DEBUG:   * Java Code Quality and Security 6.5.1.22586 (java)
20:23:16.613 DEBUG:   * SonarHTML 3.2.0.2082 (web)
20:23:16.613 DEBUG:   * Git 1.12.0.2034 (scmgit)
20:23:16.613 DEBUG:   * SonarFlex 2.5.1.1831 (flex)
20:23:16.613 DEBUG:   * SonarXML 2.0.1.2020 (xml)
20:23:16.613 DEBUG:   * PHP Code Quality and Security 3.5.0.5655 (php)
20:23:16.613 DEBUG:   * SonarTS 2.1.0.4359 (typescript)
20:23:16.613 DEBUG:   * VB.NET Code Quality and Security 8.9.0.19135 (vbnet)
20:23:22.049 INFO: Process project properties
20:23:22.055 INFO: Process project properties (done) | time=6ms
20:23:22.055 INFO: Execute project builders
20:23:22.055 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
20:23:22.057 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
20:23:22.058 INFO: Execute project builders (done) | time=3ms
20:23:22.062 INFO: Project key: FlutterBaseProject
20:23:22.062 INFO: Base dir: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject
20:23:22.062 INFO: Working dir: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.scannerwork
20:23:22.062 DEBUG: Project global encoding: UTF-8, default locale: en_US
20:23:22.064 DEBUG: Creating module hierarchy
20:23:22.065 DEBUG:   Init module 'FlutterBaseProject'
20:23:22.066 DEBUG:     Base dir: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject
20:23:22.066 DEBUG:     Working dir: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.scannerwork
20:23:22.066 DEBUG:     Module global encoding: UTF-8, default locale: en_US
20:23:22.127 INFO: Load project settings for component key: 'FlutterBaseProject'
20:23:22.136 DEBUG: GET 200 http://localhost:9000/api/settings/values.protobuf?component=FlutterBaseProject | time=9ms
20:23:22.137 INFO: Load project settings for component key: 'FlutterBaseProject' (done) | time=10ms
20:23:22.204 DEBUG: Available languages:
20:23:22.204 DEBUG:   * Python => "py"
20:23:22.204 DEBUG:   * CSS => "css"
20:23:22.204 DEBUG:   * Go => "go"
20:23:22.204 DEBUG:   * Kotlin => "kotlin"
20:23:22.205 DEBUG:   * JavaScript => "js"
20:23:22.205 DEBUG:   * TypeScript => "ts"
20:23:22.205 DEBUG:   * Ruby => "ruby"
20:23:22.205 DEBUG:   * Scala => "scala"
20:23:22.205 DEBUG:   * C# => "cs"
20:23:22.205 DEBUG:   * Dart => "dart"
20:23:22.205 DEBUG:   * Java => "java"
20:23:22.205 DEBUG:   * HTML => "web"
20:23:22.205 DEBUG:   * JSP => "jsp"
20:23:22.205 DEBUG:   * Flex => "flex"
20:23:22.205 DEBUG:   * XML => "xml"
20:23:22.205 DEBUG:   * PHP => "php"
20:23:22.205 DEBUG:   * VB.NET => "vbnet"
20:23:22.210 INFO: Load quality profiles
20:23:22.235 DEBUG: GET 200 http://localhost:9000/api/qualityprofiles/search.protobuf?project=FlutterBaseProject | time=24ms
20:23:22.247 INFO: Load quality profiles (done) | time=37ms
20:23:22.259 INFO: Load active rules
20:23:22.278 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qd8wED5NPd3MAlj&ps=500&p=1 | time=18ms
20:23:22.348 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qfDwED5NPd3MAm-&ps=500&p=1 | time=20ms
20:23:22.357 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qgMwED5NPd3MAnd&ps=500&p=1 | time=6ms
20:23:22.373 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qgUwED5NPd3MAoY&ps=500&p=1 | time=16ms
20:23:22.394 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qhYwED5NPd3MAp5&ps=500&p=1 | time=18ms
20:23:22.433 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qi_wED5NPd3MAtl&ps=500&p=1 | time=36ms
20:23:22.487 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qmewED5NPd3MA6g&ps=500&p=1 | time=46ms
20:23:22.513 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qn-wED5NPd3MA9l&ps=500&p=1 | time=17ms
20:23:22.597 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qpIwED5NPd3MBF7&ps=500&p=1 | time=82ms
20:23:22.707 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW8pcwBu8fouFM7CCC&ps=500&p=1 | time=99ms
20:23:22.848 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qsXwED5NPd3MBWd&ps=500&p=1 | time=132ms
20:23:22.872 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qu8wED5NPd3MBdk&ps=500&p=1 | time=16ms
20:23:22.896 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qxiwED5NPd3MBf3&ps=500&p=1 | time=23ms
20:23:22.906 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qwQwED5NPd3MBeK&ps=500&p=1 | time=9ms
20:23:22.945 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4qy1wED5NPd3MBkT&ps=500&p=1 | time=39ms
20:23:22.984 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4q2iwED5NPd3MBr2&ps=500&p=1 | time=37ms
20:23:23.019 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AXSW4q37wED5NPd3MBv2&ps=500&p=1 | time=33ms
20:23:23.024 INFO: Load active rules (done) | time=765ms
20:23:23.072 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
20:23:23.072 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss
20:23:23.072 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go
20:23:23.072 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt
20:23:23.073 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue
20:23:23.073 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
20:23:23.073 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
20:23:23.073 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
20:23:23.073 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
20:23:23.073 DEBUG: Declared extensions of language Dart were converted to sonar.lang.patterns.dart : **/*.dart
20:23:23.074 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
20:23:23.074 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml
20:23:23.075 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
20:23:23.075 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
20:23:23.075 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
20:23:23.076 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
20:23:23.076 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
20:23:23.078 DEBUG: Will ignore generated code
20:23:23.079 DEBUG: Will ignore generated code
20:23:23.080 INFO: Indexing files...
20:23:23.080 INFO: Project configuration:
20:23:23.090 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, create new FileSnapshot: lastRead=2020-09-17 20:23:23.088756000, lastModified=2020-09-17 15:46:09.359612000, size=383, fileKey=(dev=1000004,ino=7638598)
20:23:23.092 DEBUG: file=null, size changed from -1 to 267 bytes
20:23:23.092 DEBUG: loading config FileBasedConfig[/Users/sunflowerlab/.config/jgit/config]
20:23:23.092 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, create new FileSnapshot: lastRead=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, size=267, fileKey=(dev=1000004,ino=7485985)
20:23:23.093 DEBUG: readpipe [git, --version],/usr/bin
20:23:23.104 DEBUG: readpipe may return 'git version 2.24.3 (Apple Git-128)'
20:23:23.104 DEBUG: remaining output:

20:23:23.105 DEBUG: readpipe [git, config, --system, --edit],/usr/bin
20:23:23.118 DEBUG: readpipe may return '/private/etc/gitconfig'
20:23:23.118 DEBUG: remaining output:

20:23:23.119 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.119 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.119 DEBUG: file=null, size changed from -1 to 0 bytes
20:23:23.119 DEBUG: loading config FileBasedConfig[/private/etc/gitconfig]
20:23:23.119 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.119 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.119 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.119 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.119 DEBUG: file=null, size changed from -1 to 68 bytes
20:23:23.119 DEBUG: loading config FileBasedConfig[/Users/sunflowerlab/.gitconfig]
20:23:23.120 DEBUG: file=/Users/sunflowerlab/.gitconfig, create new FileSnapshot: lastRead=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, size=68, fileKey=(dev=1000004,ino=1207098)
20:23:23.120 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, create new FileSnapshot: lastRead=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, size=383, fileKey=(dev=1000004,ino=7638598)
20:23:23.121 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.121 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.122 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.122 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.122 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.122 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.122 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, delta=16633760736000 ns, racy<=2500000000 ns
20:23:23.122 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:23.138 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.138 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.138 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.138 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.138 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.138 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.139 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/index, create new FileSnapshot: lastRead=2020-09-17 20:23:23.134638000, lastModified=2020-09-17 19:21:41.802156000, size=31184, fileKey=(dev=1000004,ino=7700117)
20:23:23.143 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.143 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.144 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.144 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.144 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.144 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.144 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.144 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.145 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.145 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.145 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.145 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.149 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.149 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.149 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.149 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.150 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.150 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.150 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, delta=16633760736000 ns, racy<=2500000000 ns
20:23:23.150 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:23.152 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.152 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.153 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.153 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.153 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.153 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.153 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, delta=16633760736000 ns, racy<=2500000000 ns
20:23:23.153 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:23.161 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.161 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.161 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.161 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.161 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.161 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.162 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, delta=16633760736000 ns, racy<=2500000000 ns
20:23:23.162 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:23.166 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:23.166 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:23.166 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:23.167 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:23.167 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:23.167 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:23.167 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:23.120348000, lastModified=2020-09-17 15:46:09.359612000, delta=16633760736000 ns, racy<=2500000000 ns
20:23:23.167 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:23.226 DEBUG: 245 non excluded files in this Git repository
20:23:23.239 DEBUG: 'lib/ui/home/screen/home_page.dart' indexed with language 'dart'
20:23:23.240 DEBUG: 'lib/ui/home/screen/home_screen.dart' indexed with language 'dart'
20:23:23.242 DEBUG: 'lib/ui/home/bloc/home.dart' indexed with language 'dart'
20:23:23.243 DEBUG: 'lib/ui/home/bloc/home_state.dart' indexed with language 'dart'
20:23:23.244 DEBUG: 'lib/ui/home/bloc/home_bloc.dart' indexed with language 'dart'
20:23:23.245 DEBUG: 'lib/ui/home/bloc/home_event.dart' indexed with language 'dart'
20:23:23.246 DEBUG: 'lib/ui/splash/screen/splash_screen.dart' indexed with language 'dart'
20:23:23.248 DEBUG: 'lib/ui/forgot_password/screen/forgot_password_form.dart' indexed with language 'dart'
20:23:23.249 DEBUG: 'lib/ui/forgot_password/screen/forgot_password_page.dart' indexed with language 'dart'
20:23:23.250 DEBUG: 'lib/ui/forgot_password/model/forgot_password_request.dart' indexed with language 'dart'
20:23:23.251 DEBUG: 'lib/ui/forgot_password/model/forgot_password_request.g.dart' indexed with language 'dart'
20:23:23.253 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_bloc.dart' indexed with language 'dart'
20:23:23.255 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_event.dart' indexed with language 'dart'
20:23:23.255 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password.dart' indexed with language 'dart'
20:23:23.256 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_state.dart' indexed with language 'dart'
20:23:23.257 DEBUG: 'lib/ui/profile/screen/profile_screen.dart' indexed with language 'dart'
20:23:23.258 DEBUG: 'lib/ui/profile/screen/profile_page.dart' indexed with language 'dart'
20:23:23.259 DEBUG: 'lib/ui/profile/model/user.dart' indexed with language 'dart'
20:23:23.259 DEBUG: 'lib/ui/profile/model/user.g.dart' indexed with language 'dart'
20:23:23.260 DEBUG: 'lib/ui/profile/bloc/profile.dart' indexed with language 'dart'
20:23:23.261 DEBUG: 'lib/ui/profile/bloc/profile_state.dart' indexed with language 'dart'
20:23:23.261 DEBUG: 'lib/ui/profile/bloc/profile_bloc.dart' indexed with language 'dart'
20:23:23.262 DEBUG: 'lib/ui/profile/bloc/profile_event.dart' indexed with language 'dart'
20:23:23.263 DEBUG: 'lib/ui/authentication/authentication.dart' indexed with language 'dart'
20:23:23.264 DEBUG: 'lib/ui/authentication/authentication_event.dart' indexed with language 'dart'
20:23:23.265 DEBUG: 'lib/ui/authentication/authentication_bloc.dart' indexed with language 'dart'
20:23:23.265 DEBUG: 'lib/ui/authentication/authentication_state.dart' indexed with language 'dart'
20:23:23.266 DEBUG: 'lib/ui/login/screen/login_form.dart' indexed with language 'dart'
20:23:23.267 DEBUG: 'lib/ui/login/screen/login_page.dart' indexed with language 'dart'
20:23:23.270 DEBUG: 'lib/ui/login/model/login_request.dart' indexed with language 'dart'
20:23:23.271 DEBUG: 'lib/ui/login/model/login_response.dart' indexed with language 'dart'
20:23:23.271 DEBUG: 'lib/ui/login/model/login_response.g.dart' indexed with language 'dart'
20:23:23.272 DEBUG: 'lib/ui/login/model/login_request.g.dart' indexed with language 'dart'
20:23:23.273 DEBUG: 'lib/ui/login/bloc/login_bloc.dart' indexed with language 'dart'
20:23:23.274 DEBUG: 'lib/ui/login/bloc/login.dart' indexed with language 'dart'
20:23:23.275 DEBUG: 'lib/ui/login/bloc/login_event.dart' indexed with language 'dart'
20:23:23.276 DEBUG: 'lib/ui/login/bloc/login_state.dart' indexed with language 'dart'
20:23:23.277 DEBUG: 'lib/core/index.dart' indexed with language 'dart'
20:23:23.278 DEBUG: 'lib/core/util/utilities.dart' indexed with language 'dart'
20:23:23.279 DEBUG: 'lib/core/util/built_value_converter.dart' indexed with language 'dart'
20:23:23.279 DEBUG: 'lib/core/util/logger.dart' indexed with language 'dart'
20:23:23.280 DEBUG: 'lib/core/util/validators.dart' indexed with language 'dart'
20:23:23.280 DEBUG: 'lib/core/util/util_index.dart' indexed with language 'dart'
20:23:23.281 DEBUG: 'lib/core/util/overlay_util.dart' indexed with language 'dart'
20:23:23.281 DEBUG: 'lib/core/app_config.dart' indexed with language 'dart'
20:23:23.282 DEBUG: 'lib/core/singleton.dart' indexed with language 'dart'
20:23:23.283 DEBUG: 'lib/core/webservice/api_client.chopper.dart' indexed with language 'dart'
20:23:23.283 DEBUG: 'lib/core/webservice/webservice_index.dart' indexed with language 'dart'
20:23:23.284 DEBUG: 'lib/core/webservice/mock_server.dart' indexed with language 'dart'
20:23:23.285 DEBUG: 'lib/core/webservice/api_client.dart' indexed with language 'dart'
20:23:23.286 DEBUG: 'lib/core/serializers/serializers.dart' indexed with language 'dart'
20:23:23.287 DEBUG: 'lib/core/serializers/serializers.g.dart' indexed with language 'dart'
20:23:23.288 DEBUG: 'lib/core/firebase/firebase_messaging_helper.dart' indexed with language 'dart'
20:23:23.289 DEBUG: 'lib/core/constant/index.dart' indexed with language 'dart'
20:23:23.290 DEBUG: 'lib/core/constant/size_config.dart' indexed with language 'dart'
20:23:23.290 DEBUG: 'lib/core/constant/colors.dart' indexed with language 'dart'
20:23:23.291 DEBUG: 'lib/core/constant/strings.dart' indexed with language 'dart'
20:23:23.292 DEBUG: 'lib/core/constant/text_styles.dart' indexed with language 'dart'
20:23:23.293 DEBUG: 'lib/core/constant/app_font_size.dart' indexed with language 'dart'
20:23:23.293 DEBUG: 'lib/core/constant/images.dart' indexed with language 'dart'
20:23:23.294 DEBUG: 'lib/core/network_info.dart' indexed with language 'dart'
20:23:23.294 DEBUG: 'lib/core/error/exception.dart' indexed with language 'dart'
20:23:23.295 DEBUG: 'lib/core/error/response_failure.g.dart' indexed with language 'dart'
20:23:23.296 DEBUG: 'lib/core/error/failures.dart' indexed with language 'dart'
20:23:23.297 DEBUG: 'lib/core/error/response_failure.dart' indexed with language 'dart'
20:23:23.297 DEBUG: 'lib/core/error/error_index.dart' indexed with language 'dart'
20:23:23.298 DEBUG: 'lib/core/sharepref_helper.dart' indexed with language 'dart'
20:23:23.299 DEBUG: 'lib/core/analytics_helper.dart' indexed with language 'dart'
20:23:23.300 DEBUG: 'lib/core/interceptor/exception_interceptor.dart' indexed with language 'dart'
20:23:23.301 DEBUG: 'lib/core/interceptor/header_interceptor.dart' indexed with language 'dart'
20:23:23.302 DEBUG: 'lib/core/interceptor/network_interceptor.dart' indexed with language 'dart'
20:23:23.302 DEBUG: 'lib/core/interceptor/interceptor_index.dart' indexed with language 'dart'
20:23:23.303 DEBUG: 'lib/ui_components/index.dart' indexed with language 'dart'
20:23:23.303 DEBUG: 'lib/ui_components/custom_input/custom_input.dart' indexed with language 'dart'
20:23:23.304 DEBUG: 'lib/ui_components/loading_indicator/loading_indicator.dart' indexed with language 'dart'
20:23:23.305 DEBUG: 'lib/ui_components/custom_button/custum_button.dart' indexed with language 'dart'
20:23:23.306 DEBUG: 'lib/ui_components/custom_loader/custom_loader.dart' indexed with language 'dart'
20:23:23.306 DEBUG: 'lib/ui_components/custom_textfield/custom_textfiled.dart' indexed with language 'dart'
20:23:23.307 DEBUG: 'lib/main.dart' indexed with language 'dart'
20:23:23.308 DEBUG: 'lib/injection_container.dart' indexed with language 'dart'
20:23:23.309 INFO: 80 files indexed
20:23:23.309 INFO: 0 files ignored because of scm ignore settings
20:23:23.310 INFO: Quality profile for dart: dartanalyzer
20:23:23.310 INFO: ------------- Run sensors on module FlutterBaseProject
20:23:23.388 INFO: Load metrics repository
20:23:23.394 DEBUG: GET 200 http://localhost:9000/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=6ms
20:23:23.402 INFO: Load metrics repository (done) | time=14ms
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/Users/sunflowerlab/.sonar/cache/52f5340dd05620cd162e2b9a45a57124/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
20:23:24.403 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
20:23:24.404 DEBUG: 'Import external issues report' skipped because one of the required properties is missing
20:23:24.404 DEBUG: 'Python Sensor' skipped because there is no related file in current project
20:23:24.404 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
20:23:24.404 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project
20:23:24.405 DEBUG: 'PylintSensor' skipped because there is no related file in current project
20:23:24.405 DEBUG: 'PylintImportSensor' skipped because there is no related file in current project
20:23:24.406 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project
20:23:24.406 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project
20:23:24.406 DEBUG: 'SonarCSS Metrics' skipped because there is no related file in current project
20:23:24.407 DEBUG: 'Import of stylelint issues' skipped because there is no related file in current project
20:23:24.407 DEBUG: 'SonarGo' skipped because there is no related file in current project
20:23:24.407 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project
20:23:24.408 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing
20:23:24.408 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project
20:23:24.408 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project
20:23:24.408 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project
20:23:24.409 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project
20:23:24.409 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project
20:23:24.409 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project
20:23:24.410 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing
20:23:24.410 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project
20:23:24.411 DEBUG: 'SonarJS Coverage' skipped because there is no related file in current project
20:23:24.411 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing
20:23:24.411 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project
20:23:24.411 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing
20:23:24.411 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project
20:23:24.412 DEBUG: 'Import of RuboCop issues' skipped because one of the required properties is missing
20:23:24.412 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project
20:23:24.412 DEBUG: 'Scala Sensor' skipped because there is no related file in current project
20:23:24.412 DEBUG: 'Scoverage sensor for Scala coverage' skipped because one of the required properties is missing
20:23:24.413 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project
20:23:24.413 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project
20:23:24.413 DEBUG: 'C# Properties' skipped because there is no related file in current project
20:23:24.414 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project
20:23:24.415 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing
20:23:24.415 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project
20:23:24.415 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
20:23:24.415 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project
20:23:24.416 DEBUG: 'Flex' skipped because there is no related file in current project
20:23:24.416 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
20:23:24.416 DEBUG: 'XML Sensor' skipped because there is no related file in current project
20:23:24.416 DEBUG: 'PHP sensor' skipped because there is no related file in current project
20:23:24.417 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project
20:23:24.417 DEBUG: 'SonarTS' skipped because there is no related file in current project
20:23:24.417 DEBUG: 'VB.NET Properties' skipped because there is no related file in current project
20:23:24.420 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
20:23:24.420 DEBUG: 'C#' skipped because there is no related file in current project
20:23:24.420 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project
20:23:24.420 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
20:23:24.421 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
20:23:24.421 DEBUG: 'VB.NET' skipped because there is no related file in current project
20:23:24.421 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project
20:23:24.421 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project
20:23:24.421 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project
20:23:24.421 DEBUG: Sensors : SonarCSS Rules -> JaCoCo XML Report Importer -> Dart sensor -> dartanalyzer sensor -> Flutter unit tests -> Flutter Coverage -> JavaXmlSensor -> HTML
20:23:24.422 INFO: Sensor SonarCSS Rules [cssfamily]
20:23:24.422 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
20:23:24.422 INFO: Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
20:23:24.422 INFO: Sensor JaCoCo XML Report Importer [jacoco]
20:23:24.425 INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
20:23:24.427 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
20:23:24.427 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms
20:23:24.427 INFO: Sensor Dart sensor [flutter]
20:23:24.578 INFO: Load project repositories
20:23:24.579 INFO: Load project repositories
20:23:24.579 INFO: Load project repositories
20:23:24.595 INFO: Load project repositories
20:23:24.600 INFO: Load project repositories
20:23:24.600 INFO: Load project repositories
20:23:24.613 INFO: Load project repositories
20:23:24.621 INFO: Load project repositories
20:23:24.623 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=44ms
20:23:24.624 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=45ms
20:23:24.624 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=46ms
20:23:24.630 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=35ms
20:23:24.633 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=20ms
20:23:24.634 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=33ms
20:23:24.634 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=34ms
20:23:24.634 INFO: Load project repositories (done) | time=55ms
20:23:24.634 DEBUG: 'lib/ui/login/model/login_response.dart' generated metadata with charset 'UTF-8'
20:23:24.634 INFO: Load project repositories (done) | time=56ms
20:23:24.635 INFO: Load project repositories (done) | time=22ms
20:23:24.635 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password.dart' generated metadata with charset 'UTF-8'
20:23:24.635 DEBUG: 'lib/core/util/logger.dart' generated metadata with charset 'UTF-8'
20:23:24.635 INFO: Load project repositories (done) | time=35ms
20:23:24.635 DEBUG: 'lib/core/sharepref_helper.dart' generated metadata with charset 'UTF-8'
20:23:24.636 INFO: Load project repositories (done) | time=36ms
20:23:24.636 INFO: Load project repositories (done) | time=41ms
20:23:24.636 DEBUG: 'lib/core/constant/app_font_size.dart' generated metadata with charset 'UTF-8'
20:23:24.636 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_state.dart' generated metadata with charset 'UTF-8'
20:23:24.637 INFO: Load project repositories (done) | time=57ms
20:23:24.637 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=FlutterBaseProject | time=16ms
20:23:24.637 DEBUG: 'lib/ui/forgot_password/model/forgot_password_request.dart' generated metadata with charset 'UTF-8'
20:23:24.638 INFO: Load project repositories (done) | time=17ms
20:23:24.638 DEBUG: 'lib/core/interceptor/header_interceptor.dart' generated metadata with charset 'UTF-8'
20:23:24.651 DEBUG: Not enough content in 'lib/ui/forgot_password/bloc/forgot_password.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.656 DEBUG: Not enough content in 'lib/core/util/logger.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.657 DEBUG: Not enough content in 'lib/ui/forgot_password/model/forgot_password_request.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.672 DEBUG: 'lib/ui_components/index.dart' generated metadata with charset 'UTF-8'
20:23:24.673 DEBUG: Not enough content in 'lib/ui_components/index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.675 DEBUG: 'lib/ui/home/bloc/home_event.dart' generated metadata with charset 'UTF-8'
20:23:24.677 DEBUG: 'lib/core/network_info.dart' generated metadata with charset 'UTF-8'
20:23:24.678 DEBUG: Not enough content in 'lib/core/network_info.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.680 DEBUG: 'lib/ui/authentication/authentication_state.dart' generated metadata with charset 'UTF-8'
20:23:24.681 DEBUG: Not enough content in 'lib/ui/authentication/authentication_state.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.682 DEBUG: 'lib/ui/profile/bloc/profile_state.dart' generated metadata with charset 'UTF-8'
20:23:24.689 DEBUG: 'lib/core/error/response_failure.dart' generated metadata with charset 'UTF-8'
20:23:24.690 DEBUG: 'lib/ui/login/model/login_request.dart' generated metadata with charset 'UTF-8'
20:23:24.719 DEBUG: 'lib/core/interceptor/exception_interceptor.dart' generated metadata with charset 'UTF-8'
20:23:24.722 DEBUG: 'lib/core/constant/index.dart' generated metadata with charset 'UTF-8'
20:23:24.723 DEBUG: Not enough content in 'lib/core/constant/index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.731 DEBUG: 'lib/core/interceptor/network_interceptor.dart' generated metadata with charset 'UTF-8'
20:23:24.737 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_bloc.dart' generated metadata with charset 'UTF-8'
20:23:24.737 DEBUG: 'lib/ui/home/bloc/home_bloc.dart' generated metadata with charset 'UTF-8'
20:23:24.746 DEBUG: 'lib/ui/login/bloc/login_state.dart' generated metadata with charset 'UTF-8'
20:23:24.758 DEBUG: 'lib/ui/home/bloc/home_state.dart' generated metadata with charset 'UTF-8'
20:23:24.791 DEBUG: 'lib/ui/login/screen/login_form.dart' generated metadata with charset 'UTF-8'
20:23:24.795 DEBUG: 'lib/injection_container.dart' generated metadata with charset 'UTF-8'
20:23:24.800 DEBUG: 'lib/core/constant/size_config.dart' generated metadata with charset 'UTF-8'
20:23:24.803 DEBUG: 'lib/ui/forgot_password/screen/forgot_password_form.dart' generated metadata with charset 'UTF-8'
20:23:24.811 DEBUG: 'lib/core/constant/images.dart' generated metadata with charset 'UTF-8'
20:23:24.812 DEBUG: 'lib/ui/login/screen/login_page.dart' generated metadata with charset 'UTF-8'
20:23:24.812 DEBUG: Not enough content in 'lib/core/constant/images.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.836 DEBUG: 'lib/ui/profile/bloc/profile.dart' generated metadata with charset 'UTF-8'
20:23:24.836 DEBUG: Not enough content in 'lib/ui/profile/bloc/profile.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.850 DEBUG: 'lib/ui/home/screen/home_page.dart' generated metadata with charset 'UTF-8'
20:23:24.852 DEBUG: 'lib/ui/login/bloc/login_event.dart' generated metadata with charset 'UTF-8'
20:23:24.853 DEBUG: 'lib/core/index.dart' generated metadata with charset 'UTF-8'
20:23:24.857 DEBUG: 'lib/ui/profile/model/user.dart' generated metadata with charset 'UTF-8'
20:23:24.860 DEBUG: 'lib/ui/authentication/authentication_bloc.dart' generated metadata with charset 'UTF-8'
20:23:24.871 DEBUG: 'lib/ui/authentication/authentication_event.dart' generated metadata with charset 'UTF-8'
20:23:24.889 DEBUG: 'lib/ui/login/bloc/login_bloc.dart' generated metadata with charset 'UTF-8'
20:23:24.893 DEBUG: 'lib/core/serializers/serializers.dart' generated metadata with charset 'UTF-8'
20:23:24.902 DEBUG: 'lib/core/util/built_value_converter.dart' generated metadata with charset 'UTF-8'
20:23:24.909 DEBUG: 'lib/core/singleton.dart' generated metadata with charset 'UTF-8'
20:23:24.910 DEBUG: Not enough content in 'lib/core/singleton.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.913 DEBUG: 'lib/core/analytics_helper.dart' generated metadata with charset 'UTF-8'
20:23:24.913 DEBUG: Not enough content in 'lib/core/analytics_helper.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.914 DEBUG: 'lib/core/constant/strings.dart' generated metadata with charset 'UTF-8'
20:23:24.920 DEBUG: 'lib/core/webservice/api_client.chopper.dart' generated metadata with charset 'UTF-8'
20:23:24.923 DEBUG: 'lib/ui/profile/screen/profile_screen.dart' generated metadata with charset 'UTF-8'
20:23:24.955 DEBUG: 'lib/ui/login/model/login_response.g.dart' generated metadata with charset 'UTF-8'
20:23:24.955 DEBUG: 'lib/core/error/response_failure.g.dart' generated metadata with charset 'UTF-8'
20:23:24.969 DEBUG: 'lib/ui/login/model/login_request.g.dart' generated metadata with charset 'UTF-8'
20:23:24.971 DEBUG: 'lib/core/webservice/api_client.dart' generated metadata with charset 'UTF-8'
20:23:24.971 DEBUG: 'lib/core/app_config.dart' generated metadata with charset 'UTF-8'
20:23:24.975 DEBUG: 'lib/core/firebase/firebase_messaging_helper.dart' generated metadata with charset 'UTF-8'
20:23:24.997 DEBUG: 'lib/core/error/error_index.dart' generated metadata with charset 'UTF-8'
20:23:24.997 DEBUG: 'lib/ui/profile/screen/profile_page.dart' generated metadata with charset 'UTF-8'
20:23:24.998 DEBUG: Not enough content in 'lib/core/error/error_index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:24.998 DEBUG: 'lib/core/constant/text_styles.dart' generated metadata with charset 'UTF-8'
20:23:24.999 DEBUG: 'lib/ui/forgot_password/model/forgot_password_request.g.dart' generated metadata with charset 'UTF-8'
20:23:25.001 DEBUG: 'lib/core/serializers/serializers.g.dart' generated metadata with charset 'UTF-8'
20:23:25.005 DEBUG: 'lib/ui/profile/bloc/profile_bloc.dart' generated metadata with charset 'UTF-8'
20:23:25.006 DEBUG: 'lib/ui/forgot_password/bloc/forgot_password_event.dart' generated metadata with charset 'UTF-8'
20:23:25.007 DEBUG: 'lib/core/error/exception.dart' generated metadata with charset 'UTF-8'
20:23:25.008 DEBUG: 'lib/ui/authentication/authentication.dart' generated metadata with charset 'UTF-8'
20:23:25.009 DEBUG: Not enough content in 'lib/ui/authentication/authentication.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.012 DEBUG: 'lib/core/interceptor/interceptor_index.dart' generated metadata with charset 'UTF-8'
20:23:25.013 DEBUG: Not enough content in 'lib/core/interceptor/interceptor_index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.016 DEBUG: 'lib/core/util/util_index.dart' generated metadata with charset 'UTF-8'
20:23:25.017 DEBUG: Not enough content in 'lib/core/util/util_index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.021 DEBUG: 'lib/core/webservice/webservice_index.dart' generated metadata with charset 'UTF-8'
20:23:25.022 DEBUG: Not enough content in 'lib/core/webservice/webservice_index.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.026 DEBUG: 'lib/core/error/failures.dart' generated metadata with charset 'UTF-8'
20:23:25.035 DEBUG: 'lib/core/webservice/mock_server.dart' generated metadata with charset 'UTF-8'
20:23:25.036 DEBUG: 'lib/core/util/utilities.dart' generated metadata with charset 'UTF-8'
20:23:25.039 DEBUG: 'lib/ui/home/bloc/home.dart' generated metadata with charset 'UTF-8'
20:23:25.040 DEBUG: Not enough content in 'lib/ui/home/bloc/home.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.046 DEBUG: 'lib/ui/forgot_password/screen/forgot_password_page.dart' generated metadata with charset 'UTF-8'
20:23:25.048 DEBUG: 'lib/ui_components/loading_indicator/loading_indicator.dart' generated metadata with charset 'UTF-8'
20:23:25.063 DEBUG: Not enough content in 'lib/ui_components/loading_indicator/loading_indicator.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.071 DEBUG: 'lib/core/util/validators.dart' generated metadata with charset 'UTF-8'
20:23:25.073 DEBUG: Not enough content in 'lib/core/util/validators.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.074 DEBUG: 'lib/ui/profile/bloc/profile_event.dart' generated metadata with charset 'UTF-8'
20:23:25.091 DEBUG: 'lib/core/constant/colors.dart' generated metadata with charset 'UTF-8'
20:23:25.128 DEBUG: 'lib/ui/profile/model/user.g.dart' generated metadata with charset 'UTF-8'
20:23:25.133 DEBUG: 'lib/ui/splash/screen/splash_screen.dart' generated metadata with charset 'UTF-8'
20:23:25.136 DEBUG: 'lib/ui/login/bloc/login.dart' generated metadata with charset 'UTF-8'
20:23:25.136 DEBUG: Not enough content in 'lib/ui/login/bloc/login.dart' to have CPD blocks, it will not be part of the duplication detection
20:23:25.197 DEBUG: 'lib/ui_components/custom_textfield/custom_textfiled.dart' generated metadata with charset 'UTF-8'
20:23:25.220 DEBUG: 'lib/ui_components/custom_button/custum_button.dart' generated metadata with charset 'UTF-8'
20:23:25.225 DEBUG: 'lib/ui_components/custom_input/custom_input.dart' generated metadata with charset 'UTF-8'
20:23:25.233 DEBUG: 'lib/main.dart' generated metadata with charset 'UTF-8'
20:23:25.244 DEBUG: 'lib/core/util/overlay_util.dart' generated metadata with charset 'UTF-8'
20:23:25.265 DEBUG: 'lib/ui/home/screen/home_screen.dart' generated metadata with charset 'UTF-8'
20:23:25.334 DEBUG: 'lib/ui_components/custom_loader/custom_loader.dart' generated metadata with charset 'UTF-8'
20:23:25.338 INFO: Sensor Dart sensor [flutter] (done) | time=911ms
20:23:25.338 INFO: Sensor dartanalyzer sensor [flutter]
20:23:25.338 DEBUG: Verify dart analyser...
20:23:25.346 ERROR: Could not startup process 'dartanalyzer -h'.
org.buildobjects.process.StartupException: Could not startup process 'dartanalyzer -h'.
        at org.buildobjects.process.Proc.<init>(Proc.java:91)
        at org.buildobjects.process.ProcBuilder.run(ProcBuilder.java:205)
        at fr.insideapp.sonarqube.dart.lang.issues.dartanalyzer.DartAnalyzerSensor.verifyIfDartAnalyzerExists(DartAnalyzerSensor.java:254)
        at fr.insideapp.sonarqube.dart.lang.issues.dartanalyzer.DartAnalyzerSensor.execute(DartAnalyzerSensor.java:68)
        at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)
        at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
        at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:388)
        at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:384)
        at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:353)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
        at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:144)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:137)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:123)
        at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:72)
        at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:66)
        at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
        at com.sun.proxy.$Proxy0.execute(Unknown Source)
        at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
        at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
        at org.sonarsource.scanner.cli.Main.execute(Main.java:112)
        at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
        at org.sonarsource.scanner.cli.Main.main(Main.java:61)
Caused by: java.io.IOException: Cannot run program "dartanalyzer": error=2, No such file or directory
        at java.base/java.lang.ProcessBuilder.start(Unknown Source)
        at java.base/java.lang.ProcessBuilder.start(Unknown Source)
        at java.base/java.lang.Runtime.exec(Unknown Source)
        at org.buildobjects.process.Proc.<init>(Proc.java:77)
        ... 33 common frames omitted
Caused by: java.io.IOException: error=2, No such file or directory
        at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
        at java.base/java.lang.ProcessImpl.<init>(Unknown Source)
        at java.base/java.lang.ProcessImpl.start(Unknown Source)
        ... 37 common frames omitted

20:23:25.351 INFO: Sensor dartanalyzer sensor [flutter] (done) | time=13ms
20:23:25.351 INFO: Sensor Flutter unit tests [flutter]
20:23:25.352 WARN: Test report file /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/tests.output not found
20:23:25.352 INFO: Sensor Flutter unit tests [flutter] (done) | time=1ms
20:23:25.352 INFO: Sensor Flutter Coverage [flutter]
20:23:25.352 WARN: No coverage information will be saved because LCOV file cannot be found.
20:23:25.353 WARN: Provided LCOV file path: coverage/lcov.info. Seek file with path: /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/coverage/lcov.info
20:23:25.354 INFO: Analysing [null]
20:23:25.357 INFO: Sensor Flutter Coverage [flutter] (done) | time=5ms
20:23:25.357 INFO: Sensor JavaXmlSensor [java]
20:23:25.359 INFO: Sensor JavaXmlSensor [java] (done) | time=2ms
20:23:25.359 INFO: Sensor HTML [web]
20:23:25.364 INFO: Sensor HTML [web] (done) | time=5ms
20:23:25.366 INFO: ------------- Run sensors on project
20:23:25.371 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
20:23:25.372 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project
20:23:25.372 DEBUG: Sensors : Zero Coverage Sensor
20:23:25.372 INFO: Sensor Zero Coverage Sensor
20:23:25.374 INFO: Sensor Zero Coverage Sensor (done) | time=2ms
20:23:25.406 INFO: CPD Executor 20 files had no CPD blocks
20:23:25.406 INFO: CPD Executor Calculating CPD for 60 files
20:23:25.406 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/constant/size_config.dart
20:23:25.413 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/util/built_value_converter.dart
20:23:25.414 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/serializers/serializers.g.dart
20:23:25.415 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/util/overlay_util.dart
20:23:25.416 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/model/login_request.dart
20:23:25.416 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/home/screen/home_page.dart
20:23:25.416 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/bloc/login_event.dart
20:23:25.417 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/error/exception.dart
20:23:25.417 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/bloc/forgot_password_state.dart
20:23:25.418 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/bloc/forgot_password_bloc.dart
20:23:25.418 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/home/bloc/home_state.dart
20:23:25.419 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/bloc/login_bloc.dart
20:23:25.419 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/bloc/profile_state.dart
20:23:25.419 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/webservice/api_client.dart
20:23:25.420 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/serializers/serializers.dart
20:23:25.420 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/main.dart
20:23:25.421 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/firebase/firebase_messaging_helper.dart
20:23:25.421 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/home/bloc/home_bloc.dart
20:23:25.422 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/screen/login_page.dart
20:23:25.422 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/error/failures.dart
20:23:25.422 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/index.dart
20:23:25.423 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/home/screen/home_screen.dart
20:23:25.424 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/bloc/profile_bloc.dart
20:23:25.424 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/injection_container.dart
20:23:25.424 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/constant/app_font_size.dart
20:23:25.425 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/error/response_failure.g.dart
20:23:25.430 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/interceptor/header_interceptor.dart
20:23:25.431 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/util/utilities.dart
20:23:25.432 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/constant/colors.dart
20:23:25.432 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/screen/forgot_password_page.dart
20:23:25.433 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/bloc/forgot_password_event.dart
20:23:25.435 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/error/response_failure.dart
20:23:25.435 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/home/bloc/home_event.dart
20:23:25.435 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/bloc/profile_event.dart
20:23:25.436 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/screen/login_form.dart
20:23:25.436 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/authentication/authentication_event.dart
20:23:25.436 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui_components/custom_loader/custom_loader.dart
20:23:25.437 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/screen/profile_screen.dart
20:23:25.443 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/splash/screen/splash_screen.dart
20:23:25.443 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/interceptor/exception_interceptor.dart
20:23:25.444 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/model/user.dart
20:23:25.444 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/model/login_request.g.dart
20:23:25.445 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/model/login_response.g.dart
20:23:25.445 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/screen/forgot_password_form.dart
20:23:25.446 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/constant/strings.dart
20:23:25.447 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/app_config.dart
20:23:25.447 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/webservice/mock_server.dart
20:23:25.448 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/webservice/api_client.chopper.dart
20:23:25.448 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui_components/custom_input/custom_input.dart
20:23:25.448 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/authentication/authentication_bloc.dart
20:23:25.449 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui_components/custom_button/custum_button.dart
20:23:25.449 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/constant/text_styles.dart
20:23:25.450 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui_components/custom_textfield/custom_textfiled.dart
20:23:25.450 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/model/user.g.dart
20:23:25.451 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/forgot_password/model/forgot_password_request.g.dart
20:23:25.451 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/interceptor/network_interceptor.dart
20:23:25.452 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/profile/screen/profile_page.dart
20:23:25.452 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/bloc/login_state.dart
20:23:25.453 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/ui/login/model/login_response.dart
20:23:25.453 DEBUG: Detection of duplications for /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/lib/core/sharepref_helper.dart
20:23:25.453 INFO: CPD Executor CPD calculation finished (done) | time=47ms
20:23:25.463 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, create new FileSnapshot: lastRead=2020-09-17 20:23:25.463165000, lastModified=2020-09-17 15:46:09.359612000, size=383, fileKey=(dev=1000004,ino=7638598)
20:23:25.463 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:25.464 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:25.464 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:25.464 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:25.464 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:25.464 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:25.464 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, create new FileSnapshot: lastRead=2020-09-17 20:23:25.464379000, lastModified=2020-09-17 15:46:09.359612000, size=383, fileKey=(dev=1000004,ino=7638598)
20:23:25.465 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:25.465 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:25.465 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:25.465 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:25.465 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:25.465 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:25.465 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:25.464379000, lastModified=2020-09-17 15:46:09.359612000, delta=16636104767000 ns, racy<=2500000000 ns
20:23:25.465 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:25.466 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/index, create new FileSnapshot: lastRead=2020-09-17 20:23:25.465912000, lastModified=2020-09-17 19:21:41.802156000, size=31184, fileKey=(dev=1000004,ino=7700117)
20:23:25.466 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, isRacyClean=false, read=2020-09-17 20:23:23.092750000, lastModified=2020-09-16 18:05:10.681564000, delta=94692411186000 ns, racy<=2500000000 ns
20:23:25.466 DEBUG: file=/Users/sunflowerlab/.config/jgit/config, is unmodified
20:23:25.466 DEBUG: file=/private/etc/gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119316000, lastModified=1970-01-01 05:30:00.000000000, delta=1600354403119316000 ns, racy<=2500000000 ns
20:23:25.466 DEBUG: file=/private/etc/gitconfig, is unmodified
20:23:25.466 DEBUG: file=/Users/sunflowerlab/.gitconfig, isRacyClean=false, read=2020-09-17 20:23:23.119986000, lastModified=2020-08-14 14:04:50.407032000, delta=2960312712954000 ns, racy<=2500000000 ns
20:23:25.466 DEBUG: file=/Users/sunflowerlab/.gitconfig, is unmodified
20:23:25.466 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, isRacyClean=false, read=2020-09-17 20:23:25.464379000, lastModified=2020-09-17 15:46:09.359612000, delta=16636104767000 ns, racy<=2500000000 ns
20:23:25.466 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/config, is unmodified
20:23:25.466 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/packed-refs, create new FileSnapshot: lastRead=2020-09-17 20:23:25.466764000, lastModified=2020-09-06 19:05:00.346140000, size=1099, fileKey=(dev=1000004,ino=5628497)
20:23:25.469 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/HEAD, create new FileSnapshot: lastRead=2020-09-17 20:23:25.469076000, lastModified=2020-09-17 15:46:29.144862000, size=26, fileKey=(dev=1000004,ino=7638656)
20:23:25.470 DEBUG: file=/Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.git/refs/heads/TDEBT-314, create new FileSnapshot: lastRead=2020-09-17 20:23:25.470371000, lastModified=2020-09-17 15:46:29.142921000, size=41, fileKey=(dev=1000004,ino=7638654)
20:23:25.471 DEBUG: SCM revision ID '7b1022fe47c95fe2ed3f2080593e6a2ed7bf0322'
20:23:25.569 INFO: Analysis report generated in 96ms, dir size=276 KB
20:23:25.761 INFO: Analysis report compressed in 192ms, zip size=130 KB
20:23:25.761 INFO: Analysis report generated in /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.scannerwork/scanner-report
20:23:25.761 DEBUG: Upload report
20:23:25.779 DEBUG: POST 200 http://localhost:9000/api/ce/submit?projectKey=FlutterBaseProject&projectName=FlutterBaseProject | time=17ms
20:23:25.781 INFO: Analysis report uploaded in 20ms
20:23:25.784 DEBUG: Report metadata written to /Users/sunflowerlab/Documents/SFLProjects/BaseProjectFlutter/SflFlutterBaseProject/.scannerwork/report-task.txt
20:23:25.784 INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard?id=FlutterBaseProject
20:23:25.784 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
20:23:25.784 INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AXScjk2PqxaDLGEH55PJ
20:23:25.787 DEBUG: Post-jobs : 
20:23:25.789 INFO: Analysis total time: 9.146 s
20:23:25.791 INFO: ------------------------------------------------------------------------
20:23:25.791 INFO: EXECUTION SUCCESS
20:23:25.791 INFO: ------------------------------------------------------------------------
20:23:25.792 INFO: Total time: 9.940s
20:23:25.847 INFO: Final Memory: 29M/107M
20:23:25.848 INFO: ------------------------------------------------------------------------
sunflowerlab@Sunflowerlabs-MacBook-Pro SflFlutterBaseProject % 
Purvik commented 4 years ago

dartanalyzer -h was not working and it get's solved by adding location of dart-sdk/bin to PATH variable.

Purvik commented 4 years ago

deletion of analysis-options.yaml file also causing by the same stuff PATH was not set for dart-sdk. Everything works now as it is.