Running with gitlab-runner 14.10.0 (c6bb62f6) on runner java 3 y1b6RUhf Preparing the "shell" executor 00:00 Using Shell executor... Preparing environment 00:00 Running on db633826affb... Getting source from Git repository 00:01 Fetching changes... Reinitialized existing Git repository in /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/.git/ Checking out 4a590824 as develop... Removing autorisations-batch-mtsq/target/ Removing autorisations-batch-purge/target/ Removing autorisations-batch-total/target/ Removing autorisations-batch-transact/target/ Removing autorisations-batch/target/ Removing autorisations-business/target/ Removing autorisations-core/target/ Removing autorisations-model/target/ Removing file-conf/.gitignore Skipping Git submodules setup Restoring cache 00:00 Checking cache for quality-4-non_protected... Runtime platform arch=amd64 os=linux pid=34719 revision=c6bb62f6 version=14.10.0 No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. Successfully extracted cache Checking cache for spt-mxt-saae-quality-4-non_protected... Runtime platform arch=amd64 os=linux pid=34733 revision=c6bb62f6 version=14.10.0 No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. Successfully extracted cache Downloading artifacts 00:00 Downloading artifacts for build-without-test (103953)... Runtime platform arch=amd64 os=linux pid=34763 revision=c6bb62f6 version=14.10.0 Downloading artifacts from coordinator... ok id=103953 responseStatus=200 OK token=gD8Tj6nb Executing "step_script" stage of the job script $ eval $(ssh-agent -s) Agent pid 34787 $ mkdir -p ~/.ssh $ chmod 700 ~/.ssh $ echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null Identity added: (stdin) ((stdin)) $ echo "registry = ${DELIVERY_ARTEFACTS_URL}registry.npmjs.org/" > ~/.npmrc $ authBase64=$(echo -n "$REPO_DELIVERY_USER:$REPO_DELIVERY_PASSWORD" | openssl base64) $ echo "_auth = $authBase64" >> ~/.npmrc $ echo "email = jindus.exploitation@urlDomain.net" >> ~/.npmrc $ rm -rf file-conf $ git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@urlDomain:8443/indus/file-conf.git Cloning into 'file-conf'... $ export JAVA_HOME=/OPT/jvm/java-11-openjdk $ if [ $DEBUG_MODE == true ] # collapsed multi-line command $ if [ $SKIP_QUALITYGATE == false ] # collapsed multi-line command $ mvn $MAVEN_CLI_OPTS $MAVEN_DEBUG_OPTS -Dmaven.main.skip=true -Dmaven.test.skip=true -Dmaven.repo.local=$MAVEN_REPO_HOME -Dmaven.test.skip.exec=true -Dgwt.compiler.skip=true $QG --update-snapshots -Pquality verify sonar:sonar [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] STP - micro service [pom] [INFO] autorisations-core [jar] [INFO] autorisations-model [jar] [INFO] autorisations-business [jar] [INFO] autorisations-batch [jar] [INFO] autorisations-batch-mtsq [jar] [INFO] autorisations-batch-total [jar] [INFO] autorisations-batch-purge [jar] [INFO] autorisations-batch-transact [jar] [INFO] Downloading from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/owasp/maven-metadata.xml [INFO] Downloading from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/sonarsource/scanner/maven/maven-metadata.xml [INFO] Downloaded from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/sonarsource/scanner/maven/maven-metadata.xml (240 B at 236 B/s) [INFO] Downloaded from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/codehaus/mojo/maven-metadata.xml (21 kB at 21 kB/s) [INFO] Downloaded from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/apache/maven/plugins/maven-metadata.xml (15 kB at 15 kB/s) [INFO] Downloaded from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/owasp/maven-metadata.xml (257 B at 249 B/s) [INFO] Downloading from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/sonarsource/scanner/maven/sonar-maven-plugin/maven-metadata.xml [INFO] Downloaded from nexus: https://urlDomain:10130/nexus/content/repositories/public/org/sonarsource/scanner/maven/sonar-maven-plugin/maven-metadata.xml (936 B at 93 B/s) [INFO] [INFO] --------------------< urlDomain.aut.aae:autorisations >-------------------- [INFO] Building STP - micro service 2.0.133-SNAPSHOT [1/9] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -----------------< urlDomain.aut.aae:autorisations-core >------------------ [INFO] Building autorisations-core 2.0.133-SNAPSHOT [2/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-core --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-core --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-core --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core/target/autorisations-core-2.0.133-SNAPSHOT.jar [INFO] [INFO] -----------------< urlDomain.aut.aae:autorisations-model >----------------- [INFO] Building autorisations-model 2.0.133-SNAPSHOT [3/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-model --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-model --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-model --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-model --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-model/target/autorisations-model-2.0.133-SNAPSHOT.jar [INFO] [INFO] ---------------< urlDomain.aut.aae:autorisations-business >---------------- [INFO] Building autorisations-business 2.0.133-SNAPSHOT [4/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-business --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-business --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-business --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-business --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-business --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-business --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-business/target/autorisations-business-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ autorisations-business --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /classes [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-business/target/autorisations-business-2.0.133-SNAPSHOT.zip [INFO] [INFO] -----------------< urlDomain.aut.aae:autorisations-batch >----------------- [INFO] Building autorisations-batch 2.0.133-SNAPSHOT [5/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-batch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-batch --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-batch --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-batch --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-batch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-batch --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch/target/autorisations-batch-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ autorisations-batch --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /data [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch/target/autorisations-batch-2.0.133-SNAPSHOT.zip [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /data [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /bin [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /conf [INFO] Building tar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch/target/autorisations-batch-2.0.133-SNAPSHOT.tar.gz [INFO] [INFO] --------------< urlDomain.aut.aae:autorisations-batch-mtsq >--------------- [INFO] Building autorisations-batch-mtsq 2.0.133-SNAPSHOT [6/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-batch-mtsq --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-batch-mtsq --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-batch-mtsq --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-batch-mtsq --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-batch-mtsq --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-batch-mtsq --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-mtsq/target/autorisations-batch-mtsq-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ autorisations-batch-mtsq --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-mtsq/target/autorisations-batch-mtsq-2.0.133-SNAPSHOT.zip [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building tar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-mtsq/target/autorisations-batch-mtsq-2.0.133-SNAPSHOT.tar.gz [INFO] [INFO] --------------< urlDomain.aut.aae:autorisations-batch-total >-------------- [INFO] Building autorisations-batch-total 2.0.133-SNAPSHOT [7/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-batch-total --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-batch-total --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-batch-total --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-batch-total --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-batch-total --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-batch-total --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total/target/autorisations-batch-total-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ autorisations-batch-total --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total/target/autorisations-batch-total-2.0.133-SNAPSHOT.zip [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building tar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total/target/autorisations-batch-total-2.0.133-SNAPSHOT.tar.gz [INFO] [INFO] --------------< urlDomain.aut.aae:autorisations-batch-purge >-------------- [INFO] Building autorisations-batch-purge 2.0.133-SNAPSHOT [8/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-batch-purge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-batch-purge --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-batch-purge --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-batch-purge --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-batch-purge --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-batch-purge --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-purge/target/autorisations-batch-purge-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (make-assembly) @ autorisations-batch-purge --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-purge/target/autorisations-batch-purge-2.0.133-SNAPSHOT.zip [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible / [INFO] Building tar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-purge/target/autorisations-batch-purge-2.0.133-SNAPSHOT.tar.gz [INFO] [INFO] ------------< urlDomain.aut.aae:autorisations-batch-transact >------------- [INFO] Building autorisations-batch-transact 2.0.133-SNAPSHOT [9/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ autorisations-batch-transact --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ autorisations-batch-transact --- [INFO] Not compiling main sources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ autorisations-batch-transact --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ autorisations-batch-transact --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ autorisations-batch-transact --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ autorisations-batch-transact --- [INFO] Building jar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-transact/target/autorisations-batch-transact-2.0.133-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ autorisations-batch-transact --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-transact/target/autorisations-batch-transact-2.0.133-SNAPSHOT.zip [INFO] Building tar: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-transact/target/autorisations-batch-transact-2.0.133-SNAPSHOT.tar.gz [WARNING] Entry: autorisations-batch-transact-2.0.133-SNAPSHOT/libs/autorisations-batch-transact-2.0.133-SNAPSHOT.jar longer than 100 characters. [WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands [INFO] [INFO] --------------------< urlDomain.aut.aae:autorisations >-------------------- [INFO] Building STP - micro service 2.0.133-SNAPSHOT [10/9] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ autorisations --- [INFO] User cache: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/.sonar/cache [INFO] SonarQube version: 9.2.1 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=206ms [INFO] Server id: 7790179B-AWAnQNrLHSnDQxNpt3DX [INFO] User cache: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=83ms [INFO] Load/download plugins (done) | time=3816ms [INFO] Loaded core extensions: developer-scanner [INFO] Process project properties [INFO] Process project properties (done) | time=13ms [INFO] Execute project builders [INFO] Execute project builders (done) | time=1ms [INFO] Project key: urlDomain.aut.aae:autorisations [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae [INFO] Working dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar [INFO] Load project settings for component key: 'urlDomain.aut.aae:autorisations' [INFO] Load project settings for component key: 'urlDomain.aut.aae:autorisations' (done) | time=32ms [INFO] Load project branches [INFO] Load project branches (done) | time=23ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=12ms [INFO] Load branch configuration [INFO] Detected branch/PR in 'GitLab' [INFO] Auto-configuring branch 'develop' [INFO] Load branch configuration (done) | time=2ms [INFO] Auto-configuring with CI 'Gitlab CI' [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=71ms [INFO] Auto-configuring with CI 'Gitlab CI' [INFO] Load active rules [INFO] Load active rules (done) | time=1846ms [INFO] Branch name: develop [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-batch' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-batch-mtsq' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-mtsq [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-batch-purge' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-purge [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-batch-total' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-batch-transact' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-transact [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-business' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-business [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-core' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'autorisations-model' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-model [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] Indexing files of module 'STP - micro service' [INFO] Base dir: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: **/src/test/**/*.java [INFO] 218 files indexed [INFO] Quality profile for java: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module autorisations-batch-transact [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=16ms [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 18 source files to be analyzed [INFO] Load project repositories [INFO] Load project repositories (done) | time=26ms [INFO] 18/18 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=3155ms [INFO] Java "Test" source files AST scan [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Java "Test" source files AST scan (done) | time=472ms [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3974ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=13ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-transact/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=2ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=155ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=2ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=133ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=13ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=3ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-model [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 51 source files to be analyzed [INFO] 51/51 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=4445ms [INFO] Java "Test" source files AST scan [INFO] 11 source files to be analyzed [INFO] 11/11 source files have been analyzed [INFO] Java "Test" source files AST scan (done) | time=388ms [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4840ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=11ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=14ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-batch-mtsq [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=734ms [INFO] Java "Test" source files AST scan [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Java "Test" source files AST scan (done) | time=91ms [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=832ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-mtsq/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=10ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-batch-total [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 7 source files to be analyzed [WARNING] Invalid character encountered in file /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total/src/main/java/urlDomain/autorisations/batch/total/bean/AutorisationTotalBean.java at line 15 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] 7/7 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=1280ms [INFO] Java "Test" source files AST scan [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Java "Test" source files AST scan (done) | time=85ms [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1373ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-total/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=8ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=14ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-business [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java "Main" source files AST scan [INFO] 16 source files to be analyzed [WARNING] Invalid character encountered in file /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-business/src/main/java/urlDomain/autorisations/business/AutorisationsConsumerImpl.java at line 19 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] 16/16 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=1569ms [INFO] Java "Test" source files AST scan [INFO] 34 source files to be analyzed [INFO] 34/34 source files have been analyzed [INFO] Java "Test" source files AST scan (done) | time=1548ms [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3123ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-business/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=70ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=56ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-batch [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 28 source files to be analyzed [INFO] 28/28 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=1499ms [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1505ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=19ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=28ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-batch-purge [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java "Main" source files AST scan [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=116ms [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=122ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-batch-purge/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=23ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module autorisations-core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java "Main" source files AST scan [INFO] 24 source files to be analyzed [WARNING] Invalid character encountered in file /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core/src/main/java/urlDomain/autorisations/core/def/beans/AutorisationPRV.java at line 124 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [WARNING] Invalid character encountered in file /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core/src/main/java/urlDomain/autorisations/core/def/beans/AutorisationEMI.java at line 124 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] 24/24 source files have been analyzed [INFO] Java "Main" source files AST scan (done) | time=1039ms [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1049ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/autorisations-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=16ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=42ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module STP - micro service [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=20ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco-aggregate/jacoco.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Reading type hierarchy from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/java [INFO] Read 449 type definitions [INFO] Reading UCFGs from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/java [INFO] 12:26:56.531418 Building Runtime Type propagation graph [INFO] 12:26:56.573794 Running Tarjan on 3999 nodes [INFO] 12:26:56.587008 Tarjan found 3929 components [INFO] 12:26:56.6141 Variable type analysis: done [INFO] 12:26:56.617506 Building Runtime Type propagation graph [INFO] 12:26:56.644966 Running Tarjan on 3999 nodes [INFO] 12:26:56.649466 Tarjan found 3929 components [INFO] 12:26:56.655175 Variable type analysis: done [INFO] Analyzing 1140 ucfgs to detect vulnerabilities. [INFO] All rules entrypoints : 0 [INFO] Retained UCFGs : 0 [INFO] Taint analysis starting. Entrypoints: 0 [INFO] Taint analysis: done. [INFO] Sensor JavaSecuritySensor [security] (done) | time=2878ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/ucfg_cs2 [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/php [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/python [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/sonar/ucfg2/js [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Dependency-Check [dependencycheck] [INFO] Process Dependency-Check report [INFO] Using JSON-Reportparser [INFO] Dependency-Check JSON report does not exists. Please check property sonar.dependencyCheck.jsonReportPath:/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/dependency-check-report.json [INFO] JSON-Analysis skipped/aborted due to missing report file [INFO] Using XML-Reportparser [INFO] Dependency-Check XML report does not exists. Please check property sonar.dependencyCheck.xmlReportPath:/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/dependency-check-report.xml [INFO] XML-Analysis skipped/aborted due to missing report file [INFO] Dependency-Check HTML report does not exists. Please check property sonar.dependencyCheck.htmlReportPath:/builds/y1b6RUhf/0/SPT/mxt/spt-mxt-saae/target/dependency-check-report.html [INFO] HTML-Dependency-Check report does not exist. [INFO] Process Dependency-Check report (done) | time=3ms [INFO] Sensor Dependency-Check [dependencycheck] (done) | time=3ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=37ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=294ms [INFO] SCM Publisher is disabled [INFO] CPD Executor 45 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 107 files [INFO] CPD Executor CPD calculation finished (done) | time=95ms [INFO] Load New Code definition [INFO] Load New Code definition (done) | time=84ms [INFO] Analysis report generated in 375ms, dir size=1.9 MB [INFO] Analysis report compressed in 448ms, zip size=678.8 kB [INFO] Analysis report uploaded in 68ms [INFO] ------------- Check Quality Gate status [INFO] Waiting for the analysis report to be processed (max 300s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for STP - micro service 2.0.133-SNAPSHOT: [INFO] [INFO] STP - micro service ................................ FAILURE [ 44.718 s] [INFO] autorisations-core ................................. SUCCESS [ 4.595 s] [INFO] autorisations-model ................................ SUCCESS [ 2.505 s] [INFO] autorisations-business ............................. SUCCESS [ 6.306 s] [INFO] autorisations-batch ................................ SUCCESS [ 19.161 s] [INFO] autorisations-batch-mtsq ........................... SUCCESS [ 6.062 s] [INFO] autorisations-batch-total .......................... SUCCESS [ 4.843 s] [INFO] autorisations-batch-purge .......................... SUCCESS [ 5.146 s] [INFO] autorisations-batch-transact ....................... SUCCESS [ 4.171 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:51 min [INFO] Finished at: 2022-09-08T12:27:10Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project autorisations: You're not authorized to run analysis. Please contact the project administrator. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit status 1