Metadata file is missing in analysis report: on COBOL Analysis

Hello,

we are using Sonar Enterprise Edition Version 9.9.3.
I’m trying to analyze a COBOL program with sonar-scanner-cli-4.8.1.3023.

The analysis was successful, but I receive the following error in the background tasks:

java.lang.IllegalStateException: Metadata file is missing in analysis report: /opt/sonarqube-9.9.3.79811/temp/ce/150551207912410933/6492217119216048370/metadata.pb

Here is our command:

/u/jenkins/sonar-scanner/bin/sonar-scanner -X -Dsonar.scm.disabled=true -Dsonar.projectKey=it.findomestic.mainframe:zComponent_Sonar -Dsonar.projectName=zComponent_Sonar -Dsonar.projectVersion=1.0.0 -Dsonar.sourceEncoding=IBM01144 -Dsonar.sources=. -Dsonar.branch.name=master -Dsonar.verbose=true

Thank you,
Giulia

Hey there!

Does this always happen? Sometime? Only when the analysis is submitted from specific machines? More details to be able to reproduce this would be a big help.

Hi Colin,

the problem happens only when we scan COBOL code and the analysis is submitted from the Mainframe.

Thanks. Historically executing analysis from mainframe has presented some challenges – is this really a jenkins build agent installed on a mainframe?

/u/jenkins/sonar-scanner/bin/sonar-scanner -X

What version/flavor of Java is used? Can you attach the full scanner losgs?

Hello,

we are using java 11.
I try to add the full log.

