+ docker container run \ --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \ --volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \ --volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan \ --workdir=$(pwd) \ --label=org.bitbucket.pipelines.system=true \ --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \ --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \ --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \ --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \ --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \ --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \ --env=BITBUCKET_DEPLOYMENT_ENVIRONMENT_UUID="$BITBUCKET_DEPLOYMENT_ENVIRONMENT_UUID" \ --env=BITBUCKET_SSH_KEY_FILE="$BITBUCKET_SSH_KEY_FILE" \ --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \ --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \ --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \ --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \ --env=BITBUCKET_DEPLOYMENT_ENVIRONMENT="$BITBUCKET_DEPLOYMENT_ENVIRONMENT" \ --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \ --env=CI="$CI" \ --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \ --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \ --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \ --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \ --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \ --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \ --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \ --env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \ --env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \ --env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \ --env=DOCKER_HOST="tcp://host.docker.internal:2375" \ --env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \ --env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan" \ --env=DEBUG="true" \ --env=EXTRA_ARGS="-Dsonar.projectKey=$BITBUCKET_REPO_SLUG -Dsonar.organization=ehgdev -Dsonar.host.url=https://sonarcloud.io -Dsonar.qualitygate=ehg-dev-backend -Dsonar.sources=./src -Dsonar.tests=./src -Dsonar.organization=ehgdev -Dsonar.test.inclusions=\"**/*.test.ts\" -Dsonar.exclusions=\"**/*.sql , **/test/** , **/constants/** , **/tests/** , **/__test__/** , **/__tests__/** , **/*.constants.js, **/*.config.js\" -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info" \ --env=SONAR_TOKEN="$SONAR_TOKEN" \ --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \ sonarsource/sonarcloud-scan:1.4.0 Unable to find image 'sonarsource/sonarcloud-scan:1.4.0' locally 1.4.0: Pulling from sonarsource/sonarcloud-scan 743f2d6c1f65: Pulling fs layer 5c14188d0980: Pulling fs layer 84a54a21b0f2: Pulling fs layer d9d1bc98b287: Pulling fs layer c99e982badff: Pulling fs layer 50c6b4dfde57: Pulling fs layer a561eaec2f8f: Pulling fs layer ea88b09234a3: Pulling fs layer 83613aeae58d: Pulling fs layer 5d476eee175a: Pulling fs layer 3d3951d29cc9: Pulling fs layer c99e982badff: Waiting a561eaec2f8f: Waiting d9d1bc98b287: Waiting 50c6b4dfde57: Waiting 5d476eee175a: Waiting 3d3951d29cc9: Waiting 83613aeae58d: Waiting ea88b09234a3: Waiting 5c14188d0980: Verifying Checksum 5c14188d0980: Download complete 84a54a21b0f2: Verifying Checksum 84a54a21b0f2: Download complete 743f2d6c1f65: Verifying Checksum 743f2d6c1f65: Download complete d9d1bc98b287: Verifying Checksum d9d1bc98b287: Download complete c99e982badff: Verifying Checksum c99e982badff: Download complete ea88b09234a3: Verifying Checksum ea88b09234a3: Download complete a561eaec2f8f: Verifying Checksum a561eaec2f8f: Download complete 50c6b4dfde57: Verifying Checksum 50c6b4dfde57: Download complete 5d476eee175a: Verifying Checksum 5d476eee175a: Download complete 743f2d6c1f65: Pull complete 3d3951d29cc9: Verifying Checksum 3d3951d29cc9: Download complete 83613aeae58d: Verifying Checksum 83613aeae58d: Download complete 5c14188d0980: Pull complete 84a54a21b0f2: Pull complete d9d1bc98b287: Pull complete c99e982badff: Pull complete 50c6b4dfde57: Pull complete a561eaec2f8f: Pull complete ea88b09234a3: Pull complete 83613aeae58d: Pull complete 5d476eee175a: Pull complete 3d3951d29cc9: Pull complete Digest: sha256:8b3690666e34b17bbab84370e569151742f06f21575fbe05e5c066c160b7c968 Status: Downloaded newer image for sonarsource/sonarcloud-scan:1.4.0 DEBUG: SONAR_SCANNER_OPTS:  DEBUG: EXTRA_ARGS: -Dsonar.projectKey=fp-payment-schedule-batch-processor-lambda -Dsonar.organization=ehgdev -Dsonar.host.url=https://sonarcloud.io -Dsonar.qualitygate=ehg-dev-backend -Dsonar.sources=./src -Dsonar.tests=./src -Dsonar.organization=ehgdev -Dsonar.test.inclusions="**/*.test.ts" -Dsonar.exclusions="**/*.sql , **/test/** , **/constants/** , **/tests/** , **/__test__/** , **/__tests__/** , **/*.constants.js, **/*.config.js" -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info DEBUG: Final analysis parameters: -Dsonar.projectKey=fp-payment-schedule-batch-processor-lambda -Dsonar.organization=ehgdev -Dsonar.host.url=https://sonarcloud.io -Dsonar.qualitygate=ehg-dev-backend -Dsonar.sources=./src -Dsonar.tests=./src -Dsonar.organization=ehgdev -Dsonar.test.inclusions=**/*.test.ts -Dsonar.exclusions=**/*.sql , **/test/** , **/constants/** , **/tests/** , **/__test__/** , **/__tests__/** , **/*.constants.js, **/*.config.js -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info -Dsonar.verbose=true tee: /opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan/sonarcloud-scan.log: Permission denied WARN: Property 'sonar.organization' with value 'ehgdev' is overridden with value 'ehgdev' INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties INFO: Project root configuration file: /opt/atlassian/pipelines/agent/build/sonar-project.properties 02:58:32.182 INFO: SonarScanner 4.6.2.2472 02:58:32.183 INFO: Java 11.0.3 Oracle Corporation (64-bit) 02:58:32.184 INFO: Linux 5.15.0-1020-aws amd64 02:58:32.189 INFO: Bitbucket Cloud Pipelines detected, no host variable set. Defaulting to sonarcloud.io. 02:58:32.347 DEBUG: keyStore is : 02:58:32.348 DEBUG: keyStore type is : pkcs12 02:58:32.348 DEBUG: keyStore provider is : 02:58:32.348 DEBUG: init keystore 02:58:32.348 DEBUG: init keymanager of type SunX509 02:58:32.468 DEBUG: Create: /root/.sonar/cache 02:58:32.469 INFO: User cache: /root/.sonar/cache 02:58:32.469 DEBUG: Create: /root/.sonar/cache/_tmp 02:58:32.472 DEBUG: Extract sonar-scanner-api-batch in temp... 02:58:32.476 DEBUG: Get bootstrap index... 02:58:32.476 DEBUG: Download: https://sonarcloud.io/batch/index 02:58:33.145 DEBUG: Get bootstrap completed 02:58:33.147 DEBUG: Download https://sonarcloud.io/batch/file?name=scanner-sonarcloud-8.0.0.33683-all.jar to /root/.sonar/cache/_tmp/fileCache16617040859446670044.tmp 02:58:36.360 DEBUG: Create isolated classloader... 02:58:36.369 DEBUG: Start temp cleaning... 02:58:36.373 DEBUG: Temp cleaning done 02:58:36.374 INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties 02:58:36.374 INFO: Project root configuration file: /opt/atlassian/pipelines/agent/build/sonar-project.properties 02:58:36.375 INFO: Analyzing on SonarCloud 02:58:36.376 INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent) 02:58:36.377 DEBUG: Work directory: /opt/atlassian/pipelines/agent/build/.scannerwork 02:58:36.378 DEBUG: Execution execute 02:58:36.656 DEBUG: SonarCloud 9.11.0.290 02:58:36.906 INFO: Load global settings 02:58:37.472 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf | time=564ms 02:58:37.484 INFO: Load global settings (done) | time=578ms 02:58:37.489 INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu 02:58:37.506 DEBUG: Create : /root/.sonar/_tmp 02:58:37.506 INFO: User cache: /root/.sonar/cache 02:58:37.513 INFO: Load/download plugins 02:58:37.514 INFO: Load plugins index 02:58:38.036 DEBUG: GET 200 https://sonarcloud.io/api/plugins/installed | time=522ms 02:58:38.088 INFO: Load plugins index (done) | time=574ms 02:58:38.090 DEBUG: Download plugin 'abap' to '/root/.sonar/_tmp/fileCache12416109733847660030.tmp' 02:58:38.204 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/abap/versions/607485aedc95ec3640fb379162284a1e.jar | time=114ms 02:58:38.277 DEBUG: Download plugin 'sonarapex' to '/root/.sonar/_tmp/fileCache9633678190784643248.tmp' 02:58:38.282 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarapex/versions/ef802dc69bb460f0dfc416dc8118be8e.jar | time=5ms 02:58:38.445 DEBUG: Download plugin 'csharp' to '/root/.sonar/_tmp/fileCache7268175015661411593.tmp' 02:58:38.454 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/csharp/versions/29371356e3b3a096f18bf4024b7367ec.jar | time=8ms 02:58:38.623 DEBUG: Download plugin 'cpp' to '/root/.sonar/_tmp/fileCache1603075755413534313.tmp' 02:58:38.628 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cpp/versions/f1721266d6fb602393b42a50a944ea65.jar | time=5ms 02:58:39.843 DEBUG: Download plugin 'cobol' to '/root/.sonar/_tmp/fileCache13320332275193051082.tmp' 02:58:39.849 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cobol/versions/99b61a20cf4e2e15d2b87658677acceb.jar | time=5ms 02:58:39.930 DEBUG: Download plugin 'config' to '/root/.sonar/_tmp/fileCache15344459644489620170.tmp' 02:58:39.937 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/config/versions/276619b656c2bb54288951fcaf34e31a.jar | time=7ms 02:58:39.940 DEBUG: Download plugin 'dbd' to '/root/.sonar/_tmp/fileCache1121004479660279054.tmp' 02:58:39.945 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbd/versions/573653ee8dffe61684f17fa3f2126e94.jar | time=5ms 02:58:39.990 DEBUG: Download plugin 'dbdjavafrontend' to '/root/.sonar/_tmp/fileCache16651945230313770521.tmp' 02:58:39.998 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdjavafrontend/versions/fc23f466936ad610148264872c7f88ab.jar | time=7ms 02:58:40.047 DEBUG: Download plugin 'dbdpythonfrontend' to '/root/.sonar/_tmp/fileCache2837189036551056787.tmp' 02:58:40.054 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdpythonfrontend/versions/4aee2f1d4b84dc237c35b555ddac032c.jar | time=7ms 02:58:40.097 DEBUG: Download plugin 'flex' to '/root/.sonar/_tmp/fileCache8942940928933550481.tmp' 02:58:40.103 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/flex/versions/9cf78e1f33634604df27546a25ce5b8c.jar | time=5ms 02:58:40.133 DEBUG: Download plugin 'go' to '/root/.sonar/_tmp/fileCache13317730903109983592.tmp' 02:58:40.138 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/go/versions/adbccc29a2f574fb09ec5864c6cc61ff.jar | time=5ms 02:58:40.282 DEBUG: Download plugin 'web' to '/root/.sonar/_tmp/fileCache4162617041655192948.tmp' 02:58:40.287 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/web/versions/723f570db21c05405b1d27b80cbad49f.jar | time=5ms 02:58:40.304 DEBUG: Download plugin 'iac' to '/root/.sonar/_tmp/fileCache7035553938904812798.tmp' 02:58:40.309 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/iac/versions/f0ad6537fc5cfac4881cbcca9ced8b20.jar | time=5ms 02:58:40.331 DEBUG: Download plugin 'jacoco' to '/root/.sonar/_tmp/fileCache13216185685611280885.tmp' 02:58:40.336 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/jacoco/versions/c3b0852dcc82e97e572ca0812c0afd7d.jar | time=5ms 02:58:40.338 DEBUG: Download plugin 'java' to '/root/.sonar/_tmp/fileCache3546776372706452806.tmp' 02:58:40.353 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/java/versions/7754fadc5aefd185bb7b31cc4bdfe227.jar | time=15ms 02:58:40.713 DEBUG: Download plugin 'javascript' to '/root/.sonar/_tmp/fileCache15015390350858628630.tmp' 02:58:40.718 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/javascript/versions/a75ee0e36d6b6c20b4fce889acf7e19e.jar | time=4ms 02:58:41.208 DEBUG: Download plugin 'kotlin' to '/root/.sonar/_tmp/fileCache14769843133098237995.tmp' 02:58:41.213 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/kotlin/versions/ece68225a77710b0d68aa66b3bbe47ef.jar | time=4ms 02:58:41.871 DEBUG: Download plugin 'license' to '/root/.sonar/_tmp/fileCache16377473932544458160.tmp' 02:58:41.877 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/license/versions/bae330321e78b1d2cc259ab823a746c8.jar | time=5ms 02:58:41.879 DEBUG: Download plugin 'php' to '/root/.sonar/_tmp/fileCache6824763783134228747.tmp' 02:58:41.897 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/php/versions/90e67104d74a57d3fec8a2fc9a814e35.jar | time=18ms 02:58:41.987 DEBUG: Download plugin 'plsql' to '/root/.sonar/_tmp/fileCache14510358544552649188.tmp' 02:58:41.994 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/plsql/versions/1e222e2513f2fe2347e22e69ebf61413.jar | time=6ms 02:58:42.041 DEBUG: Download plugin 'python' to '/root/.sonar/_tmp/fileCache16156846320358346770.tmp' 02:58:42.046 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/python/versions/7742941887664c00ff493924e230f41e.jar | time=4ms 02:58:42.215 DEBUG: Download plugin 'ruby' to '/root/.sonar/_tmp/fileCache13151488633990730115.tmp' 02:58:42.220 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/ruby/versions/42ce0ef28d8f5adce3c726365967f5dc.jar | time=5ms 02:58:42.483 DEBUG: Download plugin 'sonarscala' to '/root/.sonar/_tmp/fileCache11749656032044752542.tmp' 02:58:42.490 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarscala/versions/40da3f5c7164c4b1795fdfcef09bf4e3.jar | time=6ms 02:58:42.733 DEBUG: Download plugin 'swift' to '/root/.sonar/_tmp/fileCache6101301904641133365.tmp' 02:58:42.738 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/swift/versions/ded9e597f69750ede3a550567bc5d184.jar | time=4ms 02:58:42.774 DEBUG: Download plugin 'tsql' to '/root/.sonar/_tmp/fileCache3420417442588551403.tmp' 02:58:42.782 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/tsql/versions/3d6c6990357811e86be4648df5beeac6.jar | time=8ms 02:58:42.841 DEBUG: Download plugin 'text' to '/root/.sonar/_tmp/fileCache5797713667412358133.tmp' 02:58:42.846 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/text/versions/2dd70b82b4916308b2a95dda25e98acb.jar | time=4ms 02:58:42.849 DEBUG: Download plugin 'vbnet' to '/root/.sonar/_tmp/fileCache7050719982101438956.tmp' 02:58:42.855 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/vbnet/versions/94a01260f70719fb5aeaca9405d5c820.jar | time=5ms 02:58:42.933 DEBUG: Download plugin 'security' to '/root/.sonar/_tmp/fileCache10628738544764727343.tmp' 02:58:42.942 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/security/versions/29db050f2beb4495717a98ad913ed42e.jar | time=9ms 02:58:43.095 DEBUG: Download plugin 'securitycsharpfrontend' to '/root/.sonar/_tmp/fileCache4127409198195689314.tmp' 02:58:43.100 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitycsharpfrontend/versions/154152690f33a1db74e9f2e3e25e442f.jar | time=5ms 02:58:43.126 DEBUG: Download plugin 'securityjsfrontend' to '/root/.sonar/_tmp/fileCache18196349444148836813.tmp' 02:58:43.131 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjsfrontend/versions/c59d43bc5a6b384ce33cc90d7e7f15b4.jar | time=4ms 02:58:43.159 DEBUG: Download plugin 'securityjavafrontend' to '/root/.sonar/_tmp/fileCache11205755928511808084.tmp' 02:58:43.164 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjavafrontend/versions/963ef79cc96fe5e8f96eaae19647d199.jar | time=5ms 02:58:43.325 DEBUG: Download plugin 'securityphpfrontend' to '/root/.sonar/_tmp/fileCache1803942282032107181.tmp' 02:58:43.330 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityphpfrontend/versions/d0c1092a9b48628ec9c72dd3a1c8abec.jar | time=4ms 02:58:43.389 DEBUG: Download plugin 'securitypythonfrontend' to '/root/.sonar/_tmp/fileCache11873769185911485052.tmp' 02:58:43.424 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitypythonfrontend/versions/67c50ef593b832b06654c764e92da4b3.jar | time=35ms 02:58:43.482 DEBUG: Download plugin 'xml' to '/root/.sonar/_tmp/fileCache10859874514148506326.tmp' 02:58:43.487 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/xml/versions/86805af9220a53a03d1d83bf2292358f.jar | time=5ms 02:58:43.552 INFO: Load/download plugins (done) | time=6039ms 02:58:43.959 DEBUG: Plugins: 02:58:43.959 DEBUG: * IaC Code Quality and Security 1.9.2.2279 (iac) 02:58:43.959 DEBUG: * PL/SQL Code Quality and Security 3.8.0.4948 (plsql) 02:58:43.960 DEBUG: * Scala Code Quality and Security 1.11.0.3905 (sonarscala) 02:58:43.960 DEBUG: * C# Code Quality and Security 8.46.0.54807 (csharp) 02:58:43.960 DEBUG: * Vulnerability Analysis 9.7.0.18030 (security) 02:58:43.960 DEBUG: * Java Code Quality and Security 7.14.0.30229 (java) 02:58:43.960 DEBUG: * HTML Code Quality and Security 3.6.0.3106 (web) 02:58:43.960 DEBUG: * Flex Code Quality and Security 2.7.0.2865 (flex) 02:58:43.960 DEBUG: * XML Code Quality and Security 2.6.1.3686 (xml) 02:58:43.960 DEBUG: * Text file Code Quality and Security 1.1.0.282 (text) 02:58:43.961 DEBUG: * VB.NET Code Quality and Security 8.46.0.54807 (vbnet) 02:58:43.961 DEBUG: * Swift Code Quality and Security 4.7.0.5624 (swift) 02:58:43.961 DEBUG: * CFamily Code Quality and Security 6.38.0.60268 (cpp) 02:58:43.961 DEBUG: * Python Code Quality and Security 3.19.0.10254 (python) 02:58:43.961 DEBUG: * Dataflow Bug Detection Rules for Python 1.7.0.2417 (dbdpythonfrontend) 02:58:43.961 DEBUG: * Dataflow Bug Detection 1.7.0.2417 (dbd) 02:58:43.961 DEBUG: * Go Code Quality and Security 1.11.0.3905 (go) 02:58:43.961 DEBUG: * JaCoCo 1.1.1.1157 (jacoco) 02:58:43.962 DEBUG: * Kotlin Code Quality and Security 2.10.0.1456 (kotlin) 02:58:43.962 DEBUG: * Dataflow Bug Detection Rules for Java 1.7.0.2417 (dbdjavafrontend) 02:58:43.962 DEBUG: * T-SQL Code Quality and Security 1.6.0.4844 (tsql) 02:58:43.962 DEBUG: * Apex Code Quality and Security 1.11.0.3905 (sonarapex) 02:58:43.962 DEBUG: * JavaScript/TypeScript/CSS Code Quality and Security 9.9.0.19492 (javascript) 02:58:43.962 DEBUG: * Ruby Code Quality and Security 1.11.0.3905 (ruby) 02:58:43.962 DEBUG: * Vulnerability Rules for C# 9.7.0.18030 (securitycsharpfrontend) 02:58:43.962 DEBUG: * Vulnerability Rules for Java 9.7.0.18030 (securityjavafrontend) 02:58:43.962 DEBUG: * License for SonarLint 8.0.0.33683 (license) 02:58:43.963 DEBUG: * Vulnerability Rules for JS 9.7.0.18030 (securityjsfrontend) 02:58:43.963 DEBUG: * COBOL Code Quality 5.1.1.5827 (cobol) 02:58:43.963 DEBUG: * Vulnerability Rules for Python 9.7.0.18030 (securitypythonfrontend) 02:58:43.963 DEBUG: * PHP Code Quality and Security 3.25.0.9077 (php) 02:58:43.963 DEBUG: * ABAP Code Quality and Security 3.11.0.4030 (abap) 02:58:43.963 DEBUG: * Configuration detection fot Code Quality and Security 1.2.0.267 (config) 02:58:43.963 DEBUG: * Vulnerability Rules for PHP 9.7.0.18030 (securityphpfrontend) 02:58:44.477 DEBUG: GET 200 https://sonarcloud.io/api/server/version | time=514ms 02:58:44.480 DEBUG: Updated analysis started with a difference of -49 milliseconds 02:58:44.489 DEBUG: Started at Thu Oct 20 02:58:37 UTC 2022 02:58:44.528 INFO: Loaded core extensions: developer-scanner 02:58:44.551 DEBUG: Installed core extension: com.sonarsource.branch.DeveloperScannerCoreExtension@7fedfe27 02:58:45.054 INFO: Found an active CI vendor: 'Bitbucket Pipelines' 02:58:45.578 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/show_project?almId=bitbucketcloud&almRepoId=%257B65372000-b600-4dba-a7f1-f7c076668822%257D | time=512ms 02:58:45.586 INFO: Detected project key 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' from 'Bitbucket Cloud Pipelines' 02:58:45.586 INFO: Detected organization key 'ehgdev' from 'Bitbucket Cloud Pipelines' 02:58:45.592 INFO: Load project settings for component key: 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' 02:58:46.122 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf?component=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda | time=529ms 02:58:46.124 INFO: Load project settings for component key: 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' (done) | time=532ms 02:58:46.129 INFO: Process project properties 02:58:46.136 DEBUG: Process project properties (done) | time=7ms 02:58:46.137 INFO: Execute project builders 02:58:46.137 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor 02:58:46.138 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor 02:58:46.139 INFO: Execute project builders (done) | time=2ms 02:58:46.141 INFO: Project key: ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda 02:58:46.141 INFO: Base dir: /opt/atlassian/pipelines/agent/build 02:58:46.141 INFO: Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork 02:58:46.141 DEBUG: Project global encoding: UTF-8, default locale: en 02:58:46.143 DEBUG: Creating module hierarchy 02:58:46.143 DEBUG: Init module 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' 02:58:46.144 DEBUG: Base dir: /opt/atlassian/pipelines/agent/build 02:58:46.144 DEBUG: Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork 02:58:46.144 DEBUG: Module global encoding: UTF-8, default locale: en 02:58:46.231 INFO: Load project branches 02:58:46.764 DEBUG: GET 200 https://sonarcloud.io/api/project_branches/list?project=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda | time=532ms 02:58:46.771 INFO: Load project branches (done) | time=540ms 02:58:46.775 INFO: Check ALM binding of project 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' 02:58:47.290 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda | time=514ms 02:58:47.291 INFO: Detected project binding: BOUND 02:58:47.292 INFO: Check ALM binding of project 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda' (done) | time=517ms 02:58:47.295 INFO: Load project pull requests 02:58:47.824 DEBUG: GET 200 https://sonarcloud.io/api/project_pull_requests/list?project=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda | time=528ms 02:58:47.828 INFO: Load project pull requests (done) | time=533ms 02:58:47.832 INFO: Load branch configuration 02:58:47.833 INFO: Detected analysis for branch 'development' 02:58:47.834 INFO: Auto-configuring branch development 02:58:47.835 INFO: Load branch configuration (done) | time=3ms 02:58:47.864 DEBUG: Available languages: 02:58:47.872 DEBUG: * Terraform => "terraform" 02:58:47.872 DEBUG: * CloudFormation => "cloudformation" 02:58:47.872 DEBUG: * Kubernetes => "kubernetes" 02:58:47.872 DEBUG: * PL/SQL => "plsql" 02:58:47.872 DEBUG: * Scala => "scala" 02:58:47.872 DEBUG: * C# => "cs" 02:58:47.872 DEBUG: * Java => "java" 02:58:47.872 DEBUG: * HTML => "web" 02:58:47.872 DEBUG: * JSP => "jsp" 02:58:47.872 DEBUG: * Flex => "flex" 02:58:47.873 DEBUG: * XML => "xml" 02:58:47.873 DEBUG: * Text => "text" 02:58:47.873 DEBUG: * VB.NET => "vbnet" 02:58:47.873 DEBUG: * Swift => "swift" 02:58:47.873 DEBUG: * C => "c" 02:58:47.873 DEBUG: * C++ => "cpp" 02:58:47.873 DEBUG: * Objective-C => "objc" 02:58:47.873 DEBUG: * Python => "py" 02:58:47.873 DEBUG: * Go => "go" 02:58:47.873 DEBUG: * Kotlin => "kotlin" 02:58:47.873 DEBUG: * T-SQL => "tsql" 02:58:47.874 DEBUG: * Apex => "apex" 02:58:47.874 DEBUG: * JavaScript => "js" 02:58:47.874 DEBUG: * TypeScript => "ts" 02:58:47.874 DEBUG: * CSS => "css" 02:58:47.874 DEBUG: * Ruby => "ruby" 02:58:47.874 DEBUG: * COBOL => "cobol" 02:58:47.874 DEBUG: * PHP => "php" 02:58:47.874 DEBUG: * ABAP => "abap" 02:58:47.874 DEBUG: * YAML => "yaml" 02:58:47.874 DEBUG: * JSON => "json" 02:58:47.882 INFO: Load quality profiles 02:58:48.432 DEBUG: GET 200 https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda&organization=ehgdev | time=549ms 02:58:48.456 INFO: Load quality profiles (done) | time=574ms 02:58:48.465 INFO: Load active rules 02:58:49.000 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AYI5iBtcYiWOCbm_Y12m&ps=500&p=1 | time=533ms 02:58:49.147 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4G&ps=500&p=1 | time=111ms 02:58:49.272 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4V&ps=500&p=1 | time=116ms 02:58:49.387 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4C&ps=500&p=1 | time=109ms 02:58:49.547 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXZLVc6M7VoItt5BNGwj&ps=500&p=1 | time=160ms 02:58:49.815 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4B&ps=500&p=1 | time=154ms 02:58:49.960 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4A&ps=500&p=1 | time=116ms 02:58:50.112 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4E&ps=500&p=1 | time=147ms 02:58:50.315 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4J&ps=500&p=1 | time=191ms 02:58:50.569 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4J&ps=500&p=2 | time=139ms 02:58:50.687 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI39&ps=500&p=1 | time=116ms 02:58:50.809 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI3_&ps=500&p=1 | time=121ms 02:58:50.923 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4F&ps=500&p=1 | time=112ms 02:58:51.031 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI33&ps=500&p=1 | time=106ms 02:58:51.154 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AX6LfYZSEtnFPnYRcNJg&ps=500&p=1 | time=122ms 02:58:51.284 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4M&ps=500&p=1 | time=129ms 02:58:51.402 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXriBDFsr7WCwZj2al6K&ps=500&p=1 | time=115ms 02:58:51.522 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4L&ps=500&p=1 | time=118ms 02:58:51.633 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXriBx4Ur7WCwZj2bBnC&ps=500&p=1 | time=108ms 02:58:51.815 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4U&ps=500&p=1 | time=182ms 02:58:52.065 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4X&ps=500&p=1 | time=149ms 02:58:52.185 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4W&ps=500&p=1 | time=114ms 02:58:52.322 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4Q&ps=500&p=1 | time=136ms 02:58:52.445 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4K&ps=500&p=1 | time=120ms 02:58:52.561 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4O&ps=500&p=1 | time=113ms 02:58:52.725 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4D&ps=500&p=1 | time=162ms 02:58:52.850 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI38&ps=500&p=1 | time=118ms 02:58:52.999 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4S&ps=500&p=1 | time=146ms 02:58:53.153 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXriCm5_r7WCwZj2bdT6&ps=500&p=1 | time=148ms 02:58:53.280 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4P&ps=500&p=1 | time=125ms 02:58:53.429 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI4N&ps=500&p=1 | time=146ms 02:58:53.584 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AWv40dGVzU3INxZBqI3-&ps=500&p=1 | time=149ms 02:58:53.610 INFO: Load active rules (done) | time=5145ms 02:58:53.677 INFO: Organization key: ehgdev 02:58:53.678 INFO: Branch name: development, type: long-lived 02:58:53.695 INFO: Load project repositories 02:58:54.217 DEBUG: GET 200 https://sonarcloud.io/batch/project.protobuf?key=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda&branch=development | time=522ms 02:58:54.227 INFO: Load project repositories (done) | time=533ms 02:58:54.247 DEBUG: Declared extensions of language Terraform were converted to sonar.lang.patterns.terraform : **/*.tf 02:58:54.247 DEBUG: Declared extensions of language CloudFormation were converted to sonar.lang.patterns.cloudformation : 02:58:54.247 DEBUG: Declared extensions of language Kubernetes were converted to sonar.lang.patterns.kubernetes : 02:58:54.247 DEBUG: Declared extensions of language PL/SQL were converted to sonar.lang.patterns.plsql : **/*.sql,**/*.tab,**/*.pkb 02:58:54.247 DEBUG: Declared extensions of language Scala were converted to sonar.lang.patterns.scala : **/*.scala 02:58:54.248 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs 02:58:54.248 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav 02:58:54.249 DEBUG: Declared extensions of language HTML were converted to sonar.lang.patterns.web : **/*.html,**/*.xhtml,**/*.cshtml,**/*.vbhtml,**/*.aspx,**/*.ascx,**/*.rhtml,**/*.erb,**/*.shtm,**/*.shtml,**/*.cmp,**/*.twig 02:58:54.249 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : **/*.jsp,**/*.jspf,**/*.jspx 02:58:54.249 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as 02:58:54.249 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl 02:58:54.250 DEBUG: Declared extensions of language Text were converted to sonar.lang.patterns.text : **/*.sonarshouldnotexistextension 02:58:54.250 DEBUG: Declared extensions of language VB.NET were converted to sonar.lang.patterns.vbnet : **/*.vb 02:58:54.250 DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : **/*.swift 02:58:54.250 DEBUG: Declared extensions of language C were converted to sonar.lang.patterns.c : **/*.c,**/*.h 02:58:54.251 DEBUG: Declared extensions of language C++ were converted to sonar.lang.patterns.cpp : **/*.cc,**/*.cpp,**/*.cxx,**/*.c++,**/*.hh,**/*.hpp,**/*.hxx,**/*.h++,**/*.ipp 02:58:54.251 DEBUG: Declared extensions of language Objective-C were converted to sonar.lang.patterns.objc : **/*.m 02:58:54.251 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py 02:58:54.251 DEBUG: Declared extensions of language Go were converted to sonar.lang.patterns.go : **/*.go 02:58:54.251 DEBUG: Declared extensions of language Kotlin were converted to sonar.lang.patterns.kotlin : **/*.kt 02:58:54.251 DEBUG: Declared extensions of language T-SQL were converted to sonar.lang.patterns.tsql : **/*.tsql 02:58:54.252 DEBUG: Declared extensions of language Apex were converted to sonar.lang.patterns.apex : **/*.cls,**/*.trigger 02:58:54.252 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue 02:58:54.252 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx,**/*.cts,**/*.mts 02:58:54.252 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : **/*.css,**/*.less,**/*.scss 02:58:54.253 DEBUG: Declared extensions of language Ruby were converted to sonar.lang.patterns.ruby : **/*.rb 02:58:54.253 DEBUG: Declared extensions of language COBOL were converted to sonar.lang.patterns.cobol : 02:58:54.253 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc 02:58:54.253 DEBUG: Declared extensions of language ABAP were converted to sonar.lang.patterns.abap : **/*.abap,**/*.ab4,**/*.flow,**/*.asprog 02:58:54.254 DEBUG: Declared extensions of language YAML were converted to sonar.lang.patterns.yaml : **/*.yaml,**/*.yml 02:58:54.254 DEBUG: Declared extensions of language JSON were converted to sonar.lang.patterns.json : **/*.json 02:58:54.255 DEBUG: Will ignore generated code 02:58:54.256 DEBUG: Will ignore generated code 02:58:54.260 INFO: Indexing files... 02:58:54.261 INFO: Project configuration: 02:58:54.261 INFO: Excluded sources: **/build-wrapper-dump.json, **/*.sql, **/test/**, **/constants/**, **/tests/**, **/__test__/**, **/__tests__/**, **/*.constants.js, **/*.config.js, **/*.test.ts 02:58:54.262 INFO: Included tests: **/*.test.ts 02:58:54.262 INFO: Excluded sources for coverage: **/test/**, **/*.test.js, **/*.test.tsx, **/__mocks__/**, **/*.test.ts 02:58:54.276 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, create new FileSnapshot: lastRead=2022-10-20 02:58:54.275628000, lastModified=2022-10-20 02:57:32.238623000, size=540, fileKey=(dev=97f,ino=8919074) 02:58:54.279 DEBUG: file=null, size changed from -1 to 0 bytes 02:58:54.280 DEBUG: loading config FileBasedConfig[/root/.config/jgit/config] 02:58:54.280 DEBUG: readpipe [/usr/bin/git, --version],/usr/bin 02:58:54.290 DEBUG: readpipe may return 'git version 2.11.0' 02:58:54.290 DEBUG: remaining output: 02:58:54.290 DEBUG: readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 02:58:54.293 DEBUG: readpipe may return 'null' 02:58:54.302 DEBUG: remaining output: 02:58:54.326 DEBUG: readpipe rc=128 02:58:54.326 DEBUG: Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 02:58:54.327 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.327 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.327 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.327 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.328 DEBUG: file=null, size changed from -1 to 0 bytes 02:58:54.328 DEBUG: loading config FileBasedConfig[/root/.gitconfig] 02:58:54.329 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, create new FileSnapshot: lastRead=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, size=540, fileKey=(dev=97f,ino=8919074) 02:58:54.331 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.332 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.332 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2022-10-20 02:58:54.328850000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734328850000 ns, racy<=2500000000 ns 02:58:54.333 DEBUG: file=/root/.gitconfig, is unmodified 02:58:54.333 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, isRacyClean=false, read=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, delta=82090611000 ns, racy<=2500000000 ns 02:58:54.333 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, is unmodified 02:58:54.349 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/index, create new FileSnapshot: lastRead=2022-10-20 02:58:54.349204000, lastModified=2022-10-20 02:57:32.230623000, size=1877, fileKey=(dev=97f,ino=8919073) 02:58:54.358 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.358 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.358 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2022-10-20 02:58:54.328850000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734328850000 ns, racy<=2500000000 ns 02:58:54.358 DEBUG: file=/root/.gitconfig, is unmodified 02:58:54.359 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, isRacyClean=false, read=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, delta=82090611000 ns, racy<=2500000000 ns 02:58:54.359 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, is unmodified 02:58:54.361 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.361 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.361 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2022-10-20 02:58:54.328850000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734328850000 ns, racy<=2500000000 ns 02:58:54.361 DEBUG: file=/root/.gitconfig, is unmodified 02:58:54.361 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, isRacyClean=false, read=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, delta=82090611000 ns, racy<=2500000000 ns 02:58:54.361 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, is unmodified 02:58:54.369 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.369 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.369 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2022-10-20 02:58:54.328850000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734328850000 ns, racy<=2500000000 ns 02:58:54.369 DEBUG: file=/root/.gitconfig, is unmodified 02:58:54.370 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, isRacyClean=false, read=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, delta=82090611000 ns, racy<=2500000000 ns 02:58:54.370 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, is unmodified 02:58:54.372 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2022-10-20 02:58:54.280092000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734280092000 ns, racy<=2500000000 ns 02:58:54.373 DEBUG: file=/root/.config/jgit/config, is unmodified 02:58:54.373 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2022-10-20 02:58:54.328850000, lastModified=1970-01-01 00:00:00.000000000, delta=1666234734328850000 ns, racy<=2500000000 ns 02:58:54.373 DEBUG: file=/root/.gitconfig, is unmodified 02:58:54.373 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, isRacyClean=false, read=2022-10-20 02:58:54.329234000, lastModified=2022-10-20 02:57:32.238623000, delta=82090611000 ns, racy<=2500000000 ns 02:58:54.373 DEBUG: file=/opt/atlassian/pipelines/agent/build/.git/config, is unmodified 02:58:54.403 DEBUG: 20 non excluded files in this Git repository 02:58:54.424 DEBUG: 'src/sendMessageToSQS.ts' indexed with language 'ts' 02:58:54.442 DEBUG: 'src/index.ts' indexed with language 'ts' 02:58:54.446 DEBUG: 'src/getDueBatchTransactionsByTenant.ts' indexed with language 'ts' 02:58:54.448 DEBUG: 'src/@types/index.ts' indexed with language 'ts' 02:58:54.450 DEBUG: 'src/testAxiosRetry.ts' indexed with language 'ts' 02:58:54.451 DEBUG: 'src/sqsServer.ts' indexed with language 'ts' 02:58:54.455 DEBUG: 'src/tests/index.test.ts' indexed as test with language 'ts' 02:58:54.455 DEBUG: File https://bitbucket.org/ehgprojecthorizon/fp-payment-schedule-batch-processor-lambda/src/a4b4031b63216dd0c6d3403d0b42658784fbba60/src/tests/index.test.ts excluded for coverage 02:58:54.467 INFO: 7 files indexed 02:58:54.468 INFO: 9 files ignored because of inclusion/exclusion patterns 02:58:54.468 INFO: 0 files ignored because of scm ignore settings 02:58:54.469 INFO: Quality profile for ts: Sonar way 02:58:54.487 INFO: ------------- Run sensors on module ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda 02:58:54.755 INFO: Load metrics repository 02:58:55.281 DEBUG: GET 200 https://sonarcloud.io/api/metrics/search?f=name,description,direction,qualitative&ps=500&p=1 | time=519ms 02:58:55.299 INFO: Load metrics repository (done) | time=544ms 02:58:57.949 DEBUG: Adding rules for repository 'jssecurity', language: JAVASCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.F 02:58:57.955 DEBUG: Adding rules for repository 'tssecurity', language: TYPESCRIPT, [class com.sonar.security.frontend.js.rules.DomOpenRedirectCheck, class com.sonar.security.frontend.js.rules.DomXssCheck, class com.sonar.security.frontend.js.rules.DynamicCodeExecutionCheck, class com.sonar.security.frontend.js.rules.FilePathInjectionCheck, class com.sonar.security.frontend.js.rules.HttpRedirectionCheck, class com.sonar.security.frontend.js.rules.NoSQLInjectionCheck, class com.sonar.security.frontend.js.rules.OSArgumentConstructionCheck, class com.sonar.security.frontend.js.rules.OSArgumentInjectionCheck, class com.sonar.security.frontend.js.rules.OSCommandInjectionCheck, class com.sonar.security.frontend.js.rules.ReflectedXssCheck, class com.sonar.security.frontend.js.rules.RegularExpressionDoSCheck, class com.sonar.security.frontend.js.rules.ServerSideRequestCheck, class com.sonar.security.frontend.js.rules.SQLInjectionCheck, class com.sonar.security.frontend.js.rules.ZipSlipCheck, class com.sonar.security.frontend.js.rules.SessionFixationCheck] from com.sonar.security.frontend.js.C 02:58:58.559 DEBUG: 'JavaSensor' skipped because there is no related file in current project 02:58:58.559 DEBUG: 'CobolSquidSensor' skipped because there is no related file in current project 02:58:58.560 DEBUG: 'Import external issues report' skipped because one of the required properties is missing 02:58:58.561 DEBUG: 'IaC Terraform Sensor' skipped because there is no related file in current project 02:58:58.561 DEBUG: 'IaC CloudFormation Sensor' skipped because there is no related file in current project 02:58:58.561 DEBUG: 'IaC Kubernetes Sensor' skipped because there is no related file in current project 02:58:58.569 DEBUG: 'PL/SQL Sensor' skipped because there is no related file in current project 02:58:58.570 DEBUG: 'Scala Sensor' skipped because there is no related file in current project 02:58:58.570 DEBUG: 'Scoverage sensor for Scala coverage' skipped because there is no related file in current project 02:58:58.571 DEBUG: 'Import of Scalastyle issues' skipped because there is no related file in current project 02:58:58.571 DEBUG: 'Import of Scapegoat issues' skipped because there is no related file in current project 02:58:58.572 DEBUG: 'Import of Checkstyle issues' skipped because there is no related file in current project 02:58:58.572 DEBUG: 'Import of PMD issues' skipped because one of the required properties is missing 02:58:58.573 DEBUG: 'Import of SpotBugs issues' skipped because there is no related file in current project 02:58:58.573 DEBUG: 'SurefireSensor' skipped because there is no related file in current project 02:58:58.573 DEBUG: 'Removed properties sensor' skipped because there is no related file in current project 02:58:58.574 DEBUG: 'Flex' skipped because there is no related file in current project 02:58:58.574 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project 02:58:58.574 DEBUG: 'XML Sensor' skipped because there is no related file in current project 02:58:58.575 DEBUG: 'Swift Code Quality and Security' skipped because there is no related file in current project 02:58:58.575 DEBUG: 'Import of SwiftLint issues' skipped because there is no related file in current project 02:58:58.576 DEBUG: 'gcov' skipped because there is no related file in current project 02:58:58.577 DEBUG: 'llvm-cov' skipped because there is no related file in current project 02:58:58.577 DEBUG: 'cppunit' skipped because there is no related file in current project 02:58:58.578 DEBUG: 'VisualStudioCoverage' skipped because there is no related file in current project 02:58:58.578 DEBUG: 'bullseye' skipped because there is no related file in current project 02:58:58.579 DEBUG: 'Python Sensor' skipped because there is no related file in current project 02:58:58.579 DEBUG: 'Cobertura Sensor for Python coverage' skipped because there is no related file in current project 02:58:58.579 DEBUG: 'PythonXUnitSensor' skipped because there is no related file in current project 02:58:58.580 DEBUG: 'Import of Pylint issues' skipped because there is no related file in current project 02:58:58.580 DEBUG: 'Import of Bandit issues' skipped because there is no related file in current project 02:58:58.580 DEBUG: 'Import of Flake8 issues' skipped because there is no related file in current project 02:58:58.581 DEBUG: 'Code Quality and Security for Go' skipped because there is no related file in current project 02:58:58.581 DEBUG: 'Go Unit Test Report' skipped because there is no related file in current project 02:58:58.582 DEBUG: 'Go Cover sensor for Go coverage' skipped because one of the required properties is missing 02:58:58.582 DEBUG: 'Import of go vet issues' skipped because there is no related file in current project 02:58:58.582 DEBUG: 'Import of Golint issues' skipped because there is no related file in current project 02:58:58.582 DEBUG: 'Import of GoMetaLinter issues' skipped because there is no related file in current project 02:58:58.582 DEBUG: 'Import of GolangCI-Lint issues' skipped because there is no related file in current project 02:58:58.583 DEBUG: 'Kotlin Sensor' skipped because there is no related file in current project 02:58:58.583 DEBUG: 'KotlinSurefireSensor' skipped because there is no related file in current project 02:58:58.583 DEBUG: 'Import of detekt issues' skipped because there is no related file in current project 02:58:58.583 DEBUG: 'Import of Android Lint issues' skipped because one of the required properties is missing 02:58:58.584 DEBUG: 'Import of ktlint issues' skipped because there is no related file in current project 02:58:58.585 DEBUG: 'T-SQL Sensor' skipped because there is no related file in current project 02:58:58.586 DEBUG: 'Apex Sensor' skipped because there is no related file in current project 02:58:58.586 DEBUG: 'Test coverage Sensor for Apex' skipped because there is no related file in current project 02:58:58.590 DEBUG: 'Import of PMD issues' skipped because there is no related file in current project 02:58:58.593 DEBUG: 'JavaScript analysis' skipped because there is no related file in current project 02:58:58.593 DEBUG: 'JavaScript inside YAML analysis' skipped because there is no related file in current project 02:58:58.595 DEBUG: 'Import of ESLint issues' skipped because one of the required properties is missing 02:58:58.595 DEBUG: 'Import of TSLint issues' skipped because one of the required properties is missing 02:58:58.595 DEBUG: 'CSS Metrics' skipped because there is no related file in current project 02:58:58.595 DEBUG: 'Import of stylelint issues' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'Ruby Sensor' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'Import of RuboCop issues' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'SimpleCov Sensor for Ruby coverage' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'Python HTML templates processing' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'PHP sensor' skipped because there is no related file in current project 02:58:58.596 DEBUG: 'Analyzer for "php.ini" files' skipped because there is no related file in current project 02:58:58.597 DEBUG: 'Import of PHPStan issues' skipped because there is no related file in current project 02:58:58.597 DEBUG: 'Import of Psalm issues' skipped because there is no related file in current project 02:58:58.597 DEBUG: 'AbapSquidSensor' skipped because there is no related file in current project 02:58:58.608 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing 02:58:58.608 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing 02:58:58.608 DEBUG: 'CFamily' skipped because there is no related file in current project 02:58:58.610 DEBUG: Sensors : C# Project Type Information -> C# Analysis Log -> C# Properties -> HTML -> Text Sensor -> VB.NET Project Type Information -> VB.NET Analysis Log -> VB.NET Properties -> JaCoCo XML Report Importer -> TypeScript analysis -> JavaScript/TypeScript Coverage -> CSS Rules -> ThymeLeaf template sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> javabugs -> pythonbugs -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecuritySensor -> PythonSecuritySensor -> JsSecuritySensor 02:58:58.612 INFO: Sensor C# Project Type Information [csharp] 02:58:58.612 INFO: Sensor C# Project Type Information [csharp] (done) | time=1ms 02:58:58.613 INFO: Sensor C# Analysis Log [csharp] 02:58:58.632 INFO: Sensor C# Analysis Log [csharp] (done) | time=19ms 02:58:58.632 INFO: Sensor C# Properties [csharp] 02:58:58.632 DEBUG: Project 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda': No Roslyn issues reports have been found. 02:58:58.632 INFO: Sensor C# Properties [csharp] (done) | time=0ms 02:58:58.633 INFO: Sensor HTML [web] 02:58:58.636 INFO: Sensor HTML [web] (done) | time=3ms 02:58:58.636 INFO: Sensor Text Sensor [text] 02:58:58.639 INFO: 7 source files to be analyzed 02:58:58.646 DEBUG: 'src/@types/index.ts' generated metadata with charset 'UTF-8' 02:58:58.653 DEBUG: 'src/tests/index.test.ts' generated metadata as test with charset 'UTF-8' 02:58:58.665 DEBUG: 'src/testAxiosRetry.ts' generated metadata with charset 'UTF-8' 02:58:58.667 DEBUG: 'src/sendMessageToSQS.ts' generated metadata with charset 'UTF-8' 02:58:58.671 DEBUG: 'src/index.ts' generated metadata with charset 'UTF-8' 02:58:58.677 DEBUG: 'src/getDueBatchTransactionsByTenant.ts' generated metadata with charset 'UTF-8' 02:58:58.678 DEBUG: 'src/sqsServer.ts' generated metadata with charset 'UTF-8' 02:58:58.680 INFO: 7/7 source files have been analyzed 02:58:58.680 INFO: Sensor Text Sensor [text] (done) | time=44ms 02:58:58.681 INFO: Sensor VB.NET Project Type Information [vbnet] 02:58:58.682 INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms 02:58:58.682 INFO: Sensor VB.NET Analysis Log [vbnet] 02:58:58.700 INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=18ms 02:58:58.700 INFO: Sensor VB.NET Properties [vbnet] 02:58:58.701 DEBUG: Project 'ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda': No Roslyn issues reports have been found. 02:58:58.701 INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms 02:58:58.701 INFO: Sensor JaCoCo XML Report Importer [jacoco] 02:58:58.703 INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml 02:58:58.703 INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer 02:58:58.703 INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms 02:58:58.704 INFO: Sensor TypeScript analysis [javascript] 02:58:58.708 DEBUG: Deploying bundle 02:58:58.708 DEBUG: Deploying eslint-bridge into /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle 02:59:00.779 DEBUG: Deploying bundle (done) | time=2071ms 02:59:00.780 DEBUG: Deploying custom rules bundle jar:file:/root/.sonar/cache/c59d43bc5a6b384ce33cc90d7e7f15b4/sonar-securityjsfrontend-plugin.jar!/js-vulnerabilities-rules-1.0.0.tgz to /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules715110808018126504 02:59:00.785 DEBUG: Starting server 02:59:00.788 DEBUG: Using default Node.js executable: 'node'. 02:59:00.788 DEBUG: Checking Node.js version 02:59:00.789 DEBUG: Launching command node -v 02:59:00.804 DEBUG: Using Node.js v16.13.2. 02:59:00.805 DEBUG: Starting Node.js process to start eslint-bridge server at port 46567 02:59:00.805 DEBUG: Launching command node /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/bin/server 46567 127.0.0.1 /opt/atlassian/pipelines/agent/build/.scannerwork true false /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules715110808018126504/package 02:59:02.926 DEBUG: starting eslint-bridge server at port 46567 02:59:02.935 DEBUG: eslint-bridge server is running at port 46567 02:59:03.039 DEBUG: Starting server (done) | time=2254ms 02:59:03.045 DEBUG: Analysis of unchanged files will not be skipped (current analysis requires all files to be analyzed) 02:59:03.077 DEBUG: Initializing linter "default" with no-commented-code,sonar-no-fallthrough,duplicates-in-character-class,new-operator-misuse,no-inverted-boolean-check,non-existent-operator,no-small-switch,jsx-no-comment-textnodes,file-uploads,prefer-for-of,sonar-no-misleading-character-class,sonar-jsx-no-leaked-render,xml-parser-xxe,default-param-last,sql-queries,no-global-this,no-array-delete,dns-prefetching,no-alphabetical-sort,require-render-return,no-same-argument-assert,certificate-transparency,arguments-order,single-char-in-character-classes,no-unsafe-finally,unused-named-groups,prefer-while,single-character-alternation,no-sequences,void-use,no-octal,no-hardcoded-ip,no-ip-forward,comma-or-logical-or-case,label-position,existing-groups,no-use-of-empty-return-value,session-regeneration,super-invocation,no-associative-arrays,no-weak-keys,confidential-information-logging,no-try-promise,sonar-no-control-regex,no-empty-alternatives,weak-ssl,sonar-no-regex-spaces,no-throw-literal,no-useless-increment,pseudo-random,prefer-regex-literals,sonar-no-unused-class-component-methods,rules-of-hooks,no-useless-react-setstate,no-identical-functions,no-redundant-optional,no-hook-setter-in-body,cookie-no-httponly,no-element-overwrite,no-equals-in-for-termination,no-sparse-arrays,aws-s3-bucket-public-access,post-message,constructor-for-side-effects,no-var,no-redundant-jump,no-redeclare,no-unthrown-error,no-duplicate-imports,no-globals-shadowing,unverified-hostname,no-os-command-from-path,no-collection-size-mischeck,prefer-namespace-keyword,unverified-certificate,disabled-auto-escaping,no-empty-collection,no-empty-group,hashing,for-loop-increment-sign,no-vue-bypass-sanitization,cors,no-accessor-field-mismatch,insecure-cookie,no-unused-collection,no-invariant-returns,no-case-label-in-switch,no-nested-conditional,os-command,no-unnecessary-type-assertion,insecure-jwt-token,no-dead-store,prefer-type-guard,use-type-alias,no-misleading-array-reverse,no-redundant-assignments,no-in-misuse,no-parameter-reassignment,no-all-duplicated-branches,no-identical-conditions,no-weak-cipher,no-delete-var,encryption-secure-mode,no-useless-intersection,updated-loop-counter,link-with-target-blank,concise-regex,sonar-block-scoped-var,no-code-after-done,no-empty-function,stateful-regex,test-check-exception,no-unsafe-negation,max-switch-cases,deprecation,misplaced-loop-counter,production-debug,no-one-iteration-loop,csrf,no-undefined-argument,no-multi-str,cognitive-complexity,no-labels,function-inside-loop,use-isnan,inverted-assertion-arguments,no-nested-template-literals,aws-s3-bucket-insecure-http,generator-without-yield,no-duplicate-in-composite,no-ignored-return,no-caller,no-duplicated-branches,aws-s3-bucket-server-encryption,no-unenclosed-multiline-block,call-argument-line,disabled-timeout,bitwise-operators,class-name,code-eval,no-identical-expressions,no-unreachable,no-redundant-boolean,content-security-policy,no-useless-catch,prefer-promise-shorthand,x-powered-by,regex-complexity,no-empty-after-reluctant,assertions-in-tests,disabled-resource-integrity,no-intrusive-permissions,unused-import,file-permissions,publicly-writable-directories,no-incomplete-assertions,empty-string-repetition,no-nested-assignment,index-of-compare-to-positive-number,aws-s3-bucket-versioning,no-unsafe-unzip,chai-determinate-assertion,sonar-no-dupe-keys,no-primitive-wrappers,todo-tag,strict-transport-security,no-mime-sniff,prefer-default-last,no-exclusive-tests,no-referrer-policy,no-gratuitous-expressions,no-empty-pattern,sonar-no-invalid-regexp,no-self-assign,no-mixed-content,no-misused-new,no-invalid-await,no-angular-bypass-sanitization,anchor-precedence,no-hardcoded-credentials,frame-ancestors,slow-regex,aws-s3-bucket-granted-access,content-length,fixme-tag,no-clear-text-protocols,no-empty,sonar-max-params,hidden-files,no-unused-expressions,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg,ucfg 02:59:03.116 DEBUG: Loaded rules ucfg from /opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules715110808018126504/package 02:59:03.125 DEBUG: Analysis of unchanged files will not be skipped (current analysis requires all files to be analyzed) 02:59:03.456 INFO: Found 1 https://bitbucket.org/ehgprojecthorizon/fp-payment-schedule-batch-processor-lambda/src/a4b4031b63216dd0c6d3403d0b42658784fbba60/tsconfig.json file(s): [/opt/atlassian/pipelines/agent/build/tsconfig.json] 02:59:03.459 INFO: Creating TypeScript program 02:59:03.459 INFO: TypeScript configuration file /opt/atlassian/pipelines/agent/build/tsconfig.json 02:59:03.463 DEBUG: creating program from /opt/atlassian/pipelines/agent/build/tsconfig.json 02:59:03.470 INFO: 7 source files to be analyzed 02:59:04.998 DEBUG: program from /opt/atlassian/pipelines/agent/build/tsconfig.json with id 1 is created 02:59:05.006 INFO: Creating TypeScript program (done) | time=1547ms 02:59:05.006 INFO: Starting analysis with current program 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es5.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2016.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2019.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.d.ts' 02:59:05.007 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2021.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.esnext.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.dom.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.dom.iterable.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.webworker.importscripts.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.scripthost.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.core.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.collection.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.generator.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.iterable.d.ts' 02:59:05.008 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.promise.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.proxy.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.reflect.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.symbol.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2016.array.include.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.object.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.string.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.intl.d.ts' 02:59:05.009 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.intl.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.promise.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2018.regexp.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2019.array.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2019.object.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2019.string.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2019.symbol.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.bigint.d.ts' 02:59:05.010 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.date.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.promise.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.string.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.intl.d.ts' 02:59:05.011 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2020.number.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2021.promise.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2021.string.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2021.weakref.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2021.intl.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.array.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.error.d.ts' 02:59:05.012 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.intl.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.object.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.es2022.string.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.esnext.intl.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/.scannerwork/.sonartmp/eslint-bridge-bundle/package/node_modules/typescript/lib/lib.esnext.full.d.ts' 02:59:05.013 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/src/constants/constants.ts' 02:59:05.016 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/@types/index.ts' as current analysis requires all files to be analyzed 02:59:05.017 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/@types/index.ts 02:59:05.021 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/@types/index.ts" with linterId "default" 02:59:05.822 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/@types/index.ts' containing 1 file(s) 02:59:05.823 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/@types/index.ts' 02:59:05.823 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/axios/index.d.ts' 02:59:05.823 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/axios-retry/index.d.ts' 02:59:05.824 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/getDueBatchTransactionsByTenant.ts' as current analysis requires all files to be analyzed 02:59:05.824 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/getDueBatchTransactionsByTenant.ts 02:59:05.826 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/getDueBatchTransactionsByTenant.ts" with linterId "default" 02:59:06.252 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/getDueBatchTransactionsByTenant.ts' containing 3 file(s) 02:59:06.256 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/getDueBatchTransactionsByTenant.ts' 02:59:06.257 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/handler.d.ts' 02:59:06.257 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/common/api-gateway.d.ts' 02:59:06.257 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/common/cloudfront.d.ts' 02:59:06.258 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/alb.d.ts' 02:59:06.258 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts' 02:59:06.258 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts' 02:59:06.258 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cloudformation-custom-resource.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cdk-custom-resource.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cloudfront-request.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cloudfront-response.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/eventbridge.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cloudwatch-events.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cloudwatch-logs.d.ts' 02:59:06.262 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codebuild-cloudwatch-state.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codepipeline.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codepipeline-cloudwatch-action.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codepipeline-cloudwatch-pipeline.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codepipeline-cloudwatch-stage.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/codepipeline-cloudwatch.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/_common.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/create-auth-challenge.d.ts' 02:59:06.263 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts' 02:59:06.264 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-email-sender.d.ts' 02:59:06.264 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/define-auth-challenge.d.ts' 02:59:06.264 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/post-authentication.d.ts' 02:59:06.264 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/post-confirmation.d.ts' 02:59:06.264 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-authentication.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-signup.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/user-migration.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/verify-auth-challenge-response.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts' 02:59:06.265 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/connect-contact-flow.d.ts' 02:59:06.266 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts' 02:59:06.266 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/iot.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/kinesis-firehose-transformation.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/lex.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/lex-v2.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/s3.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/s3-batch.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/ses.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/sns.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/sqs.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/msk.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/trigger/secretsmanager.d.ts' 02:59:06.267 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/aws-lambda/index.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/tiny-invariant/dist/tiny-invariant.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/abort.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/logger.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/http.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/response.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/util.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/command.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/client.d.ts' 02:59:06.268 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/credentials.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/crypto.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/pagination.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/serde.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/shapes.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/signature.d.ts' 02:59:06.269 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/stream.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/waiter.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/types/dist-types/index.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts' 02:59:06.270 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/models/SQSServiceException.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/assert.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/assert/strict.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/globals.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/async_hooks.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/buffer.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/child_process.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/cluster.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/console.d.ts' 02:59:06.271 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/constants.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/crypto.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/dgram.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/diagnostics_channel.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/dns.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/dns/promises.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/domain.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/events.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/fs.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/fs/promises.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/http.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/http2.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/https.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/inspector.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/module.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/net.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/os.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/path.d.ts' 02:59:06.272 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/perf_hooks.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/process.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/punycode.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/querystring.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/readline.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/repl.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/stream.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/stream/promises.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/stream/consumers.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/stream/web.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/string_decoder.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/timers.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/timers/promises.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/tls.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/trace_events.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/tty.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/url.d.ts' 02:59:06.273 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/util.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/v8.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/vm.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/wasi.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/worker_threads.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/zlib.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/globals.global.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/node/index.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts' 02:59:06.274 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts' 02:59:06.275 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts' 02:59:06.276 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts' 02:59:06.276 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts' 02:59:06.276 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts' 02:59:06.276 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts' 02:59:06.276 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts' 02:59:06.277 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts' 02:59:06.277 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts' 02:59:06.277 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts' 02:59:06.277 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts' 02:59:06.278 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/CreateQueueCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageBatchCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteQueueCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueAttributesCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueUrlCommand.d.ts' 02:59:06.279 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueuesCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueueTagsCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/PurgeQueueCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/ReceiveMessageCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/RemovePermissionCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/SetQueueAttributesCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/TagQueueCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/UntagQueueCommand.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts' 02:59:06.280 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/AddPermissionCommand.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/SQS.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/commands/index.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/models/index.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/pagination/Interfaces.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/pagination/ListQueuesPaginator.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/pagination/index.d.ts' 02:59:06.281 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-sqs/dist-types/index.d.ts' 02:59:06.281 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/sqsServer.ts' as current analysis requires all files to be analyzed 02:59:06.281 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/sqsServer.ts 02:59:06.284 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/sqsServer.ts" with linterId "default" 02:59:06.354 DEBUG: Not enough content in 'src/sqsServer.ts' to have CPD blocks, it will not be part of the duplication detection 02:59:06.355 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/sqsServer.ts' containing 1 file(s) 02:59:06.356 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/sqsServer.ts' 02:59:06.356 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/sendMessageToSQS.ts' as current analysis requires all files to be analyzed 02:59:06.356 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/sendMessageToSQS.ts 02:59:06.359 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/sendMessageToSQS.ts" with linterId "default" 02:59:06.578 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/sendMessageToSQS.ts' containing 5 file(s) 02:59:06.579 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/sendMessageToSQS.ts' 02:59:06.580 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/index.ts' as current analysis requires all files to be analyzed 02:59:06.580 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/index.ts 02:59:06.585 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/index.ts" with linterId "default" 02:59:06.716 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/index.ts' containing 5 file(s) 02:59:06.718 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/index.ts' 02:59:06.718 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/testAxiosRetry.ts' as current analysis requires all files to be analyzed 02:59:06.718 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/testAxiosRetry.ts 02:59:06.722 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/testAxiosRetry.ts" with linterId "default" 02:59:06.796 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/testAxiosRetry.ts' containing 3 file(s) 02:59:06.797 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/testAxiosRetry.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/axios-mock-adapter/types/index.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@sinonjs/fake-timers/types/fake-timers-src.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/sinon/index.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/aws-sdk-client-mock/dist/types/awsClientStub.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/aws-sdk-client-mock/dist/types/mockClient.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/index.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' 02:59:06.798 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' 02:59:06.799 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' 02:59:06.802 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' 02:59:06.803 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' 02:59:06.804 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' 02:59:06.805 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' 02:59:06.806 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' 02:59:06.806 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' 02:59:06.806 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' 02:59:06.806 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts' 02:59:06.807 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts' 02:59:06.808 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/aws-sdk-client-mock/dist/types/libStorage.d.ts' 02:59:06.808 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/aws-sdk-client-mock/dist/types/index.d.ts' 02:59:06.808 DEBUG: Cache strategy set to 'WRITE_ONLY' for file 'src/tests/index.test.ts' as current analysis requires all files to be analyzed 02:59:06.808 DEBUG: Analyzing file: file:///opt/atlassian/pipelines/agent/build/src/tests/index.test.ts 02:59:06.812 DEBUG: Analyzing file "/opt/atlassian/pipelines/agent/build/src/tests/index.test.ts" with linterId "default" 02:59:06.844 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:SEQ:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/tests/index.test.ts' containing 0 file(s) 02:59:06.845 DEBUG: Cache entry created for key 'jssecurity:ucfgs:9.9.0.19492:JSON:ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda:src/tests/index.test.ts' 02:59:06.845 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@babel/types/lib/index.d.ts' 02:59:06.845 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/babel__generator/index.d.ts' 02:59:06.846 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@babel/parser/typings/babel-parser.d.ts' 02:59:06.846 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/babel__template/index.d.ts' 02:59:06.846 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/babel__traverse/index.d.ts' 02:59:06.846 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/babel__core/index.d.ts' 02:59:06.846 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/graceful-fs/index.d.ts' 02:59:06.847 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/istanbul-lib-coverage/index.d.ts' 02:59:06.847 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/istanbul-lib-report/index.d.ts' 02:59:06.847 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/istanbul-reports/index.d.ts' 02:59:06.847 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/jest-diff/build/cleanupSemantic.d.ts' 02:59:06.848 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/jest-diff/build/types.d.ts' 02:59:06.848 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/jest-diff/build/diffLines.d.ts' 02:59:06.849 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/jest-diff/build/printDiffs.d.ts' 02:59:06.849 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/jest-diff/build/index.d.ts' 02:59:06.849 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/pretty-format/build/types.d.ts' 02:59:06.849 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/pretty-format/build/index.d.ts' 02:59:06.849 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/jest/index.d.ts' 02:59:06.850 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/json-schema/index.d.ts' 02:59:06.850 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/prettier/index.d.ts' 02:59:06.850 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/stack-utils/index.d.ts' 02:59:06.850 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/ws/index.d.ts' 02:59:06.850 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/yargs-parser/index.d.ts' 02:59:06.851 DEBUG: File not part of the project: '/opt/atlassian/pipelines/agent/build/node_modules/@types/yargs/index.d.ts' 02:59:06.851 INFO: Analyzed 7 file(s) with current program 02:59:06.863 INFO: 7/7 source files have been analyzed 02:59:06.863 INFO: Hit the cache for 0 out of 7 02:59:06.865 INFO: Miss the cache for 7 out of 7: ANALYSIS_MODE_INELIGIBLE [7/7] 02:59:06.865 INFO: Sensor TypeScript analysis [javascript] (done) | time=8161ms 02:59:06.866 INFO: Sensor JavaScript/TypeScript Coverage [javascript] 02:59:06.866 DEBUG: Property sonar.javascript.lcov.reportPaths is used. 02:59:06.866 DEBUG: Using 'coverage/lcov.info' to resolve LCOV files 02:59:06.866 INFO: Analysing [/opt/atlassian/pipelines/agent/build/coverage/lcov.info] 02:59:06.881 WARN: Could not resolve 1 file paths in [/opt/atlassian/pipelines/agent/build/coverage/lcov.info] 02:59:06.881 DEBUG: Unresolved paths: https://bitbucket.org/ehgprojecthorizon/fp-payment-schedule-batch-processor-lambda/src/a4b4031b63216dd0c6d3403d0b42658784fbba60/src/constants/constants.ts 02:59:06.881 INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=15ms 02:59:06.881 INFO: Sensor CSS Rules [javascript] 02:59:06.882 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. 02:59:06.882 INFO: Sensor CSS Rules [javascript] (done) | time=1ms 02:59:06.882 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] 02:59:06.883 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms 02:59:06.883 INFO: Sensor Serverless configuration file sensor [security] 02:59:06.883 INFO: 0 Serverless function entries were found in the project 02:59:06.885 INFO: 0 Serverless function handlers were kept as entrypoints 02:59:06.885 INFO: Sensor Serverless configuration file sensor [security] (done) | time=2ms 02:59:06.886 INFO: Sensor AWS SAM template file sensor [security] 02:59:06.886 DEBUG: 0 SAM template configuration files were found in the project. 0 SAM function entries were found in total. 0 were kept as potential entrypoints. 02:59:06.887 INFO: Sensor AWS SAM template file sensor [security] (done) | time=0ms 02:59:06.887 INFO: Sensor AWS SAM Inline template file sensor [security] 02:59:06.888 DEBUG: 0 SAM Inline template configuration files were found in the project. 0 SAM Inline function entries were found in total. 0 were kept as potential entrypoints. 02:59:06.888 INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms 02:59:06.888 INFO: Sensor javabugs [dbd] 02:59:06.889 INFO: Reading IR files from: /opt/atlassian/pipelines/agent/build/.scannerwork/ir/java 02:59:06.889 INFO: No IR files have been included for analysis. 02:59:06.889 INFO: Sensor javabugs [dbd] (done) | time=1ms 02:59:06.889 INFO: Sensor pythonbugs [dbd] 02:59:06.891 DEBUG: Could not load type definitions from /opt/atlassian/pipelines/agent/build/.scannerwork/ir/python/collected.typedefs: /opt/atlassian/pipelines/agent/build/.scannerwork/ir/python/collected.typedefs (No such file or directory) 02:59:06.891 INFO: Reading IR files from: /opt/atlassian/pipelines/agent/build/.scannerwork/ir/python 02:59:06.891 INFO: No IR files have been included for analysis. 02:59:06.891 INFO: Sensor pythonbugs [dbd] (done) | time=2ms 02:59:06.891 INFO: Sensor JavaSecuritySensor [security] 02:59:06.893 INFO: Reading type hierarchy from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/java 02:59:06.893 INFO: Read 0 type definitions 02:59:06.895 INFO: Reading UCFGs from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/java 02:59:06.896 INFO: No UCFGs have been included for analysis. 02:59:06.896 INFO: Sensor JavaSecuritySensor [security] (done) | time=5ms 02:59:06.896 INFO: Sensor CSharpSecuritySensor [security] 02:59:06.896 INFO: Reading type hierarchy from: /opt/atlassian/pipelines/agent/build/ucfg_cs2 02:59:06.896 INFO: Read 0 type definitions 02:59:06.896 INFO: Reading UCFGs from: /opt/atlassian/pipelines/agent/build/ucfg_cs2 02:59:06.896 INFO: No UCFGs have been included for analysis. 02:59:06.896 INFO: Sensor CSharpSecuritySensor [security] (done) | time=0ms 02:59:06.896 INFO: Sensor PhpSecuritySensor [security] 02:59:06.897 INFO: Reading type hierarchy from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/php 02:59:06.897 INFO: Read 0 type definitions 02:59:06.897 INFO: Reading UCFGs from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/php 02:59:06.897 INFO: No UCFGs have been included for analysis. 02:59:06.897 INFO: Sensor PhpSecuritySensor [security] (done) | time=1ms 02:59:06.897 INFO: Sensor PythonSecuritySensor [security] 02:59:06.898 INFO: Reading type hierarchy from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/python 02:59:06.898 INFO: Read 0 type definitions 02:59:06.898 INFO: Reading UCFGs from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/python 02:59:06.898 INFO: No UCFGs have been included for analysis. 02:59:06.898 INFO: Sensor PythonSecuritySensor [security] (done) | time=1ms 02:59:06.898 INFO: Sensor JsSecuritySensor [security] 02:59:06.898 INFO: Reading type hierarchy from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/js 02:59:06.900 INFO: Read 0 type definitions 02:59:06.900 INFO: Reading UCFGs from: /opt/atlassian/pipelines/agent/build/.scannerwork/ucfg2/js 02:59:07.003 INFO: 02:59:07.003024 Building Runtime Type propagation graph 02:59:07.016 INFO: 02:59:07.011505 Running Tarjan on 116 nodes 02:59:07.018 INFO: 02:59:07.01801 Tarjan found 116 components 02:59:07.020 INFO: 02:59:07.020776 Variable type analysis: done 02:59:07.023 INFO: 02:59:07.023239 Building Runtime Type propagation graph 02:59:07.027 INFO: 02:59:07.02766 Running Tarjan on 116 nodes 02:59:07.028 INFO: 02:59:07.028141 Tarjan found 116 components 02:59:07.028 INFO: 02:59:07.028809 Variable type analysis: done 02:59:07.029 INFO: Analyzing 18 ucfgs to detect vulnerabilities. 02:59:07.100 DEBUG: Resource file jssecurity/sources/S2076.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S2078.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S2083.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S2091.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S2631.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S3649.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5131.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5135.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5144.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5145.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5146.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5147.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5167.json was not read 02:59:07.100 DEBUG: Resource file jssecurity/sources/S5334.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S5335.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S5696.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S5883.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6096.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6105.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6173.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6287.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6350.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6384.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6390.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6398.json was not read 02:59:07.101 DEBUG: Resource file jssecurity/sources/S6399.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/common.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S2076.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S2078.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S2083.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S2091.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S2631.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S3649.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5131.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5135.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5144.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5145.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5146.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5147.json was not read 02:59:07.102 DEBUG: Resource file jssecurity-autogenerated/sources/S5167.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S5334.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S5335.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S5696.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S5883.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6096.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6105.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6173.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6287.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6350.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6384.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6390.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6398.json was not read 02:59:07.103 DEBUG: Resource file jssecurity-autogenerated/sources/S6399.json was not read 02:59:07.106 DEBUG: loaded 1 sources. 02:59:07.108 DEBUG: Resource file jssecurity/sanitizers/S2076.json was not read 02:59:07.108 DEBUG: Resource file jssecurity/sanitizers/S2078.json was not read 02:59:07.108 DEBUG: Resource file jssecurity/sanitizers/S2083.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S2091.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S2631.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S3649.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5131.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5135.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5144.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5145.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5146.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5147.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5167.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5334.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5335.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5696.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S5883.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S6096.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S6105.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S6173.json was not read 02:59:07.109 DEBUG: Resource file jssecurity/sanitizers/S6287.json was not read 02:59:07.110 DEBUG: Resource file jssecurity/sanitizers/S6350.json was not read 02:59:07.110 DEBUG: Resource file jssecurity/sanitizers/S6384.json was not read 02:59:07.110 DEBUG: Resource file jssecurity/sanitizers/S6390.json was not read 02:59:07.110 DEBUG: Resource file jssecurity/sanitizers/S6398.json was not read 02:59:07.110 DEBUG: Resource file jssecurity/sanitizers/S6399.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/common.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S2076.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S2078.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S2083.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S2091.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S2631.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S3649.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5131.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5135.json was not read 02:59:07.110 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5144.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5145.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5146.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5147.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5167.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5334.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5335.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5696.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S5883.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6096.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6105.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6173.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6287.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6350.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6384.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6390.json was not read 02:59:07.111 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6398.json was not read 02:59:07.112 DEBUG: Resource file jssecurity-autogenerated/sanitizers/S6399.json was not read 02:59:07.112 DEBUG: loaded 1 sanitizers. 02:59:07.114 DEBUG: Resource file jssecurity/validators/S2076.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S2078.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S2083.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S2091.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S2631.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S3649.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S5131.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S5135.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S5144.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S5145.json was not read 02:59:07.115 DEBUG: Resource file jssecurity/validators/S5146.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S5167.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S5334.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S5335.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S5696.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S5883.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6096.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6105.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6173.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6287.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6350.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6384.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6390.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6398.json was not read 02:59:07.117 DEBUG: Resource file jssecurity/validators/S6399.json was not read 02:59:07.118 DEBUG: Resource file jssecurity-autogenerated/validators/common.json was not read 02:59:07.118 DEBUG: Resource file jssecurity-autogenerated/validators/S2076.json was not read 02:59:07.118 DEBUG: Resource file jssecurity-autogenerated/validators/S2078.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S2083.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S2091.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S2631.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S3649.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5131.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5135.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5144.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5145.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5146.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5147.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5167.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5334.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5335.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5696.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S5883.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S6096.json was not read 02:59:07.121 DEBUG: Resource file jssecurity-autogenerated/validators/S6105.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6173.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6287.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6350.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6384.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6390.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6398.json was not read 02:59:07.122 DEBUG: Resource file jssecurity-autogenerated/validators/S6399.json was not read 02:59:07.122 DEBUG: loaded 3 validators. 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/common.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S2076.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S2078.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S2083.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S2091.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S2631.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S3649.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5131.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5135.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5144.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5145.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5146.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5147.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5167.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5334.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5335.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5696.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S5883.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S6096.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S6105.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S6173.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S6287.json was not read 02:59:07.123 DEBUG: Resource file jssecurity/passthroughs/S6350.json was not read 02:59:07.124 DEBUG: Resource file jssecurity/passthroughs/S6384.json was not read 02:59:07.124 DEBUG: Resource file jssecurity/passthroughs/S6390.json was not read 02:59:07.124 DEBUG: Resource file jssecurity/passthroughs/S6398.json was not read 02:59:07.124 DEBUG: Resource file jssecurity/passthroughs/S6399.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/common.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S2076.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S2078.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S2083.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S2091.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S2631.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S3649.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5131.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5135.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5144.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5145.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5146.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5147.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5167.json was not read 02:59:07.124 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5334.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5335.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5696.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S5883.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6096.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6105.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6173.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6287.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6350.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6384.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6390.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6398.json was not read 02:59:07.125 DEBUG: Resource file jssecurity-autogenerated/passthroughs/S6399.json was not read 02:59:07.125 DEBUG: loaded 0 passthroughs. 02:59:07.126 DEBUG: Resource file jssecurity/collectionHandlers/common.json was not read 02:59:07.126 DEBUG: Resource file jssecurity/collectionHandlers/S2076.json was not read 02:59:07.126 DEBUG: Resource file jssecurity/collectionHandlers/S2078.json was not read 02:59:07.126 DEBUG: Resource file jssecurity/collectionHandlers/S2083.json was not read 02:59:07.126 DEBUG: Resource file jssecurity/collectionHandlers/S2091.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S2631.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S3649.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5131.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5135.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5144.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5145.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5146.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5147.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5167.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5334.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5335.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5696.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S5883.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6096.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6105.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6173.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6287.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6350.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6384.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6390.json was not read 02:59:07.127 DEBUG: Resource file jssecurity/collectionHandlers/S6398.json was not read 02:59:07.128 DEBUG: Resource file jssecurity/collectionHandlers/S6399.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/common.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S2076.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S2078.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S2083.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S2091.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S2631.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S3649.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5131.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5135.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5144.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5145.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5146.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5147.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5167.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5334.json was not read 02:59:07.128 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5335.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5696.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S5883.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6096.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6105.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6173.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6287.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6350.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6384.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6390.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6398.json was not read 02:59:07.129 DEBUG: Resource file jssecurity-autogenerated/collectionHandlers/S6399.json was not read 02:59:07.129 DEBUG: loaded 0 collectionHandlers. 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S2076.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S2078.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S2083.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S2091.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S2631.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S3649.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5131.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5135.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5144.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5145.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5146.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5147.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5167.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5334.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5335.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5696.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S5883.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S6096.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S6105.json was not read 02:59:07.133 DEBUG: Resource file jssecurity/sinks/S6173.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6287.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6350.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6384.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6390.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6398.json was not read 02:59:07.134 DEBUG: Resource file jssecurity/sinks/S6399.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/common.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S2076.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S2078.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S2083.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S2091.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S2631.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S3649.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5131.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5135.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5144.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5145.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5146.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5147.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5167.json was not read 02:59:07.134 DEBUG: Resource file jssecurity-autogenerated/sinks/S5334.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S5335.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S5696.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S5883.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6096.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6105.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6173.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6287.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6350.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6384.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6390.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6398.json was not read 02:59:07.135 DEBUG: Resource file jssecurity-autogenerated/sinks/S6399.json was not read 02:59:07.135 DEBUG: loaded 1 sinks. 02:59:07.136 DEBUG: Resource file jssecurity/encoders/common.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S2076.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S2078.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S2083.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S2091.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S2631.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S3649.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5131.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5135.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5144.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5145.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5146.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5147.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5167.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5334.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5335.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5696.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S5883.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S6096.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S6105.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S6173.json was not read 02:59:07.136 DEBUG: Resource file jssecurity/encoders/S6287.json was not read 02:59:07.137 DEBUG: Resource file jssecurity/encoders/S6350.json was not read 02:59:07.137 DEBUG: Resource file jssecurity/encoders/S6384.json was not read 02:59:07.137 DEBUG: Resource file jssecurity/encoders/S6390.json was not read 02:59:07.137 DEBUG: Resource file jssecurity/encoders/S6398.json was not read 02:59:07.137 DEBUG: Resource file jssecurity/encoders/S6399.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/common.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S2076.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S2078.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S2083.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S2091.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S2631.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S3649.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S5131.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S5135.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S5144.json was not read 02:59:07.137 DEBUG: Resource file jssecurity-autogenerated/encoders/S5145.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5146.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5147.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5167.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5334.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5335.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5696.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S5883.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6096.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6105.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6173.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6287.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6350.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6384.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6390.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6398.json was not read 02:59:07.138 DEBUG: Resource file jssecurity-autogenerated/encoders/S6399.json was not read 02:59:07.139 DEBUG: loaded 0 encoders. 02:59:07.139 DEBUG: Resource file jssecurity/decoders/common.json was not read 02:59:07.139 DEBUG: Resource file jssecurity/decoders/S2076.json was not read 02:59:07.139 DEBUG: Resource file jssecurity/decoders/S2078.json was not read 02:59:07.139 DEBUG: Resource file jssecurity/decoders/S2083.json was not read 02:59:07.139 DEBUG: Resource file jssecurity/decoders/S2091.json was not read 02:59:07.139 DEBUG: Resource file jssecurity/decoders/S2631.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S3649.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5131.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5135.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5144.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5145.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5146.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5147.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5167.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5334.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5335.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5696.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S5883.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6096.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6105.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6173.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6287.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6350.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6384.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6390.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6398.json was not read 02:59:07.140 DEBUG: Resource file jssecurity/decoders/S6399.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/common.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S2076.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S2078.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S2083.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S2091.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S2631.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S3649.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5131.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5135.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5144.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5145.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5146.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5147.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5167.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5334.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5335.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5696.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S5883.json was not read 02:59:07.141 DEBUG: Resource file jssecurity-autogenerated/decoders/S6096.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6105.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6173.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6287.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6350.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6384.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6390.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6398.json was not read 02:59:07.142 DEBUG: Resource file jssecurity-autogenerated/decoders/S6399.json was not read 02:59:07.142 DEBUG: loaded 0 decoders. 02:59:07.206 INFO: Taint analysis starting. Entrypoints: 7 02:59:07.211 INFO: Running symbolic analysis for 'JS' 02:59:07.327 DEBUG: Adding stub module adm-zip 02:59:07.327 DEBUG: Adding stub module @angular/core 02:59:07.328 DEBUG: Adding stub module any-shell-escape 02:59:07.329 DEBUG: Adding stub module async 02:59:07.330 DEBUG: Adding stub module aws-sdk 02:59:07.332 DEBUG: Adding stub module @aws-sdk/client-athena 02:59:07.333 DEBUG: Adding stub module @aws-sdk/client-rds-data 02:59:07.333 DEBUG: Adding stub module @aws-sdk/client-redshift-data 02:59:07.333 DEBUG: Adding stub module @aws-sdk/client-dynamodb 02:59:07.334 DEBUG: Adding stub module axios 02:59:07.339 DEBUG: Adding stub module beeline 02:59:07.340 DEBUG: Adding stub module better-sqlite3 02:59:07.340 DEBUG: Adding stub module bluebird 02:59:07.341 DEBUG: Adding stub module child_process 02:59:07.343 DEBUG: Adding stub module chokidar 02:59:07.343 DEBUG: Adding stub module chrome-remote-interface 02:59:07.344 DEBUG: Adding stub module commander 02:59:07.346 DEBUG: Adding stub module cp-file 02:59:07.346 DEBUG: Adding stub module cross-spawn 02:59:07.348 DEBUG: Adding stub module cross-spawn-async 02:59:07.349 DEBUG: Adding stub module del 02:59:07.350 DEBUG: Adding stub module dompurify 02:59:07.350 DEBUG: Adding stub module isomorphic-dompurify 02:59:07.350 DEBUG: Adding stub module escape-string-regexp 02:59:07.350 DEBUG: Adding stub module events 02:59:07.351 DEBUG: Adding stub module exec 02:59:07.351 DEBUG: Adding stub module execa 02:59:07.351 DEBUG: Adding stub module exec-async 02:59:07.352 DEBUG: Adding stub module express 02:59:07.365 DEBUG: Adding stub module body-parser 02:59:07.370 DEBUG: Adding stub module file-system 02:59:07.372 DEBUG: Adding stub module file-type 02:59:07.373 DEBUG: Adding stub module foreground-child 02:59:07.374 DEBUG: Adding stub module fs 02:59:07.375 DEBUG: Adding stub module fs/promises 02:59:07.376 DEBUG: Adding stub module original-fs 02:59:07.377 DEBUG: Adding stub module original-fs/promises 02:59:07.379 DEBUG: Adding stub module fs-extra 02:59:07.380 DEBUG: Adding stub module fs.realpath 02:59:07.380 DEBUG: Adding stub module got 02:59:07.382 DEBUG: Adding stub module graceful-fs 02:59:07.383 DEBUG: Adding stub module hpagent 02:59:07.386 DEBUG: Adding stub module http 02:59:07.402 DEBUG: Adding stub module https 02:59:07.408 DEBUG: Adding stub module http2 02:59:07.413 DEBUG: Adding stub module jsonfile 02:59:07.414 DEBUG: Adding stub module knex 02:59:07.416 DEBUG: Adding stub module load-json-file 02:59:07.416 DEBUG: Adding stub module lodash 02:59:07.418 DEBUG: Adding stub module make-dir 02:59:07.418 DEBUG: Adding stub module marsdb 02:59:07.420 DEBUG: Adding stub module mathjs 02:59:07.421 DEBUG: Adding stub module memfs 02:59:07.423 DEBUG: Adding stub module mkdirp 02:59:07.423 DEBUG: Adding stub module module 02:59:07.424 DEBUG: Adding stub module mongodb 02:59:07.438 DEBUG: Adding stub module mongoose 02:59:07.470 DEBUG: Adding stub module mongo-sanitize 02:59:07.470 DEBUG: Adding stub module express-mongo-sanitize 02:59:07.472 DEBUG: Adding stub module mssql 02:59:07.476 DEBUG: Adding stub module mysql 02:59:07.478 DEBUG: Adding stub module mysql2 02:59:07.478 DEBUG: Adding stub module mysql2/promise 02:59:07.478 DEBUG: Adding stub module needle 02:59:07.479 DEBUG: Adding stub module net 02:59:07.489 DEBUG: Adding stub module tls 02:59:07.491 DEBUG: Adding stub module next/router 02:59:07.491 DEBUG: Adding stub module node-fetch 02:59:07.492 DEBUG: Adding stub module opener 02:59:07.492 DEBUG: Adding stub module path 02:59:07.493 DEBUG: Adding stub module parse-torrent 02:59:07.493 DEBUG: Adding stub module pg 02:59:07.494 DEBUG: Adding stub module pg-escape 02:59:07.494 DEBUG: Adding stub module pg-pool 02:59:07.494 DEBUG: Adding stub module pg-promise 02:59:07.496 DEBUG: Adding stub module printf 02:59:07.496 DEBUG: Adding stub module process 02:59:07.497 DEBUG: Adding stub module puka 02:59:07.497 DEBUG: Adding stub module qs 02:59:07.498 DEBUG: Adding stub module ramda 02:59:07.498 DEBUG: Adding stub module react 02:59:07.500 DEBUG: Adding stub module react-dom 02:59:07.500 DEBUG: Adding stub module read-chunk 02:59:07.501 DEBUG: Adding stub module readdirp 02:59:07.501 DEBUG: Adding stub module regex-escape 02:59:07.501 DEBUG: Adding stub module remote-exec 02:59:07.502 DEBUG: Adding stub module request 02:59:07.503 DEBUG: Adding stub module resolve-path 02:59:07.503 DEBUG: Adding stub module sanitize-html 02:59:07.503 DEBUG: Adding stub module sanitize-html-react 02:59:07.503 DEBUG: Adding stub module @braintree/sanitize-url 02:59:07.504 DEBUG: Adding stub module sequelize 02:59:07.504 DEBUG: Adding stub module send 02:59:07.505 DEBUG: Adding stub module shell-escape-tag 02:59:07.505 DEBUG: Adding stub module shelljs 02:59:07.505 DEBUG: Adding stub module __sonar__ 02:59:07.507 DEBUG: Adding stub module ssh2 02:59:07.508 DEBUG: Adding stub module sqlstring 02:59:07.508 DEBUG: Adding stub module sqlite3 02:59:07.508 DEBUG: Adding stub module ssh2-streams 02:59:07.509 DEBUG: Adding stub module tar-stream 02:59:07.509 DEBUG: Adding stub module tunnel 02:59:07.509 DEBUG: Adding stub module typeorm 02:59:07.511 DEBUG: Adding stub module underscore 02:59:07.512 DEBUG: Adding stub module url 02:59:07.512 DEBUG: Adding stub module querystringify 02:59:07.512 DEBUG: Adding stub module query-string 02:59:07.512 DEBUG: Adding stub module querystring 02:59:07.513 DEBUG: Adding stub module util 02:59:07.513 DEBUG: Adding stub module vm 02:59:07.513 DEBUG: Adding stub module webpack-dev-server 02:59:07.517 DEBUG: Adding stub module write 02:59:07.518 DEBUG: Adding stub module write-json-file 02:59:07.518 DEBUG: Adding stub module xregexp 02:59:07.518 DEBUG: Adding stub module xss 02:59:07.518 DEBUG: Activating autogenerated stubs 02:59:07.593 DEBUG: Adding stub module amqplib 02:59:07.594 DEBUG: Adding stub module ejs 02:59:07.595 DEBUG: Adding stub module fs-extra 02:59:07.597 DEBUG: Merged with previously registered stub module 'fs-extra' 02:59:07.633 DEBUG: Adding stub module mongodb 02:59:07.721 DEBUG: Merged with previously registered stub module 'mongodb' 02:59:07.724 DEBUG: Adding stub module mysql 02:59:07.724 DEBUG: Merged with previously registered stub module 'mysql' 02:59:07.725 DEBUG: Adding stub module ncp 02:59:07.726 DEBUG: Adding stub module pg 02:59:07.728 DEBUG: Merged with previously registered stub module 'pg' 02:59:07.729 DEBUG: Adding stub module pug 02:59:07.730 DEBUG: Adding stub module restify 02:59:07.730 DEBUG: Adding stub module rimraf 02:59:07.733 DEBUG: Adding stub module adm-zip 02:59:07.734 DEBUG: Adding stub module @angular/core 02:59:07.734 DEBUG: Adding stub module any-shell-escape 02:59:07.734 DEBUG: Adding stub module async 02:59:07.734 DEBUG: Adding stub module aws-sdk 02:59:07.734 DEBUG: Adding stub module @aws-sdk/client-athena 02:59:07.734 DEBUG: Adding stub module @aws-sdk/client-rds-data 02:59:07.734 DEBUG: Adding stub module @aws-sdk/client-redshift-data 02:59:07.735 DEBUG: Adding stub module @aws-sdk/client-dynamodb 02:59:07.735 DEBUG: Adding stub module axios 02:59:07.735 DEBUG: Adding stub module beeline 02:59:07.736 DEBUG: Adding stub module better-sqlite3 02:59:07.736 DEBUG: Adding stub module bluebird 02:59:07.736 DEBUG: Adding stub module child_process 02:59:07.737 DEBUG: Adding stub module chokidar 02:59:07.737 DEBUG: Adding stub module chrome-remote-interface 02:59:07.737 DEBUG: Adding stub module commander 02:59:07.737 DEBUG: Adding stub module cp-file 02:59:07.737 DEBUG: Adding stub module cross-spawn 02:59:07.737 DEBUG: Adding stub module cross-spawn-async 02:59:07.737 DEBUG: Adding stub module del 02:59:07.737 DEBUG: Adding stub module dompurify 02:59:07.737 DEBUG: Adding stub module isomorphic-dompurify 02:59:07.737 DEBUG: Adding stub module escape-string-regexp 02:59:07.738 DEBUG: Adding stub module events 02:59:07.738 DEBUG: Adding stub module exec 02:59:07.738 DEBUG: Adding stub module execa 02:59:07.738 DEBUG: Adding stub module exec-async 02:59:07.738 DEBUG: Adding stub module express 02:59:07.742 DEBUG: Adding stub module body-parser 02:59:07.743 DEBUG: Adding stub module file-system 02:59:07.744 DEBUG: Adding stub module file-type 02:59:07.744 DEBUG: Adding stub module foreground-child 02:59:07.744 DEBUG: Adding stub module fs 02:59:07.745 DEBUG: Adding stub module fs/promises 02:59:07.745 DEBUG: Adding stub module original-fs 02:59:07.746 DEBUG: Adding stub module original-fs/promises 02:59:07.747 DEBUG: Adding stub module fs-extra 02:59:07.747 DEBUG: Adding stub module fs.realpath 02:59:07.747 DEBUG: Adding stub module got 02:59:07.748 DEBUG: Adding stub module graceful-fs 02:59:07.748 DEBUG: Adding stub module hpagent 02:59:07.748 DEBUG: Adding stub module http 02:59:07.750 DEBUG: Adding stub module https 02:59:07.752 DEBUG: Adding stub module http2 02:59:07.754 DEBUG: Adding stub module jsonfile 02:59:07.754 DEBUG: Adding stub module knex 02:59:07.768 DEBUG: Adding stub module load-json-file 02:59:07.768 DEBUG: Adding stub module lodash 02:59:07.768 DEBUG: Adding stub module make-dir 02:59:07.768 DEBUG: Adding stub module marsdb 02:59:07.769 DEBUG: Adding stub module mathjs 02:59:07.769 DEBUG: Adding stub module memfs 02:59:07.769 DEBUG: Adding stub module mkdirp 02:59:07.770 DEBUG: Adding stub module module 02:59:07.770 DEBUG: Adding stub module mongodb 02:59:07.771 DEBUG: Adding stub module mongoose 02:59:07.776 DEBUG: Adding stub module mongo-sanitize 02:59:07.777 DEBUG: Adding stub module express-mongo-sanitize 02:59:07.777 DEBUG: Adding stub module mssql 02:59:07.778 DEBUG: Adding stub module mysql 02:59:07.778 DEBUG: Adding stub module mysql2 02:59:07.778 DEBUG: Adding stub module mysql2/promise 02:59:07.778 DEBUG: Adding stub module needle 02:59:07.779 DEBUG: Adding stub module net 02:59:07.780 DEBUG: Adding stub module tls 02:59:07.781 DEBUG: Adding stub module next/router 02:59:07.781 DEBUG: Adding stub module node-fetch 02:59:07.781 DEBUG: Adding stub module opener 02:59:07.781 DEBUG: Adding stub module path 02:59:07.781 DEBUG: Adding stub module parse-torrent 02:59:07.781 DEBUG: Adding stub module pg 02:59:07.781 DEBUG: Adding stub module pg-escape 02:59:07.781 DEBUG: Adding stub module pg-pool 02:59:07.781 DEBUG: Adding stub module pg-promise 02:59:07.782 DEBUG: Adding stub module printf 02:59:07.782 DEBUG: Adding stub module process 02:59:07.782 DEBUG: Adding stub module puka 02:59:07.782 DEBUG: Adding stub module qs 02:59:07.782 DEBUG: Adding stub module ramda 02:59:07.782 DEBUG: Adding stub module react 02:59:07.782 DEBUG: Adding stub module react-dom 02:59:07.782 DEBUG: Adding stub module read-chunk 02:59:07.782 DEBUG: Adding stub module readdirp 02:59:07.782 DEBUG: Adding stub module regex-escape 02:59:07.782 DEBUG: Adding stub module remote-exec 02:59:07.782 DEBUG: Adding stub module request 02:59:07.783 DEBUG: Adding stub module resolve-path 02:59:07.783 DEBUG: Adding stub module sanitize-html 02:59:07.783 DEBUG: Adding stub module sanitize-html-react 02:59:07.783 DEBUG: Adding stub module @braintree/sanitize-url 02:59:07.783 DEBUG: Adding stub module sequelize 02:59:07.783 DEBUG: Adding stub module send 02:59:07.783 DEBUG: Adding stub module shell-escape-tag 02:59:07.783 DEBUG: Adding stub module shelljs 02:59:07.783 DEBUG: Adding stub module __sonar__ 02:59:07.784 DEBUG: Adding stub module ssh2 02:59:07.784 DEBUG: Adding stub module sqlstring 02:59:07.784 DEBUG: Adding stub module sqlite3 02:59:07.784 DEBUG: Adding stub module ssh2-streams 02:59:07.784 DEBUG: Adding stub module tar-stream 02:59:07.784 DEBUG: Adding stub module tunnel 02:59:07.784 DEBUG: Adding stub module typeorm 02:59:07.791 DEBUG: Adding stub module underscore 02:59:07.791 DEBUG: Adding stub module url 02:59:07.791 DEBUG: Adding stub module querystringify 02:59:07.791 DEBUG: Adding stub module query-string 02:59:07.791 DEBUG: Adding stub module querystring 02:59:07.791 DEBUG: Adding stub module util 02:59:07.791 DEBUG: Adding stub module vm 02:59:07.791 DEBUG: Adding stub module webpack-dev-server 02:59:07.794 DEBUG: Adding stub module write 02:59:07.794 DEBUG: Adding stub module write-json-file 02:59:07.795 DEBUG: Adding stub module xregexp 02:59:07.795 DEBUG: Adding stub module xss 02:59:07.795 DEBUG: Activating autogenerated stubs 02:59:07.795 DEBUG: Adding stub module amqplib 02:59:07.795 DEBUG: Adding stub module ejs 02:59:07.796 DEBUG: Adding stub module fs-extra 02:59:07.797 DEBUG: Merged with previously registered stub module 'fs-extra' 02:59:07.799 DEBUG: Adding stub module mongodb 02:59:07.802 DEBUG: Merged with previously registered stub module 'mongodb' 02:59:07.802 DEBUG: Adding stub module mysql 02:59:07.802 DEBUG: Merged with previously registered stub module 'mysql' 02:59:07.802 DEBUG: Adding stub module ncp 02:59:07.803 DEBUG: Adding stub module pg 02:59:07.804 DEBUG: Merged with previously registered stub module 'pg' 02:59:07.804 DEBUG: Adding stub module pug 02:59:07.804 DEBUG: Adding stub module restify 02:59:07.805 DEBUG: Adding stub module rimraf 02:59:07.884 DEBUG: Reporting issues for rule jssecurity:S5146 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5334 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S2076 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S6287 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S6096 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S2631 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5131 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S6105 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5883 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5696 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S2083 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5144 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S3649 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S6350 02:59:07.888 DEBUG: Reporting issues for rule jssecurity:S5147 02:59:07.888 INFO: Taint analysis: done. 02:59:07.888 INFO: Sensor JsSecuritySensor [security] (done) | time=990ms 02:59:07.899 INFO: ------------- Run sensors on project 02:59:07.948 DEBUG: 'C#' skipped because there is no related file in current project 02:59:07.949 DEBUG: 'C# Tests Coverage Report Import' skipped because there is no related file in current project 02:59:07.949 DEBUG: '[Deprecated] C# Integration Tests Coverage Report Import' skipped because there is no related file in current project 02:59:07.949 DEBUG: 'C# Unit Test Results Import' skipped because there is no related file in current project 02:59:07.949 DEBUG: 'VB.NET' skipped because there is no related file in current project 02:59:07.949 DEBUG: 'VB.NET Tests Coverage Report Import' skipped because there is no related file in current project 02:59:07.949 DEBUG: '[Deprecated] VB.NET Integration Tests Coverage Report Import' skipped because there is no related file in current project 02:59:07.950 DEBUG: 'VB.NET Unit Test Results Import' skipped because there is no related file in current project 02:59:07.950 DEBUG: 'Java CPD Block Indexer' skipped because there is no related file in current project 02:59:07.950 DEBUG: Sensors : Analysis Warnings import -> Zero Coverage Sensor 02:59:07.951 INFO: Sensor Analysis Warnings import [csharp] 02:59:07.951 INFO: Sensor Analysis Warnings import [csharp] (done) | time=0ms 02:59:07.952 INFO: Sensor Zero Coverage Sensor 02:59:07.954 INFO: Sensor Zero Coverage Sensor (done) | time=2ms 02:59:07.964 INFO: CPD Executor 1 file had no CPD blocks 02:59:07.964 INFO: CPD Executor Calculating CPD for 5 files 02:59:07.964 DEBUG: Detection of duplications for /opt/atlassian/pipelines/agent/build/src/index.ts 02:59:07.973 DEBUG: Detection of duplications for /opt/atlassian/pipelines/agent/build/src/sendMessageToSQS.ts 02:59:07.974 DEBUG: Detection of duplications for /opt/atlassian/pipelines/agent/build/src/@types/index.ts 02:59:07.974 DEBUG: Detection of duplications for /opt/atlassian/pipelines/agent/build/src/getDueBatchTransactionsByTenant.ts 02:59:07.975 DEBUG: Detection of duplications for /opt/atlassian/pipelines/agent/build/src/testAxiosRetry.ts 02:59:07.975 INFO: CPD Executor CPD calculation finished (done) | time=11ms 02:59:08.055 DEBUG: Could not detect the dotnet / msbuild version 02:59:08.136 INFO: Analysis report generated in 159ms, dir size=215 KB 02:59:08.182 INFO: Analysis report compressed in 46ms, zip size=54 KB 02:59:08.183 INFO: Analysis report generated in /opt/atlassian/pipelines/agent/build/.scannerwork/scanner-report 02:59:08.183 DEBUG: Upload report 02:59:09.053 DEBUG: POST 200 https://sonarcloud.io/api/ce/submit?organization=ehgdev&projectKey=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda&characteristic=branch%3Ddevelopment&characteristic=branchType%3DLONG | time=869ms 02:59:09.057 INFO: Analysis report uploaded in 874ms 02:59:09.058 DEBUG: Report metadata written to /opt/atlassian/pipelines/agent/build/.scannerwork/report-task.txt 02:59:09.058 INFO: ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=ehgprojecthorizon_fp-payment-schedule-batch-processor-lambda&branch=development 02:59:09.058 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report 02:59:09.058 INFO: More about the report processing at https://sonarcloud.io/api/ce/task?id=AYPzVI-n3yNJmTqUnuXp 02:59:09.063 DEBUG: Post-jobs : 02:59:09.068 DEBUG: eslint-bridge server will shutdown 02:59:14.071 DEBUG: eslint-bridge server closed 02:59:14.634 INFO: Analysis total time: 30.106 s 02:59:14.636 INFO: ------------------------------------------------------------------------ 02:59:14.636 INFO: EXECUTION SUCCESS 02:59:14.636 INFO: ------------------------------------------------------------------------ 02:59:14.637 INFO: Total time: 42.489s 02:59:14.722 INFO: Final Memory: 47M/180M 02:59:14.722 INFO: ------------------------------------------------------------------------ ✖ SonarCloud analysis failed. (exit code = 1) Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** Artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** matched 1 files with a total size of 189.1 KiB Compressed files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** to 22 KiB in 0 seconds Uploading artifact of 22 KiB Successfully uploaded artifact in 0 seconds Searching for test report files in directories named [test-results, failsafe-reports, test-reports, TestResults, surefire-reports] down to a depth of 4 Finished scanning for test reports. Found 0 test report files. Merged test suites, total number tests is 0, with 0 failures and 0 errors.