##配置信息
##日志
日志:
2022-12-27T06:55:23.078Z ====================== Scanning Start ======================
2022-12-27T06:55:23.078Z Installing Dependency Packages.
2022-12-27T06:55:23.078Z Install ended. Duration: 0.00 seconds.
2022-12-27T06:55:23.078Z Cloning Repository.
2022-12-27T06:55:23.088Z git init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/eaglenos-cloud/.git/
2022-12-27T06:55:23.096Z git fetch origin +refs/heads/dev --depth=1
From http://gitlab.eaglenos.com/eg-system-software/eaglenos-cloud
* branch dev -> FETCH_HEAD
* [new branch] dev -> origin/dev
2022-12-27T06:55:33.222Z git checkout -qf FETCH_HEAD
2022-12-27T06:55:37.500Z git --no-pager log --oneline -1
9344c67 1.重置链接码使用状态
2022-12-27T06:55:37.501Z Clone ended. Duration: 14.42 seconds.
2022-12-27T06:55:37.507Z Executing SonarQube Scanning process.
2022-12-27T06:55:37.507Z Writing sonar-project.properties for repo: eaglenos-cloud
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /workspace/eaglenos-cloud/sonar-project.properties
INFO: SonarScanner 4.6.2.2472
INFO: Java 11.0.12 Alpine (64-bit)
INFO: Linux 6.0.8-1.el7.elrepo.x86_64 amd64
INFO: User cache: /opt/sonar-scanner/.sonar/cache
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /workspace/eaglenos-cloud/sonar-project.properties
INFO: Analyzing on SonarQube server 8.9.6
INFO: Default locale: "en_US", source code encoding: "UTF-8"
INFO: Load global settings
INFO: Load global settings (done) | time=76ms
INFO: Server id: 0EDD15EA-AYSkXug4p-GRMU8qjz9M
INFO: User cache: /opt/sonar-scanner/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=49ms
INFO: Plugin [l10nzh] defines 'l10nen' as base plugin. This metadata can be removed from manifest of l10n plugins since version 5.2.
INFO: Load/download plugins (done) | time=1582ms
INFO: Process project properties
INFO: Process project properties (done) | time=0ms
INFO: Execute project builders
INFO: Execute project builders (done) | time=2ms
INFO: Project key: eaglenos
INFO: Base dir: /workspace/eaglenos-cloud
INFO: Working dir: /workspace/eaglenos-cloud/.scannerwork
INFO: Load project settings for component key: 'eaglenos'
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=74ms
INFO: Load active rules
INFO: Load active rules (done) | time=718ms
INFO: Indexing files...
INFO: Project configuration:
INFO: Load project repositories
INFO: Load project repositories (done) | time=6ms
INFO: 1940 files indexed
INFO: 1 file ignored because of scm ignore settings
INFO: Quality profile for java: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for web: Sonar way
INFO: Quality profile for xml: Sonar way
INFO: ------------- Run sensors on module eaglenos
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=21ms
INFO: Sensor JavaSquidSensor [java]
INFO: Configured Java source version (sonar.java.source): 8
INFO: JavaClasspath initialization
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 5.864s
INFO: Final Memory: 13M/54M
INFO: ------------------------------------------------------------------------
2022-12-27T06:55:43.560Z Failed to run: failed to execute sonar scanning process, the error is: exit status 1.
2022-12-27T06:55:43.560Z Job Status: fail
2022-12-27T06:55:43.561Z ====================== Scanning End. Duration: 20.48 seconds ======================