12:09:22  Injecting SonarQube environment variables using the configuration: FindomesticSonar
12:09:22  [Pipeline] {
12:09:22  [Pipeline] sh
12:09:23  + cd ./zComponent_Sonar/zOSsrc/PROG.SOURCE/
12:09:23  + /u/jenkins/sonar-scanner/bin/sonar-scanner -X -Dsonar.scm.disabled=true -Dsonar.projectKey=it.findomestic.mainframe:zComponent_Sonar -Dsonar.projectName=zComponent_Sonar -Dsonar.projectVersion=1.0.0 -Dsonar.sourceEncoding=IBM01144 -Dsonar.sources=. -Dsonar.branch.name=master -Dsonar.verbose=true
12:09:23  Info: Using sonar-scanner at /usr/lpp/sonar
12:09:23  Info: Using java at /usr/lpp/sonar/jre/bin/java
12:09:23  Info: Using classpath /usr/lpp/sonar/lib/sonar-scanner-cli-4.8.1.3023.jar
12:09:23  Info: Using project /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE
12:09:23  10:09:23.640 WARN: Property 'sonar.verbose' with value 'true' is overridden with value 'true'
12:09:23  10:09:23.656 INFO: Scanner configuration file: /usr/lpp/sonar/conf/sonar-scanner.properties
12:09:23  10:09:23.658 INFO: Project root configuration file: NONE
12:09:23  10:09:23.684 INFO: SonarScanner 4.8.1.3023
12:09:23  10:09:23.684 INFO: Java 11.0.22 IBM Corporation (64-bit)
12:09:23  10:09:23.684 INFO: z/OS 02.04.00 s390x
12:09:23  10:09:23.834 DEBUG: keyStore is : 
12:09:23  10:09:23.834 DEBUG: keyStore type is : pkcs12
12:09:23  10:09:23.834 DEBUG: keyStore provider is : 
12:09:23  10:09:23.834 DEBUG: init keystore
12:09:23  10:09:23.835 DEBUG: init keymanager of type SunX509
12:09:23  10:09:23.906 DEBUG: Create: /u/jenkins/.sonar/cache
12:09:23  10:09:23.907 INFO: User cache: /u/jenkins/.sonar/cache
12:09:23  10:09:23.907 DEBUG: Create: /u/jenkins/.sonar/cache/_tmp
12:09:23  10:09:23.908 DEBUG: Extract sonar-scanner-api-batch in temp...
12:09:23  10:09:23.910 DEBUG: Get bootstrap index...
12:09:23  10:09:23.910 DEBUG: Download: https://sonar.servizi.findomestic.local/sonar_context/batch/index
12:09:24  10:09:23.993 DEBUG: Get bootstrap completed
12:09:24  10:09:23.994 DEBUG: Create isolated classloader...
12:09:24  10:09:24.002 DEBUG: Start temp cleaning...
12:09:24  10:09:24.006 DEBUG: Temp cleaning done
12:09:24  10:09:24.006 DEBUG: Execution getVersion
12:09:24  10:09:24.086 INFO: Analyzing on SonarQube server 9.9.3.79811
12:09:24  10:09:24.086 INFO: Default locale: "en_US", source code encoding: "IBM01144"
12:09:24  10:09:24.087 DEBUG: Work directory: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork
12:09:24  10:09:24.089 DEBUG: Execution execute
12:09:24  10:09:24.288 WARN: Unable to get a valid mac address, will use a dummy address
12:09:24  10:09:24.327 DEBUG: Enterprise 9.9.3.79811
12:09:24  10:09:24.526 INFO: Load global settings
12:09:24  10:09:24.739 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/settings/values.protobuf | time=212ms
12:09:24  10:09:24.766 INFO: Load global settings (done) | time=240ms
12:09:24  10:09:24.773 INFO: Server id: 5E455CF6-169c38680d9936f
12:09:24  10:09:24.776 INFO: User cache: /u/jenkins/.sonar/cache
12:09:24  10:09:24.779 INFO: Load/download plugins
12:09:24  10:09:24.779 INFO: Load plugins index
12:09:24  10:09:24.838 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/plugins/installed | time=58ms
12:09:25  10:09:24.871 INFO: Load plugins index (done) | time=92ms
12:09:25  10:09:25.162 INFO: Load/download plugins (done) | time=383ms
12:09:25  10:09:25.375 DEBUG: Plugins:
12:09:25  10:09:25.375 DEBUG:   * IaC Code Quality and Security 1.11.0.2847 (iac)
12:09:25  10:09:25.375 DEBUG:   * PL/SQL Code Quality and Security 3.8.0.4948 (plsql)
12:09:25  10:09:25.375 DEBUG:   * Scala Code Quality and Security 1.11.0.3905 (sonarscala)
12:09:25  10:09:25.375 DEBUG:   * C# Code Quality and Security 8.51.0.59060 (csharp)
12:09:25  10:09:25.376 DEBUG:   * Vulnerability Analysis 9.9.2.22117 (security)
12:09:25  10:09:25.376 DEBUG:   * Java Code Quality and Security 7.16.0.30901 (java)
12:09:25  10:09:25.376 DEBUG:   * HTML Code Quality and Security 3.7.1.3306 (web)
12:09:25  10:09:25.376 DEBUG:   * Flex Code Quality and Security 2.8.0.3166 (flex)
12:09:25  10:09:25.376 DEBUG:   * XML Code Quality and Security 2.7.0.3820 (xml)
12:09:25  10:09:25.376 DEBUG:   * Text Code Quality and Security 2.0.2.1090 (text)
12:09:25  10:09:25.376 DEBUG:   * VB.NET Code Quality and Security 8.51.0.59060 (vbnet)
12:09:25  10:09:25.376 DEBUG:   * Swift Code Quality and Security 4.8.0.5759 (swift)
12:09:25  10:09:25.376 DEBUG:   * CFamily Code Quality and Security 6.41.1.62265 (cpp)
12:09:25  10:09:25.376 DEBUG:   * Python Code Quality and Security 3.24.1.11916 (python)
12:09:25  10:09:25.376 DEBUG:   * Dataflow Bug Detection Rules for Python 1.10.0.3046 (dbdpythonfrontend)
12:09:25  10:09:25.376 DEBUG:   * Dataflow Bug Detection 1.10.0.3046 (dbd)
12:09:25  10:09:25.376 DEBUG:   * Go Code Quality and Security 1.11.0.3905 (go)
12:09:25  10:09:25.376 DEBUG:   * JaCoCo 1.3.0.1538 (jacoco)
12:09:25  10:09:25.376 DEBUG:   * Kotlin Code Quality and Security 2.12.0.1956 (kotlin)
12:09:25  10:09:25.376 DEBUG:   * RPG Code Quality 3.3.0.3147 (rpg)
12:09:25  10:09:25.376 DEBUG:   * Dataflow Bug Detection Rules for Java 1.10.0.3046 (dbdjavafrontend)
12:09:25  10:09:25.376 DEBUG:   * PL/I Code Quality and Security 1.12.0.3443 (pli)
12:09:25  10:09:25.376 DEBUG:   * T-SQL Code Quality and Security 1.7.0.5449 (tsql)
12:09:25  10:09:25.376 DEBUG:   * VB6 Code Quality and Security 2.9.0.3341 (vb)
12:09:25  10:09:25.376 DEBUG:   * Apex Code Quality and Security 1.11.0.3905 (sonarapex)
12:09:25  10:09:25.376 DEBUG:   * JavaScript/TypeScript/CSS Code Quality and Security 9.13.0.20537 (javascript)
12:09:25  10:09:25.376 DEBUG:   * Ruby Code Quality and Security 1.11.0.3905 (ruby)
12:09:25  10:09:25.376 DEBUG:   * Vulnerability Rules for C# 9.9.2.22117 (securitycsharpfrontend)
12:09:25  10:09:25.377 DEBUG:   * Vulnerability Rules for Java 9.9.2.22117 (securityjavafrontend)
12:09:25  10:09:25.377 DEBUG:   * Vulnerability Rules for JS 9.9.2.22117 (securityjsfrontend)
12:09:25  10:09:25.377 DEBUG:   * COBOL Code Quality 5.2.1.7644 (cobol)
12:09:25  10:09:25.377 DEBUG:   * Vulnerability Rules for Python 9.9.2.22117 (securitypythonfrontend)
12:09:25  10:09:25.377 DEBUG:   * PHP Code Quality and Security 3.27.1.9352 (php)
12:09:25  10:09:25.377 DEBUG:   * ABAP Code Quality and Security 3.11.0.4030 (abap)
12:09:25  10:09:25.377 DEBUG:   * Configuration detection fot Code Quality and Security 1.2.0.267 (config)
12:09:25  10:09:25.377 DEBUG:   * Vulnerability Rules for PHP 9.9.2.22117 (securityphpfrontend)
12:09:25  10:09:25.440 INFO: Loaded core extensions: developer-scanner
12:09:25  10:09:25.450 DEBUG: Installed core extension: developer-scanner
12:09:26  10:09:26.098 INFO: Process project properties
12:09:26  10:09:26.107 INFO: Process project properties (done) | time=9ms
12:09:26  10:09:26.108 INFO: Execute project builders
12:09:26  10:09:26.108 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
12:09:26  10:09:26.109 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
12:09:26  10:09:26.110 INFO: Execute project builders (done) | time=2ms
12:09:26  10:09:26.116 INFO: Project key: it.findomestic.mainframe:zComponent_Sonar
12:09:26  10:09:26.116 INFO: Base dir: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE
12:09:26  10:09:26.116 INFO: Working dir: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork
12:09:26  10:09:26.116 DEBUG: Project global encoding: IBM01144, default locale: en_US
12:09:26  10:09:26.124 INFO: Load project settings for component key: 'it.findomestic.mainframe:zComponent_Sonar'
12:09:26  10:09:26.453 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/settings/values.protobuf?component=it.findomestic.mainframe%3AzComponent_Sonar | time=329ms
12:09:26  10:09:26.456 INFO: Load project settings for component key: 'it.findomestic.mainframe:zComponent_Sonar' (done) | time=332ms
12:09:26  10:09:26.516 INFO: Load project branches
12:09:26  10:09:26.616 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/project_branches/list?project=it.findomestic.mainframe%3AzComponent_Sonar | time=100ms
12:09:26  10:09:26.619 INFO: Load project branches (done) | time=103ms
12:09:26  10:09:26.619 INFO: Load branch configuration
12:09:26  10:09:26.620 INFO: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
12:09:26  10:09:26.620 INFO: Load branch configuration (done) | time=1ms
12:09:26  10:09:26.626 DEBUG: Creating module hierarchy
12:09:26  10:09:26.626 DEBUG:   Init module 'zComponent_Sonar'
12:09:26  10:09:26.627 DEBUG:     Base dir: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE
12:09:26  10:09:26.627 DEBUG:     Working dir: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork
12:09:26  10:09:26.627 DEBUG:     Module global encoding: IBM01144, default locale: en_US
12:09:26  10:09:26.646 DEBUG: Available languages:
12:09:26  10:09:26.647 DEBUG:   * Terraform => "terraform"
12:09:26  10:09:26.647 DEBUG:   * CloudFormation => "cloudformation"
12:09:26  10:09:26.647 DEBUG:   * Kubernetes => "kubernetes"
12:09:26  10:09:26.647 DEBUG:   * Docker => "docker"
12:09:26  10:09:26.647 DEBUG:   * PL/SQL => "plsql"
12:09:26  10:09:26.647 DEBUG:   * Scala => "scala"
12:09:26  10:09:26.647 DEBUG:   * C# => "cs"
12:09:26  10:09:26.647 DEBUG:   * Java => "java"
12:09:26  10:09:26.647 DEBUG:   * HTML => "web"
12:09:26  10:09:26.647 DEBUG:   * JSP => "jsp"
12:09:26  10:09:26.647 DEBUG:   * Flex => "flex"
12:09:26  10:09:26.647 DEBUG:   * XML => "xml"
12:09:26  10:09:26.647 DEBUG:   * Text => "text"
12:09:26  10:09:26.647 DEBUG:   * Secrets => "secrets"
12:09:26  10:09:26.647 DEBUG:   * VB.NET => "vbnet"
12:09:26  10:09:26.647 DEBUG:   * Swift => "swift"
12:09:26  10:09:26.647 DEBUG:   * C => "c"
12:09:26  10:09:26.647 DEBUG:   * C++ => "cpp"
12:09:26  10:09:26.647 DEBUG:   * Objective-C => "objc"
12:09:26  10:09:26.647 DEBUG:   * Python => "py"
12:09:26  10:09:26.647 DEBUG:   * Go => "go"
12:09:26  10:09:26.647 DEBUG:   * Kotlin => "kotlin"
12:09:26  10:09:26.647 DEBUG:   * RPG => "rpg"
12:09:26  10:09:26.647 DEBUG:   * PL/I => "pli"
12:09:26  10:09:26.647 DEBUG:   * T-SQL => "tsql"
12:09:26  10:09:26.647 DEBUG:   * Vb => "vb"
12:09:26  10:09:26.647 DEBUG:   * Apex => "apex"
12:09:26  10:09:26.647 DEBUG:   * JavaScript => "js"
12:09:26  10:09:26.647 DEBUG:   * TypeScript => "ts"
12:09:26  10:09:26.648 DEBUG:   * CSS => "css"
12:09:26  10:09:26.648 DEBUG:   * Ruby => "ruby"
12:09:26  10:09:26.648 DEBUG:   * COBOL => "cobol"
12:09:26  10:09:26.648 DEBUG:   * PHP => "php"
12:09:26  10:09:26.648 DEBUG:   * ABAP => "abap"
12:09:26  10:09:26.648 DEBUG:   * YAML => "yaml"
12:09:26  10:09:26.648 DEBUG:   * JSON => "json"
12:09:26  10:09:26.659 DEBUG: SCM Step is disabled by configuration
12:09:26  10:09:26.665 INFO: Auto-configuring with CI 'Jenkins'
12:09:26  10:09:26.667 INFO: Load quality profiles
12:09:26  10:09:26.936 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/qualityprofiles/search.protobuf?project=it.findomestic.mainframe%3AzComponent_Sonar | time=268ms
12:09:27  10:09:26.952 INFO: Load quality profiles (done) | time=285ms
12:09:27  10:09:26.957 INFO: Load active rules
12:09:27  10:09:27.032 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_oUqIVXgqMWDi6NTA&ps=500&p=1 | time=75ms
12:09:27  10:09:27.302 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkrLGcs0cSj5P8280U&ps=500&p=1 | time=186ms
12:09:27  10:09:27.396 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGY-jUb2FK_K4Rxi3&ps=500&p=1 | time=90ms
12:09:27  10:09:27.468 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=jsp-findbugs-security-jsp-95172&ps=500&p=1 | time=69ms
12:09:27  10:09:27.772 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRbilkmb8ByGF0m1qbF&ps=500&p=1 | time=303ms
12:09:28  10:09:28.067 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGZJ1Ub2FK_K4RxmS&ps=500&p=1 | time=268ms
12:09:28  10:09:28.221 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGZMtUb2FK_K4Rxn-&ps=500&p=1 | time=142ms
12:09:28  10:09:28.440 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_oZD4VXgqMWDi6NcK&ps=500&p=1 | time=216ms
12:09:28  10:09:28.562 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRbilsVb8ByGF0m1qeP&ps=500&p=1 | time=121ms
12:09:29  10:09:28.818 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYkGS08PCPlDnWTBbQyA&ps=500&p=1 | time=250ms
12:09:29  10:09:28.928 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=web-findomestic-sqale-web-wip03-74158&ps=500&p=1 | time=76ms
12:09:29  10:09:29.039 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGZwTUb2FK_K4RxuY&ps=500&p=1 | time=110ms
12:09:29  10:09:29.151 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRblu5PgTfUkGPuV7p3&ps=500&p=1 | time=111ms
12:09:29  10:09:29.267 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_obZjVXgqMWDi6N0z&ps=500&p=1 | time=116ms
12:09:30  10:09:30.415 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_obZvVXgqMWDi6N03&ps=500&p=1 | time=1148ms
12:09:30  10:09:30.544 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhG2rj8CUXKVmwhic&ps=500&p=1 | time=128ms
12:09:30  10:09:30.691 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_oc4PVXgqMWDi6N2I&ps=500&p=1 | time=145ms
12:09:30  10:09:30.782 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhG-Aj8CUXKVmwhl1&ps=500&p=1 | time=90ms
12:09:31  10:09:30.845 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGZ3rUb2FK_K4RxwV&ps=500&p=1 | time=61ms
12:09:31  10:09:31.014 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXn6MeeBwBAQP1-CryFM&ps=500&p=1 | time=169ms
12:09:31  10:09:31.145 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXn6MMNDwBAQP1-Crx_z&ps=500&p=1 | time=126ms
12:09:31  10:09:31.219 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGaExUb2FK_K4Rx0f&ps=500&p=1 | time=71ms
12:09:31  10:09:31.689 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGaGpUb2FK_K4Rx1Z&ps=500&p=1 | time=469ms
12:09:31  10:09:31.784 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhEWfj8CUXKVmwhem&ps=500&p=1 | time=93ms
12:09:31  10:09:31.875 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhEuFj8CUXKVmwhfV&ps=500&p=1 | time=90ms
12:09:31  10:09:31.961 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhFBwj8CUXKVmwhhE&ps=500&p=1 | time=77ms
12:09:32  10:09:32.039 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhEz0j8CUXKVmwhf7&ps=500&p=1 | time=77ms
12:09:32  10:09:32.146 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_oiSwVXgqMWDi6N-S&ps=500&p=1 | time=94ms
12:09:32  10:09:32.259 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGaLvUb2FK_K4Rx2c&ps=500&p=1 | time=113ms
12:09:32  10:09:32.362 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=cs-sonar-way-69476&ps=500&p=1 | time=102ms
12:09:32  10:09:32.481 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=cobol-findomestic-sqale-cobol-wip01-44229&ps=500&p=1 | time=118ms
12:09:32  10:09:32.678 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXDtGaZOUb2FK_K4RyA7&ps=500&p=1 | time=195ms
12:09:32  10:09:32.809 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYw_ojkrVXgqMWDi6ODu&ps=500&p=1 | time=128ms
12:09:33  10:09:32.905 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWRkhG6Rj8CUXKVmwhj9&ps=500&p=1 | time=95ms
12:09:33  10:09:33.008 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=objc-sonar-way-34003&ps=500&p=1 | time=101ms
12:09:33  10:09:33.161 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYkGePMkCPlDnWTBbQ-T&ps=500&p=1 | time=151ms
12:09:33  10:09:33.181 INFO: Load active rules (done) | time=6223ms
12:09:33  10:09:33.184 INFO: Load analysis cache
12:09:33  10:09:33.472 DEBUG: GET 404 https://sonar.servizi.findomestic.local/sonar_context/api/analysis_cache/get?project=it.findomestic.mainframe:zComponent_Sonar&branch=main | time=288ms
12:09:33  10:09:33.473 INFO: Load analysis cache (404) | time=289ms
12:09:33  10:09:33.504 INFO: Branch name: master
12:09:33  10:09:33.505 WARN: Property 'sonar.password' is deprecated. It will not be supported in the future. Please instead use the 'sonar.login' parameter with a token.
12:09:33  10:09:33.512 WARN: Use of sonar.test.exclusions and sonar.tests.exclusions at the same time. sonar.test.exclusions is taken into account. Consider updating your configuration
12:09:33  10:09:33.535 INFO: Load project repositories
12:09:34  10:09:33.754 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/batch/project.protobuf?key=it.findomestic.mainframe%3AzComponent_Sonar&branch=main | time=219ms
12:09:34  10:09:33.758 INFO: Load project repositories (done) | time=223ms
12:09:34  10:09:33.771 DEBUG: Declared extensions of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf
12:09:34  10:09:33.772 DEBUG: Declared extensions of language CloudFormation were converted to sonar.lang.patterns.cloudformation : 
12:09:34  10:09:33.772 DEBUG: Declared extensions of language Kubernetes were converted to sonar.lang.patterns.kubernetes : 
12:09:34  10:09:33.772 DEBUG: Declared extensions of language Docker were converted to sonar.lang.patterns.docker : 
12:09:34  10:09:33.772 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.pks,**/*.pkb
12:09:34  10:09:33.772 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
12:09:34  10:09:33.772 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
12:09:34  10:09:33.772 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java
12:09:34  10:09:33.772 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.foo
12:09:34  10:09:33.772 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.foo
12:09:34  10:09:33.772 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
12:09:34  10:09:33.772 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl,**/*.xslt,**/*.substvar,**/*.bwm
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Text were converted to sonar.lang.patterns.text : 
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Secrets were converted to sonar.lang.patterns.secrets : 
12:09:34  10:09:33.773 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
12:09:34  10:09:33.773 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.pc
12:09:34  10:09:33.773 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp,**/*.h,**/*.pcc
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go
12:09:34  10:09:33.773 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt
12:09:34  10:09:33.774 DEBUG: Declared extensions of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.sqlrpgle,**/*.rpg,**/*.rpgle,**/*.sqlrpgle
12:09:34  10:09:33.774 DEBUG: Declared extensions of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli
12:09:34  10:09:33.774 DEBUG: Declared extensions of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
12:09:34  10:09:33.774 DEBUG: Declared extensions of language Vb were converted to sonar.lang.patterns.vb : **/*.bas,**/*.frm,**/*.ctl,**/*.bas,**/*.frm,**/*.ctl
12:09:34  10:09:33.774 DEBUG: Declared extensions of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger
12:09:34  10:09:33.774 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue
12:09:34  10:09:33.774 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts
12:09:34  10:09:33.774 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.foo
12:09:34  10:09:33.774 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
12:09:34  10:09:33.775 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol : **/*.cbl
12:09:34  10:09:33.775 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
12:09:34  10:09:33.775 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
12:09:34  10:09:33.775 DEBUG: Declared extensions of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml
12:09:34  10:09:33.775 DEBUG: Declared extensions of language JSON were converted to sonar.lang.patterns.json : **/*.json
12:09:34  10:09:33.777 DEBUG: Will ignore generated code
12:09:34  10:09:33.778 DEBUG: Will ignore generated code
12:09:34  10:09:33.783 INFO: Indexing files...
12:09:34  10:09:33.784 INFO: Project configuration:
12:09:34  10:09:33.784 INFO:   Excluded sources: **/my-date-picker.component.css, **/my-date-range-picker.component.css, **/mockupstyle.css, **/apple-app-site-association, gen/src/**, **/*_Stub.java, **/*_Tie.java, **/EJS*_*.java, **/*_Deser.java, **/*_Helper.java, **/jquery*.js, **/angular*.js, **/*bootstrap*.js, **/prototype*.js, **/select2.full.*.js, **/fd-ui-plugins*.js, **/AC_OETags*.js, **/securityManager/**, **/securitymanager/**, **/src/main/java/com/findomestic/documentmanager/**, **/src/main/java/com/findomestic/xmlnscomp/**/*, **/src/main/java/com/findomestic/xmlns/**/*, **/src/main/java/com/findomestic/**/*ObjectFactory.java, **/src/main/java/com/findomestic/**/*Service.java, **/src/main/java/com/findomestic/**/*Exception.java, **/src/main/java/com/findomestic/**/*Proxy.java, **/it/findomestic/salechoreographer/route/**, **/it/findomestic/salechoreographer/router/**, **/it/findomestic/salechoreographer/ruleEngine/**, **/it/findomestic/salechoreographer/util/**, **/it/findomestic/salechoreographer/exceptions/**, **/it/findomestic/salechoreographer/model/**, **/it/findomestic/salechoreographer/model/tracking/**, **/it/findomestic/salechoreographer/payload/**, **/it/findomestic/salechoreographer/payload/impl/**, **/it/findomestic/salechoreographer/config/**, **/it/findomestic/salechoreographer/client/**, **/it/findomestic/salechoreographer/client/model/**, **/src/main/resources/**, **/rule/engine/**, **/it/findomestic/**/payload/OrchestrationPayload/**, **/it/findomestic/**/util/ValidatioUtil/**
12:09:34  10:09:33.784 INFO:   Excluded tests: **/securityManager/**, **/securitymanager/**, **/securityManager/**, **/securitymanager/**
12:09:34  10:09:33.784 INFO:   Excluded sources for coverage: **/model/**, **/config/**, **/exception/**, **/exceptions/**, **/*Application*.java, **/securitymanager/**, **/securityManager/**, **/src/main/java/it/findomestic/tlm/ws/**, **/src/main/java/com/findomestic/documentmanager/**, **/superdealer/pdamanagement/**, **/superdealer/client/**, **/ws/client/**, **/orchestration/processor/**, **/orchestration/transform/**, **/tracking/controller/**, **/trackingengine/controller/**, **/calculations/ws/**, **/it/findomestic/salechoreographer/route/**, **/it/findomestic/salechoreographer/router/**, **/it/findomestic/salechoreographer/ruleEngine/**, **/it/findomestic/salechoreographer/util/**, **/it/findomestic/salechoreographer/exceptions/**, **/it/findomestic/salechoreographer/model/**, **/it/findomestic/salechoreographer/model/tracking/**, **/it/findomestic/salechoreographer/payload/**, **/it/findomestic/salechoreographer/payload/impl/**, **/it/findomestic/salechoreographer/config/**, **/it/findomestic/salechoreographer/client/**, **/it/findomestic/salechoreographer/client/model/**, **/it/findomestic/dossiermanagement/beans/**, **/it/findomestic/dossiermanagement/cics/copies/**, **/it/findomestic/dossiermanagement/model/**, **/it/findomestic/ws/sprint/**, **/ErrorHandler.java, **/customermanagerbff/ws/**, **/proxy/fallback/**, **/rule/engine/**, **/it/findomestic/afterSaleChoreographer/route/**, **/it/findomestic/afterSaleChoreographer/router/**, **/it/findomestic/afterSaleChoreographer/ruleEngine/**, **/it/findomestic/afterSaleChoreographer/util/**, **/it/findomestic/afterSaleChoreographer/exceptions/**, **/it/findomestic/afterSaleChoreographer/model/**, **/it/findomestic/afterSaleChoreographer/payload/impl/**, **/it/findomestic/afterSaleChoreographer/model/**, **/it/findomestic/afterSaleChoreographer/config/**, **/it/findomestic/afterSaleChoreographer/client/**, **/it/findomestic/afterSaleChoreographer/client/model/**, **/it/findomestic/msa/validation/supercustomer/**, **/it/findomestic/msa/validation/supercustomer/**, **/it/findomestic/vehiclesavesrv/orchestration/transform/call/**, **/it/findomestic/vehiclesavesrv/ws/**, **/it/findomestic/cardsavesrv/ws/**, **/it/findomestic/cardsatuthorization/model/**, **/it/findomestic/**/exceptions/**, **/it/findomestic/cardsauthorization/rule/engine/**, **/it/findomestic/**/model/**, **/it/findomestic/**/exception/**, **/it/findomestic/**/util/ExceptionUtils/**, **/delegate/**, **/it/findomestic/**/payload/OrchestrationPayload/**, **/it/findomestic/**/util/ValidatioUtil/**, **/it/findomestic/documentmanagement/inquirymanagement/**, **/it/findomestic/ectxaccountingsrv/repository/impl/**, **/it/findomestic/ectx/ectxfileregistrysrv/repository/impl/**, **/it/findomestic/mf/**/model/**, **/it/findomestic/mf/**/commons/**, **/it/findomestic/mf/**/dao/**, **/it/findomestic/mf/**/ws/**, **/src/*.spec.ts, **/src/**/*.spec.ts, **/test/**, **/*module.ts
12:09:34  10:09:33.784 INFO:   Excluded sources for duplication: **/model/**, **/securitymanager/**, **/securityManager/**, **/orchestration/transform/**, **/it/findomestic/**/ws/**, **/models/**, **/exceptions/**, **/exception/**, **/**.stories.tsx, **/**.style.tsx, **/**.styles.tsx, **/CausaleAbiCodes.ts, **/HomePageScreen.tsx, **/src/*.spec.ts, **/src/**/*.spec.ts, **/test/**
12:09:34  10:09:33.786 WARN: Use of sonar.test.exclusions and sonar.tests.exclusions at the same time. sonar.test.exclusions is taken into account. Consider updating your configuration
12:09:34  10:09:33.794 DEBUG: '.gitkeep' indexed with no language
12:09:34  10:09:33.798 DEBUG: 'DICTCLXX.cbl' indexed with language 'cobol'
12:09:34  10:09:33.802 DEBUG: '.scannerwork/scanner-report/analysis.log' indexed with no language
12:09:34  10:09:33.804 DEBUG: '.scannerwork/.sonar_lock' indexed with no language
12:09:34  10:09:33.805 INFO: 4 files indexed
12:09:34  10:09:33.805 INFO: 0 files ignored because of inclusion/exclusion patterns
12:09:34  10:09:33.806 INFO: Quality profile for cobol: Findomestic-SQALE-Cobol-wip01
12:09:34  10:09:33.806 INFO: ------------- Run sensors on module zComponent_Sonar
12:09:34  10:09:33.967 INFO: Load metrics repository
12:09:34  10:09:34.092 DEBUG: GET 200 https://sonar.servizi.findomestic.local/sonar_context/api/metrics/search?ps=500&p=1 | time=124ms
12:09:34  10:09:34.100 INFO: Load metrics repository (done) | time=133ms
12:09:36  10:09:35.929 DEBUG: Adding rules for repository 'jssecurity', language: JAVASCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.F
12:09:36  10:09:35.935 DEBUG: Adding rules for repository 'tssecurity', language: TYPESCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.B
12:09:36  10:09:36.312 DEBUG: 'JavaSensor' skipped because there is no related file in current project
12:09:36  10:09:36.313 DEBUG: 'Import external issues report' skipped because one of the required properties is missing
12:09:36  10:09:36.313 DEBUG: 'Import external issues report from SARIF file.' skipped because one of the required properties is missing
12:09:36  10:09:36.313 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.313 DEBUG: 'IaC CloudFormation Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.313 DEBUG: 'IaC Kubernetes Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.313 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.314 DEBUG: 'Scala Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.314 DEBUG: 'Scoverage sensor for Scala coverage' skipped because there is no related file in current project
12:09:36  10:09:36.314 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project
12:09:36  10:09:36.314 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project
12:09:36  10:09:36.315 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project
12:09:36  10:09:36.315 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing
12:09:36  10:09:36.315 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project
12:09:36  10:09:36.315 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
12:09:36  10:09:36.315 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project
12:09:36  10:09:36.316 DEBUG: 'Flex' skipped because there is no related file in current project
12:09:36  10:09:36.316 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
12:09:36  10:09:36.316 DEBUG: 'XML Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.316 DEBUG: 'Swift Code Quality and Security' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'Import of SwiftLint issues' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'gcov' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'llvm-cov' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'cppunit' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'bullseye' skipped because there is no related file in current project
12:09:36  10:09:36.317 DEBUG: 'Python Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project
12:09:36  10:09:36.318 DEBUG: 'Code Quality and Security for Go' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing
12:09:36  10:09:36.319 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.319 DEBUG: 'KotlinSurefireSensor' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing
12:09:36  10:09:36.320 DEBUG: 'Import of ktlint issues' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'RPG sensor' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'PliSquidSensor' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'T-SQL Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.320 DEBUG: 'VbSquidSensor' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'Apex Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'Test coverage Sensor for Apex' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'Import of PMD issues' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'TypeScript analysis' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'JavaScript inside YAML analysis' skipped because there is no related file in current project
12:09:36  10:09:36.321 DEBUG: 'JavaScript/TypeScript Coverage' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing
12:09:36  10:09:36.322 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing
12:09:36  10:09:36.322 DEBUG: 'CSS Metrics' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Import of stylelint issues' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Import of RuboCop issues' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Python HTML templates processing' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'PHP sensor' skipped because there is no related file in current project
12:09:36  10:09:36.322 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project
12:09:36  10:09:36.323 DEBUG: 'Import of PHPStan issues' skipped because there is no related file in current project
12:09:36  10:09:36.323 DEBUG: 'Import of Psalm issues' skipped because there is no related file in current project
12:09:36  10:09:36.323 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project
12:09:36  10:09:36.333 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
12:09:36  10:09:36.334 DEBUG: 'CFamily' skipped because there is no related file in current project
12:09:36  10:09:36.334 DEBUG: Sensors : CobolSquidSensor -> C# Project Type Information -> C# Analysis Log -> C# Properties -> HTML -> TextAndSecretsSensor -> VB.NET Project Type Information -> VB.NET Analysis Log -> VB.NET Properties -> JaCoCo XML Report Importer -> CSS Rules -> ThymeLeaf template sensor -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> javabugs -> pythonbugs -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor
12:09:36  10:09:36.335 INFO: Sensor CobolSquidSensor [cobol]
12:09:36  10:09:36.338 INFO: About to analyse COBOL Programs using 'ibm-enterprise-cobol' dialect and 'fixed' source code format.
12:09:36  10:09:36.342 DEBUG: Plugin version used in caching mechanism: 5.2.1.7644
12:09:36  10:09:36.348 INFO: Found empty cache on server
12:09:36  10:09:36.428 INFO: 1 source file to be analyzed
12:09:36  10:09:36.437 DEBUG: Cache miss for /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl: cache is empty
12:09:37  10:09:36.531 DEBUG: 'DICTCLXX.cbl' generated metadata with charset 'IBM01144'
12:09:37  10:09:36.906 WARN: Unable to find copybook 'FVTXTCUM' (at line=293 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.935 WARN: Unable to find copybook 'MOUCHSE' (at line=873 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.935 WARN: Unable to find copybook 'EPUCET' (at line=880 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.936 WARN: Unable to find copybook 'FIALPHB' (at line=909 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.940 WARN: Unable to find copybook 'GESRILFD' (at line=1146 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.940 WARN: Unable to find copybook 'MIGDB2LK' (at line=1167 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.941 WARN: Unable to find copybook 'MIGDB2WS' (at line=1171 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.942 WARN: Unable to find copybook 'HBP2000W' (at line=1197 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.942 WARN: Unable to find copybook 'HBP2CVTW' (at line=1198 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.943 WARN: Unable to find copybook 'HBP2DIMW' (at line=1199 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.943 WARN: Unable to find copybook 'ROUCDATE' (at line=1200 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.943 WARN: Unable to find copybook 'VARIW982' (at line=1201 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.944 WARN: Unable to find copybook 'VARIW993' (at line=1202 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.944 WARN: Unable to find copybook 'DB2RET' (at line=1203 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.946 WARN: Unable to find copybook 'GESRILWS' (at line=1279 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.946 WARN: Unable to find copybook 'PRTP907' (at line=1280 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.946 WARN: Unable to find copybook 'WMEF5AD' (at line=1311 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.950 WARN: Unable to find copybook 'PRBTIMB' (at line=1819 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.951 WARN: Unable to find copybook 'WVTXTCUM' (at line=2081 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.955 WARN: Unable to find copybook 'PRTP282' (at line=2861 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.956 WARN: Unable to find copybook 'PRTP795' (at line=2863 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.957 WARN: Unable to find copybook 'PR850' (at line=2865 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.957 WARN: Unable to find copybook 'PR851' (at line=2868 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.957 WARN: Unable to find copybook 'PRTPJAFF' (at line=2872 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.958 WARN: Unable to find copybook 'PR885' (at line=2873 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.959 WARN: Unable to find copybook 'PRTP790' (at line=2875 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.959 WARN: Unable to find copybook 'PR84X' (at line=2877 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.960 WARN: Unable to find copybook 'PR67210' (at line=2879 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.961 WARN: Unable to find copybook 'PR890' (at line=2881 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.961 WARN: Unable to find copybook 'PR892' (at line=2883 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.961 WARN: Unable to find copybook 'PRTP895' (at line=2886 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.962 WARN: Unable to find copybook 'PRLT709' (at line=2887 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.962 WARN: Unable to find copybook 'PRLT759' (at line=2889 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.963 WARN: Unable to find copybook 'MVSTA7' (at line=2891 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.964 WARN: Unable to find copybook 'ECCBL' (at line=2899 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.964 WARN: Unable to find copybook 'COPCWA' (at line=2921 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.965 WARN: Unable to find copybook 'CBADODR' (at line=2926 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.966 WARN: Unable to find copybook 'CBADOD1' (at line=2941 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.966 WARN: Unable to find copybook 'CBADOD2' (at line=2947 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.967 WARN: Unable to find copybook 'CBADOD3' (at line=2952 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.967 WARN: Unable to find copybook 'CBADOD4' (at line=2958 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.968 WARN: Unable to find copybook 'CBADOD5' (at line=2967 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.968 WARN: Unable to find copybook 'BASCARTE' (at line=2980 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.969 WARN: Unable to find copybook 'CBACLAR' (at line=2992 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.969 WARN: Unable to find copybook 'CBACLA1' (at line=3000 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.970 WARN: Unable to find copybook 'CBACLA2' (at line=3004 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.970 WARN: Unable to find copybook 'CBACLA4' (at line=3018 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.970 WARN: Unable to find copybook 'CBAANOR' (at line=3027 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.971 WARN: Unable to find copybook 'STGIVA' (at line=3046 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.971 WARN: Unable to find copybook 'COMSSRBA' (at line=3051 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.972 WARN: Unable to find copybook 'DPRMDEPP' (at line=3264 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.972 WARN: Unable to find copybook 'DATAAGEN' (at line=3269 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.972 WARN: Unable to find copybook 'DINFPOSP' (at line=3270 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.973 WARN: Unable to find copybook 'DCQQCLIE' (at line=3271 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.973 WARN: Unable to find copybook 'DLIBLBDC' (at line=3272 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.973 WARN: Unable to find copybook 'DPRADOCL' (at line=3274 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.986 WARN: Unable to find copybook 'DVFGPRAT' (at line=3275 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.986 WARN: Unable to find copybook 'DFIMAXI' (at line=3276 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.986 WARN: Unable to find copybook 'DGENSOCV' (at line=3277 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.987 WARN: Unable to find copybook 'DGENTECL' (at line=3278 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.987 WARN: Unable to find copybook 'DGENCECL' (at line=3279 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.987 WARN: Unable to find copybook 'DGENADDE' (at line=3280 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.987 WARN: Unable to find copybook 'DGENSOIN' (at line=3281 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.988 WARN: Unable to find copybook 'DGENSOAM' (at line=3282 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.988 WARN: Unable to find copybook 'DDODDORA' (at line=3283 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.988 WARN: Unable to find copybook 'VARIW992' (at line=3284 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.988 WARN: Unable to find copybook 'DCLDCLRA' (at line=3285 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.988 WARN: Unable to find copybook 'DDODDOCO' (at line=3286 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:37  10:09:36.989 WARN: Unable to find copybook 'DFINDMMX' (at line=3287 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.001 WARN: Unable to find copybook 'CALCODJ' (at line=6902 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.001 WARN: Unable to find copybook 'MEF5AD' (at line=6908 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.024 WARN: Unable to find copybook 'GESRILPD' (at line=13143 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.025 WARN: Unable to find copybook 'HBP2CVTP' (at line=13369 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.026 WARN: Unable to find copybook 'VARIP982' (at line=13743 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.026 WARN: Unable to find copybook 'VARIP992' (at line=13744 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:38  10:09:37.026 WARN: Unable to find copybook 'VARIP993' (at line=13745 in file='/SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl'.)
12:09:39  10:09:38.825 DEBUG: Highlighted symbols for /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl in 171 ms
12:09:39  10:09:39.604 INFO: 1/1 source file has been analyzed
12:09:40  10:09:39.681 INFO: Analysis time: 3346ms
12:09:40  10:09:39.682 DEBUG: Decorator cache miss for /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/DICTCLXX.cbl: cache is empty
12:09:40  10:09:39.682 INFO: 1 source file to be highlighted and measured
12:09:40  10:09:39.714 DEBUG: Not enough content in 'DICTCLXX.cbl' to have CPD blocks, it will not be part of the duplication detection
12:09:40  10:09:39.716 INFO: 1/1 source file has been highlighted and measured
12:09:40  10:09:39.716 INFO: Decoration time: 35ms
12:09:40  10:09:39.717 INFO: Cache: 0/1 hits, 0/1 decorator hits, 97862 bytes
12:09:40  10:09:39.717 INFO: Sensor CobolSquidSensor [cobol] (done) | time=3382ms
12:09:40  10:09:39.717 INFO: Sensor C# Project Type Information [csharp]
12:09:40  10:09:39.717 INFO: Sensor C# Project Type Information [csharp] (done) | time=0ms
12:09:40  10:09:39.717 INFO: Sensor C# Analysis Log [csharp]
12:09:40  10:09:39.729 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': Property missing: 'sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
12:09:40  10:09:39.729 INFO: Sensor C# Analysis Log [csharp] (done) | time=12ms
12:09:40  10:09:39.729 INFO: Sensor C# Properties [csharp]
12:09:40  10:09:39.729 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': Property missing: 'sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
12:09:40  10:09:39.729 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': No Roslyn issues reports have been found.
12:09:40  10:09:39.729 INFO: Sensor C# Properties [csharp] (done) | time=0ms
12:09:40  10:09:39.729 INFO: Sensor HTML [web]
12:09:40  10:09:39.730 INFO: Sensor HTML [web] (done) | time=1ms
12:09:40  10:09:39.730 INFO: Sensor TextAndSecretsSensor [text]
12:09:40  10:09:39.736 INFO: 1 source file to be analyzed
12:09:40  10:09:39.983 INFO: 1/1 source file has been analyzed
12:09:40  10:09:39.983 INFO: Sensor TextAndSecretsSensor [text] (done) | time=253ms
12:09:40  10:09:39.983 INFO: Sensor VB.NET Project Type Information [vbnet]
12:09:40  10:09:39.984 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
12:09:40  10:09:39.984 INFO: Sensor VB.NET Analysis Log [vbnet]
12:09:40  10:09:39.997 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
12:09:40  10:09:39.997 INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=13ms
12:09:40  10:09:39.997 INFO: Sensor VB.NET Properties [vbnet]
12:09:40  10:09:39.997 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': Property missing: 'sonar.vbnet.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.
12:09:40  10:09:39.997 DEBUG: Project 'it.findomestic.mainframe:zComponent_Sonar': No Roslyn issues reports have been found.
12:09:40  10:09:39.997 INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
12:09:40  10:09:39.997 INFO: Sensor JaCoCo XML Report Importer [jacoco]
12:09:40  10:09:39.998 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
12:09:40  10:09:39.998 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
12:09:40  10:09:39.998 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
12:09:40  10:09:39.998 INFO: Sensor CSS Rules [javascript]
12:09:40  10:09:39.999 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
12:09:40  10:09:39.999 INFO: Sensor CSS Rules [javascript] (done) | time=1ms
12:09:40  10:09:39.999 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
12:09:40  10:09:39.999 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
12:09:40  10:09:39.999 INFO: Sensor IaC Docker Sensor [iac]
12:09:40  10:09:40.003 INFO: 0 source files to be analyzed
12:09:40  10:09:40.044 INFO: 0/0 source files have been analyzed
12:09:40  10:09:40.044 INFO: Sensor IaC Docker Sensor [iac] (done) | time=45ms
12:09:40  10:09:40.044 INFO: Sensor Serverless configuration file sensor [security]
12:09:40  10:09:40.044 INFO: 0 Serverless function entries were found in the project
12:09:40  10:09:40.045 INFO: 0 Serverless function handlers were kept as entrypoints
12:09:40  10:09:40.045 INFO: Sensor Serverless configuration file sensor [security] (done) | time=1ms
12:09:40  10:09:40.045 INFO: Sensor AWS SAM template file sensor [security]
12:09:40  10:09:40.046 DEBUG: 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints.
12:09:40  10:09:40.046 INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
12:09:40  10:09:40.046 INFO: Sensor AWS SAM Inline template file sensor [security]
12:09:40  10:09:40.046 DEBUG: 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints.
12:09:40  10:09:40.046 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
12:09:40  10:09:40.046 INFO: Sensor javabugs [dbd]
12:09:40  10:09:40.046 INFO: Reading IR files from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ir/java
12:09:40  10:09:40.047 INFO: No IR files have been included for analysis.
12:09:40  10:09:40.047 INFO: Sensor javabugs [dbd] (done) | time=1ms
12:09:40  10:09:40.047 INFO: Sensor pythonbugs [dbd]
12:09:40  10:09:40.048 DEBUG: Could not load type definitions from /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ir/python/collected.typedefs: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ir/python/collected.typedefs (EDC5129I No such file or directory.)
12:09:40  10:09:40.048 INFO: Reading IR files from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ir/python
12:09:40  10:09:40.048 INFO: No IR files have been included for analysis.
12:09:40  10:09:40.048 INFO: Sensor pythonbugs [dbd] (done) | time=1ms
12:09:40  10:09:40.048 INFO: Sensor JavaSecuritySensor [security]
12:09:40  10:09:40.048 INFO: Reading type hierarchy from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ucfg2/java
12:09:40  10:09:40.048 INFO: Read 0 type definitions
12:09:40  10:09:40.049 INFO: No UCFGs have been included for analysis.
12:09:40  10:09:40.049 INFO: Sensor JavaSecuritySensor [security] (done) | time=1ms
12:09:40  10:09:40.049 INFO: Sensor CSharpSecuritySensor [security]
12:09:40  10:09:40.049 INFO: No taint analysis rules have been enabled, will not execute taint analysis.
12:09:40  10:09:40.050 INFO: Sensor CSharpSecuritySensor [security] (done) | time=1ms
12:09:40  10:09:40.050 INFO: Sensor PhpSecuritySensor [security]
12:09:40  10:09:40.050 INFO: Reading type hierarchy from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ucfg2/php
12:09:40  10:09:40.050 INFO: Read 0 type definitions
12:09:40  10:09:40.050 INFO: No UCFGs have been included for analysis.
12:09:40  10:09:40.050 INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
12:09:40  10:09:40.050 INFO: Sensor PythonSecuritySensor [security]
12:09:40  10:09:40.050 INFO: Reading type hierarchy from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ucfg2/python
12:09:40  10:09:40.050 INFO: Read 0 type definitions
12:09:40  10:09:40.050 INFO: No UCFGs have been included for analysis.
12:09:40  10:09:40.050 INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms
12:09:40  10:09:40.050 INFO: Sensor JsSecuritySensor [security]
12:09:40  10:09:40.050 INFO: Reading type hierarchy from: /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/ucfg2/js
12:09:40  10:09:40.050 INFO: Read 0 type definitions
12:09:40  10:09:40.050 INFO: No UCFGs have been included for analysis.
12:09:40  10:09:40.050 INFO: Sensor JsSecuritySensor [security] (done) | time=0ms
12:09:40  10:09:40.052 INFO: ------------- Run sensors on project
12:09:40  10:09:40.090 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
12:09:40  10:09:40.090 DEBUG: 'C#' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: 'C# File Caching Sensor' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: 'VB.NET' skipped because there is no related file in current project
12:09:40  10:09:40.091 DEBUG: 'VB.NET File Caching Sensor' skipped because there is no related file in current project
12:09:40  10:09:40.092 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project
12:09:40  10:09:40.092 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project
12:09:40  10:09:40.092 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project
12:09:40  10:09:40.092 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project
12:09:40  10:09:40.092 DEBUG: Sensors : Analysis Warnings import -> Zero Coverage Sensor
12:09:40  10:09:40.092 INFO: Sensor Analysis Warnings import [csharp]
12:09:40  10:09:40.093 INFO: Sensor Analysis Warnings import [csharp] (done) | time=1ms
12:09:40  10:09:40.093 INFO: Sensor Zero Coverage Sensor
12:09:40  10:09:40.139 INFO: Sensor Zero Coverage Sensor (done) | time=46ms
12:09:40  10:09:40.139 INFO: SCM Publisher is disabled
12:09:40  10:09:40.140 INFO: CPD Executor 1 file had no CPD blocks
12:09:40  10:09:40.140 INFO: CPD Executor Calculating CPD for 0 files
12:09:40  10:09:40.141 INFO: CPD Executor CPD calculation finished (done) | time=0ms
12:09:40  10:09:40.230 INFO: Analysis report generated in 86ms, dir size=1.4 MB
12:09:40  10:09:40.270 INFO: Analysis report compressed in 40ms, zip size=399.9 kB
12:09:40  10:09:40.270 INFO: Analysis report generated in /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/scanner-report
12:09:40  10:09:40.270 DEBUG: Upload report
12:09:41  10:09:40.497 DEBUG: POST 200 https://sonar.servizi.findomestic.local/sonar_context/api/ce/submit?projectKey=it.findomestic.mainframe%3AzComponent_Sonar&projectName=zComponent_Sonar&characteristic=branch%3Dmaster&characteristic=branchType%3DBRANCH | time=226ms
12:09:41  10:09:40.499 INFO: Analysis report uploaded in 229ms
12:09:41  10:09:40.501 DEBUG: Report metadata written to /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/report-task.txt
12:09:41  10:09:40.501 INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonar.servizi.findomestic.local/sonar_context/dashboard?id=it.findomestic.mainframe%3AzComponent_Sonar&branch=master
12:09:41  10:09:40.501 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
12:09:41  10:09:40.501 INFO: More about the report processing at https://sonar.servizi.findomestic.local/sonar_context/api/ce/task?id=AY8KbrxATdRCIutm-Prj
12:09:41  10:09:40.504 DEBUG: Post-jobs : 
12:09:41  10:09:40.511 INFO: Analysis total time: 15.071 s
12:09:41  10:09:40.513 INFO: ------------------------------------------------------------------------
12:09:41  10:09:40.513 INFO: EXECUTION SUCCESS
12:09:41  10:09:40.513 INFO: ------------------------------------------------------------------------
12:09:41  10:09:40.514 INFO: Total time: 16.869s
12:09:41  10:09:40.783 INFO: Final Memory: 49M/183M
12:09:41  10:09:40.783 INFO: ------------------------------------------------------------------------
12:09:42  [Pipeline] }
12:09:42  [Pipeline] // withSonarQubeEnv
12:09:42  [Pipeline] }
12:09:42  [Pipeline] // script
12:09:42  [Pipeline] script
12:09:42  [Pipeline] {
12:09:42  [Pipeline] sh
12:09:42  + /usr/lpp/rocket/bin/curl --fail -k --silent --user 591b662317c4083dd04f7dc440a18b8bfae09948: -X POST http://sonar.servizi.findomestic.local/sonar_context/api/project_tags/set -d project=it.findomestic.mainframe:zComponent_Sonar -d tags=Mainframe,COBOL
12:09:42  [Pipeline] }
12:09:43  [Pipeline] // script
12:09:43  [Pipeline] script
12:09:43  [Pipeline] {
12:09:43  [Pipeline] sh
12:09:43  + /usr/lpp/rocket/bin/curl --fail -k --silent --user 591b662317c4083dd04f7dc440a18b8bfae09948: -X POST http://sonar.servizi.findomestic.local/sonar_context/api/qualitygates/select -d projectKey=it.findomestic.mainframe:zComponent_Sonar -d gateId=10001
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // script
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // dir
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // withEnv
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // stage
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // withEnv
12:09:43  [Pipeline] }
12:09:43  [Pipeline] // node
12:09:43  [Pipeline] End of Pipeline
12:09:43  ERROR: script returned exit code 22
12:09:43  Finished: FAILURE

Thanks. To debug further, I think you’ll need to pass sonar.scanner.keepReport=true to the scanner, and extract the file that gets referenced in these part of the logs

12:09:40  10:09:40.230 INFO: Analysis report generated in 86ms, dir size=1.4 MB
12:09:40  10:09:40.270 INFO: Analysis report compressed in 40ms, zip size=399.9 kB
12:09:40  10:09:40.270 INFO: Analysis report generated in /SYSTEM/var/git/source/zComponent_Sonar/zOSsrc/PROG.SOURCE/.scannerwork/scanner-report

I would also suggest your SonarQube admin check if this filepath still exists in your SonarQube installation

/opt/sonarqube-9.9.3.79811/temp/ce/150551207912410933/

And attach that as well.

Hello Colin,

the path exist:

image

but we have the error:

“Metadata file is missing in analysis report: /opt/sonarqube-9.9.3.79811/temp/ce/5768901284396318699/18127001882621186397/metadata.pb”

I run the scan with the option sonar.scanner.keepReport=true.
In the path I have the following files:

Most of them are unreadable.

Giulia

Hey @Giulia_Matteini

Sorry for the very late response. I don’t quite know where to go from here, but I did just confirm that your organization has access to Sonar Commercial Support (and you, personally, have filed tickets in the past!). If you’re still facing this issue, please raise an issue via the ServiceDesk.