Загрузка данных


Running with gitlab-runner 15.8.0 (12335144)
  on gitlab-runner-gitlab-runner-5c5d8dfd84-mrhn4 3Sduy7zd, system ID: r_pxlbVZdKVDlV
Preparing the "kubernetes" executor
00:00
Using Kubernetes namespace: gitlab-runners
Using Kubernetes executor with image registry.rshbdev.ru/appfarm/infra/images/sonar-scanner-cli:7.2.0.5079-rshb.1.9.1 ...
Using attach strategy to execute scripts...
Preparing environment
00:07
Waiting for pod gitlab-runners/runner-3sduy7zd-project-84315-concurrent-0tdkkv to be running, status is Pending
Waiting for pod gitlab-runners/runner-3sduy7zd-project-84315-concurrent-0tdkkv to be running, status is Pending
	ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-runners/runner-3sduy7zd-project-84315-concurrent-0tdkkv to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-3sduy7zd-project-84315-concurrent-0tdkkv via gitlab-runner-gitlab-runner-5c5d8dfd84-mrhn4...
Getting source from Git repository
00:01
$ git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/".insteadOf "https://${CI_SERVER_HOST}" # collapsed multi-line command
Fetching changes...
Initialized empty Git repository in /builds/rshbintech/it-invest/ckips/ips/platform/ips-dictionaries/ips-external-dictionaries/.git/
Created fresh repository.
Checking out 1fa6f5a7 as master...
Skipping Git submodules setup
Downloading artifacts
00:01
Downloading artifacts for build (22712348)...
Downloading artifacts from coordinator... ok        id=22712348 responseStatus=200 OK token=64_pUY-m
Executing "step_script" stage of the job script
01:44
$ mkdir -p src
$ [ -d root/.m2/repository/org/projectlombok/lombok ] && export SONAR_EXTRA="${SONAR_EXTRA} -Dsonar.java.libraries=root/.m2/repository/org/projectlombok/lombok/*/lombok-*.jar"
$ java_binaries=() # collapsed multi-line command
$ export PROJECT_KEY_PREFIX=${DEPART:-$CI_PROJECT_NAME}
$ export SONAR_PROJECT_KEY=${PROJECT_KEY_PREFIX//"/"/"-"}-${CI_PROJECT_ID}
$ export SONAR_PROJECT_NAME="$(echo -n ${CI_PROJECT_TITLE} \(${CI_PROJECT_NAME}-${CI_PROJECT_ID}\) | perl -Wpe 's/ +/_/g')"
$ export SONAR_SCANNER_OPTS="-XX:MaxRAMPercentage=80.0 -XX:MinRAMPercentage=80.0 -XX:+UseTransparentHugePages ${SONAR_SCANNER_OPTS}"
$ # Подмена значения SONARQUBE_URL нужным шардом, на основании информации из API SONARQUBE_PROXY_URL # collapsed multi-line command
$ # Если событие МР то проверяется diff для мержаемой ветки в ветку назначения # collapsed multi-line command
$ sonar-scanner -Dsonar.host.url=${SONARQUBE_URL} -Dsonar.projectKey="${SONAR_PROJECT_KEY}" -Dsonar.projectName="${SONAR_PROJECT_NAME}" -Dsonar.projectBaseDir=. -Dsonar.qualitygate.wait=true -Dsonar.links.scm=${CI_PROJECT_URL} -Dsonar.links.ci=${CI_PROJECT_URL} -Dsonar.links.homepage=${CI_PROJECT_URL}/pipelines -Dsonar.sources=${SONAR_SOURCES:-.} -Dsonar.login=${SONAR_TOKEN} -Dsonar.gitlab.api_version=v4 -Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.url=${CI_SERVER_URL} -Dsonar.gitlab.user_token=${CODEREVIEWER_TOKEN} $SONAR_PR_PARAMS $NEW_CODE_REFERENCE_BRANCH -Dsonar.scm.provider=git -Dsonar.gitlab.failure_notification_mode=${SONAR_NOTIFICATION:-exit-code} -Dsonar.exclusions=${SONAR_EXCLUSIONS} -Dsonar.cpd.exclusions=${SONAR_CPD_EXCLUSIONS} -Dsonar.ws.timeout=${SONAR_ANALYSIS_TIMEOUT:-800} -Dsonar.qualitygate.timeout=${SONAR_QUALITYGATE_TIMEOUT:-800} -Dsonar.verbose=${SONAR_VERBOSE:-false} $(eval printf '%s\ ' "${SONAR_EXTRA}")
11:14:32.036 INFO  Scanner configuration file: /sonar-scanner/conf/sonar-scanner.properties
11:14:32.040 INFO  Project root configuration file: NONE
11:14:32.053 INFO  SonarScanner CLI 7.2.0.5079
11:14:32.055 INFO  Linux 6.1.90-un-def-alt1 amd64
11:14:32.092 WARN  Both 'sonar.login' and 'sonar.token' (or the 'SONAR_TOKEN' env variable) are set, but only the latter will be used.
11:14:32.093 WARN  Property sonar.ws.timeout is deprecated and will be removed in a future version. Please use sonar.scanner.socketTimeout instead.
11:14:32.781 INFO  Communicating with SonarQube Server 9.9.8.100196
11:14:33.544 INFO  Load global settings
11:14:33.663 INFO  Load global settings (done) | time=120ms
11:14:33.666 INFO  Server id: FDA8ED4B-AXVToOGgtD7ssFx6KKri
11:14:33.670 INFO  User cache: /root/.sonar/cache
11:14:33.672 INFO  Load/download plugins
11:14:33.672 INFO  Load plugins index
11:14:33.713 INFO  Load plugins index (done) | time=40ms
11:14:37.357 INFO  Load/download plugins (done) | time=3685ms
11:14:38.107 INFO  Process project properties
11:14:38.113 INFO  Process project properties (done) | time=6ms
11:14:38.116 INFO  Execute project builders
11:14:38.117 INFO  Execute project builders (done) | time=1ms
11:14:38.119 INFO  Project key: rshbintech-it-invest-ckips-84315
11:14:38.119 INFO  Base dir: /builds/rshbintech/it-invest/ckips/ips/platform/ips-dictionaries/ips-external-dictionaries
11:14:38.119 INFO  Working dir: /builds/rshbintech/it-invest/ckips/ips/platform/ips-dictionaries/ips-external-dictionaries/.scannerwork
11:14:38.126 INFO  Load project settings for component key: 'rshbintech-it-invest-ckips-84315'
11:14:38.166 INFO  Load project settings for component key: 'rshbintech-it-invest-ckips-84315' (done) | time=40ms
11:14:38.216 INFO  Load project branches
11:14:38.276 INFO  Load project branches (done) | time=60ms
11:14:38.277 INFO  Load branch configuration
11:14:38.278 INFO  Auto detected BRANCH configuration with source master using com.github.mc1arke.sonarqube.plugin.scanner.autoconfiguration.GitlabCiAutoConfigurer
11:14:38.279 INFO  Load branch configuration (done) | time=2ms
11:14:38.308 INFO  Auto-configuring with CI 'Gitlab CI'
11:14:38.311 INFO  Load quality profiles
11:14:38.414 INFO  Load quality profiles (done) | time=104ms
11:14:38.419 INFO  Load active rules
11:14:40.217 INFO  Load active rules (done) | time=1798ms
11:14:40.221 INFO  Load analysis cache
11:14:40.248 INFO  Load analysis cache (1.4 kB) | time=27ms
11:14:40.275 INFO  Branch name: master
11:14:40.286 INFO  Load project repositories
11:14:40.331 INFO  Load project repositories (done) | time=45ms
11:14:40.362 INFO  Indexing files...
11:14:40.362 INFO  Project configuration:
11:14:40.363 INFO    Excluded sources: app/target/site/jacoco/**/*, src/test/**/*, app/target/generated-sources/**/*.java, app/target/generated-test-sources/**/*.java, app/target/classes/generated/**/*.java, app/**/target/site/jacoco/**/*, **/src/test/**/*, app/**/target/generated-sources/**/*.java, app/**/target/generated-test-sources/**/*.java, app/**/target/classes/generated/**/*.java, app/**/target/classes/templates/**/*.js, src/main/resources/templates/**/*.js, deploy/envs/**/*, **/*.xsd, **/src/main/java/ru/tsc/crm/colljuragreementsservice/service/**/*
11:14:40.363 INFO    Excluded sources for duplication: app/target/generated-sources/**/*.java, app/target/generated-test-sources/**/*.java, app/target/classes/generated/**/*.java, app/**/target/generated-sources/**/*.java, app/**/target/generated-test-sources/**/*.java, app/**/target/classes/generated/**/*.java, app/**/target/classes/templates/**/*.js, src/main/resources/templates/**/*.js, **/model/**/*.java
11:14:40.573 INFO  84 files indexed
11:14:40.574 INFO  97 files ignored because of inclusion/exclusion patterns
11:14:40.574 INFO  117 files ignored because of scm ignore settings
11:14:40.575 INFO  Quality profile for java: Sonar way Intech
11:14:40.575 INFO  Quality profile for json: Sonar way
11:14:40.575 INFO  Quality profile for plsqlopen: Sonar way custom DISABLE PL/SQL
11:14:40.575 INFO  Quality profile for xml: Sonar way
11:14:40.575 INFO  Quality profile for yaml: Intech
11:14:40.576 INFO  ------------- Run sensors on module IPS_External_Dictionaries_-_Внешние_Справочники_(ips-external-dictionaries-84315)
11:14:40.677 INFO  Load metrics repository
11:14:40.699 INFO  Load metrics repository (done) | time=22ms
11:14:41.630 INFO  Sensor JavaSensor [java]
11:14:41.633 INFO  Configured Java source version (sonar.java.source): none
11:14:41.636 INFO  JavaClasspath initialization
11:14:41.638 INFO  JavaClasspath initialization (done) | time=2ms
11:14:41.638 INFO  JavaTestClasspath initialization
11:14:41.638 INFO  JavaTestClasspath initialization (done) | time=0ms
11:14:41.643 INFO  Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
11:14:41.645 INFO  Using ECJ batch to parse 47 Main java source files with batch size 171 KB.
11:14:41.775 INFO  Starting batch processing.
11:14:42.149 INFO  The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
11:14:43.214 INFO  100% analyzed
11:14:43.215 INFO  Batch processing: Done.
11:14:43.215 INFO  Did not optimize analysis for any files, performed a full analysis for all 47 files.
11:14:43.216 WARN  Dependencies/libraries were not provided for analysis of SOURCE files. The 'sonar.java.libraries' property is empty. Verify your configuration, as you might end up with less precise results.
11:14:43.217 WARN  Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
11:14:43.217 WARN  Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
11:14:43.218 INFO  No "Test" source files to scan.
11:14:43.218 INFO  No "Generated" source files to scan.
11:14:43.218 INFO  Sensor JavaSensor [java] (done) | time=1589ms
11:14:43.218 INFO  Sensor Z PL/SQL Analyzer [plsqlopen]
11:14:43.260 INFO  11 source files to be analyzed
11:14:43.261 INFO  Concurrent mode enabled
11:14:43.455 INFO  Sensor Z PL/SQL Analyzer [plsqlopen] (done) | time=236ms
11:14:43.455 INFO  11/11 source files have been analyzed
11:14:43.455 INFO  Sensor IaC CloudFormation Sensor [iac]
11:14:43.477 INFO  0 source files to be analyzed
11:14:43.490 INFO  0/0 source files have been analyzed
11:14:43.490 INFO  Sensor IaC CloudFormation Sensor [iac] (done) | time=35ms
11:14:43.490 INFO  Sensor IaC Kubernetes Sensor [iac]
11:14:43.500 INFO  0 source files to be analyzed
11:14:43.511 INFO  0/0 source files have been analyzed
11:14:43.511 INFO  Sensor IaC Kubernetes Sensor [iac] (done) | time=21ms
11:14:43.511 INFO  Sensor C# Project Type Information [csharp]
11:14:43.513 INFO  Sensor C# Project Type Information [csharp] (done) | time=1ms
11:14:43.513 INFO  Sensor C# Analysis Log [csharp]
11:14:43.521 INFO  Sensor C# Analysis Log [csharp] (done) | time=8ms
11:14:43.522 INFO  Sensor C# Properties [csharp]
11:14:43.522 INFO  Sensor C# Properties [csharp] (done) | time=0ms
11:14:43.522 INFO  Sensor SurefireSensor [java]
11:14:43.522 INFO  parsing [/builds/rshbintech/it-invest/ckips/ips/platform/ips-dictionaries/ips-external-dictionaries/target/surefire-reports]
11:14:43.522 INFO  Sensor SurefireSensor [java] (done) | time=0ms
11:14:43.522 INFO  Sensor HTML [web]
11:14:43.524 INFO  Sensor HTML [web] (done) | time=2ms
11:14:43.524 INFO  Sensor XML Sensor [xml]
11:14:43.528 INFO  1 source file to be analyzed
11:14:43.676 INFO  1/1 source file has been analyzed
11:14:43.676 INFO  Sensor XML Sensor [xml] (done) | time=152ms
11:14:43.676 INFO  Sensor TextAndSecretsSensor [text]
11:14:43.684 INFO  79 source files to be analyzed
11:14:43.740 INFO  79/79 source files have been analyzed
11:14:43.741 INFO  Sensor TextAndSecretsSensor [text] (done) | time=65ms
11:14:43.741 INFO  Sensor VB.NET Project Type Information [vbnet]
11:14:43.741 INFO  Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
11:14:43.741 INFO  Sensor VB.NET Analysis Log [vbnet]
11:14:43.751 INFO  Sensor VB.NET Analysis Log [vbnet] (done) | time=10ms
11:14:43.751 INFO  Sensor VB.NET Properties [vbnet]
11:14:43.751 INFO  Sensor VB.NET Properties [vbnet] (done) | time=0ms
11:14:43.751 INFO  Sensor com.github.mc1arke.sonarqube.plugin.scanner.ScannerPullRequestPropertySensor
11:14:43.753 INFO  Sensor com.github.mc1arke.sonarqube.plugin.scanner.ScannerPullRequestPropertySensor (done) | time=2ms
11:14:43.753 INFO  Sensor YAML Sensor [yaml]
11:14:44.016 INFO  Sensor YAML Sensor [yaml] (done) | time=263ms
11:14:44.016 INFO  Sensor JaCoCo XML Report Importer [jacoco]
11:14:44.017 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
11:14:44.018 INFO  No report imported, no coverage information will be imported by JaCoCo XML Report Importer
11:14:44.018 INFO  Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
11:14:44.018 INFO  Sensor JavaScript inside YAML analysis [javascript]
11:14:44.020 INFO  No input files found for analysis
11:14:44.021 INFO  Hit the cache for 0 out of 0
11:14:44.021 INFO  Miss the cache for 0 out of 0
11:14:44.021 INFO  Sensor JavaScript inside YAML analysis [javascript] (done) | time=3ms
11:14:44.021 INFO  Sensor FindBugs Sensor [findbugs]
11:14:44.022 INFO  Findbugs plugin version: 4.2.6
11:14:44.022 INFO  Sensor FindBugs Sensor [findbugs] (done) | time=1ms
11:14:44.022 INFO  Sensor IaC Docker Sensor [iac]
11:14:44.023 INFO  0 source files to be analyzed
11:14:44.053 INFO  0/0 source files have been analyzed
11:14:44.054 INFO  Sensor IaC Docker Sensor [iac] (done) | time=32ms
11:14:44.056 INFO  ------------- Run sensors on project
11:14:44.093 INFO  Sensor Compute branches [commentpolicy]
11:14:44.093 INFO  Config sonar.appfarm.source not found. Used default value: master
11:14:44.093 INFO  Config sonar.appfarm.is_pr not found. Used default value: false
11:14:44.093 INFO  Config sonar.appfarm.target not found. Used default value: master
11:14:44.093 INFO  [Configuration] sonar.appfarm.source: master
11:14:44.094 INFO  [Configuration] sonar.appfarm.target: master
11:14:44.094 INFO  [Configuration] sonar.appfarm.is_pr: false
11:14:44.095 INFO  Sensor Compute branches [commentpolicy] (done) | time=2ms
11:14:44.095 INFO  Sensor Analysis Warnings import [csharp]
11:14:44.096 INFO  Sensor Analysis Warnings import [csharp] (done) | time=1ms
11:14:44.096 INFO  Sensor Zero Coverage Sensor
11:14:44.103 INFO  Sensor Zero Coverage Sensor (done) | time=7ms
11:14:44.103 INFO  Sensor Java CPD Block Indexer
11:14:44.137 INFO  Sensor Java CPD Block Indexer (done) | time=34ms
11:14:44.148 INFO  CPD Executor 35 files had no CPD blocks
11:14:44.149 INFO  CPD Executor Calculating CPD for 23 files
11:14:44.158 INFO  CPD Executor CPD calculation finished (done) | time=9ms
11:14:44.198 INFO  Load New Code definition
11:14:44.234 INFO  Load New Code definition (done) | time=36ms
11:14:44.240 INFO  Analysis report generated in 77ms, dir size=459.6 kB
11:14:44.333 INFO  Analysis report compressed in 92ms, zip size=187.9 kB
11:14:44.401 INFO  Analysis report uploaded in 68ms
11:14:44.403 INFO  ------------- Check Quality Gate status
11:14:44.403 INFO  Waiting for the analysis report to be processed (max 800s)
11:16:15.214 INFO  EXECUTION FAILURE
11:16:15.215 INFO  Total time: 1:43.183s
11:16:15.215 ERROR Error during SonarScanner CLI execution
11:16:15.215 ERROR QUALITY GATE STATUS: FAILED - View details on https://sonarqube.rshbdev.ru/dashboard?id=rshbintech-it-invest-ckips-84315&branch=master
11:16:15.215 ERROR 
11:16:15.215 ERROR Re-run SonarScanner CLI using the -X switch to enable full debug logging.
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 1