Malformed input or input contains unmappable characters

Hey check this out and please! help me in solving it

Hi,

Welcome to the community!

Screenshots of logs are a bear. Please copy/paste the full log text, using code-formatting (``` on the line before and on the line after).

 
Ann

Here You Go

Step 19/19 : RUN dotnet /sonar-scanner/SonarScanner.MSBuild.dll /d:sonar.login=$LoginCred end
 ---> Running in ad2230833d34
SonarScanner for MSBuild 4.3.1
Using the .NET Core version of the Scanner for MSBuild
Default properties file was found at /sonar-scanner/SonarQube.Analysis.xml
Loading analysis properties from /sonar-scanner/SonarQube.Analysis.xml
Post-processing started.
WARNING: File '/git-commit-hash.txt' does not exist.
SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
INFO: Scanner configuration file: /sonar-scanner/sonar-scanner-3.2.0.1227/conf/sonar-scanner.properties
INFO: Project root configuration file: /.sonarqube/out/sonar-project.properties
INFO: SonarQube Scanner 3.2.0.1227
INFO: Java 1.8.0_265 Oracle Corporation (64-bit)
INFO: Linux 4.4.0-1111-aws amd64
INFO: SONAR_SCANNER_OPTS=-Xmx1024m
INFO: User cache: /root/.sonar/cache
INFO: SonarQube server 8.0.0
INFO: Default locale: "en_US", source code encoding: "US-ASCII" (analysis is platform dependent)
WARNING: WARN: SonarScanner will require Java 11+ to run starting in SonarQube 8.x
INFO: Load global settings
INFO: Load global settings (done) | time=72ms
INFO: Server id: BF41A1F2-AW4d3ks4-OqFRvWBHrF1
INFO: User cache: /root/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=49ms
INFO: Load/download plugins (done) | time=2013ms
INFO: Process project properties
INFO: Process project properties (done) | time=17ms
INFO: Execute project builders
INFO: Execute project builders (done) | time=34ms
INFO: Project key: dotnetuat1
INFO: Base dir: /
INFO: Working dir: /.sonarqube/out/.sonar
INFO: Load project settings for component key: 'dotnetuat1'
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=41ms
INFO: Load active rules
INFO: Load active rules (done) | time=1055ms
INFO: Indexing files...
INFO: Project configuration:
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 4.893s
INFO: Final Memory: 12M/178M
INFO: ------------------------------------------------------------------------
e[91mERROR: Error during SonarQube Scanner execution
ERROR: Malformed input or input contains unmappable characters: etc/ssl/certs/NetLock_Arany_=Class_Gold=_F??tan??s??tv??ny.pem
ERROR: 
e[0me[91mThe SonarQube Scanner did not complete successfully
e[0m10:16:23.867  Creating a summary markdown file...
e[91m10:16:23.868  Post-processing failed. Exit code: 1
e[0mThe command '/bin/sh -c dotnet /sonar-scanner/SonarScanner.MSBuild.dll /d:sonar.login=$LoginCred end' returned a non-zero code: 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeeded?
[Pipeline] // withSonarQubeEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE```

Can anyone please help me in solving it

What is that pem file? Apparently, it contains special chars. Is that what your $LoginCred var maps to?