2022-12-13T15:38:55.9896646Z ##[group]Build container for action use: '/home/runner/work/_actions/sonarsource/sonarqube-scan-action/master/Dockerfile'. 2022-12-13T15:38:55.9983552Z ##[command]/usr/bin/docker build -t 290506:a6020f2345034bd1b4672bf1650c5dfb -f "/home/runner/work/_actions/sonarsource/sonarqube-scan-action/master/Dockerfile" "/home/runner/work/_actions/sonarsource/sonarqube-scan-action/master" 2022-12-13T15:38:56.2229140Z Sending build context to Docker daemon 54.78kB 2022-12-13T15:38:56.2257975Z 2022-12-13T15:38:56.2657992Z Step 1/7 : FROM sonarsource/sonar-scanner-cli:4.7 2022-12-13T15:38:56.4982865Z 4.7: Pulling from sonarsource/sonar-scanner-cli 2022-12-13T15:38:56.5011513Z 9621f1afde84: Already exists 2022-12-13T15:38:56.5242720Z afea9db5a5d2: Pulling fs layer 2022-12-13T15:38:56.5243400Z d882731ae126: Pulling fs layer 2022-12-13T15:38:56.5951785Z d882731ae126: Verifying Checksum 2022-12-13T15:38:56.5952304Z d882731ae126: Download complete 2022-12-13T15:38:57.3701681Z afea9db5a5d2: Verifying Checksum 2022-12-13T15:38:57.3707484Z afea9db5a5d2: Download complete 2022-12-13T15:39:03.5485371Z afea9db5a5d2: Pull complete 2022-12-13T15:39:03.6297841Z d882731ae126: Pull complete 2022-12-13T15:39:03.6356495Z Digest: sha256:3b9223a456bfa0b87ce0ac86978e49a61653fce8a95e4db4c58d81930d4fba6c 2022-12-13T15:39:03.6379403Z Status: Downloaded newer image for sonarsource/sonar-scanner-cli:4.7 2022-12-13T15:39:03.6392825Z ---> 33b9695863a9 2022-12-13T15:39:03.6394262Z Step 2/7 : LABEL version="1.1.0" repository="https://github.com/sonarsource/sonarqube-scan-action" homepage="https://github.com/sonarsource/sonarqube-scan-action" maintainer="SonarSource" com.github.actions.name="SonarQube Scan" com.github.actions.description="Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in up to 27 programming languages!" com.github.actions.icon="check" com.github.actions.color="green" 2022-12-13T15:39:03.6634245Z ---> Running in 0b52d70ea3f0 2022-12-13T15:39:04.0604809Z Removing intermediate container 0b52d70ea3f0 2022-12-13T15:39:04.0609399Z ---> 6615bd85b639 2022-12-13T15:39:04.0610482Z Step 3/7 : COPY entrypoint.sh /entrypoint.sh 2022-12-13T15:39:05.0229646Z ---> 499d07318744 2022-12-13T15:39:05.0230306Z Step 4/7 : RUN chmod +x /entrypoint.sh 2022-12-13T15:39:05.0553359Z ---> Running in 61388b38d0ca 2022-12-13T15:39:06.0238879Z Removing intermediate container 61388b38d0ca 2022-12-13T15:39:06.0239753Z ---> 11c0be1a4dd9 2022-12-13T15:39:06.0291252Z Step 5/7 : COPY cleanup.sh /cleanup.sh 2022-12-13T15:39:07.0431673Z ---> 9e16be772d67 2022-12-13T15:39:07.0432259Z Step 6/7 : RUN chmod +x /cleanup.sh 2022-12-13T15:39:07.0702078Z ---> Running in 7de2680aa312 2022-12-13T15:39:08.0224859Z Removing intermediate container 7de2680aa312 2022-12-13T15:39:08.0225731Z ---> 62df4515cc8c 2022-12-13T15:39:08.0226513Z Step 7/7 : ENTRYPOINT ["/entrypoint.sh"] 2022-12-13T15:39:08.0451253Z ---> Running in 341a1bcdda0b 2022-12-13T15:39:09.0380829Z Removing intermediate container 341a1bcdda0b 2022-12-13T15:39:09.0381288Z ---> 5deaf88a3b11 2022-12-13T15:39:09.0425837Z Successfully built 5deaf88a3b11 2022-12-13T15:39:09.0474803Z Successfully tagged 290506:a6020f2345034bd1b4672bf1650c5dfb 2022-12-13T15:39:09.0485370Z ##[endgroup]