SonarCloud Analysis Inconsistencies

Looking for some help as we noticed some inconsistencies in our SonarCloud analysis of some recent Merge Requests (MR).

A colleague and I did some recent work on separate issues that have been reported by Sonar. We branched out from our main branch and created the merge requests.

On my MR, I specifically selected a single file where some issues have been reported and resolved them.

My colleague on the other hand worked on a different set of issues primarily on the SCSS/CSS files.

What’s confusing is that the bugs that my colleague worked on does not show any bugs on the report (we expected that the bugs that I have worked on my MR should still show up on the MR my colleague has because the set of work done was different).

On my MR, the bugs on my colleague’s MR showed up (expected) as I did not worked on any of those.

This confusing mechanism of reporting is making things a little challenging for us to determine whether bugs or issues still exists, especially if those gets missed on separate MR analysis.

Appreciate any assistance related to this.

Hi,

I have several questions:

  • You and your colleague worked on these separate MRs at (approximately) the same time?

  • And neither was merged when the other was being analyzed?

  • And the bugs your colleague was working on did show up in your analysis?

Were both the analyses “MR(/PR)” analyses? Or was yours maybe analyzed as a short-lived branch instead? Because in an MR analysis, I would only expect to see issues on added/changed code reported. So that would explain why your colleague didn’t see the issues you were working on.

 
Ann

  • You and your colleague worked on these separate MRs at (approximately) the same time?
    Not approximately the same time, as I worked on my MR last Friday and my colleague did the MR yesterday. The gist of things though is that we both branched off from the same branch. You’d expect that on my branch, if I worked on a specific issue and my colleague worked on a separate issue, the issues found by Sonar on my end, which was not worked on my colleague’s branch should still show up.

  • And neither was merged when the other was being analyzed?
    We had a Merge Request, but it was never merged when it was being analyzed.

  • And the bugs your colleague was working on did show up in your analysis?
    Yes, I was still able to see the bugs that my colleague worked on her branch

I would say that both analyses are MR (PR) in nature, as we both looked at the Merge Requests section (via the sidebar) and both found our MRs appearing. Digging deep on each MR respectively showed the inconsistency we both found out.

The other thing I would state in terms of inconsistency, is that on my branch (and MR), I only worked on a specific file, and never modified / touched the code my colleague worked on. We focused on two entirely different set of issues. Similar to my branch, my colleague did not also modified any portion of the specific file I worked on, hence, the confusion in the results we got for the analysis of both MRs.

Also, I think the short lived branches show up when you navigate to the branches section of SonarCloud. We were both looking at the Merge Requests section.

Hi,

If you both had MR analysis, then I would expect that neither of you would see the issues - reported in the PR analysis - that the other was working on. Therefore it’s your colleague’s experience that’s the expected one - he did not see the issues you were working on because he didn’t touch those files/lines. It’s your experience of seeing the issues your colleague worked on reported in your PR analysis that needs investigate.

So, could you provide a screenshot of your colleague’s issue showing up in your MR analysis and your analysis log?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Ann

Hello. As requested below.

Screenshot of me and my colleague’s Merge Requests:

Angelo



Tenal



Below are the logs from my (Angelo) pipeline on the scanning performed:

