SonarQube regularly failing to process new sonar-scanner scan

1,696 views
Skip to first unread message

Paul Wagland

unread,
Sep 28, 2016, 5:46:55 AM9/28/16
to SonarQube
Hi all,

We currently run a nightly scan to pick up new issues in the previous day. This scan always seems to work, however when uploaded to SonarQube the processing of those results often seems to fail, currently this seems to happen about 50% of the time.

We use sonar-scanner as the scanner, and it appears to work based on the following output:
 INFO: Analysis report generated in 72854ms, dir size=0 bytes
 INFO: Analysis reports compressed in 85ms, zip size=22 bytes
 INFO: Analysis report uploaded in 2346ms
 INFO: ANALYSIS SUCCESSFUL, you can browse http://sonarqube.internal.hostname/dashboard/index/<project name>
 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
 INFO: More about the report processing at http://sonarqube.internal.hostname/api/ce/task?id=AVduCm0fMYorBC3zMmSV
 INFO: Task total time: 29:31.175 s
 INFO: ------------------------------------------------------------------------
 INFO: EXECUTION SUCCESS
 INFO: ------------------------------------------------------------------------
 INFO: Total time: 29:38.818s
 INFO: Final Memory: 94M/2094M
 INFO: ------------------------------------------------------------------------
 ------------------------------------------------
 Results have been pushed to the SonarQube server


However, the processing of that on the server fails with the following:
2016.09.27 23:46:00 INFO  [o.s.s.c.t.CeWorkerCallableImpl] Execute task | project=<project name> | type=REPORT | id=AVduCm0fMYorBC3zMmSV | submitter=<user>
2016.09.27 23:46:01 INFO  [o.s.s.c.s.ExtractReportStep] Analysis report extracted | compressedSize=22 bytes
2016.09.27 23:46:01 INFO  [o.s.s.c.s.ComputationStepExecutor] Extract report | time=26ms
2016.09.27 23:46:01 INFO  [o.s.s.c.s.ComputationStepExecutor] Log scanner context | time=2ms
2016.09.27 23:46:01 INFO  [o.s.s.c.s.ComputationStepExecutor] Generate analysis UUID | time=0ms
2016.09.27 23:46:01 ERROR [o.s.s.c.t.CeWorkerCallableImpl] Failed to execute task AVduCm0fMYorBC3zMmSV
java.lang.IllegalStateException: Metadata file is missing in analysis report: /opt/sonarqube/temp/ce/4503300646662337778/1166276772141785200/metadata.pb
	at org.sonar.scanner.protocol.output.ScannerReportReader.readMetadata(ScannerReportReader.java:40) ~[sonar-scanner-protocol-6.0.jar:na]
	at org.sonar.server.computation.batch.BatchReportReaderImpl.readMetadata(BatchReportReaderImpl.java:52) ~[sonar-server-6.0.jar:na]
	at org.sonar.server.computation.step.LoadReportAnalysisMetadataHolderStep.execute(LoadReportAnalysisMetadataHolderStep.java:62) ~[sonar-server-6.0.jar:na]
	at org.sonar.server.computation.step.ComputationStepExecutor.executeSteps(ComputationStepExecutor.java:64) ~[sonar-server-6.0.jar:na]
	at org.sonar.server.computation.step.ComputationStepExecutor.execute(ComputationStepExecutor.java:52) ~[sonar-server-6.0.jar:na]
	at org.sonar.server.computation.taskprocessor.report.ReportTaskProcessor.process(ReportTaskProcessor.java:75) ~[sonar-server-6.0.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.executeTask(CeWorkerCallableImpl.java:81) [sonar-server-6.0.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.call(CeWorkerCallableImpl.java:56) [sonar-server-6.0.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.call(CeWorkerCallableImpl.java:35) [sonar-server-6.0.jar:na]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_92-internal]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_92-internal]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_92-internal]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_92-internal]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_92-internal]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_92-internal]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_92-internal]
	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_92-internal]
2016.09.27 23:46:01 ERROR [o.s.s.c.t.CeWorkerCallableImpl] Executed task | project=Cronacle | type=REPORT | id=AVduCm0fMYorBC3zMmSV | submitter=pack | time=931ms
 

The critical difference with a scan that works appears to be that it actually generates a zip file:
 INFO: Analysis report generated in 54493ms, dir size=250 MB
 INFO: Analysis reports compressed in 752756ms, zip size=92 MB
 INFO: Analysis report uploaded in 6880ms
 
Is this a known issue? I am using sonar-scanner 2.7, but I can nothing in the 2.8 release notes that would solve the issue.

Thanks in advance for any assistance.

Cheers,
Paul

nicolas...@sonarsource.com

unread,
Sep 28, 2016, 5:56:21 AM9/28/16
to SonarQube
Hey Paul,

