Run pip install pysonar-scanner
pip install pysonar-scanner
pysonar-scanner \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=*** \
-Dsonar.organization=ORG \
-Dsonar.projectKey=ORG_REPO \
-Dsonar.projectName=REPO \
-Dsonar.python.coverage.reportPaths=coverage.xml \
-Dsonar.sources=src \
-Dsonar.verbose=true
shell: /usr/bin/bash -e {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.12.8/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.8/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.8/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.8/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.8/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.8/x64/lib
Collecting pysonar-scanner
Downloading pysonar_scanner-0.2.0.520-py3-none-any.whl.metadata (6.0 kB)
Collecting toml>=0.10.2 (from pysonar-scanner)
Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Downloading pysonar_scanner-0.2.0.520-py3-none-any.whl (15 kB)
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Installing collected packages: toml, pysonar-scanner
Successfully installed pysonar-scanner-0.2.0.520 toml-0.10.2
Sonar Scanner for Python
21:32:18.902 INFO Scanner configuration file: /home/runner/work/REPO/REPO/.scanner/sonar-scanner-6.1.0.4477-linux-x64/conf/sonar-scanner.properties
21:32:18.905 INFO Project root configuration file: NONE
21:32:18.923 INFO SonarScanner CLI 6.1.0.4477
21:32:18.926 INFO Java 17.0.11 Eclipse Adoptium (64-bit)
21:32:18.926 INFO Linux 6.8.0-1017-azure amd64
21:32:18.936 DEBUG Scanner max available memory: 1 GB
21:32:18.958 DEBUG uname -m returned 'x86_64'
21:32:18.959 DEBUG Create: /home/runner/.sonar/cache
21:32:18.960 INFO User cache: /home/runner/.sonar/cache
21:32:18.960 DEBUG Create: /home/runner/.sonar/cache/_tmp
21:32:19.467 DEBUG Loaded [440] system trusted certificates
21:32:19.654 INFO JRE provisioning: os[linux], arch[x86_64]
21:32:19.685 DEBUG --> GET https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64
21:32:20.665 DEBUG <-- 200 https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64 (979ms, 471-byte body)
21:32:20.694 DEBUG Download https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz to /home/runner/.sonar/cache/_tmp/fileCache844804314955145908.tmp
21:32:20.695 DEBUG --> GET https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz
21:32:20.917 DEBUG <-- 200 https://scanner.sonarcloud.io/jres/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz (222ms, 46382823-byte body)
21:32:22.683 DEBUG Executing: /home/runner/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_unzip/jdk-17.0.11+9-jre/bin/java --version
21:32:22.711 DEBUG openjdk 17.0.11 2024-04-16
21:32:22.711 DEBUG OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
21:32:22.711 DEBUG OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
21:32:22.716 DEBUG --> GET https://api.sonarcloud.io/analysis/engine
21:32:22.974 DEBUG <-- 200 https://api.sonarcloud.io/analysis/engine (257ms, 290-byte body)
21:32:22.976 DEBUG Download https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.4.0.253.jar to /home/runner/.sonar/cache/_tmp/fileCache3423108030492605366.tmp
21:32:22.976 DEBUG --> GET https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.4.0.253.jar
21:32:22.986 DEBUG <-- 200 https://scanner.sonarcloud.io/engines/sonarcloud-scanner-engine-11.4.0.253.jar (10ms, 29336070-byte body)
21:32:23.474 INFO Communicating with SonarCloud
21:32:23.474 DEBUG Work directory: /home/runner/work/REPO/REPO/.scannerwork
21:32:23.485 DEBUG Executing: /home/runner/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/OpenJDK17U-jre_x64_linux_hotspot_17.0.11_9.tar.gz_unzip/jdk-17.0.11+9-jre/bin/java -jar /home/runner/.sonar/cache/2de38283232ce9e3dbbed61c584d829794e2fea5283e9372e837cfd193338123/sonarcloud-scanner-engine-11.4.0.253.jar
21:32:23.813 INFO Starting SonarScanner Engine...
21:32:23.814 INFO Java 17.0.11 Eclipse Adoptium (64-bit)
21:32:23.860 DEBUG JVM max available memory: 1 GB
21:32:24.086 DEBUG Sonar User Home: /home/runner/.sonar
21:32:24.086 DEBUG Initialize DefaultScannerWsClient
21:32:24.205 DEBUG Loading OS trusted SSL certificates...
21:32:24.206 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
21:32:24.564 DEBUG Loaded [440] system trusted certificates
21:32:24.740 INFO Load global settings
21:32:24.748 DEBUG --> GET https://sonarcloud.io/api/settings/values.protobuf
21:32:25.187 DEBUG <-- 200 https://sonarcloud.io/api/settings/values.protobuf (438ms, unknown-length body)
21:32:25.197 INFO Load global settings (done) | time=460ms
21:32:25.202 INFO Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
21:32:25.205 DEBUG Initialize DownloadPluginsScannerWsClient
21:32:25.211 DEBUG Loading OS trusted SSL certificates...
21:32:25.212 DEBUG This operation might be slow or even get stuck. You can skip it by passing the scanner property 'sonar.scanner.skipSystemTruststore=true'
21:32:25.384 DEBUG Loaded [440] system trusted certificates
21:32:25.389 DEBUG Create : /home/runner/.sonar/_tmp
21:32:25.391 DEBUG User cache: /home/runner/.sonar/cache
21:32:25.400 INFO Loading required plugins
21:32:25.400 INFO Load plugins index
21:32:25.403 DEBUG --> GET https://sonarcloud.io/api/plugins/installed
21:32:25.507 DEBUG <-- 200 https://sonarcloud.io/api/plugins/installed (107ms, unknown-length body)
21:32:25.517 INFO Load plugins index (done) | time=117ms
21:32:25.518 INFO Load/download plugins
21:32:25.521 DEBUG Download plugin 'iac' to '/home/runner/.sonar/_tmp/fileCache8349911462219221845.tmp'
21:32:25.521 DEBUG --> GET https://scanner.sonarcloud.io/plugins/iac/versions/2bfeaa85746ef7832e88980a08f77f6d.jar
21:32:25.580 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/iac/versions/2bfeaa85746ef7832e88980a08f77f6d.jar (60ms, 17678202-byte body)
21:32:26.225 DEBUG Download plugin 'iacenterprise' to '/home/runner/.sonar/_tmp/fileCache12525995037015305368.tmp'
21:32:26.227 DEBUG --> GET https://scanner.sonarcloud.io/plugins/iacenterprise/versions/f1c2e951a8f50c13769620242f9523dc.jar
21:32:26.240 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/iacenterprise/versions/f1c2e951a8f50c13769620242f9523dc.jar (14ms, 1351868-byte body)
21:32:26.297 DEBUG Download plugin 'jacoco' to '/home/runner/.sonar/_tmp/fileCache10717952630384527362.tmp'
21:32:26.300 DEBUG --> GET https://scanner.sonarcloud.io/plugins/jacoco/versions/04bba36a445c3713a632aa358be2f99c.jar
21:32:26.308 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/jacoco/versions/04bba36a445c3713a632aa358be2f99c.jar (10ms, 23258-byte body)
21:32:26.319 DEBUG Download plugin 'license' to '/home/runner/.sonar/_tmp/fileCache4759813097777516907.tmp'
21:32:26.321 DEBUG --> GET https://scanner.sonarcloud.io/plugins/license/versions/6add4c8e9e96ef374e3d82fb5babe22e.jar
21:32:26.332 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/license/versions/6add4c8e9e96ef374e3d82fb5babe22e.jar (9ms, 17404-byte body)
21:32:26.334 DEBUG Download plugin 'textenterprise' to '/home/runner/.sonar/_tmp/fileCache324753941119548050.tmp'
21:32:26.335 DEBUG --> GET https://scanner.sonarcloud.io/plugins/textenterprise/versions/04d7822a30be447a681bdea5308748e1.jar
21:32:26.349 DEBUG <-- 200 https://scanner.sonarcloud.io/plugins/textenterprise/versions/04d7822a30be447a681bdea5308748e1.jar (13ms, 6273962-byte body)
21:32:26.583 INFO Load/download plugins (done) | time=1066ms
21:32:26.585 DEBUG Plugins not loaded because they are optional: [abap, sonarapex, architecture, architecturejavafrontend, csharpenterprise, cpp, cobol, dbd, dbdjavafrontend, dbdpythonfrontend, flex, go, web, jcl, javasymbolicexecution, java, javascript, kotlin, php, pli, plsql, python, rpg, ruby, sonarscala, swift, tsql, vbnetenterprise, vb, security, securitycsharpfrontend, securityjsfrontend, securityjavafrontend, securityphpfrontend, securitypythonfrontend, xml, dart]
21:32:26.655 DEBUG Plugins loaded:
21:32:26.656 DEBUG * Text Code Quality and Security 2.19.0.4883 (textenterprise)
21:32:26.656 DEBUG * JaCoCo 1.3.0.1538 (jacoco)
21:32:26.657 DEBUG * License for SonarLint 8.0.0.58530 (license)
21:32:26.657 DEBUG * IaC Code Quality and Security 1.39.0.13718 (iacenterprise)
21:32:26.657 DEBUG * IaC Code Quality and Security 1.39.0.13718 (iac)
21:32:26.657 DEBUG --> GET https://sonarcloud.io/api/server/version
21:32:26.769 DEBUG <-- 200 https://sonarcloud.io/api/server/version (112ms, 11-byte body)
21:32:26.770 DEBUG Updated analysis started with a difference of -51 milliseconds
21:32:26.777 DEBUG Started at Wed Dec 11 21:32:25 UTC 2024
21:32:27.009 DEBUG register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$279/0x00007f85102bde20@27f74733 with shutdown hook
21:32:27.035 INFO Found an active CI vendor: 'Github Actions'
21:32:27.041 INFO Load project settings for component key: 'ORG_REPO'
21:32:27.043 DEBUG --> GET https://sonarcloud.io/api/settings/values.protobuf?component=ORG_REPO
21:32:27.159 DEBUG <-- 200 https://sonarcloud.io/api/settings/values.protobuf?component=ORG_REPO (116ms, unknown-length body)
21:32:27.163 INFO Load project settings for component key: 'ORG_REPO' (done) | time=122ms
21:32:27.170 INFO Process project properties
21:32:27.178 DEBUG Process project properties (done) | time=6ms
21:32:27.179 INFO Project key: ORG_REPO
21:32:27.179 INFO Base dir: /home/runner/work/REPO/REPO
21:32:27.179 INFO Working dir: /home/runner/work/REPO/REPO/.scannerwork
21:32:27.179 DEBUG Project global encoding: UTF-8, default locale: en
21:32:27.183 DEBUG Creating module hierarchy
21:32:27.183 DEBUG Init module 'REPO'
21:32:27.184 DEBUG Base dir: /home/runner/work/REPO/REPO
21:32:27.184 DEBUG Working dir: /home/runner/work/REPO/REPO/.scannerwork
21:32:27.185 DEBUG Module global encoding: UTF-8, default locale: en
21:32:27.189 INFO Load project branches
21:32:27.189 DEBUG --> GET https://sonarcloud.io/api/project_branches/list?project=ORG_REPO
21:32:27.403 DEBUG <-- 200 https://sonarcloud.io/api/project_branches/list?project=ORG_REPO (213ms, unknown-length body)
21:32:27.409 INFO Load project branches (done) | time=218ms
21:32:27.414 INFO Check ALM binding of project 'ORG_REPO'
21:32:27.414 DEBUG --> GET https://sonarcloud.io/api/alm_integration/is_project_bound?project=ORG_REPO
21:32:27.521 DEBUG <-- 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=ORG_REPO (107ms, unknown-length body)
21:32:27.525 INFO Detected project binding: BOUND
21:32:27.525 INFO Check ALM binding of project 'ORG_REPO' (done) | time=111ms
21:32:27.525 INFO Load project pull requests
21:32:27.526 DEBUG --> GET https://sonarcloud.io/api/project_pull_requests/list?project=ORG_REPO
21:32:27.812 DEBUG <-- 200 https://sonarcloud.io/api/project_pull_requests/list?project=ORG_REPO (284ms, unknown-length body)
21:32:27.816 DEBUG Could not process project pull requests - continuing without it
21:32:27.821 INFO Load project pull requests (done) | time=294ms
21:32:27.821 INFO Load branch configuration
21:32:27.824 INFO Github event: workflow_dispatch
21:32:27.824 INFO Load branch configuration (done) | time=3ms
21:32:27.833 INFO Load quality profiles
21:32:27.838 DEBUG --> GET https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=ORG_REPO&organization=ORG
21:32:28.080 DEBUG <-- 200 https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=ORG_REPO&organization=ORG (242ms, 5315-byte body)
21:32:28.093 INFO Load quality profiles (done) | time=259ms
21:32:28.099 INFO Load active rules
21:32:28.101 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQR&ps=500&p=1
21:32:28.225 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQR&ps=500&p=1 (124ms, 5866-byte body)
21:32:28.248 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP2&ps=500&p=1
21:32:28.384 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP2&ps=500&p=1 (136ms, 7272-byte body)
21:32:28.391 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP-&ps=500&p=1
21:32:28.522 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP-&ps=500&p=1 (131ms, 8119-byte body)
21:32:28.529 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPx&ps=500&p=1
21:32:28.657 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPx&ps=500&p=1 (126ms, 11-byte body)
21:32:28.659 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQM&ps=500&p=1
21:32:28.820 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQM&ps=500&p=1 (161ms, unknown-length body)
21:32:28.896 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQP&ps=500&p=1
21:32:29.053 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQP&ps=500&p=1 (157ms, unknown-length body)
21:32:29.093 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZL2jAw0Lbd728s6urFf&ps=500&p=1
21:32:29.220 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZL2jAw0Lbd728s6urFf&ps=500&p=1 (129ms, 4130-byte body)
21:32:29.222 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPw&ps=500&p=1
21:32:29.356 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPw&ps=500&p=1 (133ms, unknown-length body)
21:32:29.359 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPz&ps=500&p=1
21:32:29.493 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPz&ps=500&p=1 (133ms, unknown-length body)
21:32:29.500 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP0&ps=500&p=1
21:32:29.635 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP0&ps=500&p=1 (137ms, unknown-length body)
21:32:29.645 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQK&ps=500&p=1
21:32:29.779 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQK&ps=500&p=1 (135ms, unknown-length body)
21:32:29.786 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP6&ps=500&p=1
21:32:29.905 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP6&ps=500&p=1 (120ms, 2798-byte body)
21:32:29.907 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQT&ps=500&p=1
21:32:30.087 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQT&ps=500&p=1 (180ms, unknown-length body)
21:32:30.269 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQT&ps=500&p=2
21:32:30.415 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQT&ps=500&p=2 (146ms, unknown-length body)
21:32:30.418 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQL&ps=500&p=1
21:32:30.546 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQL&ps=500&p=1 (128ms, unknown-length body)
21:32:30.550 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPv&ps=500&p=1
21:32:30.920 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPv&ps=500&p=1 (371ms, unknown-length body)
21:32:30.923 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPt&ps=500&p=1
21:32:31.048 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPt&ps=500&p=1 (122ms, 5821-byte body)
21:32:31.048 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP_&ps=500&p=1
21:32:31.163 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP_&ps=500&p=1 (115ms, 11-byte body)
21:32:31.163 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQQ&ps=500&p=1
21:32:31.310 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQQ&ps=500&p=1 (146ms, unknown-length body)
21:32:31.477 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP1&ps=500&p=1
21:32:31.591 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP1&ps=500&p=1 (113ms, 288-byte body)
21:32:31.592 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPu&ps=500&p=1
21:32:31.742 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPu&ps=500&p=1 (149ms, unknown-length body)
21:32:31.749 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQF&ps=500&p=1
21:32:31.899 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQF&ps=500&p=1 (147ms, 7589-byte body)
21:32:31.900 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP5&ps=500&p=1
21:32:32.029 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP5&ps=500&p=1 (130ms, unknown-length body)
21:32:32.032 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQA&ps=500&p=1
21:32:32.148 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQA&ps=500&p=1 (115ms, 11-byte body)
21:32:32.150 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQS&ps=500&p=1
21:32:32.320 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQS&ps=500&p=1 (171ms, unknown-length body)
21:32:32.343 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQE&ps=500&p=1
21:32:32.484 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQE&ps=500&p=1 (141ms, unknown-length body)
21:32:32.493 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQB&ps=500&p=1
21:32:32.628 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQB&ps=500&p=1 (135ms, 6405-byte body)
21:32:32.631 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQG&ps=500&p=1
21:32:32.774 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQG&ps=500&p=1 (144ms, unknown-length body)
21:32:32.779 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQI&ps=500&p=1
21:32:32.905 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQI&ps=500&p=1 (126ms, 7367-byte body)
21:32:32.908 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQV&ps=500&p=1
21:32:33.032 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQV&ps=500&p=1 (124ms, 4412-byte body)
21:32:33.033 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP4&ps=500&p=1
21:32:33.165 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP4&ps=500&p=1 (131ms, unknown-length body)
21:32:33.168 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQH&ps=500&p=1
21:32:33.457 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQH&ps=500&p=1 (289ms, 6266-byte body)
21:32:33.460 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQU&ps=500&p=1
21:32:33.615 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQU&ps=500&p=1 (155ms, unknown-length body)
21:32:33.699 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP7&ps=500&p=1
21:32:33.821 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP7&ps=500&p=1 (121ms, 8036-byte body)
21:32:33.822 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQO&ps=500&p=1
21:32:33.998 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQO&ps=500&p=1 (175ms, unknown-length body)
21:32:34.008 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPs&ps=500&p=1
21:32:34.137 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPs&ps=500&p=1 (128ms, unknown-length body)
21:32:34.140 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQD&ps=500&p=1
21:32:34.286 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQD&ps=500&p=1 (144ms, unknown-length body)
21:32:34.292 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQC&ps=500&p=1
21:32:34.590 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQC&ps=500&p=1 (299ms, unknown-length body)
21:32:34.675 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP3&ps=500&p=1
21:32:34.801 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnP3&ps=500&p=1 (125ms, unknown-length body)
21:32:34.802 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP8&ps=500&p=1
21:32:34.930 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnP8&ps=500&p=1 (129ms, unknown-length body)
21:32:34.932 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPq&ps=500&p=1
21:32:35.246 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdoNbdL91PqpnPq&ps=500&p=1 (314ms, unknown-length body)
21:32:35.417 DEBUG --> GET https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQJ&ps=500&p=1
21:32:35.588 DEBUG <-- 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AZH7TDdpNbdL91PqpnQJ&ps=500&p=1 (170ms, unknown-length body)
21:32:35.705 INFO Load active rules (done) | time=7603ms
21:32:35.735 DEBUG --> GET https://sonarcloud.io/api/languages/list
21:32:35.845 DEBUG <-- 200 https://sonarcloud.io/api/languages/list (109ms, unknown-length body)
21:32:35.856 INFO Organization key: ORG
21:32:35.863 DEBUG Declared patterns of language Kubernetes were converted to sonar.lang.patterns.kubernetes :
21:32:35.863 DEBUG Declared patterns of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss,**/*.sass
21:32:35.864 DEBUG Declared patterns of language Scala were converted to sonar.lang.patterns.scala : **/*.scala
21:32:35.864 DEBUG Declared patterns of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx
21:32:35.864 DEBUG Declared patterns of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue
21:32:35.865 DEBUG Declared patterns of language Python were converted to sonar.lang.patterns.py : **/*.py
21:32:35.866 DEBUG Declared patterns of language Ansible were converted to sonar.lang.patterns.ansible :
21:32:35.866 DEBUG Declared patterns of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger
21:32:35.866 DEBUG Declared patterns of language Docker were converted to sonar.lang.patterns.docker : **/Dockerfile,**/*.dockerfile
21:32:35.866 DEBUG Declared patterns of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb
21:32:35.866 DEBUG Declared patterns of language Dart were converted to sonar.lang.patterns.dart : **/*.dart
21:32:35.866 DEBUG Declared patterns of language JCL were converted to sonar.lang.patterns.jcl : **/*.jcl
21:32:35.867 DEBUG Declared patterns of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
21:32:35.867 DEBUG Declared patterns of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig
21:32:35.872 DEBUG Declared patterns of language Flex were converted to sonar.lang.patterns.flex : **/*.as
21:32:35.873 DEBUG Declared patterns of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl,**/*.config
21:32:35.873 DEBUG Declared patterns of language JSON were converted to sonar.lang.patterns.json : **/*.json
21:32:35.873 DEBUG Declared patterns of language IPython Notebooks were converted to sonar.lang.patterns.ipynb : **/*.ipynb
21:32:35.873 DEBUG Declared patterns of language Text were converted to sonar.lang.patterns.text :
21:32:35.873 DEBUG Declared patterns of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb
21:32:35.873 DEBUG Declared patterns of language CloudFormation were converted to sonar.lang.patterns.cloudformation :
21:32:35.874 DEBUG Declared patterns of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
21:32:35.874 DEBUG Declared patterns of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml
21:32:35.874 DEBUG Declared patterns of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp,**/*.ixx,**/*.mxx,**/*.cppm,**/*.ccm,**/*.cxxm,**/*.c++m
21:32:35.874 DEBUG Declared patterns of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h
21:32:35.874 DEBUG Declared patterns of language Go were converted to sonar.lang.patterns.go : **/*.go
21:32:35.874 DEBUG Declared patterns of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt,**/*.kts
21:32:35.874 DEBUG Declared patterns of language RPG were converted to sonar.lang.patterns.rpg : **/*.rpg,**/*.rpgle,**/*.sqlrpgle,**/*.rpg,**/*.rpgle,**/*.sqlrpgle
21:32:35.874 DEBUG Declared patterns of language PL/I were converted to sonar.lang.patterns.pli : **/*.pli
21:32:35.875 DEBUG Declared patterns of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql
21:32:35.875 DEBUG Declared patterns of language Vb were converted to sonar.lang.patterns.vb : **/*.bas,**/*.frm,**/*.ctl
21:32:35.875 DEBUG Declared patterns of language Secrets were converted to sonar.lang.patterns.secrets :
21:32:35.881 DEBUG Declared patterns of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb
21:32:35.883 DEBUG Declared patterns of language C# were converted to sonar.lang.patterns.cs : **/*.cs,**/*.razor
21:32:35.883 DEBUG Declared patterns of language COBOL were converted to sonar.lang.patterns.cobol :
21:32:35.884 DEBUG Declared patterns of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
21:32:35.885 DEBUG Declared patterns of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf
21:32:35.886 DEBUG Declared patterns of language AzureResourceManager were converted to sonar.lang.patterns.azureresourcemanager : **/*.bicep
21:32:35.886 DEBUG Declared patterns of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog
21:32:35.888 DEBUG Declared patterns of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m
21:32:35.888 DEBUG Declared patterns of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts
21:32:35.888 INFO Preprocessing files...
21:32:35.906 DEBUG loading config FileBasedConfig[/home/runner/.config/jgit/config]
21:32:35.907 DEBUG readpipe [/usr/bin/git, --version],/usr/bin
21:32:35.919 DEBUG readpipe may return 'git version 2.47.1'
21:32:35.919 DEBUG remaining output:
21:32:35.919 DEBUG readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin
21:32:35.923 DEBUG readpipe may return 'file:/etc/gitconfigsafe.directory'
21:32:35.923 DEBUG remaining output:
21:32:35.923 DEBUG *file:/etc/gitconfigfilter.lfs.clean
21:32:35.923 DEBUG git-lfs clean -- %ffile:/etc/gitconfigfilter.lfs.smudge
21:32:35.924 DEBUG git-lfs smudge -- %ffile:/etc/gitconfigfilter.lfs.process
21:32:35.924 DEBUG git-lfs filter-processfile:/etc/gitconfigfilter.lfs.required
21:32:35.924 DEBUG true
21:32:35.926 DEBUG loading config FileBasedConfig[/etc/gitconfig]
21:32:35.927 DEBUG loading config FileBasedConfig[/home/runner/.config/git/config]
21:32:35.930 DEBUG loading config UserConfigFile[/home/runner/.gitconfig]
21:32:45.885 INFO
21:32:55.887 INFO
21:33:05.888 INFO
21:33:15.889 INFO
21:33:25.888 INFO
21:33:35.888 INFO
21:33:45.888 INFO
21:33:55.888 INFO
21:34:05.889 INFO
21:34:15.889 INFO
21:34:25.889 INFO
21:34:35.889 INFO
21:34:45.889 INFO
21:34:55.889 INFO
21:35:05.890 INFO
21:35:15.890 INFO
21:35:25.890 INFO
21:35:35.891 INFO
21:35:45.890 INFO
21:35:55.892 INFO
21:36:05.891 INFO
21:36:15.891 INFO
21:36:25.892 INFO
21:36:35.892 INFO
21:36:45.892 INFO
21:36:55.892 INFO
21:37:05.892 INFO
21:37:15.892 INFO
21:37:25.893 INFO
21:37:35.893 INFO
21:37:45.893 INFO
21:37:55.893 INFO
21:38:05.893 INFO
21:38:15.893 INFO
21:38:25.895 INFO
21:38:35.894 INFO
21:38:45.894 INFO
21:38:55.894 INFO
21:39:05.895 INFO
21:39:15.894 INFO
21:39:25.895 INFO
21:39:35.895 INFO
21:39:45.895 INFO
21:39:55.896 INFO
21:40:05.896 INFO
21:40:15.896 INFO
21:40:25.896 INFO
21:40:35.898 INFO
21:40:45.898 INFO
21:40:55.899 INFO
21:41:05.899 INFO
21:41:15.899 INFO
21:41:25.900 INFO
21:41:35.900 INFO
21:41:45.900 INFO
21:41:55.900 INFO
21:42:05.900 INFO
21:42:15.902 INFO
21:42:25.902 INFO
21:42:35.902 INFO
21:42:45.903 INFO
21:42:55.903 INFO
21:43:05.903 INFO
21:43:15.903 INFO
21:43:25.904 INFO
21:43:35.904 INFO
21:43:45.904 INFO
21:43:55.904 INFO
21:44:05.904 INFO
21:44:15.905 INFO
21:44:25.905 INFO
21:44:35.905 INFO
21:44:45.905 INFO
21:44:55.905 INFO
21:45:05.905 INFO
21:45:15.906 INFO
21:45:25.906 INFO
21:45:35.906 INFO
21:45:45.906 INFO
21:45:55.906 INFO
21:46:05.906 INFO
21:46:15.907 INFO
21:46:25.907 INFO
21:46:35.907 INFO
21:46:45.907 INFO
21:46:55.908 INFO
21:47:05.907 INFO
21:47:15.908 INFO
21:47:25.908 INFO
21:47:35.908 INFO
21:47:45.908 INFO
21:47:55.908 INFO
21:48:05.908 INFO
21:48:15.909 INFO
21:48:25.909 INFO
21:48:35.909 INFO
21:48:45.910 INFO
21:48:55.911 INFO
21:49:05.911 INFO
21:49:15.912 INFO
21:49:25.911 INFO
21:49:35.912 INFO
21:49:45.912 INFO
21:49:55.912 INFO
21:50:05.914 INFO
21:50:15.913 INFO
21:50:25.913 INFO
21:50:35.914 INFO
21:50:45.914 INFO
21:50:55.914 INFO
21:51:05.914 INFO
21:51:15.915 INFO
21:51:25.915 INFO
21:51:35.915 INFO
21:51:45.916 INFO
21:51:55.916 INFO
21:52:05.916 INFO
21:52:15.917 INFO
21:52:25.917 INFO
21:52:35.917 INFO
21:52:45.917 INFO
21:52:55.917 INFO
21:53:05.917 INFO
21:53:15.918 INFO
21:53:25.918 INFO
21:53:35.918 INFO
21:53:45.918 INFO
21:53:55.918 INFO
21:54:05.919 INFO
21:54:15.919 INFO
21:54:25.919 INFO
21:54:35.919 INFO
21:54:45.919 INFO
21:54:55.920 INFO
21:55:05.920 INFO
21:55:15.920 INFO
21:55:25.920 INFO
21:55:35.921 INFO
21:55:45.921 INFO
21:55:55.921 INFO
21:56:05.921 INFO
21:56:15.921 INFO
21:56:25.922 INFO
21:56:35.922 INFO
21:56:45.923 INFO
21:56:55.923 INFO
21:57:05.926 INFO
21:57:15.923 INFO
21:57:25.927 INFO
21:57:35.927 INFO
21:57:45.927 INFO
21:57:55.927 INFO
21:58:05.927 INFO
21:58:15.928 INFO
Error: The operation was canceled.