$ sonar-scanner
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /builds/company_name/mycompany_name/frontend/sonar-project.properties
INFO: SonarScanner 4.8.0.2856
INFO: Java 11.0.19 Alpine (64-bit)
INFO: Linux 5.4.109+ amd64
INFO: User cache: /builds/company_name/mycompany_name/.sonar/cache
INFO: Analyzing on SonarCloud
INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=588ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: User cache: /builds/company_name/mycompany_name/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=552ms
INFO: Load/download plugins (done) | time=21856ms
INFO: Loaded core extensions: developer-scanner
INFO: Found an active CI vendor: 'Gitlab CI'
INFO: Load project settings for component key: 'company_name_mycompany_name'
INFO: Load project settings for component key: 'company_name_mycompany_name' (done) | time=521ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=2ms
INFO: Project key: company_name_mycompany_name
INFO: Base dir: /builds/company_name/mycompany_name/frontend
INFO: Working dir: /builds/company_name/mycompany_name/frontend/.scannerwork
INFO: Load project branches
INFO: Load project branches (done) | time=543ms
INFO: Check ALM binding of project 'company_name_mycompany_name'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'company_name_mycompany_name' (done) | time=519ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=665ms
INFO: Load branch configuration
INFO: Auto-configuring pull request 784
INFO: Load branch configuration (done) | time=900ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=583ms
INFO: Load active rules
INFO: Load active rules (done) | time=6053ms
INFO: Organization key: company_name
INFO: Pull request 784 for merge into dev from MYCC-1123
INFO: Load project repositories
INFO: Load project repositories (done) | time=842ms
INFO: SCM collecting changed files in the branch
WARN: Could not find ref: dev in refs/heads, refs/remotes/upstream or refs/remotes/origin
INFO: SCM collecting changed files in the branch (done) | time=101ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.stories.js, **/*.test.js, **/*.test.ts, **/*.test.tsx, **/*.test.js, **/*.test.ts, **/*.test.tsx
INFO:   Included tests: **/*.test.js, **/*.test.ts, **/*.test.tsx
INFO: 839 files indexed
INFO: 921 files ignored because of inclusion/exclusion patterns
INFO: 0 files ignored because of scm ignore settings
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for json: SonarQube Way
INFO: Quality profile for ts: Sonar way
INFO: ------------- Run sensors on module company_name_mycompany_name
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=519ms
INFO: Sensor cache enabled
INFO: Load sensor cache
INFO: Load sensor cache (3 MB) | time=1897ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=50ms
INFO: Sensor IaC Kubernetes Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=9ms
INFO: Sensor C# Project Type Information [csharp]
INFO: Sensor C# Project Type Information [csharp] (done) | time=3ms
INFO: Sensor C# Analysis Log [csharp]
INFO: Sensor C# Analysis Log [csharp] (done) | time=17ms
INFO: Sensor C# Properties [csharp]
INFO: Sensor C# Properties [csharp] (done) | time=0ms
INFO: Sensor HTML [web]
INFO: Sensor HTML is restricted to changed files only
INFO: Sensor HTML [web] (done) | time=6ms
INFO: Sensor TextAndSecretsSensor [text]
INFO: Sensor TextAndSecretsSensor is restricted to changed files only
INFO: 408 source files to be analyzed
INFO: 408/408 source files have been analyzed
INFO: Sensor TextAndSecretsSensor [text] (done) | time=742ms
INFO: Sensor VB.NET Project Type Information [vbnet]
INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
INFO: Sensor VB.NET Analysis Log [vbnet]
INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=15ms
INFO: Sensor VB.NET Properties [vbnet]
INFO: Sensor VB.NET Properties [vbnet] (done) | time=1ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
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
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
INFO: Sensor JavaScript analysis [javascript]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /builds/company_name/mycompany_name/frontend/.scannerwork/.sonartmp/11743635334755577306.tmp
INFO: 527 source files to be analyzed
INFO: Creating TypeScript program (done) | time=1978ms
INFO: Starting analysis with current program
INFO: Analyzed 527 file(s) with current program
INFO: 527/527 source files have been analyzed
INFO: Hit the cache for 520 out of 527
INFO: Miss the cache for 7 out of 527: FILE_CHANGED [7/527]
INFO: Sensor JavaScript analysis [javascript] (done) | time=11756ms
INFO: Sensor TypeScript analysis [javascript]
INFO: Found 1 tsconfig.json file(s): [/builds/company_name/mycompany_name/frontend/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /builds/company_name/mycompany_name/frontend/tsconfig.json
INFO: 128 source files to be analyzed
INFO: Creating TypeScript program (done) | time=1557ms
INFO: Starting analysis with current program
INFO: Analyzed 128 file(s) with current program
INFO: 128/128 source files have been analyzed
INFO: Hit the cache for 125 out of 128
INFO: Miss the cache for 3 out of 128: FILE_CHANGED [3/128]
INFO: Sensor TypeScript analysis [javascript] (done) | time=2702ms
INFO: Sensor CSS Rules [javascript]
INFO: Sensor CSS Rules is restricted to changed files only
INFO: 16 source files to be analyzed
INFO: 16/16 source files have been analyzed
INFO: Hit the cache for 0 out of 0
INFO: Miss the cache for 0 out of 0
INFO: Sensor CSS Rules [javascript] (done) | time=823ms
INFO: Sensor JavaScript/TypeScript Coverage [javascript]
INFO: No LCOV files were found using coverage/lcov.info
WARN: No coverage information will be saved because all LCOV files cannot be found.
INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=242ms
INFO: Sensor CSS Metrics [javascript]
INFO: Sensor CSS Metrics is restricted to changed files only
INFO: Sensor CSS Metrics [javascript] (done) | time=325ms
INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=3ms
INFO: Sensor IaC Docker Sensor [iac]
INFO: Sensor IaC Docker Sensor is restricted to changed files only
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Docker Sensor [iac] (done) | time=129ms
INFO: Sensor Serverless configuration file sensor [security]
INFO: 0 Serverless function entries were found in the project
INFO: 0 Serverless function handlers were kept as entrypoints
INFO: Sensor Serverless configuration file sensor [security] (done) | time=6ms
INFO: Sensor AWS SAM template file sensor [security]
INFO: Sensor AWS SAM template file sensor [security] (done) | time=1ms
INFO: Sensor AWS SAM Inline template file sensor [security]
INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
INFO: Sensor javabugs [dbd]
INFO: Reading IR files from: /builds/company_name/mycompany_name/frontend/.scannerwork/ir/java
INFO: No IR files have been included for analysis.
INFO: Sensor javabugs [dbd] (done) | time=2ms
INFO: Sensor pythonbugs [dbd]
INFO: Reading IR files from: /builds/company_name/mycompany_name/frontend/.scannerwork/ir/python
INFO: No IR files have been included for analysis.
INFO: Sensor pythonbugs [dbd] (done) | time=1ms
INFO: Sensor JavaSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/java
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor JavaSecuritySensor [security] (done) | time=3ms
INFO: Sensor CSharpSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/ucfg_cs2
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor CSharpSecuritySensor [security] (done) | time=1ms
INFO: Sensor PhpSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/php
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor PhpSecuritySensor [security] (done) | time=0ms
INFO: Sensor PythonSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/python
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor PythonSecuritySensor [security] (done) | time=0ms
INFO: Sensor JsSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/js
INFO: Read 0 type definitions
INFO: Reading UCFGs from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/js
INFO: 23:21:03.13213 Building Runtime Type propagation graph
INFO: 23:21:03.650362 Running Tarjan on 29650 nodes
INFO: 23:21:03.780498 Tarjan found 29647 components
INFO: 23:21:03.904605 Variable type analysis: done
INFO: 23:21:03.907484 Building Runtime Type propagation graph
INFO: 23:21:04.35478 Running Tarjan on 29650 nodes
INFO: 23:21:04.385422 Tarjan found 29647 components
INFO: 23:21:04.473637 Variable type analysis: done
INFO: Analyzing 4452 ucfgs to detect vulnerabilities.
INFO: Taint analysis starting. Entrypoints: 432
INFO: Running symbolic analysis for 'JS'
INFO: Taint analysis: done.
INFO: Sensor JsSecuritySensor [security] (done) | time=9429ms
INFO: ------------- Run sensors on project
INFO: Sensor Analysis Warnings import [csharp]
INFO: Sensor Analysis Warnings import [csharp] (done) | time=1ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=16ms
INFO: SCM Publisher SCM provider for this project is: git
INFO: SCM Publisher 408 source files to be analyzed
WARN: Shallow clone detected, no blame information will be provided. You can convert to non-shallow with 'git fetch --unshallow'.
INFO: SCM Publisher 0/408 source files have been analyzed (done) | time=8ms
WARN: Missing blame information for the following files:
WARN:   * src/components/Modals/Client/EnvironmentalContact/EnvironmentalContact.js
WARN:   * src/views/Client/Insights/InsightsChart/InsightsChart.test.js
WARN:   * src/components/FileUpload/FileUploadPresentational.test.tsx
WARN:   * src/styling/css/_UiComponents.scss
WARN:   * src/core/types/TDisplayedMaterialName.ts
WARN:   * src/styling/css/_Production.scss
WARN:   * src/common/atoms.js
WARN:   * src/views/Client/OnboardingJourney/TaskList/DefaultTaskList.json
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignPresentational.tsx
WARN:   * src/views/Client/Environmental/components/EnvironmentalView.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDateLogical.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationLogical.tsx
WARN:   * src/views/Client/CarbonCredit/CarbonCreditContainer.js
WARN:   * src/components/NavBars/ClientNavBar.test.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationSummary/MixOptimizationSummaryPresentational.js
WARN:   * src/views/Client/CreditsDashboard/CreditsDashboardContainer.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartLogical.js
WARN:   * src/styling/css/_CustomerSuccessPlan.scss
WARN:   * src/views/Client/MixingBatching/MixingBatchingTable/MixingBatchingTablePresentational.tsx
WARN:   * src/views/Client/Account/UserPreferences/UserPreferencesPresentational.js
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignHelper.ts
WARN:   * src/views/Client/QCData/QcDataPendingApprovalRow/QcDataPendingApprovalRowPresentational.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderHelper.test.ts
WARN:   * src/interfaces/IModel.ts
WARN:   * src/views/Admin/Account/components/AdminAccountView.js
WARN:   * src/views/Client/Production/TabTargets/Targets/TargetsPresentational.js
WARN:   * src/core/interfaces/IQc.ts
WARN:   * src/components/Presentational/TableDualAxes.js
WARN:   * src/kelowna/dropdownsApi.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardActions.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistHeaderPresentational.js
WARN:   * src/kelowna/batchingDataApi.ts
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceHelper.test.tsx
WARN:   * src/core/types/TStoredCementName.ts
WARN:   * src/components/Presentational/ApplicationTable.js
WARN:   * src/components/Representative/RepresentativeHelper.test.js
WARN:   * src/kelowna/accountsApi.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalPresentational.test.js
WARN:   * src/kelowna/mixDesigns.js
WARN:   * src/components/NavBars/AdminNavBar.js
WARN:   * src/styling/css/App.scss
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixDetails/MixDetailsPresentational.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardChart.js
WARN:   * src/components/Modals/Client/Resources/ShareAsset/ShareAssetModalLogical.js
WARN:   * src/views/Client/OnboardingJourney/TaskTab/TaskTabPresentational.test.tsx
WARN:   * src/components/AccountHeadings/AccountHeadingsPresentational.js
WARN:   * src/views/Admin/Staff/AdminStaffContainer.js
WARN:   * src/components/Modals/Admin/Resources/ManageAsset/ManageAssetModalPresentational.js
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QcDataAdditionalTestingModalLogical.tsx
WARN:   * src/views/Admin/Test/TestPresentational.tsx
WARN:   * src/views/Shared/Resources/ResourcesDirectory/ResourcesDirectoryPresentational.js
WARN:   * src/components/HelpToggle/HelpToggleLogical.tsx
WARN:   * src/styling/themes/theme.js
WARN:   * src/views/Client/Insights/InsightsChart/InsightsChart.js
WARN:   * src/serviceWorker.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderLogical.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistPresentational.js
WARN:   * src/kelowna/authorization.js
WARN:   * src/styling/css/_Footer.scss
WARN:   * src/components/ConfirmDialog/ConfirmDialog.js
WARN:   * src/views/Client/Environmental/components/BenchmarkMap.js
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditList.js
WARN:   * src/views/Client/Insights/InsightsContainerHelper.test.js
WARN:   * src/components/Modals/Admin/ManageCustomer/AssignTeamMembers.js
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditExplanation.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceHelper.ts
WARN:   * src/views/Client/Resources/ResourcesChip/ResourcesChipPresentational.js
WARN:   * src/components/AccountHeadings/AccountHeadingsLogical.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDatePresentational.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/MarketReady/MarketReadyLogical.js
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamComponent.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationMaterial/MixOptimizationMaterialPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationPresentational.tsx
WARN:   * src/components/AccountHeadings/AccountHeadingsPresentational.test.js
WARN:   * src/components/Modals/Client/MixDesign/ManageMixDesignModal/ManageMixDesignModalPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadDataLogical.tsx
WARN:   * src/components/ActionItem/ActionItemPresentational.js
WARN:   * src/views/Client/Production/TabData/TabDataPresentational.js
WARN:   * src/components/Modals/Client/CustomerSuccessPlan/ConfirmChecklistModal/ConfirmChecklistModalLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignTable/ManageMixDesignTablePresentational.js
WARN:   * src/views/Client/Production/TabData/Compare/ProductionPDFHelper.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesPresentational.tsx
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalPresentational.js
WARN:   * src/kelowna/helper.js
WARN:   * src/views/Client/QCData/QcDataRow/QcDataRowPresentational.test.tsx
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixType/MixTypePresentational.tsx
WARN:   * src/index.js
WARN:   * src/views/Client/QCData/QcDataTable/QcDataTablePresentational.tsx
WARN:   * src/styling/css/_MixOptimization.scss
WARN:   * src/views/Client/Staff/components/ClientStaffRow.test.js
WARN:   * src/kelowna/review.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTable.js
WARN:   * src/components/AccountHeadings/AccountHeadingsHelper.js
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QCDataAdditionalTestingModalPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistHeaderLogical.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartHelper.test.js
WARN:   * src/types/index.ts
WARN:   * src/views/Client/Insights/InsightsStatistics/InsightsStatisticsPresentational.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingHelper.test.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyPresentational.tsx
WARN:   * src/views/Admin/Test/TestLogical.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerLogical.test.js
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalPresentational.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartPresentational.js
WARN:   * src/core/interfaces/ISnackbar.ts
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalPresentational.test.js
WARN:   * src/views/Client/QCData/QcDataPendingApprovalTable/QcDataPendingApprovalTablePresentational.tsx
WARN:   * src/core/interfaces/ISource.ts
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessHelper.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingPresentational.tsx
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixDetails/MixDetailsPresentational.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketPresentational.test.js
WARN:   * src/views/Client/OnboardingJourney/TaskList/TaskList.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSection.test.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesPresentational.test.tsx
WARN:   * src/core/interfaces/IBatching.ts
WARN:   * src/views/Client/CreditsDashboard/CreditsDashboardContainerHelper.test.js
WARN:   * src/views/Client/Lynx/LynxLogical.tsx
WARN:   * src/components/Modals/Auth/ChangePassword/ChangePasswordModal.js
WARN:   * src/components/InputsAndButtons/ModalButton.js
WARN:   * src/views/Client/Staff/components/ClientStaffRow.js
WARN:   * src/views/Client/Lynx/LynxPresentational.tsx
WARN:   * src/components/FileUpload/FileUploadLogical.tsx
WARN:   * src/components/Modals/Admin/Resources/PreviewAsset/PreviewAssetModalPresentational.js
WARN:   * src/views/Admin/Staff/components/AdminStaffRow.js
WARN:   * src/kelowna/APIHandler.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationHelper.ts
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardView.js
WARN:   * src/styling/css/_Resources.scss
WARN:   * src/views/Client/Estimates/components/EstimatesView.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingTable/MixingBatchingTablePresentational.test.tsx
WARN:   * src/views/Admin/Resources/AdminResourcesView.js
WARN:   * src/components/isOnScreenWrapper/isOnScreenWrapper.tsx
WARN:   * src/components/Representative/RepresentativePresentational.js
WARN:   * src/components/ChipsMenu/ChipsMenuPresentational.tsx
WARN:   * src/components/NavBars/GenericNavBarLogical.js
WARN:   * src/components/Presentational/ViewportFooterPresentational.js
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsPresentational.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoHelper.js
WARN:   * src/core/types/TStoredMaterialName.ts
WARN:   * src/components/Presentational/ViewportFooterLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionLogical.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnLogical.test.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionPresentational.tsx
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalLogical.js
WARN:   * src/components/Presentational/CumulativeGraph.js
WARN:   * src/views/Client/Insights/InsightsView.test.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationWarning/MixOptimizationWarningPresentational.test.js
WARN:   * src/components/Prompt/PromptPresentational.js
WARN:   * src/views/Client/Test/TestPresentational.tsx
WARN:   * src/components/Modals/Admin/ManageCustomer/Customers.js
WARN:   * src/views/Client/QCData/QcDataHelper.tsx
WARN:   * src/views/Client/OnboardingJourney/TaskList/TaskList.test.tsx
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartHelper.js
WARN:   * src/views/Admin/Staff/components/AdminStaffView.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignHelper.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/HistoricalData/HistoricalDataLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignPresentational.test.js
WARN:   * src/styling/css/_MixManager.scss
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadRow.test.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardSourcesRowPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CompanyInfo.js
WARN:   * src/views/Client/Production/TabData/Compare/ComparePresentational.js
WARN:   * src/views/Shared/Resources/ResourcesMenu/ResourcesMenuLogical.js
WARN:   * src/views/Client/Resources/ResourcesSelectedAssets/ResourcesSelectedAssetsPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTablePresentational.test.js
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamContent.js
WARN:   * src/components/Presentational/TableBackend.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationPresentational.tsx
WARN:   * src/core/interfaces/ICustomer.ts
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormPresentational.test.js
WARN:   * src/components/Modals/Client/Plants/PlantsModal.js
WARN:   * src/views/Client/Insights/InsightsContainer.js
WARN:   * src/views/Client/Environmental/components/BenchmarkMap.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistLogical.js
WARN:   * src/components/Modals/Client/ManageStaff/ManageStaffModalPresentational.js
WARN:   * src/lang/frontend_en.json
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationLogical.tsx
WARN:   * src/core/types/TTranslatedCementNames.ts
WARN:   * src/components/Modals/Admin/Resources/ManageAsset/ManageAssetModalLogical.js
WARN:   * src/views/Admin/Partners/components/PartnersView.js
WARN:   * src/components/Modals/Client/Estimates/MixSelection.js
WARN:   * src/styling/css/_Modal.scss
WARN:   * src/views/Client/Insights/InsightsView.js
WARN:   * src/common/GeneralHelper.js
WARN:   * src/core/types/TApiReturns.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyPresentational.test.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHelper.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyHelper.tsx
WARN:   * src/components/Presentational/ContactBox.js
WARN:   * src/views/Admin/Customers/CustomersContainer.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistHelper.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowPresentational.test.js
WARN:   * src/views/Client/Production/TabTargets/GoalTracker/GoalTrackerPresentational.js
WARN:   * src/views/Client/QCData/QcDataPresentational.tsx
WARN:   * src/views/Shared/ErrorHandling/ErrorHandlingContainer.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadDataPresentational.tsx
WARN:   * src/views/Client/MixOptimization/MixOptimizationMixDetails/MixOptimizationMixDetailsPresentational.test.js
WARN:   * src/components/Representative/RepresentativeHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnPresentational.js
WARN:   * src/views/Client/Production/TabData/ProductionMap/ProductionMapPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerHelper.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingRow/MixingBatchingRowPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSources.test.tsx
WARN:   * src/views/Client/Account/ClientAccountLogical.js
WARN:   * src/components/Modals/Auth/Login/LoginModal.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardWarning.js
WARN:   * src/views/Shared/Resources/ResourcesTable/ResourcesTablePresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTableHelper.test.js
WARN:   * src/views/Client/Production/Lagging/LaggingPresentational.js
WARN:   * src/views/Client/Insights/InsightsBannerTab/InsightsBannerTabPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowHelper.test.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CustomerRow.js
WARN:   * src/components/Presentational/ExpandableTask.tsx
WARN:   * src/views/Client/ServiceAndSupport/ServiceAndSupportContainer.js
WARN:   * src/views/Client/QCData/QcDataPendingApprovalRow/QcDataPendingApprovalRowPresentational.test.tsx
WARN:   * src/core/interfaces/IKelowna.ts
WARN:   * src/components/Modals/Client/Resources/ShareAsset/ShareAssetModalPresentational.js
WARN:   * src/common/GateHelper.test.js
WARN:   * src/views/Client/CustomerOutreach/CustomerOutreachContainer.js
WARN:   * src/views/Shared/Resources/ResourcesDirectory/ResourcesDirectoryPresentational.test.js
WARN:   * src/views/Client/Production/ProductionLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionHelper.ts
WARN:   * src/views/Client/Account/CompanyInformation/CompanyInformationPresentational.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalPresentational.js
WARN:   * src/views/Client/Plants/PlantsContainer.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CustomResources.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardActions.test.js
WARN:   * src/components/InputsAndButtons/DropDown.js
WARN:   * src/views/Client/Resources/ResourcesView.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixType/MixTypePresentational.test.tsx
WARN:   * src/views/Client/QCData/QcDataPendingApprovalTable/QcDataPendingApprovalTablePresentational.test.tsx
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamContent.test.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadData.test.tsx
WARN:   * src/styling/css/_Generic.scss
WARN:   * src/views/Client/Estimates/EstimatesContainerHelper.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTableHelper.js
WARN:   * src/views/Client/Environmental/components/EnvironmentalFootprint.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceLogical.tsx
WARN:   * src/views/Shared/Resources/ResourcesTable/ResourcesTableHelper.test.js
WARN:   * src/components/Representative/RepresentativePresentational.test.js
WARN:   * src/views/Client/Account/ClientAccountPresentational.js
WARN:   * src/components/Modals/Auth/ForgotPassword/ForgotPasswordModal.js
WARN:   * src/components/Modals/Client/Estimates/MixSelection.test.js
WARN:   * src/common/GateHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/MarketReady/MarketReadyPresentational.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesRow/MaterialSourcesRowPresentational.test.tsx
WARN:   * src/components/Modals/Client/MixOptimization/SaveMixModal/SaveMixModalLogical.js
WARN:   * src/views/Client/QCData/QcDataLogical.tsx
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadRow.tsx
WARN:   * src/components/Modals/Admin/Resources/ResourcesModalHelper.ts
WARN:   * src/components/Presentational/ViewportFooterPresentational.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatching.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationLogical.test.js
WARN:   * src/views/Admin/Customers/components/CustomersView.js
WARN:   * src/styling/css/_AccountTeam.scss
WARN:   * src/views/Client/Estimates/components/EstimateRow.js
WARN:   * src/core/types/TTranslatedMaterialNames.ts
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerHelper.js
WARN:   * src/components/Modals/Client/MixDesign/UpdateBaselineModal/UpdateBaselineModalPresentational.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignLogical.tsx
WARN:   * src/components/Modals/Admin/Resources/ResourcesModalHelper.test.ts
WARN:   * src/styling/css/_Insights.scss
WARN:   * src/core/interfaces/IMix.ts
WARN:   * src/views/Shared/Resources/ResourcesRow/ResourcesRowPresentational.test.js
WARN:   * src/views/Client/Account/CompanyInformation/CompanyInformationLogical.js
WARN:   * src/styling/css/_OnboardingJourney.scss
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoHelper.test.js
WARN:   * src/core/interfaces/IFile.ts
WARN:   * src/views/Client/Estimates/components/EstimatesButton.test.js
WARN:   * src/components/Presentational/EditableCell.js
WARN:   * src/views/Client/Insights/InsightsBlankSlate/InsightsBlankSlatePresentational.test.js
WARN:   * src/components/ChipsMenu/ChipsMenuPresentational.js
WARN:   * src/components/Modals/Client/PrivacyAndEULA/PrivacyAndEULAModalLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessConstants.js
WARN:   * src/views/Client/Resources/ResourcesCard/ResourcesCardPresentational.js
WARN:   * src/core/interfaces/ILynx.ts
WARN:   * src/views/Client/MixOptimization/MixOptimizationSummary/MixOptimizationSummaryPresentational.test.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesHelper.ts
WARN:   * src/views/Client/Production/ProductionPresentational.js
WARN:   * src/views/Client/Estimates/components/EstimatesButton.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowPresentational.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignPresentational.test.tsx
WARN:   * src/components/HelpToggle/HelpTogglePresentational.test.tsx
WARN:   * src/views/Shared/Resources/ResourcesMenu/ResourcesMenuPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/ManageCustomerModal.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingRow/MixingBatchingRowPresentational.tsx
WARN:   * src/views/Client/MixOptimization/MixOptimizationLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/NoPlants/NoPlantsPresentational.js
WARN:   * src/views/Client/Resources/ResourcesSelectedAssets/ResourcesSelectedAssetsPresentational.js
WARN:   * src/views/Client/Environmental/EnvironmentalContainer.js
WARN:   * src/styling/themes/constants.js
WARN:   * src/views/Client/Production/TabActions/ActionItems/ActionItemsPresentational.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingLogical.tsx
WARN:   * src/views/Client/QCData/QcDataTable/QcDataTablePresentational.test.tsx
WARN:   * src/components/HelpToggle/HelpToggleLogical.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformation.test.tsx
WARN:   * src/views/Client/Insights/InsightsBannerTab/InsightsBannerTabPresentational.js
WARN:   * src/components/ConfirmDialog/ConfirmDialog.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessHelper.js
WARN:   * src/kelowna/materialSourcesApi.js
WARN:   * src/core/interfaces/ITable.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyLogical.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesHelper.tsx
WARN:   * src/views/Admin/Customers/CustomersContainerHelper.js
WARN:   * src/views/Client/Production/TabActions/NoAction/NoActionPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormPresentational.js
WARN:   * src/views/Client/Account/CompanySettings/CompanySettingsPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTablePresentational.js
WARN:   * src/views/Client/Plants/components/PlantsView.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationAction/MixOptimizationActionPresentational.js
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalPresentational.test.js
WARN:   * src/common/constants.js
WARN:   * src/kelowna/creditsApi.js
WARN:   * src/components/Modals/Auth/SessionExpiry/SessionExpiryModalPresentational.js
WARN:   * src/styling/css/_QCData.scss
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderHelper.ts
WARN:   * src/components/SnackBar/SnackBarPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/SubmitQcDataPresentational.test.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderPresentational.tsx
WARN:   * src/components/NavBars/ClientNavBar.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesTable/MaterialSourcesTablePresentational.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoPresentational.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationGraph/StrengthDevelopmentGraph/StrengthDevelopmentGraphLogical.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationWarning/MixOptimizationWarningPresentational.js
WARN:   * src/components/Modals/Client/ManageStaff/ManageStaffModalLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketLogical.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/SubmitQcDataPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessLogical.js
WARN:   * src/views/Shared/Resources/ResourcesRow/ResourcesRowPresentational.js
WARN:   * src/views/Client/OnboardingJourney/TaskGroup/TaskGroupPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesLogical.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowLogical.test.js
WARN:   * src/views/Client/Production/TabTargets/Overall/OverallPresentational.js
WARN:   * src/views/Admin/Partners/components/PartnerRow.js
WARN:   * src/views/Client/Insights/InsightsContainerHelper.js
WARN:   * src/styling/css/_Fonts.scss
WARN:   * src/core/types/TStoredMaterialWeightUnit.ts
WARN:   * src/views/Client/MixDesignManager/ManageMixDesignConstants.js
WARN:   * src/components/HelpToggle/HelpTogglePresentational.tsx
WARN:   * src/views/Client/Estimates/EstimatesContainer.js
WARN:   * src/views/Client/ClientView.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDatePresentational.tsx
WARN:   * src/core/types/TDisplayedCementName.ts
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignRow/ManageMixDesignRowPresentational.js
WARN:   * src/components/InputsAndButtons/AutoCompleteDropDown.js
WARN:   * src/views/Client/QCData/QcDataPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourcePresentational.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTableHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormLogical.js
WARN:   * src/core/types/TSnackbar.ts
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesLogical.tsx
WARN:   * src/components/Presentational/ExpandableTask.test.js
WARN:   * src/common/ConversionHandler.js
WARN:   * src/kelowna/qcApi.ts
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditView.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerPresentational.test.js
WARN:   * src/views/Client/OnboardingJourney/TaskTab/TaskTabPresentational.tsx
WARN:   * src/styling/css/_NavBar.scss
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsLogical.js
WARN:   * src/views/Client/QCData/QcDataRow/QcDataRowPresentational.tsx
WARN:   * src/views/Client/Production/TabData/ProductionRetro/ProductionRetroPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/Locations.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalLogical.js
WARN:   * src/components/Presentational/StatsBox.js
WARN:   * src/views/Client/Production/TabActions/ActionItems/ActionItemsPresentational.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnLogical.js
WARN:   * src/views/Client/Insights/InsightsStatistics/InsightsStatisticsPresentational.js
WARN:   * src/views/Client/OnboardingJourney/TaskGroup/TaskGroupPresentational.tsx
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QcDataAdditionalTestingModalPresentational.test.tsx
WARN:   * src/views/Admin/AdminView.js
WARN:   * src/RouteManager.js
WARN:   * src/core/types/TDisplayedMaterialWeightUnit.ts
WARN:   * src/views/Client/Insights/InsightsBlankSlate/InsightsBlankSlatePresentational.js
WARN:   * src/components/SnackBar/SnackBarLogical.js
WARN:   * src/views/Client/Resources/ResourcesCardList/ResourcesCardListPresentational.js
WARN:   * src/lang/frontend_es.json
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeader.test.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTableHelper.test.js
WARN:   * src/views/Client/Account/UserInformation/UserInformationPresentational.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourcePresentational.test.tsx
WARN:   * src/views/Client/Production/TabData/Compare/CompareLogical.js
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignRow/ManageMixDesignRowLogical.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalPresentational.test.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesRow/MaterialSourcesRowPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoLogical.js
WARN:   * src/views/Client/Staff/components/ClientStaffView.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesTable/MaterialSourcesTablePresentational.test.tsx
WARN:   * src/views/Admin/Resources/AdminResourcesContainer.js
WARN:   * src/components/FileUpload/FileUploadPresentational.tsx
WARN:   * src/core/interfaces/ITask.ts
WARN:   * src/views/Client/Test/TestLogical.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowHelper.js
WARN:   * src/views/Client/Production/TabData/ProductionMap/ProductionMapLogical.js
WARN:   * src/views/Client/Environmental/components/EnvironmentalTable.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationMixDetails/MixOptimizationMixDetailsPresentational.js
WARN: This may lead to missing/broken features in SonarCloud
INFO: CPD Executor 19 files had no CPD blocks
INFO: CPD Executor Calculating CPD for 412 files
INFO: CPD Executor CPD calculation finished (done) | time=255ms
INFO: SCM writing changed lines
WARN: Could not find ref: dev in refs/heads, refs/remotes/upstream or refs/remotes/origin
INFO: SCM writing changed lines (done) | time=5ms
INFO: Analysis report generated in 252ms, dir size=2 MB
INFO: Analysis report compressed in 304ms, zip size=887 KB
INFO: Analysis report uploaded in 1403ms
INFO: ------------- Check Quality Gate status
INFO: Waiting for the analysis report to be processed (max 300s)
INFO: Time spent writing ucfgs 114ms
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 1:32.085s
INFO: Final Memory: 198M/664M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
ERROR: QUALITY GATE STATUS: FAILED - View details on https://sonarcloud.io/dashboard?id=****************_my***************&pullRequest=784
ERROR: 
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: exit code 1

Below is the log from Tenal’s pipeline for the scanning performed:

$ sonar-scanner
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /builds/company_name/mycompany_name/frontend/sonar-project.properties
INFO: SonarScanner 4.8.0.2856
INFO: Java 11.0.19 Alpine (64-bit)
INFO: Linux 5.4.109+ amd64
INFO: User cache: /builds/company_name/mycompany_name/.sonar/cache
INFO: Analyzing on SonarCloud
INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=587ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: User cache: /builds/company_name/mycompany_name/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=559ms
INFO: Load/download plugins (done) | time=21918ms
INFO: Loaded core extensions: developer-scanner
INFO: Found an active CI vendor: 'Gitlab CI'
INFO: Load project settings for component key: 'company_name_mycompany_name'
INFO: Load project settings for component key: 'company_name_mycompany_name' (done) | time=539ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=6ms
INFO: Project key: company_name_mycompany_name
INFO: Base dir: /builds/company_name/mycompany_name/frontend
INFO: Working dir: /builds/company_name/mycompany_name/frontend/.scannerwork
INFO: Load project branches
INFO: Load project branches (done) | time=575ms
INFO: Check ALM binding of project 'company_name_mycompany_name'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'company_name_mycompany_name' (done) | time=628ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=626ms
INFO: Load branch configuration
INFO: Auto-configuring pull request 785
INFO: Load branch configuration (done) | time=886ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=657ms
INFO: Load active rules
INFO: Load active rules (done) | time=7402ms
INFO: Organization key: company_name
INFO: Pull request 785 for merge into dev from sonarcloud-bugs
INFO: Load project repositories
INFO: Load project repositories (done) | time=1115ms
INFO: SCM collecting changed files in the branch
WARN: Could not find ref: dev in refs/heads, refs/remotes/upstream or refs/remotes/origin
INFO: SCM collecting changed files in the branch (done) | time=99ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/build-wrapper-dump.json, **/*.stories.js, **/*.test.js, **/*.test.ts, **/*.test.tsx, **/*.test.js, **/*.test.ts, **/*.test.tsx
INFO:   Included tests: **/*.test.js, **/*.test.ts, **/*.test.tsx
INFO: 839 files indexed
INFO: 921 files ignored because of inclusion/exclusion patterns
INFO: 0 files ignored because of scm ignore settings
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for json: SonarQube Way
INFO: Quality profile for ts: Sonar way
INFO: ------------- Run sensors on module company_name_mycompany_name
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=536ms
INFO: Sensor cache enabled
INFO: Load sensor cache
INFO: Load sensor cache (3 MB) | time=2117ms
INFO: Sensor IaC CloudFormation Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=102ms
INFO: Sensor IaC Kubernetes Sensor [iac]
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=23ms
INFO: Sensor C# Project Type Information [csharp]
INFO: Sensor C# Project Type Information [csharp] (done) | time=4ms
INFO: Sensor C# Analysis Log [csharp]
INFO: Sensor C# Analysis Log [csharp] (done) | time=19ms
INFO: Sensor C# Properties [csharp]
INFO: Sensor C# Properties [csharp] (done) | time=0ms
INFO: Sensor HTML [web]
INFO: Sensor HTML is restricted to changed files only
INFO: Sensor HTML [web] (done) | time=13ms
INFO: Sensor TextAndSecretsSensor [text]
INFO: Sensor TextAndSecretsSensor is restricted to changed files only
INFO: 408 source files to be analyzed
INFO: 408/408 source files have been analyzed
INFO: Sensor TextAndSecretsSensor [text] (done) | time=815ms
INFO: Sensor VB.NET Project Type Information [vbnet]
INFO: Sensor VB.NET Project Type Information [vbnet] (done) | time=4ms
INFO: Sensor VB.NET Analysis Log [vbnet]
INFO: Sensor VB.NET Analysis Log [vbnet] (done) | time=17ms
INFO: Sensor VB.NET Properties [vbnet]
INFO: Sensor VB.NET Properties [vbnet] (done) | time=0ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
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
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
INFO: Sensor JavaScript analysis [javascript]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /builds/company_name/mycompany_name/frontend/.scannerwork/.sonartmp/2059737228151463510.tmp
INFO: 527 source files to be analyzed
INFO: Creating TypeScript program (done) | time=2168ms
INFO: Starting analysis with current program
INFO: Analyzed 527 file(s) with current program
INFO: 527/527 source files have been analyzed
INFO: Hit the cache for 527 out of 527
INFO: Miss the cache for 0 out of 527
INFO: Sensor JavaScript analysis [javascript] (done) | time=8503ms
INFO: Sensor TypeScript analysis [javascript]
INFO: Found 1 tsconfig.json file(s): [/builds/company_name/mycompany_name/frontend/tsconfig.json]
INFO: Creating TypeScript program
INFO: TypeScript configuration file /builds/company_name/mycompany_name/frontend/tsconfig.json
INFO: 128 source files to be analyzed
INFO: Creating TypeScript program (done) | time=1599ms
INFO: Starting analysis with current program
INFO: Analyzed 128 file(s) with current program
INFO: 128/128 source files have been analyzed
INFO: Hit the cache for 128 out of 128
INFO: Miss the cache for 0 out of 128
INFO: Sensor TypeScript analysis [javascript] (done) | time=1921ms
INFO: Sensor CSS Rules [javascript]
INFO: Sensor CSS Rules is restricted to changed files only
INFO: 16 source files to be analyzed
INFO: 16/16 source files have been analyzed
INFO: Hit the cache for 0 out of 0
INFO: Miss the cache for 0 out of 0
INFO: Sensor CSS Rules [javascript] (done) | time=963ms
INFO: Sensor JavaScript/TypeScript Coverage [javascript]
INFO: No LCOV files were found using coverage/lcov.info
WARN: No coverage information will be saved because all LCOV files cannot be found.
INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=236ms
INFO: Sensor CSS Metrics [javascript]
INFO: Sensor CSS Metrics is restricted to changed files only
INFO: Sensor CSS Metrics [javascript] (done) | time=493ms
INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=3ms
INFO: Sensor IaC Docker Sensor [iac]
INFO: Sensor IaC Docker Sensor is restricted to changed files only
INFO: 0 source files to be analyzed
INFO: 0/0 source files have been analyzed
INFO: Sensor IaC Docker Sensor [iac] (done) | time=153ms
INFO: Sensor Serverless configuration file sensor [security]
INFO: 0 Serverless function entries were found in the project
INFO: 0 Serverless function handlers were kept as entrypoints
INFO: Sensor Serverless configuration file sensor [security] (done) | time=7ms
INFO: Sensor AWS SAM template file sensor [security]
INFO: Sensor AWS SAM template file sensor [security] (done) | time=2ms
INFO: Sensor AWS SAM Inline template file sensor [security]
INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=2ms
INFO: Sensor javabugs [dbd]
INFO: Reading IR files from: /builds/company_name/mycompany_name/frontend/.scannerwork/ir/java
INFO: No IR files have been included for analysis.
INFO: Sensor javabugs [dbd] (done) | time=4ms
INFO: Sensor pythonbugs [dbd]
INFO: Reading IR files from: /builds/company_name/mycompany_name/frontend/.scannerwork/ir/python
INFO: No IR files have been included for analysis.
INFO: Sensor pythonbugs [dbd] (done) | time=1ms
INFO: Sensor JavaSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/java
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor JavaSecuritySensor [security] (done) | time=4ms
INFO: Sensor CSharpSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/ucfg_cs2
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor CSharpSecuritySensor [security] (done) | time=2ms
INFO: Sensor PhpSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/php
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor PhpSecuritySensor [security] (done) | time=2ms
INFO: Sensor PythonSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/python
INFO: Read 0 type definitions
INFO: No UCFGs have been included for analysis.
INFO: Sensor PythonSecuritySensor [security] (done) | time=1ms
INFO: Sensor JsSecuritySensor [security]
INFO: Reading type hierarchy from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/js
INFO: Read 0 type definitions
INFO: Reading UCFGs from: /builds/company_name/mycompany_name/frontend/.scannerwork/ucfg2/js
INFO: 14:04:46.672488 Building Runtime Type propagation graph
INFO: 14:04:47.271597 Running Tarjan on 29650 nodes
INFO: 14:04:47.319206 Tarjan found 29647 components
INFO: 14:04:47.43236 Variable type analysis: done
INFO: 14:04:47.435499 Building Runtime Type propagation graph
INFO: 14:04:47.975957 Running Tarjan on 29650 nodes
INFO: 14:04:48.053789 Tarjan found 29647 components
INFO: 14:04:48.125009 Variable type analysis: done
INFO: Analyzing 4452 ucfgs to detect vulnerabilities.
INFO: Taint analysis starting. Entrypoints: 432
INFO: Running symbolic analysis for 'JS'
INFO: Taint analysis: done.
INFO: Sensor JsSecuritySensor [security] (done) | time=9890ms
INFO: ------------- Run sensors on project
INFO: Sensor Analysis Warnings import [csharp]
INFO: Sensor Analysis Warnings import [csharp] (done) | time=1ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=8ms
INFO: SCM Publisher SCM provider for this project is: git
INFO: SCM Publisher 408 source files to be analyzed
WARN: Shallow clone detected, no blame information will be provided. You can convert to non-shallow with 'git fetch --unshallow'.
INFO: SCM Publisher 0/408 source files have been analyzed (done) | time=10ms
WARN: Missing blame information for the following files:
WARN:   * src/components/Modals/Client/EnvironmentalContact/EnvironmentalContact.js
WARN:   * src/views/Client/Insights/InsightsChart/InsightsChart.test.js
WARN:   * src/components/FileUpload/FileUploadPresentational.test.tsx
WARN:   * src/styling/css/_UiComponents.scss
WARN:   * src/core/types/TDisplayedMaterialName.ts
WARN:   * src/styling/css/_Production.scss
WARN:   * src/common/atoms.js
WARN:   * src/views/Client/OnboardingJourney/TaskList/DefaultTaskList.json
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignPresentational.tsx
WARN:   * src/views/Client/Environmental/components/EnvironmentalView.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDateLogical.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationLogical.tsx
WARN:   * src/views/Client/CarbonCredit/CarbonCreditContainer.js
WARN:   * src/components/NavBars/ClientNavBar.test.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationSummary/MixOptimizationSummaryPresentational.js
WARN:   * src/views/Client/CreditsDashboard/CreditsDashboardContainer.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartLogical.js
WARN:   * src/styling/css/_CustomerSuccessPlan.scss
WARN:   * src/views/Client/MixingBatching/MixingBatchingTable/MixingBatchingTablePresentational.tsx
WARN:   * src/views/Client/Account/UserPreferences/UserPreferencesPresentational.js
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignHelper.ts
WARN:   * src/views/Client/QCData/QcDataPendingApprovalRow/QcDataPendingApprovalRowPresentational.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderHelper.test.ts
WARN:   * src/interfaces/IModel.ts
WARN:   * src/views/Admin/Account/components/AdminAccountView.js
WARN:   * src/views/Client/Production/TabTargets/Targets/TargetsPresentational.js
WARN:   * src/core/interfaces/IQc.ts
WARN:   * src/components/Presentational/TableDualAxes.js
WARN:   * src/kelowna/dropdownsApi.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardActions.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistHeaderPresentational.js
WARN:   * src/kelowna/batchingDataApi.ts
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceHelper.test.tsx
WARN:   * src/core/types/TStoredCementName.ts
WARN:   * src/components/Presentational/ApplicationTable.js
WARN:   * src/components/Representative/RepresentativeHelper.test.js
WARN:   * src/kelowna/accountsApi.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalPresentational.test.js
WARN:   * src/kelowna/mixDesigns.js
WARN:   * src/components/NavBars/AdminNavBar.js
WARN:   * src/styling/css/App.scss
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixDetails/MixDetailsPresentational.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardChart.js
WARN:   * src/components/Modals/Client/Resources/ShareAsset/ShareAssetModalLogical.js
WARN:   * src/views/Client/OnboardingJourney/TaskTab/TaskTabPresentational.test.tsx
WARN:   * src/components/AccountHeadings/AccountHeadingsPresentational.js
WARN:   * src/views/Admin/Staff/AdminStaffContainer.js
WARN:   * src/components/Modals/Admin/Resources/ManageAsset/ManageAssetModalPresentational.js
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QcDataAdditionalTestingModalLogical.tsx
WARN:   * src/views/Admin/Test/TestPresentational.tsx
WARN:   * src/views/Shared/Resources/ResourcesDirectory/ResourcesDirectoryPresentational.js
WARN:   * src/components/HelpToggle/HelpToggleLogical.tsx
WARN:   * src/styling/themes/theme.js
WARN:   * src/views/Client/Insights/InsightsChart/InsightsChart.js
WARN:   * src/serviceWorker.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderLogical.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistPresentational.js
WARN:   * src/kelowna/authorization.js
WARN:   * src/styling/css/_Footer.scss
WARN:   * src/components/ConfirmDialog/ConfirmDialog.js
WARN:   * src/views/Client/Environmental/components/BenchmarkMap.js
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditList.js
WARN:   * src/views/Client/Insights/InsightsContainerHelper.test.js
WARN:   * src/components/Modals/Admin/ManageCustomer/AssignTeamMembers.js
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditExplanation.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceHelper.ts
WARN:   * src/views/Client/Resources/ResourcesChip/ResourcesChipPresentational.js
WARN:   * src/components/AccountHeadings/AccountHeadingsLogical.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDatePresentational.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/MarketReady/MarketReadyLogical.js
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamComponent.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationMaterial/MixOptimizationMaterialPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationPresentational.tsx
WARN:   * src/components/AccountHeadings/AccountHeadingsPresentational.test.js
WARN:   * src/components/Modals/Client/MixDesign/ManageMixDesignModal/ManageMixDesignModalPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadDataLogical.tsx
WARN:   * src/components/ActionItem/ActionItemPresentational.js
WARN:   * src/views/Client/Production/TabData/TabDataPresentational.js
WARN:   * src/components/Modals/Client/CustomerSuccessPlan/ConfirmChecklistModal/ConfirmChecklistModalLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignTable/ManageMixDesignTablePresentational.js
WARN:   * src/views/Client/Production/TabData/Compare/ProductionPDFHelper.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesPresentational.tsx
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalPresentational.js
WARN:   * src/kelowna/helper.js
WARN:   * src/views/Client/QCData/QcDataRow/QcDataRowPresentational.test.tsx
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixType/MixTypePresentational.tsx
WARN:   * src/index.js
WARN:   * src/views/Client/QCData/QcDataTable/QcDataTablePresentational.tsx
WARN:   * src/styling/css/_MixOptimization.scss
WARN:   * src/views/Client/Staff/components/ClientStaffRow.test.js
WARN:   * src/kelowna/review.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTable.js
WARN:   * src/components/AccountHeadings/AccountHeadingsHelper.js
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QCDataAdditionalTestingModalPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistHeaderLogical.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartHelper.test.js
WARN:   * src/types/index.ts
WARN:   * src/views/Client/Insights/InsightsStatistics/InsightsStatisticsPresentational.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingHelper.test.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyPresentational.tsx
WARN:   * src/views/Admin/Test/TestLogical.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerLogical.test.js
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalPresentational.js
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartPresentational.js
WARN:   * src/core/interfaces/ISnackbar.ts
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalPresentational.test.js
WARN:   * src/views/Client/QCData/QcDataPendingApprovalTable/QcDataPendingApprovalTablePresentational.tsx
WARN:   * src/core/interfaces/ISource.ts
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessHelper.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingPresentational.tsx
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixDetails/MixDetailsPresentational.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketPresentational.test.js
WARN:   * src/views/Client/OnboardingJourney/TaskList/TaskList.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSection.test.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesPresentational.test.tsx
WARN:   * src/core/interfaces/IBatching.ts
WARN:   * src/views/Client/CreditsDashboard/CreditsDashboardContainerHelper.test.js
WARN:   * src/views/Client/Lynx/LynxLogical.tsx
WARN:   * src/components/Modals/Auth/ChangePassword/ChangePasswordModal.js
WARN:   * src/components/InputsAndButtons/ModalButton.js
WARN:   * src/views/Client/Staff/components/ClientStaffRow.js
WARN:   * src/views/Client/Lynx/LynxPresentational.tsx
WARN:   * src/components/FileUpload/FileUploadLogical.tsx
WARN:   * src/components/Modals/Admin/Resources/PreviewAsset/PreviewAssetModalPresentational.js
WARN:   * src/views/Admin/Staff/components/AdminStaffRow.js
WARN:   * src/kelowna/APIHandler.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationHelper.ts
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardView.js
WARN:   * src/styling/css/_Resources.scss
WARN:   * src/views/Client/Estimates/components/EstimatesView.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingTable/MixingBatchingTablePresentational.test.tsx
WARN:   * src/views/Admin/Resources/AdminResourcesView.js
WARN:   * src/components/isOnScreenWrapper/isOnScreenWrapper.tsx
WARN:   * src/components/Representative/RepresentativePresentational.js
WARN:   * src/components/ChipsMenu/ChipsMenuPresentational.tsx
WARN:   * src/components/NavBars/GenericNavBarLogical.js
WARN:   * src/components/Presentational/ViewportFooterPresentational.js
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsPresentational.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoHelper.js
WARN:   * src/core/types/TStoredMaterialName.ts
WARN:   * src/components/Presentational/ViewportFooterLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionLogical.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnLogical.test.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionPresentational.tsx
WARN:   * src/components/Modals/Admin/Resources/ManageFolder/ManageFolderModalLogical.js
WARN:   * src/components/Presentational/CumulativeGraph.js
WARN:   * src/views/Client/Insights/InsightsView.test.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationWarning/MixOptimizationWarningPresentational.test.js
WARN:   * src/components/Prompt/PromptPresentational.js
WARN:   * src/views/Client/Test/TestPresentational.tsx
WARN:   * src/components/Modals/Admin/ManageCustomer/Customers.js
WARN:   * src/views/Client/QCData/QcDataHelper.tsx
WARN:   * src/views/Client/OnboardingJourney/TaskList/TaskList.test.tsx
WARN:   * src/views/Client/Production/TabData/Timechart/TimechartHelper.js
WARN:   * src/views/Admin/Staff/components/AdminStaffView.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignHelper.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/HistoricalData/HistoricalDataLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignPresentational.test.js
WARN:   * src/styling/css/_MixManager.scss
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadRow.test.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardSourcesRowPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CompanyInfo.js
WARN:   * src/views/Client/Production/TabData/Compare/ComparePresentational.js
WARN:   * src/views/Shared/Resources/ResourcesMenu/ResourcesMenuLogical.js
WARN:   * src/views/Client/Resources/ResourcesSelectedAssets/ResourcesSelectedAssetsPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTablePresentational.test.js
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamContent.js
WARN:   * src/components/Presentational/TableBackend.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformationPresentational.tsx
WARN:   * src/core/interfaces/ICustomer.ts
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormPresentational.test.js
WARN:   * src/components/Modals/Client/Plants/PlantsModal.js
WARN:   * src/views/Client/Insights/InsightsContainer.js
WARN:   * src/views/Client/Environmental/components/BenchmarkMap.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistLogical.js
WARN:   * src/components/Modals/Client/ManageStaff/ManageStaffModalPresentational.js
WARN:   * src/lang/frontend_en.json
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationLogical.tsx
WARN:   * src/core/types/TTranslatedCementNames.ts
WARN:   * src/components/Modals/Admin/Resources/ManageAsset/ManageAssetModalLogical.js
WARN:   * src/views/Admin/Partners/components/PartnersView.js
WARN:   * src/components/Modals/Client/Estimates/MixSelection.js
WARN:   * src/styling/css/_Modal.scss
WARN:   * src/views/Client/Insights/InsightsView.js
WARN:   * src/common/GeneralHelper.js
WARN:   * src/core/types/TApiReturns.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyPresentational.test.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHelper.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyHelper.tsx
WARN:   * src/components/Presentational/ContactBox.js
WARN:   * src/views/Admin/Customers/CustomersContainer.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistHelper.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowPresentational.test.js
WARN:   * src/views/Client/Production/TabTargets/GoalTracker/GoalTrackerPresentational.js
WARN:   * src/views/Client/QCData/QcDataPresentational.tsx
WARN:   * src/views/Shared/ErrorHandling/ErrorHandlingContainer.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadDataPresentational.tsx
WARN:   * src/views/Client/MixOptimization/MixOptimizationMixDetails/MixOptimizationMixDetailsPresentational.test.js
WARN:   * src/components/Representative/RepresentativeHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnPresentational.js
WARN:   * src/views/Client/Production/TabData/ProductionMap/ProductionMapPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerHelper.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingRow/MixingBatchingRowPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSources.test.tsx
WARN:   * src/views/Client/Account/ClientAccountLogical.js
WARN:   * src/components/Modals/Auth/Login/LoginModal.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardWarning.js
WARN:   * src/views/Shared/Resources/ResourcesTable/ResourcesTablePresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTableHelper.test.js
WARN:   * src/views/Client/Production/Lagging/LaggingPresentational.js
WARN:   * src/views/Client/Insights/InsightsBannerTab/InsightsBannerTabPresentational.test.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowHelper.test.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CustomerRow.js
WARN:   * src/components/Presentational/ExpandableTask.tsx
WARN:   * src/views/Client/ServiceAndSupport/ServiceAndSupportContainer.js
WARN:   * src/views/Client/QCData/QcDataPendingApprovalRow/QcDataPendingApprovalRowPresentational.test.tsx
WARN:   * src/core/interfaces/IKelowna.ts
WARN:   * src/components/Modals/Client/Resources/ShareAsset/ShareAssetModalPresentational.js
WARN:   * src/common/GateHelper.test.js
WARN:   * src/views/Client/CustomerOutreach/CustomerOutreachContainer.js
WARN:   * src/views/Shared/Resources/ResourcesDirectory/ResourcesDirectoryPresentational.test.js
WARN:   * src/views/Client/Production/ProductionLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MaterialsSection/MaterialsSectionHelper.ts
WARN:   * src/views/Client/Account/CompanyInformation/CompanyInformationPresentational.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalPresentational.js
WARN:   * src/views/Client/Plants/PlantsContainer.js
WARN:   * src/components/Modals/Admin/ManageCustomer/CustomResources.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardActions.test.js
WARN:   * src/components/InputsAndButtons/DropDown.js
WARN:   * src/views/Client/Resources/ResourcesView.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/MixType/MixTypePresentational.test.tsx
WARN:   * src/views/Client/QCData/QcDataPendingApprovalTable/QcDataPendingApprovalTablePresentational.test.tsx
WARN:   * src/views/Client/ServiceAndSupport/AccountTeam/AccountTeamContent.test.js
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadData.test.tsx
WARN:   * src/styling/css/_Generic.scss
WARN:   * src/views/Client/Estimates/EstimatesContainerHelper.js
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTableHelper.js
WARN:   * src/views/Client/Environmental/components/EnvironmentalFootprint.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourceLogical.tsx
WARN:   * src/views/Shared/Resources/ResourcesTable/ResourcesTableHelper.test.js
WARN:   * src/components/Representative/RepresentativePresentational.test.js
WARN:   * src/views/Client/Account/ClientAccountPresentational.js
WARN:   * src/components/Modals/Auth/ForgotPassword/ForgotPasswordModal.js
WARN:   * src/components/Modals/Client/Estimates/MixSelection.test.js
WARN:   * src/common/GateHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/MarketReady/MarketReadyPresentational.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesRow/MaterialSourcesRowPresentational.test.tsx
WARN:   * src/components/Modals/Client/MixOptimization/SaveMixModal/SaveMixModalLogical.js
WARN:   * src/views/Client/QCData/QcDataLogical.tsx
WARN:   * src/views/Client/QCData/SubmitQcData/UploadData/UploadRow.tsx
WARN:   * src/components/Modals/Admin/Resources/ResourcesModalHelper.ts
WARN:   * src/components/Presentational/ViewportFooterPresentational.test.js
WARN:   * src/views/Client/MixingBatching/MixingBatching.test.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/NavAndHelp/NavigationLogical.test.js
WARN:   * src/views/Admin/Customers/components/CustomersView.js
WARN:   * src/styling/css/_AccountTeam.scss
WARN:   * src/views/Client/Estimates/components/EstimateRow.js
WARN:   * src/core/types/TTranslatedMaterialNames.ts
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerHelper.js
WARN:   * src/components/Modals/Client/MixDesign/UpdateBaselineModal/UpdateBaselineModalPresentational.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignPresentational.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignLogical.tsx
WARN:   * src/components/Modals/Admin/Resources/ResourcesModalHelper.test.ts
WARN:   * src/styling/css/_Insights.scss
WARN:   * src/core/interfaces/IMix.ts
WARN:   * src/views/Shared/Resources/ResourcesRow/ResourcesRowPresentational.test.js
WARN:   * src/views/Client/Account/CompanyInformation/CompanyInformationLogical.js
WARN:   * src/styling/css/_OnboardingJourney.scss
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoHelper.test.js
WARN:   * src/core/interfaces/IFile.ts
WARN:   * src/views/Client/Estimates/components/EstimatesButton.test.js
WARN:   * src/components/Presentational/EditableCell.js
WARN:   * src/views/Client/Insights/InsightsBlankSlate/InsightsBlankSlatePresentational.test.js
WARN:   * src/components/ChipsMenu/ChipsMenuPresentational.js
WARN:   * src/components/Modals/Client/PrivacyAndEULA/PrivacyAndEULAModalLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessConstants.js
WARN:   * src/views/Client/Resources/ResourcesCard/ResourcesCardPresentational.js
WARN:   * src/core/interfaces/ILynx.ts
WARN:   * src/views/Client/MixOptimization/MixOptimizationSummary/MixOptimizationSummaryPresentational.test.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesHelper.ts
WARN:   * src/views/Client/Production/ProductionPresentational.js
WARN:   * src/views/Client/Estimates/components/EstimatesButton.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowPresentational.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalLogical.js
WARN:   * src/views/Client/MixDesignManager/EditMixDesign/EditMixDesignPresentational.test.tsx
WARN:   * src/components/HelpToggle/HelpTogglePresentational.test.tsx
WARN:   * src/views/Shared/Resources/ResourcesMenu/ResourcesMenuPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/ManageCustomerModal.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingRow/MixingBatchingRowPresentational.tsx
WARN:   * src/views/Client/MixOptimization/MixOptimizationLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/NoPlants/NoPlantsPresentational.js
WARN:   * src/views/Client/Resources/ResourcesSelectedAssets/ResourcesSelectedAssetsPresentational.js
WARN:   * src/views/Client/Environmental/EnvironmentalContainer.js
WARN:   * src/styling/themes/constants.js
WARN:   * src/views/Client/Production/TabActions/ActionItems/ActionItemsPresentational.js
WARN:   * src/views/Client/MixingBatching/MixingBatchingLogical.tsx
WARN:   * src/views/Client/QCData/QcDataTable/QcDataTablePresentational.test.tsx
WARN:   * src/components/HelpToggle/HelpToggleLogical.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CO2SupplierInformation/CO2SupplierInformation.test.tsx
WARN:   * src/views/Client/Insights/InsightsBannerTab/InsightsBannerTabPresentational.js
WARN:   * src/components/ConfirmDialog/ConfirmDialog.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessHelper.js
WARN:   * src/kelowna/materialSourcesApi.js
WARN:   * src/core/interfaces/ITable.ts
WARN:   * src/views/Client/OnboardingJourney/OnboardingJourneyLogical.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesHelper.tsx
WARN:   * src/views/Admin/Customers/CustomersContainerHelper.js
WARN:   * src/views/Client/Production/TabActions/NoAction/NoActionPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormPresentational.js
WARN:   * src/views/Client/Account/CompanySettings/CompanySettingsPresentational.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTablePresentational.js
WARN:   * src/views/Client/Plants/components/PlantsView.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationAction/MixOptimizationActionPresentational.js
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalPresentational.test.js
WARN:   * src/common/constants.js
WARN:   * src/kelowna/creditsApi.js
WARN:   * src/components/Modals/Auth/SessionExpiry/SessionExpiryModalPresentational.js
WARN:   * src/styling/css/_QCData.scss
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderHelper.ts
WARN:   * src/components/SnackBar/SnackBarPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/SubmitQcDataPresentational.test.tsx
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeaderPresentational.tsx
WARN:   * src/components/NavBars/ClientNavBar.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesTable/MaterialSourcesTablePresentational.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerPresentational.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoPresentational.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationGraph/StrengthDevelopmentGraph/StrengthDevelopmentGraphLogical.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationWarning/MixOptimizationWarningPresentational.js
WARN:   * src/components/Modals/Client/ManageStaff/ManageStaffModalLogical.js
WARN:   * src/views/Client/CustomerSuccessPlan/GoToMarket/GoToMarketLogical.js
WARN:   * src/components/Modals/Admin/ManageStaff/AdminManageStaffModalPresentational.js
WARN:   * src/views/Client/QCData/SubmitQcData/SubmitQcDataPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/CustomerSuccessLogical.js
WARN:   * src/views/Shared/Resources/ResourcesRow/ResourcesRowPresentational.js
WARN:   * src/views/Client/OnboardingJourney/TaskGroup/TaskGroupPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/MaterialSourcesLogical.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowLogical.test.js
WARN:   * src/views/Client/Production/TabTargets/Overall/OverallPresentational.js
WARN:   * src/views/Admin/Partners/components/PartnerRow.js
WARN:   * src/views/Client/Insights/InsightsContainerHelper.js
WARN:   * src/styling/css/_Fonts.scss
WARN:   * src/core/types/TStoredMaterialWeightUnit.ts
WARN:   * src/views/Client/MixDesignManager/ManageMixDesignConstants.js
WARN:   * src/components/HelpToggle/HelpTogglePresentational.tsx
WARN:   * src/views/Client/Estimates/EstimatesContainer.js
WARN:   * src/views/Client/ClientView.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EffectiveDate/EffectiveDatePresentational.tsx
WARN:   * src/core/types/TDisplayedCementName.ts
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignRow/ManageMixDesignRowPresentational.js
WARN:   * src/components/InputsAndButtons/AutoCompleteDropDown.js
WARN:   * src/views/Client/QCData/QcDataPresentational.test.tsx
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourcePresentational.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerTable/MixDesignManagerTableHelper.js
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactUserForm/ContactUserFormLogical.js
WARN:   * src/core/types/TSnackbar.ts
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/CementSources/CementSourcesLogical.tsx
WARN:   * src/components/Presentational/ExpandableTask.test.js
WARN:   * src/common/ConversionHandler.js
WARN:   * src/kelowna/qcApi.ts
WARN:   * src/views/Client/CarbonCredit/components/CarbonCreditView.js
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerPresentational.test.js
WARN:   * src/views/Client/OnboardingJourney/TaskTab/TaskTabPresentational.tsx
WARN:   * src/styling/css/_NavBar.scss
WARN:   * src/views/Client/Production/TabActions/SuggestedActions/SuggestedActionsLogical.js
WARN:   * src/views/Client/QCData/QcDataRow/QcDataRowPresentational.tsx
WARN:   * src/views/Client/Production/TabData/ProductionRetro/ProductionRetroPresentational.js
WARN:   * src/components/Modals/Admin/ManageCustomer/Locations.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalLogical.js
WARN:   * src/components/Presentational/StatsBox.js
WARN:   * src/views/Client/Production/TabActions/ActionItems/ActionItemsPresentational.test.js
WARN:   * src/views/Client/CustomerSuccessPlan/Checklist/ChecklistColumn/ChecklistColumnLogical.js
WARN:   * src/views/Client/Insights/InsightsStatistics/InsightsStatisticsPresentational.js
WARN:   * src/views/Client/OnboardingJourney/TaskGroup/TaskGroupPresentational.tsx
WARN:   * src/views/Client/QCData/QcDataAdditionalTestingModal/QcDataAdditionalTestingModalPresentational.test.tsx
WARN:   * src/views/Admin/AdminView.js
WARN:   * src/RouteManager.js
WARN:   * src/core/types/TDisplayedMaterialWeightUnit.ts
WARN:   * src/views/Client/Insights/InsightsBlankSlate/InsightsBlankSlatePresentational.js
WARN:   * src/components/SnackBar/SnackBarLogical.js
WARN:   * src/views/Client/Resources/ResourcesCardList/ResourcesCardListPresentational.js
WARN:   * src/lang/frontend_es.json
WARN:   * src/views/Client/MixingBatching/MixingBatchingHeader/MixingBatchingHeader.test.tsx
WARN:   * src/views/Client/CreditsDashboard/components/CreditsDashboardTableHelper.test.js
WARN:   * src/views/Client/Account/UserInformation/UserInformationPresentational.js
WARN:   * src/views/Client/MaterialSources/EditMaterialSources/EditMaterialSourcePresentational.test.tsx
WARN:   * src/views/Client/Production/TabData/Compare/CompareLogical.js
WARN:   * src/components/Modals/Client/Estimates/EstimatesModalLogical.js
WARN:   * src/views/Client/ManageMixDesign/ManageMixDesignRow/ManageMixDesignRowLogical.js
WARN:   * src/components/Modals/Client/CreditsDahsboard/CreditsDashboardModalPresentational.test.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesRow/MaterialSourcesRowPresentational.tsx
WARN:   * src/views/Client/CustomerSuccessPlan/ContactInfo/ContactInfoLogical.js
WARN:   * src/views/Client/Staff/components/ClientStaffView.js
WARN:   * src/views/Client/MaterialSources/MaterialSourcesTable/MaterialSourcesTablePresentational.test.tsx
WARN:   * src/views/Admin/Resources/AdminResourcesContainer.js
WARN:   * src/components/FileUpload/FileUploadPresentational.tsx
WARN:   * src/core/interfaces/ITask.ts
WARN:   * src/views/Client/Test/TestLogical.tsx
WARN:   * src/views/Client/MixDesignManager/MixDesignManagerRow/MixDesignManagerRowHelper.js
WARN:   * src/views/Client/Production/TabData/ProductionMap/ProductionMapLogical.js
WARN:   * src/views/Client/Environmental/components/EnvironmentalTable.js
WARN:   * src/views/Client/MixOptimization/MixOptimizationMixDetails/MixOptimizationMixDetailsPresentational.js
WARN: This may lead to missing/broken features in SonarCloud
INFO: CPD Executor 19 files had no CPD blocks
INFO: CPD Executor Calculating CPD for 412 files
INFO: CPD Executor CPD calculation finished (done) | time=267ms
INFO: SCM writing changed lines
WARN: Could not find ref: dev in refs/heads, refs/remotes/upstream or refs/remotes/origin
INFO: SCM writing changed lines (done) | time=5ms
INFO: Analysis report generated in 306ms, dir size=2 MB
INFO: Analysis report compressed in 326ms, zip size=861 KB
INFO: Analysis report uploaded in 1391ms
INFO: ------------- Check Quality Gate status
INFO: Waiting for the analysis report to be processed (max 300s)
INFO: Time spent writing ucfgs 0ms
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 1:37.187s
INFO: Final Memory: 198M/667M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
ERROR: QUALITY GATE STATUS: FAILED - View details on https://sonarcloud.io/dashboard?id=****************_my***************&pullRequest=785
ERROR: 
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: exit code 1

The scanning performed seems to be very similar for both pipelines with the differences only in the timings and date/time it was performed (quick content comparison).

Hi,

Here’s the problem

You need to get rid of that shallow clone. Issues unrelated to your MR are showing up because analysis can’t tell which files are new and which aren’t.

 
HTH,
Ann

Just a note that additional information was gathered in this thread to resolve this.

Ultimately, setting the correct GIT_DEPTH value (0) allowed for the scan to run properly in our merge requests.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.