Can you share the full Scanner logs before the analysis fails on the server side ? This does smell:

INFO: Analysis report generated in 72854ms, dir size=0 bytes

Also, SonarQube version ?

Thanks,
Nicolas

Paul Wagland

unread,
Sep 28, 2016, 6:19:19 AM9/28/16
to SonarQube
Hi Nicolas,

The full log is 1.6MB in size, and contains a lot of private information. I have put a redacted copy of it here.

And yes, that is exactly what looks suspicious to me as well :-) It explains perfectly why the file can't be found when the zip file is unpacked :-)

The difference between the log of a successful run and a failed run differs (with the exception of progress and timestamps) only on two lines, namely the one that you mention as suspicious, and the one with the size of the zip file.

The number at the start of the line is just getting rid of duplicate lines, but showing the count.

Cheers,
Paul

   1 Attaching to sonarscanner_sonar-scanner-<product>-publish_1
   1 ---------------------------------------
   1 Checking for new issues using SonarQube
   1 using configuration '/opt/sonar-scanner/project/trunk/<file>
   1 ---------------------------------------
   1 INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
   1 INFO: Project root configuration file: /opt/sonar-scanner/project/sonar-project.properties
   1 INFO: SonarQube Scanner 2.7
   1 INFO: Java 1.8.0_92-internal Oracle Corporation (64-bit)
   1 INFO: Linux 3.13.0-86-generic amd64
   1 INFO: User cache: /root/.sonar/cache
   1 INFO: Load global repositories
   1 INFO: Load global repositories (done) | time=577ms
   1 INFO: User cache: /root/.sonar/cache
   1 INFO: Load plugins index
   1 INFO: Load plugins index (done) | time=22ms
   1 INFO: SonarQube server 6.0
   1 INFO: Default locale: "en_US", source code encoding: "UTF-8"
   1 INFO: Process project properties
   1 INFO: Load project repositories
   1 INFO: Load project repositories (done) | time=1466ms
   1 INFO: Load quality profiles
   1 INFO: Load quality profiles (done) | time=274ms
   1 INFO: Load active rules
   1 INFO: Load active rules (done) | time=820ms
   1 INFO: Publish mode
   1 INFO: -------------  Scan <product> analysis
   1 INFO: Load server rules
   1 INFO: Load server rules (done) | time=192ms
   1 INFO: Base dir: /opt/sonar-scanner/project
   1 INFO: Working dir: /opt/sonar-scanner/project/.sonar
   1 INFO: Source paths: trunk/<file>, trunk/<file>, build/<file>, trunk/<file>, jbs/<file>, trunk/<file>, jbs/<file>, trunk/<file>, jbs/<file>
   1 INFO: Source encoding: UTF-8, default locale: en_US
   1 INFO: Index files
   1 INFO: Excluded sources: 
   2 INFO:   build/<file>
   5 INFO:   trunk/<file>
   1 INFO:   
   1 INFO: 1386 files indexed...  (last one was trunk/<file>
   1 INFO: 2441 files indexed...  (last one was trunk/<file>
   1 INFO: 3649 files indexed...  (last one was trunk/<file>
   1 INFO: 5274 files indexed...  (last one was trunk/<file>
   1 INFO: 6261 files indexed...  (last one was trunk/<file>
   1 INFO: 7816 files indexed...  (last one was trunk/<file>
   1 INFO: 9072 files indexed...  (last one was trunk/<file>
   1 INFO: 10436 files indexed...  (last one was trunk/<file>
   1 INFO: 11948 files indexed...  (last one was build/<file>
   1 INFO: 13017 files indexed...  (last one was build/<file>
   1 INFO: 14015 files indexed...  (last one was build/<file>
   1 INFO: 15469 files indexed...  (last one was build/<file>
   1 INFO: 16461 files indexed...  (last one was build/<file>
   1 INFO: 17923 files indexed...  (last one was build/<file>
   1 INFO: 18855 files indexed
   1 INFO: 1114 files ignored because of inclusion/exclusion patterns
   1 INFO: Quality profile for cs: Sonar way
   1 INFO: Quality profile for java: Redwood
   1 INFO: Quality profile for js: Redwood
   1 INFO: All FxCop rules are disabled, skipping its execution.
   1 INFO: Sensor Lines Sensor
   1 INFO: Sensor Lines Sensor (done) | time=1425ms
   1 INFO: Sensor JavaSquidSensor
   1 INFO: Configured Java source version (sonar.java.source): 6
   1 INFO: JavaClasspath initialization
   1 WARN: Bytecode of dependencies was not provided for analysis of source files, you might end up with less precise results. Bytecode can be provided using sonar.java.libraries property
   1 INFO: JavaClasspath initialization (done) | time=104ms
   1 INFO: JavaTestClasspath initialization
   1 WARN: Bytecode of dependencies was not provided for analysis of test files, you might end up with less precise results. Bytecode can be provided using sonar.java.test.libraries property
   1 INFO: JavaTestClasspath initialization (done) | time=1ms
   1 INFO: Java Main Files AST scan
   1 INFO: 18254 source files to be analyzed
   1 INFO: 4/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 77/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 417/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 531/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 556/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 560/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 577/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 621/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 660/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 707/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 746/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 776/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 809/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 830/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 877/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 910/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 946/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 984/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1025/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1060/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1096/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1134/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1168/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1197/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1239/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1299/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1394/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1511/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 1634/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 2090/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 2218/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 2559/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 2728/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 2947/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 3051/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 3193/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 3457/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 3806/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   2 INFO: 3948/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   2 INFO: 3949/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 3997/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4120/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4268/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4352/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4482/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4643/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 4813/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5071/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5256/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5269/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5391/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5580/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 5771/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6042/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6219/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6391/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6597/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6648/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 6924/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 7064/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 7191/18254 files analyzed, current file: /opt/sonar-scanner/project/build/<file>
   1 INFO: 7299/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7416/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7605/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7717/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7808/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7882/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 7991/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8029/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8134/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8203/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8247/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8355/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8501/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8617/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8704/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 8847/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9119/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9288/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9326/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9502/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9628/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 9848/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10022/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10163/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10290/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10386/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10502/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10659/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10778/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 10912/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11093/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11291/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11490/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11684/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11766/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 11912/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12042/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12208/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12426/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12615/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12771/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 12938/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 13106/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 13247/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 13447/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 13721/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 13963/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 14203/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 14447/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 14813/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 15006/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 15208/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 15396/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 15588/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 15875/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 16156/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 16379/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 16589/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 16873/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 17190/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 17409/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 17524/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 17696/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 17869/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 18076/18254 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: Java Main Files AST scan (done) | time=1290330ms
   1 INFO: Java Test Files AST scan
   1 INFO: 0 source files to be analyzed
   1 INFO: Java Test Files AST scan (done) | time=0ms
   1 INFO: Sensor JavaSquidSensor (done) | time=1293812ms
   1 INFO: Sensor SCM Sensor
   1 INFO: 18254/18254 source files have been analyzed
   1 INFO: 0/0 source files have been analyzed
   1 INFO: SCM provider for this project is: svn
   1 INFO: 7853 files to be analyzed
   5 INFO: 
   2 INFO: 1/7853 files analyzed
   2 INFO: 2/7853 files analyzed
   1 INFO: 4/7853 files analyzed
   1 INFO: 10/7853 files analyzed
   1 INFO: 14/7853 files analyzed
   1 INFO: 15/7853 files analyzed
   1 INFO: 17/7853 files analyzed
   1 INFO: 26/7853 files analyzed
   1 INFO: 30/7853 files analyzed
   1 INFO: 40/7853 files analyzed
   1 WARN: Missing blame information for the following files:
  37 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  43 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  35 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  37 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  42 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  31 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  33 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  53 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  52 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  27 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  35 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  36 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  36 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  33 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  67 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  27 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  32 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  34 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  32 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  52 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  40 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  27 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  73 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  53 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  27 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  38 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  33 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  53 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  27 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  38 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  50 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  25 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  35 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  50 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  47 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  43 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  73 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  34 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   3 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  23 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  24 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  49 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  46 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  45 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  35 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  40 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  45 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  40 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  36 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  35 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  30 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  59 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  50 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   6 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   8 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  10 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  62 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  14 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   7 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  47 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  33 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  13 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  31 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  32 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  19 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  18 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  28 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   2 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  26 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   4 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   1 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  20 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   3 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   9 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  11 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  22 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  16 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
   5 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  15 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  21 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   2 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  12 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  17 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN:   * /opt/sonar-scanner/project/trunk/<file>
  29 WARN:   * /opt/sonar-scanner/project/build/<file>
   1 WARN: This may lead to missing/broken features in SonarQube
   1 INFO: Sensor SCM Sensor (done) | time=165325ms
   1 INFO: Sensor SurefireSensor
   1 INFO: parsing /opt/sonar-scanner/project/target/surefire-reports
   1 INFO: Sensor SurefireSensor (done) | time=35ms
   1 INFO: Sensor JaCoCoSensor
   1 INFO: JaCoCoSensor: JaCoCo report not found : /opt/sonar-scanner/project/target/jacoco.exec
   1 INFO: Sensor JaCoCoSensor (done) | time=1ms
   1 INFO: Sensor JaCoCoItSensor
   1 INFO: JaCoCoItSensor: JaCoCo IT report not found: /opt/sonar-scanner/project/target/jacoco-it.exec
   1 INFO: Sensor JaCoCoItSensor (done) | time=1ms
   1 INFO: Sensor JaCoCoOverallSensor
   1 INFO: Sensor JaCoCoOverallSensor (done) | time=0ms
   1 INFO: Sensor XmlFileSensor
   1 INFO: Sensor XmlFileSensor (done) | time=351ms
   1 INFO: Sensor JavaScript Squid Sensor
   1 INFO: 564 source files to be analyzed
   1 INFO: 296/564 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 412/564 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: 552/564 files analyzed, current file: /opt/sonar-scanner/project/trunk/<file>
   1 INFO: Unit Test Coverage Sensor is started
   1 INFO: 564/564 source files have been analyzed
   1 INFO: Integration Test Coverage Sensor is started
   1 INFO: Overall Coverage Sensor is started
   1 INFO: Sensor JavaScript Squid Sensor (done) | time=34942ms
   1 INFO: Sensor Zero Coverage Sensor
   1 INFO: Sensor Zero Coverage Sensor (done) | time=3070ms
   1 INFO: Sensor Code Colorizer Sensor
   1 INFO: Sensor Code Colorizer Sensor (done) | time=1158ms
   1 INFO: Sensor CPD Block Indexer
   1 INFO: DefaultCpdBlockIndexer is used for cs
   1 INFO: Copy-paste detection exclusions:
   1   build/**/*.java
   1   
   1 INFO: JavaCpdBlockIndexer is used for java
   1 INFO: Copy-paste detection exclusions:
   1   build/**/*.java
   1   
   1 INFO: DefaultCpdBlockIndexer is used for js
   1 INFO: Sensor CPD Block Indexer (done) | time=14017ms
   1 INFO: Calculating CPD for 8703 files
   1 INFO: CPD calculation finished
   1 INFO: Analysis report generated in 72854ms, dir size=0 bytes
   1 INFO: Analysis reports compressed in 85ms, zip size=22 bytes
   1 INFO: Analysis report uploaded in 2346ms
   1 INFO: ANALYSIS SUCCESSFUL, you can browse http://sonarqube.dev.redwood.nl/dashboard/index/<product>
   1 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
   1 INFO: More about the report processing at http://sonarqube.dev.redwood.nl/api/ce/task?id=AVduCm0fMYorBC3zMmSV
   1 INFO: Task total time: 29:31.175 s
   1 INFO: ------------------------------------------------------------------------
   1 INFO: EXECUTION SUCCESS
   1 INFO: ------------------------------------------------------------------------
   1 INFO: Total time: 29:38.818s
   1 INFO: Final Memory: 94M/2094M
   1 INFO: ------------------------------------------------------------------------
   1 ------------------------------------------------
   1 Results have been pushed to the SonarQube server
   1 ------------------------------------------------
   1 [36msonarscanner_sonar-scanner-<product>-publish_1 exited with code 0

Paul Wagland

unread,
Sep 28, 2016, 6:23:44 AM9/28/16
to SonarQube
Hmm. Apparently that was too large for Google groups!

But, as I was saying, the only difference (apart from timing information) in the logs between a good and bad run is this:

8087,8089c8084,8086
< INFO: Analysis report generated in 72854ms, dir size=0 bytes
< INFO: Analysis reports compressed in 85ms, zip size=22 bytes
< INFO: Analysis report uploaded in 2346ms
---
> INFO: Analysis report generated in 54493ms, dir size=250 MB
> INFO: Analysis reports compressed in 752756ms, zip size=92 MB
> INFO: Analysis report uploaded in 6880ms

Cheers,
Paul

Paul Wagland

unread,
Oct 3, 2016, 8:55:40 AM10/3/16
to SonarQube
Hi all,

I also just realised that I didn't mention the Sonar version, but that is 6.0. Scanner 2.7.

Cheers,
Paul

Paul Wagland

unread,
Oct 12, 2016, 2:40:08 AM10/12/16
to SonarQube
Hi Nicolas,

Any suggestions on what I can do to help further diagnose this situation? Roughly half of our scans are failing, and it is totally unclear to me how to fix and/or further diagnose this.

Cheers,
Paul

nicolas...@sonarsource.com

unread,
Oct 24, 2016, 9:27:07 AM10/24/16
to SonarQube
Hi Paul,

Well given that there is no known (nor similar) issue I would suggest you take a closer a look at the environment for now and understand the conditions to reproduce this. For example see if your 50% of failing builds wouldn't happen to always run on a specific builder, if there may be some disc/user quota in place, or some watchdog process that would be cleaning stuff up on the fly. To understand more you'll have to reproduce it in some way, at which point you can then monitor real time the content of the reports directory while analysis is running. Note that there also seems to be an internal property (sonar.batch.keepReport) which could temporarily be helpful in understanding what's going on.

Best regards,
Nicolas
Reply all
Reply to author
Forward
0 new messages