Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: (node:1631) [DEP0005] DeprecationWarning: #19821

Open
4 of 7 tasks
pinakighatak opened this issue Apr 27, 2024 · 2 comments
Open
4 of 7 tasks

[BUG]: (node:1631) [DEP0005] DeprecationWarning: #19821

pinakighatak opened this issue Apr 27, 2024 · 2 comments

Comments

@pinakighatak
Copy link

New issue checklist

Task name

AzureResourceManagerTemplateDeployment

Task version

5

Issue Description

Running this on ubuntu host creates the following warning:
(node:1631) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use node --trace-deprecation ... to show where the warning was created)

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Ubuntu-latest

Relevant log output

Starting: Provision Azure Function App from Bicep
==============================================================================
Task         : ARM template deployment
Description  : Deploy an Azure Resource Manager (ARM) template to all the deployment scopes
Version      : 3.238.0
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment
==============================================================================
ARM Service Connection deployment scope - Subscription
Creating deployment parameters.
Setting active cloud to: AzureCloud
/usr/bin/az cloud set -n AzureCloud
/usr/bin/az login --service-principal -u *** --tenant xxxx --allow-no-subscriptions --federated-token ***
[
  {
    "cloudName": "AzureCloud",
    "homeTenantId": "****",
    "id": "****",
    "isDefault": true,
    "managedByTenants": [
      {
        "tenantId": "****"
      }
    ],
    "name": "MCAPS-EXT-****",
    "state": "Enabled",
    "tenantId": "****",
    "user": {
      "name": "***",
      "type": "servicePrincipal"
    }
  }
]
/usr/bin/az account set --subscription 5b2da6fd-4176-4c4b-9707-88537878a9c2
/usr/bin/az bicep build --file /home/vsts/work/1/drop/infra/main.bicep
/usr/bin/az account clear
The detected encoding for file '/home/vsts/work/1/drop/infra/main.json' is 'utf-8'
Starting template validation.
Deployment name is ***
(node:1631) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Template deployment validation was completed successfully.
Starting Deployment.
Deployment name is ****

Full task logs with system.debug enabled

See above.

Repro steps

steps:
            - task: AzureResourceManagerTemplateDeployment@3
              displayName: Provision Azure Function App from Bicep
              name: FunctionDeployStep
              inputs:
                deploymentScope: "Subscription"
                subscriptionId: "$(AZURE_SUBSCRIPTION_ID)"
                location: "$(AZURE_LOCATION)"
                azureResourceManagerConnection: "$(AZURE_SERVICE_CONNECTION)"
                action: "Create Or Update Resource Group"
                resourceGroupName: "${{parameters.AzureResourceGroup}}"
                templateLocation: "Linked artifact"
                csmFile: "$(Pipeline.Workspace)/drop/infra/main.bicep"
                overrideParameters: "-environmentName $(AZURE_RG_DEV) -location $(AZURE_LOCATION)"
                deploymentMode: "Incremental"
                deploymentName: $(DEPLOYMENT_NAME)
                deploymentOutputs: deployOutputs
@v-schhabra
Copy link
Contributor

@pinakighatak Could you please share the detailed logs of the pipeline by adding variable system.debug to "true"?

@lgp1985
Copy link

lgp1985 commented Jun 3, 2024

Here's a full log with mentioned issue.

2024-06-03T23:50:25.6823396Z ##[section]Starting: Deploy to dev
2024-06-03T23:50:25.6987122Z ##[debug]Agent environment resources - Unable to get disk info, exception: Value cannot be null. (Parameter 'driveName'), Memory: Used 571.00 MB out of 6921.00 MB, CPU: Usage 97.78%
2024-06-03T23:50:25.7059266Z ##[debug]Cleaning agent temp folder: /home/vsts/work/_temp
2024-06-03T23:50:25.7103713Z ##[debug]Skipping overwrite %TEMP% environment variable
2024-06-03T23:50:25.9070065Z ##[section]Starting: Initialize job
2024-06-03T23:50:25.9072776Z Agent name: 'Azure Pipelines 4'
2024-06-03T23:50:25.9073124Z Agent machine name: 'fv-az162-26'
2024-06-03T23:50:25.9073272Z Current agent version: '3.239.1'
2024-06-03T23:50:25.9112585Z ##[group]Operating System
2024-06-03T23:50:25.9112749Z Ubuntu
2024-06-03T23:50:25.9112838Z 22.04.4
2024-06-03T23:50:25.9112942Z LTS
2024-06-03T23:50:25.9113040Z ##[endgroup]
2024-06-03T23:50:25.9113162Z ##[group]Runner Image
2024-06-03T23:50:25.9113283Z Image: ubuntu-22.04
2024-06-03T23:50:25.9113399Z Version: 20240526.1.0
2024-06-03T23:50:25.9113815Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240526.1/images/ubuntu/Ubuntu2204-Readme.md
2024-06-03T23:50:25.9114135Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240526.1
2024-06-03T23:50:25.9114311Z ##[endgroup]
2024-06-03T23:50:25.9114428Z ##[group]Runner Image Provisioner
2024-06-03T23:50:25.9114745Z 2.0.370.1
2024-06-03T23:50:25.9114862Z ##[endgroup]
2024-06-03T23:50:25.9116234Z Current image version: '20240526.1.0'
2024-06-03T23:50:25.9117933Z Agent running as: 'vsts'
2024-06-03T23:50:25.9164214Z ##[debug]Triggering repository: set-prdmgmt. repository type: Git
2024-06-03T23:50:25.9169851Z Prepare build directory.
2024-06-03T23:50:25.9419990Z ##[debug]Creating build directory: '/home/vsts/work/1'
2024-06-03T23:50:25.9421622Z ##[debug]Delete existing artifacts directory: '/home/vsts/work/1/a'
2024-06-03T23:50:25.9424051Z ##[debug]Creating artifacts directory: '/home/vsts/work/1/a'
2024-06-03T23:50:25.9425540Z ##[debug]Delete existing test results directory: '/home/vsts/work/1/TestResults'
2024-06-03T23:50:25.9426267Z ##[debug]Creating test results directory: '/home/vsts/work/1/TestResults'
2024-06-03T23:50:25.9427940Z ##[debug]Creating binaries directory: '/home/vsts/work/1/b'
2024-06-03T23:50:25.9429361Z ##[debug]Creating source directory: '/home/vsts/work/1/s'
2024-06-03T23:50:25.9514366Z Set build variables.
2024-06-03T23:50:25.9554598Z Download all required tasks.
2024-06-03T23:50:25.9751275Z Downloading task: AzureResourceManagerTemplateDeployment (3.238.0)
2024-06-03T23:50:27.1277677Z ##[debug]Task 'AzureResourceManagerTemplateDeployment' has been downloaded into '/home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0'.
2024-06-03T23:50:27.2345938Z Checking job knob settings.
2024-06-03T23:50:27.2359880Z    Knob: DockerActionRetries = true Source: $(VSTSAGENT_DOCKER_ACTION_RETRIES) 
2024-06-03T23:50:27.2360938Z    Knob: AgentToolsDirectory = /opt/hostedtoolcache Source: ${AGENT_TOOLSDIRECTORY} 
2024-06-03T23:50:27.2363435Z    Knob: UseGitLongPaths = true Source: $(USE_GIT_LONG_PATHS) 
2024-06-03T23:50:27.2364274Z    Knob: UseLatestGitVersion = true Source: $(USE_LATEST_GIT_VERSION) 
2024-06-03T23:50:27.2365448Z    Knob: AgentPerflog = /home/vsts/perflog Source: ${VSTS_AGENT_PERFLOG} 
2024-06-03T23:50:27.2368736Z    Knob: AgentEnablePipelineArtifactLargeChunkSize = true Source: $(AGENT_ENABLE_PIPELINEARTIFACT_LARGE_CHUNK_SIZE) 
2024-06-03T23:50:27.2370711Z    Knob: ContinueAfterCancelProcessTreeKillAttempt = true Source: $(VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT) 
2024-06-03T23:50:27.2371530Z    Knob: ProcessHandlerSecureArguments = false Source: $(AZP_75787_ENABLE_NEW_LOGIC) 
2024-06-03T23:50:27.2371989Z    Knob: ProcessHandlerSecureArguments = false Source: $(AZP_75787_ENABLE_NEW_LOGIC_LOG) 
2024-06-03T23:50:27.2372428Z    Knob: ProcessHandlerTelemetry = true Source: $(AZP_75787_ENABLE_COLLECT) 
2024-06-03T23:50:27.2372866Z    Knob: ProcessHandlerEnableNewLogic = true Source: $(AZP_75787_ENABLE_NEW_PH_LOGIC) 
2024-06-03T23:50:27.2374526Z    Knob: IgnoreVSTSTaskLib = true Source: $(AZP_AGENT_IGNORE_VSTSTASKLIB) 
2024-06-03T23:50:27.2374991Z    Knob: FailJobWhenAgentDies = true Source: $(FAIL_JOB_WHEN_AGENT_DIES) 
2024-06-03T23:50:27.2375585Z    Knob: CheckForTaskDeprecation = true Source: $(AZP_AGENT_CHECK_FOR_TASK_DEPRECATION) 
2024-06-03T23:50:27.2376216Z    Knob: MountWorkspace = true Source: $(AZP_AGENT_MOUNT_WORKSPACE) 
2024-06-03T23:50:27.2376822Z    Knob: LogTaskNameInUserAgent = true Source: $(AZP_AGENT_LOG_TASKNAME_IN_USERAGENT) 
2024-06-03T23:50:27.2377308Z Finished checking job knob settings.
2024-06-03T23:50:27.2778249Z ##[debug]Log plugin 'TestResultLogPlugin' is disabled.
2024-06-03T23:50:27.2778732Z ##[debug]Log plugin 'TestFilePublisherPlugin' is disabled.
2024-06-03T23:50:27.2779199Z Start tracking orphan processes.
2024-06-03T23:50:27.3030240Z ##[section]Finishing: Initialize job
2024-06-03T23:50:27.3290390Z ##[section]Async Command Start: DetectDockerContainer
2024-06-03T23:50:27.3290949Z ##[section]Async Command End: DetectDockerContainer
2024-06-03T23:50:27.3293146Z ##[section]Async Command Start: DetectDockerContainer
2024-06-03T23:50:27.3293498Z ##[section]Async Command End: DetectDockerContainer
2024-06-03T23:50:27.3321562Z ##[debug]Evaluating condition for step: 'Checkout set-prdmgmt@users/lgp/standard-bicep to s'
2024-06-03T23:50:27.3394224Z ##[debug]Evaluating: SucceededNode()
2024-06-03T23:50:27.3406830Z ##[debug]Evaluating SucceededNode:
2024-06-03T23:50:27.3465148Z ##[debug]=> True
2024-06-03T23:50:27.3478786Z ##[debug]Result: True
2024-06-03T23:50:27.3581334Z ##[section]Starting: Checkout set-prdmgmt@users/lgp/standard-bicep to s
2024-06-03T23:50:27.3908774Z ==============================================================================
2024-06-03T23:50:27.3909457Z Task         : Get sources
2024-06-03T23:50:27.3909857Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2024-06-03T23:50:27.3910083Z Version      : 1.0.0
2024-06-03T23:50:27.3910473Z Author       : Microsoft
2024-06-03T23:50:27.3911016Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2024-06-03T23:50:27.3911273Z ==============================================================================
2024-06-03T23:50:28.1125597Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=Checkout]{"RepoType":"Git","HostOS":"Linux"}
2024-06-03T23:50:28.1140687Z ##[debug]Processed: ##vso[plugininternal.updaterepositorypath alias=self;]/home/vsts/work/1/s
2024-06-03T23:50:28.1143771Z ##[debug]Repository requires to be placed at '/home/vsts/work/1/s', current location is '/home/vsts/work/1/s'
2024-06-03T23:50:28.1144585Z Syncing repository: set-prdmgmt (Git)
2024-06-03T23:50:28.1147211Z ##[debug]repository url=https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:28.1148380Z ##[debug]targetPath=/home/vsts/work/1/s
2024-06-03T23:50:28.1149016Z ##[debug]sourceBranch=refs/heads/users/lgp/standard-bicep
2024-06-03T23:50:28.1149652Z ##[debug]sourceVersion=a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:28.1150179Z ##[debug]clean=True
2024-06-03T23:50:28.1150676Z ##[debug]checkoutSubmodules=False
2024-06-03T23:50:28.1151202Z ##[debug]checkoutNestedSubmodules=False
2024-06-03T23:50:28.1151716Z ##[debug]exposeCred=False
2024-06-03T23:50:28.1152189Z ##[debug]fetchDepth=1
2024-06-03T23:50:28.1152652Z ##[debug]fetchFilter=
2024-06-03T23:50:28.1153116Z ##[debug]fetchTags=True
2024-06-03T23:50:28.1153617Z ##[debug]gitLfsSupport=False
2024-06-03T23:50:28.1154451Z ##[debug]acceptUntrustedCerts=False
2024-06-03T23:50:28.1155102Z ##[debug]schannelSslBackend=False
2024-06-03T23:50:28.1155751Z ##[debug]Which: 'git'
2024-06-03T23:50:28.2802355Z ##[debug]Location: '{matches.First()}'
2024-06-03T23:50:28.2803180Z ##[debug]Which: 'git-lfs'
2024-06-03T23:50:28.2869840Z ##[debug]Location: '{matches.First()}'
2024-06-03T23:50:28.2894240Z ##[debug]Get git version.
2024-06-03T23:50:28.2911657Z ##[command]git version
2024-06-03T23:50:28.3160207Z ##[debug]Starting process:
2024-06-03T23:50:28.3160764Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.3161232Z ##[debug]  Arguments: 'version'
2024-06-03T23:50:28.3161768Z ##[debug]  Working directory: '/home/vsts/work'
2024-06-03T23:50:28.3162251Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.3171043Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.3171631Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.3172233Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.3172757Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.3173279Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.3173815Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.3174579Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.3179068Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.3181014Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.3182443Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.3313891Z ##[debug]Updated oom_score_adj to 500 for PID: 1588.
2024-06-03T23:50:28.3381778Z ##[debug]Process started with process id 1588, waiting for process exit.
2024-06-03T23:50:28.3500184Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.3512443Z ##[debug]Exited process 1588 with exit code 0
2024-06-03T23:50:28.3646002Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.3646749Z ##[debug]Finished process 1588 with exit code 0, and elapsed time 00:00:00.0428399.
2024-06-03T23:50:28.3647180Z git version 2.45.1
2024-06-03T23:50:28.3647609Z ##[debug]Detect git version: 2.45.1.
2024-06-03T23:50:28.3661932Z ##[debug]Get git-lfs version.
2024-06-03T23:50:28.3664305Z ##[command]git lfs version
2024-06-03T23:50:28.3666541Z ##[debug]Starting process:
2024-06-03T23:50:28.3667071Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.3667565Z ##[debug]  Arguments: 'lfs version'
2024-06-03T23:50:28.3669823Z ##[debug]  Working directory: '/home/vsts/work'
2024-06-03T23:50:28.3670385Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.3672489Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.3673064Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.3675118Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.3675653Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.3677591Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.3680071Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.3680666Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.3681402Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.3683991Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.3684575Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.3696649Z ##[debug]Updated oom_score_adj to 500 for PID: 1596.
2024-06-03T23:50:28.3699533Z ##[debug]Process started with process id 1596, waiting for process exit.
2024-06-03T23:50:28.4613745Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.4629235Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.4630346Z ##[debug]Exited process 1596 with exit code 0
2024-06-03T23:50:28.4632375Z ##[debug]Finished process 1596 with exit code 0, and elapsed time 00:00:00.0916270.
2024-06-03T23:50:28.4633234Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
2024-06-03T23:50:28.4633762Z ##[debug]Detect git-lfs version: '3.5.1'.
2024-06-03T23:50:28.4634473Z ##[debug]Set git useragent to: git/2.45.1 (vsts-agent-git/3.239.1).
2024-06-03T23:50:28.4670834Z ##[debug]Checking if the repo on /home/vsts/work/1/s matches the expected repository origin URL. expected Url: https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:28.4671669Z ##[debug]Repository is not found since '.git' directory does not exist under. /home/vsts/work/1/s
2024-06-03T23:50:28.4858771Z ##[debug]Init git repository at: /home/vsts/work/1/s.
2024-06-03T23:50:28.4872466Z ##[command]git init "/home/vsts/work/1/s"
2024-06-03T23:50:28.4874121Z ##[debug]Starting process:
2024-06-03T23:50:28.4874677Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.4875247Z ##[debug]  Arguments: 'init "/home/vsts/work/1/s"'
2024-06-03T23:50:28.4875789Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.4876317Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.4876847Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.4877382Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.4878053Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.4878544Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.4879715Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.4880348Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.4881041Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.4881589Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.4882087Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.4882576Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.4895598Z ##[debug]Updated oom_score_adj to 500 for PID: 1606.
2024-06-03T23:50:28.4900452Z ##[debug]Process started with process id 1606, waiting for process exit.
2024-06-03T23:50:28.5020389Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-06-03T23:50:28.5023783Z hint: is subject to change. To configure the initial branch name to use in all
2024-06-03T23:50:28.5024803Z hint: of your new repositories, which will suppress this warning, call:
2024-06-03T23:50:28.5025447Z hint:
2024-06-03T23:50:28.5026009Z hint: 	git config --global init.defaultBranch <name>
2024-06-03T23:50:28.5026247Z hint:
2024-06-03T23:50:28.5026632Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-06-03T23:50:28.5027387Z hint: 'development'. The just-created branch can be renamed via this command:
2024-06-03T23:50:28.5027664Z hint:
2024-06-03T23:50:28.5027984Z hint: 	git branch -m <name>
2024-06-03T23:50:28.5035693Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5037399Z Initialized empty Git repository in /home/vsts/work/1/s/.git/
2024-06-03T23:50:28.5040923Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5042556Z ##[debug]Exited process 1606 with exit code 0
2024-06-03T23:50:28.5047246Z ##[debug]Finished process 1606 with exit code 0, and elapsed time 00:00:00.0156893.
2024-06-03T23:50:28.5059517Z ##[debug]Add git remote: origin to url: https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt for repository under: /home/vsts/work/1/s.
2024-06-03T23:50:28.5060626Z ##[command]git remote add origin https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:28.5062279Z ##[debug]Starting process:
2024-06-03T23:50:28.5065480Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5066700Z ##[debug]  Arguments: 'remote add origin https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt'
2024-06-03T23:50:28.5067803Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5159799Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5161326Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5162329Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5167212Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5168362Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5169915Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5174318Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5175155Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5178168Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5182852Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5183700Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5184962Z ##[debug]Updated oom_score_adj to 500 for PID: 1607.
2024-06-03T23:50:28.5189624Z ##[debug]Process started with process id 1607, waiting for process exit.
2024-06-03T23:50:28.5190853Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5191999Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5196741Z ##[debug]Exited process 1607 with exit code 0
2024-06-03T23:50:28.5197736Z ##[debug]Finished process 1607 with exit code 0, and elapsed time 00:00:00.0059299.
2024-06-03T23:50:28.5198685Z ##[debug]Show the working tree status for repository at /home/vsts/work/1/s.
2024-06-03T23:50:28.5202476Z ##[command]git status
2024-06-03T23:50:28.5203205Z ##[debug]Starting process:
2024-06-03T23:50:28.5204639Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5208526Z ##[debug]  Arguments: 'status'
2024-06-03T23:50:28.5209475Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5210406Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5214358Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5215202Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5216188Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5220852Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5222007Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5223079Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5226377Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5228892Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5232531Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5234806Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5237837Z ##[debug]Updated oom_score_adj to 500 for PID: 1610.
2024-06-03T23:50:28.5239646Z ##[debug]Process started with process id 1610, waiting for process exit.
2024-06-03T23:50:28.5242534Z On branch master
2024-06-03T23:50:28.5244389Z 
2024-06-03T23:50:28.5248251Z No commits yet
2024-06-03T23:50:28.5249370Z 
2024-06-03T23:50:28.5251818Z nothing to commit (create/copy files and use "git add" to track)
2024-06-03T23:50:28.5253456Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5256663Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5258626Z ##[debug]Exited process 1610 with exit code 0
2024-06-03T23:50:28.5262405Z ##[debug]Finished process 1610 with exit code 0, and elapsed time 00:00:00.0047152.
2024-06-03T23:50:28.5271405Z ##[debug]Processed: ##vso[task.setprogress value=0]Starting fetch...
2024-06-03T23:50:28.5273006Z ##[debug]Disable git auto garbage collection.
2024-06-03T23:50:28.5274591Z ##[command]git config gc.auto 0
2024-06-03T23:50:28.5276316Z ##[debug]Starting process:
2024-06-03T23:50:28.5277147Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5281844Z ##[debug]  Arguments: 'config gc.auto 0'
2024-06-03T23:50:28.5310902Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5311533Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5485721Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5486683Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5487866Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5488487Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5489008Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5489528Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5490148Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5490848Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5492327Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5492955Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5493481Z ##[debug]Updated oom_score_adj to 500 for PID: 1611.
2024-06-03T23:50:28.5494437Z ##[debug]Process started with process id 1611, waiting for process exit.
2024-06-03T23:50:28.5496223Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5496746Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5497260Z ##[debug]Exited process 1611 with exit code 0
2024-06-03T23:50:28.5497869Z ##[debug]Finished process 1611 with exit code 0, and elapsed time 00:00:00.0036156.
2024-06-03T23:50:28.5500684Z ##[debug]Set git config core.longpaths true
2024-06-03T23:50:28.5501054Z ##[command]git config core.longpaths true
2024-06-03T23:50:28.5501476Z ##[debug]Starting process:
2024-06-03T23:50:28.5501958Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5502465Z ##[debug]  Arguments: 'config core.longpaths true'
2024-06-03T23:50:28.5502988Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5503642Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5504278Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5504743Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5505217Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5505840Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5506531Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5507065Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5507988Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5508941Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5509657Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5510328Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5511071Z ##[debug]Updated oom_score_adj to 500 for PID: 1612.
2024-06-03T23:50:28.5511631Z ##[debug]Process started with process id 1612, waiting for process exit.
2024-06-03T23:50:28.5512178Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5512689Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5513199Z ##[debug]Exited process 1612 with exit code 0
2024-06-03T23:50:28.5513805Z ##[debug]Finished process 1612 with exit code 0, and elapsed time 00:00:00.0035480.
2024-06-03T23:50:28.5530286Z ##[debug]Checking git config http.https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt.extraheader exist or not
2024-06-03T23:50:28.5531836Z ##[command]git config --get-all http.https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt.extraheader
2024-06-03T23:50:28.5532788Z ##[debug]Starting process:
2024-06-03T23:50:28.5533716Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5539808Z ##[debug]  Arguments: 'config --get-all http.https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt.extraheader'
2024-06-03T23:50:28.5541707Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5544122Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5545350Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5546360Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5547104Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5547905Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5548836Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5549635Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5550438Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5551192Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5614128Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5630035Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5630795Z ##[debug]Updated oom_score_adj to 500 for PID: 1613.
2024-06-03T23:50:28.5631373Z ##[debug]Process started with process id 1613, waiting for process exit.
2024-06-03T23:50:28.5631926Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5632445Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5632988Z ##[debug]Exited process 1613 with exit code 1
2024-06-03T23:50:28.5633809Z ##[debug]Finished process 1613 with exit code 1, and elapsed time 00:00:00.0042708.
2024-06-03T23:50:28.5634701Z ##[debug]Checking git config http.extraheader exist or not
2024-06-03T23:50:28.5635485Z ##[command]git config --get-all http.extraheader
2024-06-03T23:50:28.5635959Z ##[debug]Starting process:
2024-06-03T23:50:28.5636455Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5636981Z ##[debug]  Arguments: 'config --get-all http.extraheader'
2024-06-03T23:50:28.5637520Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5638038Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5638555Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5639079Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5639594Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5640120Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5640639Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5641150Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5641700Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5642246Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5642778Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5643438Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5644310Z ##[debug]Updated oom_score_adj to 500 for PID: 1614.
2024-06-03T23:50:28.5644890Z ##[debug]Process started with process id 1614, waiting for process exit.
2024-06-03T23:50:28.5645438Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5645959Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5646475Z ##[debug]Exited process 1614 with exit code 1
2024-06-03T23:50:28.5647073Z ##[debug]Finished process 1614 with exit code 1, and elapsed time 00:00:00.0032513.
2024-06-03T23:50:28.5648737Z ##[debug]Checking git config .*extraheader exist or not
2024-06-03T23:50:28.5649274Z ##[command]git config --get-regexp .*extraheader
2024-06-03T23:50:28.5649786Z ##[debug]Starting process:
2024-06-03T23:50:28.5650279Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5650805Z ##[debug]  Arguments: 'config --get-regexp .*extraheader'
2024-06-03T23:50:28.5651362Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5651888Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5652407Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5653465Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5654111Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5654647Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5655201Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5655728Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5656269Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5656819Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5657359Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5657905Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5658431Z ##[debug]Updated oom_score_adj to 500 for PID: 1615.
2024-06-03T23:50:28.5658994Z ##[debug]Process started with process id 1615, waiting for process exit.
2024-06-03T23:50:28.5659569Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5660089Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5660604Z ##[debug]Exited process 1615 with exit code 1
2024-06-03T23:50:28.5661204Z ##[debug]Finished process 1615 with exit code 1, and elapsed time 00:00:00.0033450.
2024-06-03T23:50:28.5661804Z ##[debug]Checking git config http.proxy exist or not
2024-06-03T23:50:28.5662291Z ##[command]git config --get-all http.proxy
2024-06-03T23:50:28.5662741Z ##[debug]Starting process:
2024-06-03T23:50:28.5663228Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5664203Z ##[debug]  Arguments: 'config --get-all http.proxy'
2024-06-03T23:50:28.5664754Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5665563Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5666590Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5667101Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5667606Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5668102Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5668602Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5669094Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5669610Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5670138Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5670664Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5671167Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5671675Z ##[debug]Updated oom_score_adj to 500 for PID: 1616.
2024-06-03T23:50:28.5672216Z ##[debug]Process started with process id 1616, waiting for process exit.
2024-06-03T23:50:28.5672754Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5673250Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5673747Z ##[debug]Exited process 1616 with exit code 1
2024-06-03T23:50:28.5674451Z ##[debug]Finished process 1616 with exit code 1, and elapsed time 00:00:00.0047671.
2024-06-03T23:50:28.5675085Z ##[debug]Set git config http.version HTTP/1.1
2024-06-03T23:50:28.5675431Z ##[command]git config http.version HTTP/1.1
2024-06-03T23:50:28.5675825Z ##[debug]Starting process:
2024-06-03T23:50:28.5676305Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5676984Z ##[debug]  Arguments: 'config http.version HTTP/1.1'
2024-06-03T23:50:28.5677515Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5678186Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5678679Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5679184Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5679690Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5680192Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5680686Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5681182Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5681766Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5682293Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5682805Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5686172Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5686769Z ##[debug]Updated oom_score_adj to 500 for PID: 1617.
2024-06-03T23:50:28.5687490Z ##[debug]Process started with process id 1617, waiting for process exit.
2024-06-03T23:50:28.5688021Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5688523Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:28.5689025Z ##[debug]Exited process 1617 with exit code 0
2024-06-03T23:50:28.5689746Z ##[debug]Finished process 1617 with exit code 0, and elapsed time 00:00:00.0058194.
2024-06-03T23:50:28.5690347Z ##[debug]Set environment variable env_var_http.extraheader
2024-06-03T23:50:28.5690874Z ##[debug]fetchDepth : 1
2024-06-03T23:50:28.5691325Z ##[debug]fetchFilter : 
2024-06-03T23:50:28.5691970Z ##[debug]fetchByCommit : True
2024-06-03T23:50:28.5692509Z ##[debug]sourceVersion : a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:28.5693089Z ##[debug]fetchTags : True
2024-06-03T23:50:28.5800419Z ##[debug]Fetch git repository at: /home/vsts/work/1/s remote: origin.
2024-06-03T23:50:28.5829735Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5:refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:28.5830957Z ##[debug]Starting process:
2024-06-03T23:50:28.5831593Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:28.5832943Z ##[debug]  Arguments: '--config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5:refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5'
2024-06-03T23:50:28.5833839Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:28.5838310Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:28.5838853Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:28.5839384Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:28.5839923Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:28.5840430Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:28.5840954Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:28.5841469Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:28.5842014Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:28.5842581Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:28.5843115Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:28.5843911Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:28.5844690Z ##[debug]Updated oom_score_adj to 500 for PID: 1620.
2024-06-03T23:50:28.5845519Z ##[debug]Process started with process id 1620, waiting for process exit.
2024-06-03T23:50:28.7812282Z remote: Azure Repos        
2024-06-03T23:50:28.8917885Z remote: 
2024-06-03T23:50:28.8922651Z remote: Found 708 objects to send. (111 ms)        
2024-06-03T23:50:28.9065700Z Receiving objects:   0% (1/708)
2024-06-03T23:50:28.9093224Z Receiving objects:   1% (8/708)
2024-06-03T23:50:28.9128352Z Receiving objects:   2% (15/708)
2024-06-03T23:50:28.9152542Z Receiving objects:   3% (22/708)
2024-06-03T23:50:28.9173156Z Receiving objects:   4% (29/708)
2024-06-03T23:50:28.9223797Z Receiving objects:   5% (36/708)
2024-06-03T23:50:28.9237914Z Receiving objects:   6% (43/708)
2024-06-03T23:50:28.9286781Z Receiving objects:   7% (50/708)
2024-06-03T23:50:28.9303973Z Receiving objects:   8% (57/708)
2024-06-03T23:50:28.9321869Z Receiving objects:   9% (64/708)
2024-06-03T23:50:28.9330981Z Receiving objects:  10% (71/708)
2024-06-03T23:50:28.9339735Z Receiving objects:  11% (78/708)
2024-06-03T23:50:28.9350097Z Receiving objects:  12% (85/708)
2024-06-03T23:50:28.9384101Z Receiving objects:  13% (93/708)
2024-06-03T23:50:28.9395193Z Receiving objects:  14% (100/708)
2024-06-03T23:50:28.9404347Z Receiving objects:  15% (107/708)
2024-06-03T23:50:28.9416802Z Receiving objects:  16% (114/708)
2024-06-03T23:50:28.9427841Z Receiving objects:  17% (121/708)
2024-06-03T23:50:28.9437264Z Receiving objects:  18% (128/708)
2024-06-03T23:50:28.9450143Z Receiving objects:  19% (135/708)
2024-06-03T23:50:29.0312821Z Receiving objects:  20% (142/708)
2024-06-03T23:50:29.0334581Z Receiving objects:  21% (149/708)
2024-06-03T23:50:29.0337922Z Receiving objects:  22% (156/708)
2024-06-03T23:50:29.0341563Z Receiving objects:  23% (163/708)
2024-06-03T23:50:29.0344499Z Receiving objects:  24% (170/708)
2024-06-03T23:50:29.0347520Z Receiving objects:  25% (177/708)
2024-06-03T23:50:29.0354010Z Receiving objects:  26% (185/708)
2024-06-03T23:50:29.0358028Z Receiving objects:  27% (192/708)
2024-06-03T23:50:29.0364887Z Receiving objects:  28% (199/708)
2024-06-03T23:50:29.0365763Z Receiving objects:  29% (206/708)
2024-06-03T23:50:29.0368040Z Receiving objects:  30% (213/708)
2024-06-03T23:50:29.0372671Z Receiving objects:  31% (220/708)
2024-06-03T23:50:29.0377992Z Receiving objects:  32% (227/708)
2024-06-03T23:50:29.0381480Z Receiving objects:  33% (234/708)
2024-06-03T23:50:29.0385433Z Receiving objects:  34% (241/708)
2024-06-03T23:50:29.0387718Z Receiving objects:  35% (248/708)
2024-06-03T23:50:29.0391966Z Receiving objects:  36% (255/708)
2024-06-03T23:50:29.0393879Z Receiving objects:  37% (262/708)
2024-06-03T23:50:29.0397273Z Receiving objects:  38% (270/708)
2024-06-03T23:50:29.0399231Z Receiving objects:  39% (277/708)
2024-06-03T23:50:29.0402341Z Receiving objects:  40% (284/708)
2024-06-03T23:50:29.0408692Z Receiving objects:  41% (291/708)
2024-06-03T23:50:29.0410180Z Receiving objects:  42% (298/708)
2024-06-03T23:50:29.0412601Z Receiving objects:  43% (305/708)
2024-06-03T23:50:29.0414348Z Receiving objects:  44% (312/708)
2024-06-03T23:50:29.0419289Z Receiving objects:  45% (319/708)
2024-06-03T23:50:29.0421070Z Receiving objects:  46% (326/708)
2024-06-03T23:50:29.0424527Z Receiving objects:  47% (333/708)
2024-06-03T23:50:29.0426574Z Receiving objects:  48% (340/708)
2024-06-03T23:50:29.0429907Z Receiving objects:  49% (347/708)
2024-06-03T23:50:29.0431897Z Receiving objects:  50% (354/708)
2024-06-03T23:50:29.0436949Z Receiving objects:  51% (362/708)
2024-06-03T23:50:29.0439222Z Receiving objects:  52% (369/708)
2024-06-03T23:50:29.0442463Z Receiving objects:  53% (376/708)
2024-06-03T23:50:29.0444630Z Receiving objects:  54% (383/708)
2024-06-03T23:50:29.0450323Z Receiving objects:  55% (390/708)
2024-06-03T23:50:29.0452222Z Receiving objects:  56% (397/708)
2024-06-03T23:50:29.0464318Z Receiving objects:  57% (404/708)
2024-06-03T23:50:29.0482576Z Receiving objects:  58% (411/708)
2024-06-03T23:50:29.0496616Z Receiving objects:  59% (418/708)
2024-06-03T23:50:29.0503812Z Receiving objects:  60% (425/708)
2024-06-03T23:50:29.0509728Z Receiving objects:  61% (432/708)
2024-06-03T23:50:29.0517782Z Receiving objects:  62% (439/708)
2024-06-03T23:50:29.0522029Z Receiving objects:  63% (447/708)
2024-06-03T23:50:29.0530290Z Receiving objects:  64% (454/708)
2024-06-03T23:50:29.0536485Z Receiving objects:  65% (461/708)
2024-06-03T23:50:29.0542188Z Receiving objects:  66% (468/708)
2024-06-03T23:50:29.0548177Z Receiving objects:  67% (475/708)
2024-06-03T23:50:29.0600967Z Receiving objects:  68% (482/708)
2024-06-03T23:50:29.0606654Z Receiving objects:  69% (489/708)
2024-06-03T23:50:29.0617979Z Receiving objects:  70% (496/708)
2024-06-03T23:50:29.0619463Z Receiving objects:  71% (503/708)
2024-06-03T23:50:29.0621924Z Receiving objects:  72% (510/708)
2024-06-03T23:50:29.0622219Z Receiving objects:  73% (517/708)
2024-06-03T23:50:29.0622402Z Receiving objects:  74% (524/708)
2024-06-03T23:50:29.0634909Z Receiving objects:  75% (531/708)
2024-06-03T23:50:29.0637799Z Receiving objects:  76% (539/708)
2024-06-03T23:50:29.0640660Z Receiving objects:  77% (546/708)
2024-06-03T23:50:29.0643218Z Receiving objects:  78% (553/708)
2024-06-03T23:50:29.0646506Z Receiving objects:  79% (560/708)
2024-06-03T23:50:29.0646833Z Receiving objects:  80% (567/708)
2024-06-03T23:50:29.0647145Z Receiving objects:  81% (574/708)
2024-06-03T23:50:29.0649733Z Receiving objects:  82% (581/708)
2024-06-03T23:50:29.0663399Z Receiving objects:  83% (588/708)
2024-06-03T23:50:29.0690094Z Receiving objects:  84% (595/708)
2024-06-03T23:50:29.0702882Z Receiving objects:  85% (602/708)
2024-06-03T23:50:29.0728307Z Receiving objects:  86% (609/708)
2024-06-03T23:50:29.0729454Z Receiving objects:  87% (616/708)
2024-06-03T23:50:29.0730441Z Receiving objects:  88% (624/708)
2024-06-03T23:50:29.0744253Z Receiving objects:  89% (631/708)
2024-06-03T23:50:29.0745045Z Receiving objects:  90% (638/708)
2024-06-03T23:50:29.0745690Z Receiving objects:  91% (645/708)
2024-06-03T23:50:29.0746194Z Receiving objects:  92% (652/708)
2024-06-03T23:50:29.0747303Z Receiving objects:  93% (659/708)
2024-06-03T23:50:29.0747699Z Receiving objects:  94% (666/708)
2024-06-03T23:50:29.0748636Z Receiving objects:  95% (673/708)
2024-06-03T23:50:29.0749185Z Receiving objects:  96% (680/708)
2024-06-03T23:50:29.0749489Z Receiving objects:  97% (687/708)
2024-06-03T23:50:29.0750634Z Receiving objects:  98% (694/708)
2024-06-03T23:50:29.0751017Z Receiving objects:  99% (701/708)
2024-06-03T23:50:29.0751893Z Receiving objects: 100% (708/708)
2024-06-03T23:50:29.0752472Z Receiving objects: 100% (708/708), 3.59 MiB | 24.32 MiB/s, done.
2024-06-03T23:50:29.0753445Z Resolving deltas:   0% (0/136)
2024-06-03T23:50:29.0754280Z Resolving deltas:   1% (2/136)
2024-06-03T23:50:29.0754612Z Resolving deltas:   2% (3/136)
2024-06-03T23:50:29.0755822Z Resolving deltas:   3% (5/136)
2024-06-03T23:50:29.0756313Z Resolving deltas:   4% (6/136)
2024-06-03T23:50:29.0756681Z Resolving deltas:   5% (7/136)
2024-06-03T23:50:29.0757538Z Resolving deltas:   6% (9/136)
2024-06-03T23:50:29.0758046Z Resolving deltas:   7% (10/136)
2024-06-03T23:50:29.0758370Z Resolving deltas:   8% (11/136)
2024-06-03T23:50:29.0759210Z Resolving deltas:   9% (13/136)
2024-06-03T23:50:29.0759726Z Resolving deltas:  10% (14/136)
2024-06-03T23:50:29.0760412Z Resolving deltas:  11% (15/136)
2024-06-03T23:50:29.0761029Z Resolving deltas:  12% (17/136)
2024-06-03T23:50:29.0761740Z Resolving deltas:  13% (18/136)
2024-06-03T23:50:29.0762293Z Resolving deltas:  14% (20/136)
2024-06-03T23:50:29.0762665Z Resolving deltas:  15% (21/136)
2024-06-03T23:50:29.0764041Z Resolving deltas:  16% (22/136)
2024-06-03T23:50:29.0764873Z Resolving deltas:  17% (24/136)
2024-06-03T23:50:29.0765569Z Resolving deltas:  18% (25/136)
2024-06-03T23:50:29.0766039Z Resolving deltas:  19% (26/136)
2024-06-03T23:50:29.0767216Z Resolving deltas:  20% (28/136)
2024-06-03T23:50:29.0767935Z Resolving deltas:  21% (29/136)
2024-06-03T23:50:29.0769110Z Resolving deltas:  22% (30/136)
2024-06-03T23:50:29.0769679Z Resolving deltas:  23% (32/136)
2024-06-03T23:50:29.0771220Z Resolving deltas:  24% (33/136)
2024-06-03T23:50:29.0771701Z Resolving deltas:  25% (34/136)
2024-06-03T23:50:29.0773985Z Resolving deltas:  26% (36/136)
2024-06-03T23:50:29.0775149Z Resolving deltas:  27% (37/136)
2024-06-03T23:50:29.0775501Z Resolving deltas:  28% (39/136)
2024-06-03T23:50:29.0776563Z Resolving deltas:  29% (40/136)
2024-06-03T23:50:29.0777303Z Resolving deltas:  30% (41/136)
2024-06-03T23:50:29.0777931Z Resolving deltas:  31% (43/136)
2024-06-03T23:50:29.0778360Z Resolving deltas:  32% (44/136)
2024-06-03T23:50:29.0779307Z Resolving deltas:  33% (45/136)
2024-06-03T23:50:29.0779747Z Resolving deltas:  34% (47/136)
2024-06-03T23:50:29.0780076Z Resolving deltas:  35% (48/136)
2024-06-03T23:50:29.0787389Z Resolving deltas:  36% (49/136)
2024-06-03T23:50:29.0787851Z Resolving deltas:  37% (51/136)
2024-06-03T23:50:29.0788292Z Resolving deltas:  38% (52/136)
2024-06-03T23:50:29.0788873Z Resolving deltas:  39% (54/136)
2024-06-03T23:50:29.0789553Z Resolving deltas:  40% (55/136)
2024-06-03T23:50:29.0789986Z Resolving deltas:  41% (56/136)
2024-06-03T23:50:29.0795045Z Resolving deltas:  42% (58/136)
2024-06-03T23:50:29.0796104Z Resolving deltas:  43% (59/136)
2024-06-03T23:50:29.0796510Z Resolving deltas:  44% (60/136)
2024-06-03T23:50:29.0796846Z Resolving deltas:  45% (62/136)
2024-06-03T23:50:29.0797544Z Resolving deltas:  46% (63/136)
2024-06-03T23:50:29.0797949Z Resolving deltas:  47% (64/136)
2024-06-03T23:50:29.0799083Z Resolving deltas:  48% (66/136)
2024-06-03T23:50:29.0799530Z Resolving deltas:  49% (67/136)
2024-06-03T23:50:29.0800272Z Resolving deltas:  50% (68/136)
2024-06-03T23:50:29.0800992Z Resolving deltas:  51% (70/136)
2024-06-03T23:50:29.0801645Z Resolving deltas:  52% (71/136)
2024-06-03T23:50:29.0802190Z Resolving deltas:  53% (73/136)
2024-06-03T23:50:29.0804903Z Resolving deltas:  54% (74/136)
2024-06-03T23:50:29.0811045Z Resolving deltas:  55% (75/136)
2024-06-03T23:50:29.0827413Z Resolving deltas:  56% (77/136)
2024-06-03T23:50:29.0827634Z Resolving deltas:  57% (78/136)
2024-06-03T23:50:29.0827833Z Resolving deltas:  58% (79/136)
2024-06-03T23:50:29.0828003Z Resolving deltas:  59% (81/136)
2024-06-03T23:50:29.0828194Z Resolving deltas:  60% (82/136)
2024-06-03T23:50:29.0828363Z Resolving deltas:  61% (83/136)
2024-06-03T23:50:29.0828733Z Resolving deltas:  62% (85/136)
2024-06-03T23:50:29.0829217Z Resolving deltas:  63% (86/136)
2024-06-03T23:50:29.0829553Z Resolving deltas:  64% (88/136)
2024-06-03T23:50:29.0829720Z Resolving deltas:  65% (89/136)
2024-06-03T23:50:29.0829867Z Resolving deltas:  66% (90/136)
2024-06-03T23:50:29.0830205Z Resolving deltas:  67% (92/136)
2024-06-03T23:50:29.0830357Z Resolving deltas:  68% (93/136)
2024-06-03T23:50:29.0830528Z Resolving deltas:  69% (94/136)
2024-06-03T23:50:29.0831275Z Resolving deltas:  70% (96/136)
2024-06-03T23:50:29.0831459Z Resolving deltas:  71% (97/136)
2024-06-03T23:50:29.0831621Z Resolving deltas:  72% (98/136)
2024-06-03T23:50:29.0831809Z Resolving deltas:  73% (100/136)
2024-06-03T23:50:29.0832106Z Resolving deltas:  74% (101/136)
2024-06-03T23:50:29.0835089Z Resolving deltas:  75% (102/136)
2024-06-03T23:50:29.0835484Z Resolving deltas:  76% (104/136)
2024-06-03T23:50:29.0835644Z Resolving deltas:  77% (105/136)
2024-06-03T23:50:29.0836183Z Resolving deltas:  78% (107/136)
2024-06-03T23:50:29.0836353Z Resolving deltas:  79% (108/136)
2024-06-03T23:50:29.0836543Z Resolving deltas:  80% (109/136)
2024-06-03T23:50:29.0836713Z Resolving deltas:  81% (111/136)
2024-06-03T23:50:29.0836903Z Resolving deltas:  82% (112/136)
2024-06-03T23:50:29.0837073Z Resolving deltas:  83% (113/136)
2024-06-03T23:50:29.0837263Z Resolving deltas:  84% (115/136)
2024-06-03T23:50:29.0837452Z Resolving deltas:  85% (116/136)
2024-06-03T23:50:29.0837623Z Resolving deltas:  86% (117/136)
2024-06-03T23:50:29.0837819Z Resolving deltas:  87% (119/136)
2024-06-03T23:50:29.0837990Z Resolving deltas:  88% (120/136)
2024-06-03T23:50:29.0838177Z Resolving deltas:  89% (122/136)
2024-06-03T23:50:29.0838526Z Resolving deltas:  90% (123/136)
2024-06-03T23:50:29.0838882Z Resolving deltas:  91% (124/136)
2024-06-03T23:50:29.0839082Z Resolving deltas:  92% (126/136)
2024-06-03T23:50:29.0839585Z Resolving deltas:  93% (127/136)
2024-06-03T23:50:29.0839737Z Resolving deltas:  94% (128/136)
2024-06-03T23:50:29.0839907Z Resolving deltas:  95% (130/136)
2024-06-03T23:50:29.0840972Z Resolving deltas:  96% (131/136)
2024-06-03T23:50:29.0841170Z Resolving deltas:  97% (132/136)
2024-06-03T23:50:29.0841510Z Resolving deltas:  98% (134/136)
2024-06-03T23:50:29.0841668Z Resolving deltas:  99% (135/136)
2024-06-03T23:50:29.0841846Z Resolving deltas: 100% (136/136)
2024-06-03T23:50:29.0842014Z Resolving deltas: 100% (136/136), done.
2024-06-03T23:50:29.0999584Z From https://dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:29.1000394Z  * [new ref]         a9689dde105bb41ab1c5a9d1d500fed6cae731d5 -> origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:29.1079137Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.1080005Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.1080363Z ##[debug]Exited process 1620 with exit code 0
2024-06-03T23:50:29.1081115Z ##[debug]Finished process 1620 with exit code 0, and elapsed time 00:00:00.5251871.
2024-06-03T23:50:29.1549360Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=GitFetch]{"ElapsedTimeMilliseconds":"528","RefSpec":"+a9689dde105bb41ab1c5a9d1d500fed6cae731d5:refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5","RemoteName":"origin","FetchDepth":"1","FetchFilter":"","FetchTags":"True","ExitCode":"0","Options":"--force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5:refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5"}
2024-06-03T23:50:29.1550576Z ##[debug]Fetch git repository at: /home/vsts/work/1/s remote: origin.
2024-06-03T23:50:29.1551438Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:29.1551890Z ##[debug]Starting process:
2024-06-03T23:50:29.1552244Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:29.1552727Z ##[debug]  Arguments: '--config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5'
2024-06-03T23:50:29.1553204Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:29.1553574Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:29.1562232Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:29.1562632Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:29.1564041Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:29.1564421Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:29.1564791Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:29.1565174Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:29.1565659Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:29.1566055Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:29.1566412Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:29.1566766Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:29.1567121Z ##[debug]Updated oom_score_adj to 500 for PID: 1633.
2024-06-03T23:50:29.1567500Z ##[debug]Process started with process id 1633, waiting for process exit.
2024-06-03T23:50:29.3844825Z remote: Azure Repos        
2024-06-03T23:50:29.4207793Z remote: 
2024-06-03T23:50:29.4213385Z remote: Found 0 objects to send. (39 ms)        
2024-06-03T23:50:29.4364574Z From https://dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:29.4369380Z  * branch            a9689dde105bb41ab1c5a9d1d500fed6cae731d5 -> FETCH_HEAD
2024-06-03T23:50:29.4402211Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.4408665Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.4421734Z ##[debug]Exited process 1633 with exit code 0
2024-06-03T23:50:29.4422699Z ##[debug]Finished process 1633 with exit code 0, and elapsed time 00:00:00.3324284.
2024-06-03T23:50:29.5041318Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=GitFetch]{"ElapsedTimeMilliseconds":"332","RefSpec":"+a9689dde105bb41ab1c5a9d1d500fed6cae731d5","RemoteName":"origin","FetchDepth":"1","FetchFilter":"","FetchTags":"True","ExitCode":"0","Options":"--force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1  +a9689dde105bb41ab1c5a9d1d500fed6cae731d5"}
2024-06-03T23:50:29.5043433Z ##[debug]Processed: ##vso[task.setprogress value=80]Starting checkout...
2024-06-03T23:50:29.5044945Z ##[debug]refFetchedByCommit : refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:29.5046818Z ##[debug]Checkout refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5.
2024-06-03T23:50:29.5047597Z ##[command]git checkout --progress --force refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:29.5047988Z ##[debug]Starting process:
2024-06-03T23:50:29.5048357Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:29.5048794Z ##[debug]  Arguments: 'checkout --progress --force refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5'
2024-06-03T23:50:29.5049228Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:29.5049603Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:29.5049998Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:29.5050376Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:29.5050747Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:29.5051123Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:29.5051508Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:29.5051878Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:29.5052273Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:29.5052813Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:29.5053217Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:29.5053595Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:29.5053972Z ##[debug]Updated oom_score_adj to 500 for PID: 1643.
2024-06-03T23:50:29.5054377Z ##[debug]Process started with process id 1643, waiting for process exit.
2024-06-03T23:50:29.5304507Z Note: switching to 'refs/remotes/origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5'.
2024-06-03T23:50:29.5304688Z 
2024-06-03T23:50:29.5305323Z You are in 'detached HEAD' state. You can look around, make experimental
2024-06-03T23:50:29.5305570Z changes and commit them, and you can discard any commits you make in this
2024-06-03T23:50:29.5306156Z state without impacting any branches by switching back to a branch.
2024-06-03T23:50:29.5306261Z 
2024-06-03T23:50:29.5306475Z If you want to create a new branch to retain commits you create, you may
2024-06-03T23:50:29.5306807Z do so (now or later) by using -c with the switch command. Example:
2024-06-03T23:50:29.5306908Z 
2024-06-03T23:50:29.5307128Z   git switch -c <new-branch-name>
2024-06-03T23:50:29.5307205Z 
2024-06-03T23:50:29.5307361Z Or undo this operation with:
2024-06-03T23:50:29.5307435Z 
2024-06-03T23:50:29.5307559Z   git switch -
2024-06-03T23:50:29.5307637Z 
2024-06-03T23:50:29.5307820Z Turn off this advice by setting config variable advice.detachedHead to false
2024-06-03T23:50:29.5307930Z 
2024-06-03T23:50:29.5308099Z HEAD is now at a9689dd oops, worng app*Name
2024-06-03T23:50:29.5308780Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.5309347Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.5309725Z ##[debug]Exited process 1643 with exit code 0
2024-06-03T23:50:29.5322075Z ##[debug]Finished process 1643 with exit code 0, and elapsed time 00:00:00.0841672.
2024-06-03T23:50:29.5337038Z ##[debug]Processed: ##vso[task.settaskvariable variable=repository;issecret=False;]self
2024-06-03T23:50:29.5338012Z ##[debug]Processed: ##vso[task.settaskvariable variable=preferPath;issecret=False;]true
2024-06-03T23:50:29.5346440Z ##[debug]Processed: ##vso[task.settaskvariable variable=repoUrlWithCred;issecret=True;]***
2024-06-03T23:50:29.5347060Z ##[debug]Show the working tree status for repository at /home/vsts/work/1/s.
2024-06-03T23:50:29.5347340Z ##[command]git status
2024-06-03T23:50:29.5347648Z ##[debug]Starting process:
2024-06-03T23:50:29.5348013Z ##[debug]  File name: '/usr/bin/git'
2024-06-03T23:50:29.5348377Z ##[debug]  Arguments: 'status'
2024-06-03T23:50:29.5348756Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2024-06-03T23:50:29.5349145Z ##[debug]  Require exit code zero: 'False'
2024-06-03T23:50:29.5350635Z ##[debug]  Encoding web name:  ; code page: ''
2024-06-03T23:50:29.5351104Z ##[debug]  Force kill process on cancellation: 'False'
2024-06-03T23:50:29.5351490Z ##[debug]  Redirected STDIN: 'False'
2024-06-03T23:50:29.5351878Z ##[debug]  Persist current code page: 'False'
2024-06-03T23:50:29.5352285Z ##[debug]  Keep redirected STDIN open: 'False'
2024-06-03T23:50:29.5352665Z ##[debug]  High priority process: 'False'
2024-06-03T23:50:29.5353067Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2024-06-03T23:50:29.5353478Z ##[debug]  Sigint timeout: '00:00:07.5000000'
2024-06-03T23:50:29.5353893Z ##[debug]  Sigterm timeout: '00:00:02.5000000'
2024-06-03T23:50:29.5354287Z ##[debug]  Try to use graceful shutdown: False
2024-06-03T23:50:29.5354846Z ##[debug]Updated oom_score_adj to 500 for PID: 1644.
2024-06-03T23:50:29.5355431Z ##[debug]Process started with process id 1644, waiting for process exit.
2024-06-03T23:50:29.5838817Z HEAD detached at origin/a9689dde105bb41ab1c5a9d1d500fed6cae731d5
2024-06-03T23:50:29.5843008Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.5843619Z nothing to commit, working tree clean
2024-06-03T23:50:29.5845421Z ##[debug]Exited process 1644 with exit code 0
2024-06-03T23:50:29.5845863Z ##[debug]STDOUT/STDERR stream read finished.
2024-06-03T23:50:29.5846361Z ##[debug]Finished process 1644 with exit code 0, and elapsed time 00:00:00.0528391.
2024-06-03T23:50:29.5985907Z ##[section]Finishing: Checkout set-prdmgmt@users/lgp/standard-bicep to s
2024-06-03T23:50:29.6005529Z ##[debug]Evaluating condition for step: 'Deploy Bicep Template'
2024-06-03T23:50:29.6006840Z ##[debug]Evaluating: SucceededNode()
2024-06-03T23:50:29.6007132Z ##[debug]Evaluating SucceededNode:
2024-06-03T23:50:29.6007737Z ##[debug]=> True
2024-06-03T23:50:29.6008150Z ##[debug]Result: True
2024-06-03T23:50:29.6008444Z ##[section]Starting: Deploy Bicep Template
2024-06-03T23:50:29.6016766Z ==============================================================================
2024-06-03T23:50:29.6017133Z Task         : ARM template deployment
2024-06-03T23:50:29.6017244Z Description  : Deploy an Azure Resource Manager (ARM) template to all the deployment scopes
2024-06-03T23:50:29.6017369Z Version      : 3.238.0
2024-06-03T23:50:29.6017439Z Author       : Microsoft Corporation
2024-06-03T23:50:29.6017545Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment
2024-06-03T23:50:29.6017735Z ==============================================================================
2024-06-03T23:50:29.8455928Z ##[debug]Using node path: /home/vsts/agents/3.239.1/externals/node16/bin/node
2024-06-03T23:50:30.1758313Z ##[debug]agent.TempDirectory=/home/vsts/work/_temp
2024-06-03T23:50:30.1770212Z ##[debug]loading inputs and endpoints
2024-06-03T23:50:30.1775498Z ##[debug]loading INPUT_DEPLOYMENTSCOPE
2024-06-03T23:50:30.1791141Z ##[debug]loading INPUT_CONNECTEDSERVICENAME
2024-06-03T23:50:30.1792439Z ##[debug]loading INPUT_SUBSCRIPTIONNAME
2024-06-03T23:50:30.1794491Z ##[debug]loading INPUT_ACTION
2024-06-03T23:50:30.1796506Z ##[debug]loading INPUT_LOCATION
2024-06-03T23:50:30.1798478Z ##[debug]loading INPUT_TEMPLATELOCATION
2024-06-03T23:50:30.1801735Z ##[debug]loading INPUT_CSMFILE
2024-06-03T23:50:30.1805191Z ##[debug]loading INPUT_CSMPARAMETERSFILE
2024-06-03T23:50:30.1807405Z ##[debug]loading INPUT_OVERRIDEPARAMETERS
2024-06-03T23:50:30.1812045Z ##[debug]loading INPUT_DEPLOYMENTMODE
2024-06-03T23:50:30.1816035Z ##[debug]loading INPUT_ADDSPNTOENVIRONMENT
2024-06-03T23:50:30.1821885Z ##[debug]loading INPUT_USEWITHOUTJSON
2024-06-03T23:50:30.1840573Z ##[debug]loading ENDPOINT_AUTH_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4
2024-06-03T23:50:30.1841364Z ##[debug]loading ENDPOINT_AUTH_SCHEME_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4
2024-06-03T23:50:30.1841841Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4_TENANTID
2024-06-03T23:50:30.1842314Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4_SERVICEPRINCIPALID
2024-06-03T23:50:30.1842836Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4_AUTHENTICATIONTYPE
2024-06-03T23:50:30.1846150Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4_SERVICEPRINCIPALKEY
2024-06-03T23:50:30.1846625Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2024-06-03T23:50:30.1847047Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2024-06-03T23:50:30.1848276Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2024-06-03T23:50:30.1875761Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2024-06-03T23:50:30.1876352Z ##[debug]loaded 22
2024-06-03T23:50:30.1876811Z ##[debug]Agent.ProxyUrl=undefined
2024-06-03T23:50:30.1877889Z ##[debug]Agent.CAInfo=undefined
2024-06-03T23:50:30.1878303Z ##[debug]Agent.ClientCert=undefined
2024-06-03T23:50:30.1879011Z ##[debug]Agent.SkipCertValidation=undefined
2024-06-03T23:50:30.2202291Z ##[debug]agent.proxyurl=undefined
2024-06-03T23:50:30.2203306Z ##[debug]VSTS_ARM_REST_IGNORE_SSL_ERRORS=undefined
2024-06-03T23:50:30.2204506Z ##[debug]AZURE_HTTP_USER_AGENT=VSTS_2ebdce2f-7ae5-43ff-b6be-32748fd1d53b_build_5439_0
2024-06-03T23:50:30.4039573Z ##[debug]check path : /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4044588Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4045813Z ##[debug]system.culture=en-US
2024-06-03T23:50:30.4058617Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2024-06-03T23:50:30.4071168Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4169550Z ##[debug]check path : /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-artifacts-common/module.json
2024-06-03T23:50:30.4173569Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-artifacts-common/module.json
2024-06-03T23:50:30.4177164Z ##[debug]system.culture=en-US
2024-06-03T23:50:30.4189435Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-artifacts-common/module.json
2024-06-03T23:50:30.4200082Z ##[debug]agent.proxyurl=undefined
2024-06-03T23:50:30.4202349Z ##[debug]VSTS_ARM_REST_IGNORE_SSL_ERRORS=undefined
2024-06-03T23:50:30.4205048Z ##[debug]AZURE_HTTP_USER_AGENT=VSTS_2ebdce2f-7ae5-43ff-b6be-32748fd1d53b_build_5439_0
2024-06-03T23:50:30.4229748Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4234784Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4248843Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4252231Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4259396Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4266496Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4270109Z ##[debug]Setting resource path to /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/task.json
2024-06-03T23:50:30.4272764Z ##[debug]check path : /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/task.json
2024-06-03T23:50:30.4275636Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/task.json
2024-06-03T23:50:30.4279122Z ##[debug]system.culture=en-US
2024-06-03T23:50:30.4297717Z ##[debug]Resource file has already set to: /home/vsts/work/_tasks/AzureResourceManagerTemplateDeployment_94a74903-f93f-4075-884f-dc11f34058b4/3.238.0/node_modules/azure-pipelines-tasks-azure-arm-rest/module.json
2024-06-03T23:50:30.4308818Z ##[debug]deploymentScope=Subscription
2024-06-03T23:50:30.4313488Z ##[debug]ConnectedServiceName=77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4
2024-06-03T23:50:30.4729656Z ##[debug]Processed: ##vso[telemetry.publish area=TaskEndpointId;feature=AzureResourceManagerTemplateDeployment]{"endpointId":"77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4"}
2024-06-03T23:50:30.4805536Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data armManagementPortalUrl = https://portal.azure.com/
2024-06-03T23:50:30.4806250Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data ScopeLevel = Subscription
2024-06-03T23:50:30.4806764Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param scope = undefined
2024-06-03T23:50:30.4807438Z ARM Service Connection deployment scope - Subscription
2024-06-03T23:50:30.4807902Z ##[debug]subscriptionName=9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:30.4808750Z ##[debug]resourceGroupName=undefined
2024-06-03T23:50:30.4809210Z ##[debug]action=Create Or Update Resource Group
2024-06-03T23:50:30.4810260Z ##[debug]location=East US
2024-06-03T23:50:30.4810725Z ##[debug]deploymentMode=Incremental
2024-06-03T23:50:30.4811166Z ##[debug]templateLocation=Linked artifact
2024-06-03T23:50:30.4811637Z ##[debug]csmFile=/home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:30.4812193Z ##[debug]csmParametersFile=/home/vsts/work/1/s
2024-06-03T23:50:30.4813079Z ##[debug]overrideParameters=-CommonCfg {
  "common": {
    "appName": "prdmgmt",
    "appShortName": "REDACTED",
    "applicationShortName": "REDACTED",
    "bu": "set",
    "appID": "l",
    "resourceGroupLocation": "eastus",
    "applicationOwner": "REDACTED",
    "Description": "REDACTED",
    "TopicName": "REDACTED",
    "serviceBusTopicSubscription1": "REDACTED",
    "serviceBusTopicSubscription2": "REDACTED",
    "maxDeliveryCount": 100
  },
  "resourcegroup": {
    "ServiceLevel": "Standard",
    "Recovery": "Manual",
    "DataCI": "not sensitive"
  }
}
2024-06-03T23:50:30.4814309Z ##[debug]outputVariable=undefined
2024-06-03T23:50:30.4814766Z ##[debug]deploymentName=undefined
2024-06-03T23:50:30.4815177Z ##[debug]USE_MSAL=true
2024-06-03T23:50:30.4815659Z ##[debug]MSAL - USE_MSAL override is found: true
2024-06-03T23:50:30.4816414Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:30.4816958Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data subscriptionid = 9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:30.4817533Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data subscriptionname = sb-set-dev-supply
2024-06-03T23:50:30.4818503Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalid = ***
2024-06-03T23:50:30.4819080Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data activeDirectoryAuthority = https://login.microsoftonline.com/
2024-06-03T23:50:30.4819719Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param tenantid = e2ba673a-b782-4f44-b0b5-93da90258200
2024-06-03T23:50:30.4820256Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4=https://management.azure.com/
2024-06-03T23:50:30.4820905Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data environment = AzureCloud
2024-06-03T23:50:30.4821382Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:30.4822242Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data msiclientId = undefined
2024-06-03T23:50:30.4822793Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data activeDirectoryServiceEndpointResourceId = https://management.core.windows.net/
2024-06-03T23:50:30.4823360Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data AzureKeyVaultServiceEndpointResourceId = https://vault.azure.net
2024-06-03T23:50:30.4823972Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data AzureKeyVaultDnsSuffix = vault.azure.net
2024-06-03T23:50:30.4827721Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data ScopeLevel = Subscription
2024-06-03T23:50:30.4828275Z ##[debug]MSAL - getEndpoint - useGraphActiveDirectoryResource=false
2024-06-03T23:50:30.4828982Z ##[debug]MSAL - getEndpoint - useMSAL=true
2024-06-03T23:50:30.4830509Z ##[debug]MSAL - getEndpoint - endpoint={"subscriptionID":"9dcc2f3d-3764-40ee-9e84-43bac166ec9a","subscriptionName":"sb-set-dev-supply","servicePrincipalClientID":"***","environmentAuthorityUrl":"https://login.microsoftonline.com/","tenantID":"e2ba673a-b782-4f44-b0b5-93da90258200","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://management.core.windows.net/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","scopeLevel":"Subscription"}
2024-06-03T23:50:30.4831708Z ##[debug]MSAL - getEndpoint - connectedServiceName=77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4
2024-06-03T23:50:30.4832223Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param authenticationType = spnKey
2024-06-03T23:50:30.4832916Z ##[debug]credentials spn endpoint
2024-06-03T23:50:30.4833767Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalkey = ***
2024-06-03T23:50:30.4834329Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data EnableAdfsAuthentication = false
2024-06-03T23:50:30.4835082Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param apitoken = undefined
2024-06-03T23:50:30.4836993Z ##[debug]{"subscriptionID":"9dcc2f3d-3764-40ee-9e84-43bac166ec9a","subscriptionName":"sb-set-dev-supply","servicePrincipalClientID":"***","environmentAuthorityUrl":"https://login.microsoftonline.com/","tenantID":"e2ba673a-b782-4f44-b0b5-93da90258200","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://management.azure.com/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","scopeLevel":"Subscription","authenticationType":"spnKey","servicePrincipalKey":***,"isADFSEnabled":false,"applicationTokenCredentials":{"clientId":"***","tenantId":"e2ba673a-b782-4f44-b0b5-93da90258200","baseUrl":"https://management.azure.com/","authorityUrl":"https://login.microsoftonline.com/","activeDirectoryResourceId":"https://management.azure.com/","isAzureStackEnvironment":false,"authType":"spnKey","secret":***,"isADFSEnabled":false,"useMSAL":true,"tokenMutex":{"_semaphore":{"_value":1,"_cancelError":{},"_weightedQueues":[],"_weightedWaiters":[]}}}}
2024-06-03T23:50:30.4839156Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:30.4839625Z ##[debug]USE_MSAL=true
2024-06-03T23:50:30.4840084Z ##[debug]MSAL - USE_MSAL override is found: true
2024-06-03T23:50:30.4840531Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:30.4841021Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data subscriptionid = 9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:30.4841524Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data subscriptionname = sb-set-dev-supply
2024-06-03T23:50:30.4842285Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalid = ***
2024-06-03T23:50:30.4842844Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data activeDirectoryAuthority = https://login.microsoftonline.com/
2024-06-03T23:50:30.4843364Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param tenantid = e2ba673a-b782-4f44-b0b5-93da90258200
2024-06-03T23:50:30.4845018Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4=https://management.azure.com/
2024-06-03T23:50:30.4845735Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data environment = AzureCloud
2024-06-03T23:50:30.4846234Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:30.4847196Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data msiclientId = undefined
2024-06-03T23:50:30.4847811Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data activeDirectoryServiceEndpointResourceId = https://management.core.windows.net/
2024-06-03T23:50:30.4848562Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data AzureKeyVaultServiceEndpointResourceId = https://vault.azure.net
2024-06-03T23:50:30.4849090Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data AzureKeyVaultDnsSuffix = vault.azure.net
2024-06-03T23:50:30.4849651Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data ScopeLevel = Subscription
2024-06-03T23:50:30.4850127Z ##[debug]MSAL - getEndpoint - useGraphActiveDirectoryResource=true
2024-06-03T23:50:30.4850619Z ##[debug]MSAL - getEndpoint - useMSAL=true
2024-06-03T23:50:30.4851987Z ##[debug]MSAL - getEndpoint - endpoint={"subscriptionID":"9dcc2f3d-3764-40ee-9e84-43bac166ec9a","subscriptionName":"sb-set-dev-supply","servicePrincipalClientID":"***","environmentAuthorityUrl":"https://login.microsoftonline.com/","tenantID":"e2ba673a-b782-4f44-b0b5-93da90258200","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://management.core.windows.net/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","scopeLevel":"Subscription"}
2024-06-03T23:50:30.4853245Z ##[debug]MSAL - getEndpoint - connectedServiceName=77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4
2024-06-03T23:50:30.4853836Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data microsoftGraphUrl = https://graph.microsoft.com/
2024-06-03T23:50:30.4854429Z ##[debug]MSAL - getEndpoint - activeDirectoryResourceID=https://graph.microsoft.com/
2024-06-03T23:50:30.4854937Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param authenticationType = spnKey
2024-06-03T23:50:30.4855777Z ##[debug]credentials spn endpoint
2024-06-03T23:50:30.4856485Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalkey = ***
2024-06-03T23:50:30.4857030Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data EnableAdfsAuthentication = false
2024-06-03T23:50:30.4857868Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param apitoken = undefined
2024-06-03T23:50:30.4859835Z ##[debug]{"subscriptionID":"9dcc2f3d-3764-40ee-9e84-43bac166ec9a","subscriptionName":"sb-set-dev-supply","servicePrincipalClientID":"***","environmentAuthorityUrl":"https://login.microsoftonline.com/","tenantID":"e2ba673a-b782-4f44-b0b5-93da90258200","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://graph.microsoft.com/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","scopeLevel":"Subscription","authenticationType":"spnKey","servicePrincipalKey":***,"isADFSEnabled":false,"applicationTokenCredentials":{"clientId":"***","tenantId":"e2ba673a-b782-4f44-b0b5-93da90258200","baseUrl":"https://management.azure.com/","authorityUrl":"https://login.microsoftonline.com/","activeDirectoryResourceId":"https://graph.microsoft.com/","isAzureStackEnvironment":false,"authType":"spnKey","secret":***,"isADFSEnabled":false,"useMSAL":true,"tokenMutex":{"_semaphore":{"_value":1,"_cancelError":{},"_weightedQueues":[],"_weightedWaiters":[]}}}}
2024-06-03T23:50:30.4861488Z ##[debug]deploymentOutputs=undefined
2024-06-03T23:50:30.4861913Z ##[debug]addSpnToEnvironment=false
2024-06-03T23:50:30.4862320Z ##[debug]useWithoutJSON=false
2024-06-03T23:50:30.5417761Z ##[debug]Processed: ##vso[telemetry.publish area=TaskDeploymentMethod;feature=AzureResourceManagerTemplateDeployment]{"deploymentScope":"Subscription","deploymentMode":"Incremental"}
2024-06-03T23:50:30.5418657Z Creating deployment parameters.
2024-06-03T23:50:30.5419492Z ##[debug]System.DefaultWorkingDirectory=/home/vsts/work/1/s
2024-06-03T23:50:30.5419897Z ##[debug]defaultRoot: '/home/vsts/work/1/s'
2024-06-03T23:50:30.5420252Z ##[debug]findOptions.allowBrokenSymbolicLinks: 'false'
2024-06-03T23:50:30.5420630Z ##[debug]findOptions.followSpecifiedSymbolicLink: 'true'
2024-06-03T23:50:30.5420982Z ##[debug]findOptions.followSymbolicLinks: 'true'
2024-06-03T23:50:30.5421327Z ##[debug]findOptions.skipMissingFiles: 'false'
2024-06-03T23:50:30.5421665Z ##[debug]matchOptions.debug: 'false'
2024-06-03T23:50:30.5422218Z ##[debug]matchOptions.nobrace: 'true'
2024-06-03T23:50:30.5422562Z ##[debug]matchOptions.noglobstar: 'false'
2024-06-03T23:50:30.5423053Z ##[debug]matchOptions.dot: 'true'
2024-06-03T23:50:30.5423384Z ##[debug]matchOptions.noext: 'false'
2024-06-03T23:50:30.5423711Z ##[debug]matchOptions.nocase: 'false'
2024-06-03T23:50:30.5424057Z ##[debug]matchOptions.nonull: 'false'
2024-06-03T23:50:30.5424393Z ##[debug]matchOptions.matchBase: 'false'
2024-06-03T23:50:30.5425165Z ##[debug]matchOptions.nocomment: 'false'
2024-06-03T23:50:30.5425811Z ##[debug]matchOptions.nonegate: 'false'
2024-06-03T23:50:30.5426516Z ##[debug]matchOptions.flipNegate: 'false'
2024-06-03T23:50:30.5426896Z ##[debug]pattern: '/home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep'
2024-06-03T23:50:30.5427305Z ##[debug]findPath: '/home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep'
2024-06-03T23:50:30.5427670Z ##[debug]statOnly: 'true'
2024-06-03T23:50:30.5428080Z ##[debug]found 1 paths
2024-06-03T23:50:30.5428754Z ##[debug]applying include pattern
2024-06-03T23:50:30.5429074Z ##[debug]1 matches
2024-06-03T23:50:30.5429379Z ##[debug]1 final results
2024-06-03T23:50:30.5429746Z ##[debug]Loading CSM Template File.. /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:30.7061237Z ##[debug]Agent environment resources - Disk: / Available 21528.00 MB out of 74244.00 MB, Memory: Used 641.00 MB out of 6921.00 MB, CPU: Usage 71.81%
2024-06-03T23:50:35.7116270Z ##[debug]Agent environment resources - Disk: / Available 21528.00 MB out of 74244.00 MB, Memory: Used 822.00 MB out of 6921.00 MB, CPU: Usage 54.85%
2024-06-03T23:50:36.0086215Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data environment = AzureCloud
2024-06-03T23:50:36.0087130Z Setting active cloud to: AzureCloud
2024-06-03T23:50:36.0088638Z ##[debug]which 'az'
2024-06-03T23:50:36.0103134Z ##[debug]found: '/usr/bin/az'
2024-06-03T23:50:36.0104520Z ##[debug]/usr/bin/az arg: cloud set -n AzureCloud
2024-06-03T23:50:36.0105349Z ##[debug]/usr/bin/az arg: cloud set -n AzureCloud
2024-06-03T23:50:36.0110295Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:36.0111197Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:36.0112116Z ##[debug]arguments:
2024-06-03T23:50:36.0112461Z ##[debug]arguments:
2024-06-03T23:50:36.0112762Z ##[debug]   cloud
2024-06-03T23:50:36.0113050Z ##[debug]   cloud
2024-06-03T23:50:36.0113361Z ##[debug]   set
2024-06-03T23:50:36.0113654Z ##[debug]   set
2024-06-03T23:50:36.0113938Z ##[debug]   -n
2024-06-03T23:50:36.0114236Z ##[debug]   -n
2024-06-03T23:50:36.0114533Z ##[debug]   AzureCloud
2024-06-03T23:50:36.0115973Z ##[debug]   AzureCloud
2024-06-03T23:50:36.0121755Z [command]/usr/bin/az cloud set -n AzureCloud
2024-06-03T23:50:36.4659097Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth scheme = ServicePrincipal
2024-06-03T23:50:36.4660383Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param authenticationType = spnKey
2024-06-03T23:50:36.4662629Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalid = ***
2024-06-03T23:50:36.4663595Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param tenantid = e2ba673a-b782-4f44-b0b5-93da90258200
2024-06-03T23:50:36.4664307Z ##[debug]key based endpoint
2024-06-03T23:50:36.4665577Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 auth param serviceprincipalkey = ***
2024-06-03T23:50:36.4671123Z ##[debug]Processed: ##vso[task.setsecret]***
2024-06-03T23:50:36.4671982Z ##[debug]which 'az'
2024-06-03T23:50:36.4672533Z ##[debug]found: '/usr/bin/az'
2024-06-03T23:50:36.4673383Z ##[debug]/usr/bin/az arg: login --service-principal -u "***" --password=*** --tenant "e2ba673a-b782-4f44-b0b5-93da90258200" --allow-no-subscriptions
2024-06-03T23:50:36.4674363Z ##[debug]/usr/bin/az arg: login --service-principal -u "***" --password=*** --tenant "e2ba673a-b782-4f44-b0b5-93da90258200" --allow-no-subscriptions
2024-06-03T23:50:36.4675499Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:36.4676045Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:36.4676541Z ##[debug]arguments:
2024-06-03T23:50:36.4677057Z ##[debug]arguments:
2024-06-03T23:50:36.4677658Z ##[debug]   login
2024-06-03T23:50:36.4679679Z ##[debug]   login
2024-06-03T23:50:36.4680190Z ##[debug]   --service-principal
2024-06-03T23:50:36.4680707Z ##[debug]   --service-principal
2024-06-03T23:50:36.4682617Z ##[debug]   -u
2024-06-03T23:50:36.4683214Z ##[debug]   -u
2024-06-03T23:50:36.4686188Z ##[debug]   ***
2024-06-03T23:50:36.4686590Z ##[debug]   ***
2024-06-03T23:50:36.4687245Z ##[debug]   --password=***
2024-06-03T23:50:36.4687664Z ##[debug]   --password=***
2024-06-03T23:50:36.4687958Z ##[debug]   --tenant
2024-06-03T23:50:36.4688234Z ##[debug]   --tenant
2024-06-03T23:50:36.4688552Z ##[debug]   e2ba673a-b782-4f44-b0b5-93da90258200
2024-06-03T23:50:36.4688875Z ##[debug]   e2ba673a-b782-4f44-b0b5-93da90258200
2024-06-03T23:50:36.4689220Z ##[debug]   --allow-no-subscriptions
2024-06-03T23:50:36.4689531Z ##[debug]   --allow-no-subscriptions
2024-06-03T23:50:36.4690414Z [command]/usr/bin/az login --service-principal -u *** --password=*** --tenant e2ba673a-b782-4f44-b0b5-93da90258200 --allow-no-subscriptions
2024-06-03T23:50:37.6040835Z [
2024-06-03T23:50:37.6041478Z   {
2024-06-03T23:50:37.6042094Z     "cloudName": "AzureCloud",
2024-06-03T23:50:37.6042834Z     "homeTenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6043572Z     "id": "1d99fa9a-076b-4aca-b5f1-a67288640d2c",
2024-06-03T23:50:37.6045968Z     "isDefault": true,
2024-06-03T23:50:37.6046118Z     "managedByTenants": [],
2024-06-03T23:50:37.6046416Z     "name": "sb-set-dev-sharedservices",
2024-06-03T23:50:37.6046649Z     "state": "Enabled",
2024-06-03T23:50:37.6046914Z     "tenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6048260Z     "user": {
2024-06-03T23:50:37.6048687Z       "name": "***",
2024-06-03T23:50:37.6048855Z       "type": "servicePrincipal"
2024-06-03T23:50:37.6049006Z     }
2024-06-03T23:50:37.6049115Z   },
2024-06-03T23:50:37.6049238Z   {
2024-06-03T23:50:37.6049366Z     "cloudName": "AzureCloud",
2024-06-03T23:50:37.6049674Z     "homeTenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6077491Z     "id": "9dcc2f3d-3764-40ee-9e84-43bac166ec9a",
2024-06-03T23:50:37.6077790Z     "isDefault": false,
2024-06-03T23:50:37.6077953Z     "managedByTenants": [],
2024-06-03T23:50:37.6078400Z     "name": "sb-set-dev-supply",
2024-06-03T23:50:37.6078567Z     "state": "Enabled",
2024-06-03T23:50:37.6078825Z     "tenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6079019Z     "user": {
2024-06-03T23:50:37.6079388Z       "name": "***",
2024-06-03T23:50:37.6079533Z       "type": "servicePrincipal"
2024-06-03T23:50:37.6079676Z     }
2024-06-03T23:50:37.6079783Z   },
2024-06-03T23:50:37.6079909Z   {
2024-06-03T23:50:37.6080054Z     "cloudName": "AzureCloud",
2024-06-03T23:50:37.6080325Z     "homeTenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6080616Z     "id": "1e1fcaa9-54b2-455d-aa22-d31c53a838ae",
2024-06-03T23:50:37.6080777Z     "isDefault": false,
2024-06-03T23:50:37.6080940Z     "managedByTenants": [],
2024-06-03T23:50:37.6081155Z     "name": "sb-set-dev-sales",
2024-06-03T23:50:37.6081301Z     "state": "Enabled",
2024-06-03T23:50:37.6081564Z     "tenantId": "e2ba673a-b782-4f44-b0b5-93da90258200",
2024-06-03T23:50:37.6081719Z     "user": {
2024-06-03T23:50:37.6082246Z       "name": "***",
2024-06-03T23:50:37.6082431Z       "type": "servicePrincipal"
2024-06-03T23:50:37.6082561Z     }
2024-06-03T23:50:37.6082683Z   }
2024-06-03T23:50:37.6082794Z ]
2024-06-03T23:50:37.6083410Z ##[debug]77e2ed1c-17b6-4fc3-8af2-7e96d0d971b4 data SubscriptionID = 9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:37.6086670Z ##[debug]which 'az'
2024-06-03T23:50:37.6087009Z ##[debug]found: '/usr/bin/az'
2024-06-03T23:50:37.6087387Z ##[debug]/usr/bin/az arg: account set --subscription "9dcc2f3d-3764-40ee-9e84-43bac166ec9a"
2024-06-03T23:50:37.6087805Z ##[debug]/usr/bin/az arg: account set --subscription "9dcc2f3d-3764-40ee-9e84-43bac166ec9a"
2024-06-03T23:50:37.6088189Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:37.6088585Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:37.6088890Z ##[debug]arguments:
2024-06-03T23:50:37.6089201Z ##[debug]arguments:
2024-06-03T23:50:37.6089540Z ##[debug]   account
2024-06-03T23:50:37.6089851Z ##[debug]   account
2024-06-03T23:50:37.6090141Z ##[debug]   set
2024-06-03T23:50:37.6090426Z ##[debug]   set
2024-06-03T23:50:37.6090894Z ##[debug]   --subscription
2024-06-03T23:50:37.6091215Z ##[debug]   --subscription
2024-06-03T23:50:37.6092231Z ##[debug]   9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:37.6092803Z ##[debug]   9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:37.6093242Z [command]/usr/bin/az account set --subscription 9dcc2f3d-3764-40ee-9e84-43bac166ec9a
2024-06-03T23:50:38.2285880Z ##[debug]which 'az'
2024-06-03T23:50:38.2287005Z ##[debug]found: '/usr/bin/az'
2024-06-03T23:50:38.2287954Z ##[debug]/usr/bin/az arg: bicep build --file /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:38.2289366Z ##[debug]/usr/bin/az arg: bicep build --file /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:38.2289959Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:38.2290722Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:38.2291636Z ##[debug]arguments:
2024-06-03T23:50:38.2292731Z ##[debug]arguments:
2024-06-03T23:50:38.2293076Z ##[debug]   bicep
2024-06-03T23:50:38.2293533Z ##[debug]   bicep
2024-06-03T23:50:38.2293877Z ##[debug]   build
2024-06-03T23:50:38.2294184Z ##[debug]   build
2024-06-03T23:50:38.2294466Z ##[debug]   --file
2024-06-03T23:50:38.2294743Z ##[debug]   --file
2024-06-03T23:50:38.2295249Z ##[debug]   /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:38.2295817Z ##[debug]   /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:38.2296649Z [command]/usr/bin/az bicep build --file /home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep
2024-06-03T23:50:40.7185391Z ##[debug]Agent environment resources - Disk: / Available 21528.00 MB out of 74244.00 MB, Memory: Used 689.00 MB out of 6921.00 MB, CPU: Usage 38.71%
2024-06-03T23:50:45.7227258Z ##[debug]Agent environment resources - Disk: / Available 21528.00 MB out of 74244.00 MB, Memory: Used 742.00 MB out of 6921.00 MB, CPU: Usage 29.92%
2024-06-03T23:50:46.5178173Z ##[debug]which 'az'
2024-06-03T23:50:46.5178637Z ##[debug]found: '/usr/bin/az'
2024-06-03T23:50:46.5178976Z ##[debug]/usr/bin/az arg: account clear
2024-06-03T23:50:46.5179349Z ##[debug]/usr/bin/az arg: account clear
2024-06-03T23:50:46.5179674Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:46.5179990Z ##[debug]exec tool: /usr/bin/az
2024-06-03T23:50:46.5180296Z ##[debug]arguments:
2024-06-03T23:50:46.5180594Z ##[debug]arguments:
2024-06-03T23:50:46.5180906Z ##[debug]   account
2024-06-03T23:50:46.5181201Z ##[debug]   account
2024-06-03T23:50:46.5181677Z ##[debug]   clear
2024-06-03T23:50:46.5181981Z ##[debug]   clear
2024-06-03T23:50:46.5182199Z [command]/usr/bin/az account clear
2024-06-03T23:50:47.3566495Z ##[debug]Detecting file encoding using BOM
2024-06-03T23:50:47.3593060Z ##[debug]Unable to detect File encoding using BOM
2024-06-03T23:50:47.3597736Z ##[debug]Detecting file encoding without BOM
2024-06-03T23:50:47.3603241Z The detected encoding for file '/home/vsts/work/1/s/infrastructure/standard-bicep/main.json' is 'utf-8'
2024-06-03T23:50:47.3620558Z ##[debug]Loaded CSM File
2024-06-03T23:50:47.3624848Z ##[debug]System.DefaultWorkingDirectory=/home/vsts/work/1/s
2024-06-03T23:50:47.3628498Z ##[debug]defaultRoot: '/home/vsts/work/1/s'
2024-06-03T23:50:47.3631765Z ##[debug]findOptions.allowBrokenSymbolicLinks: 'false'
2024-06-03T23:50:47.3634851Z ##[debug]findOptions.followSpecifiedSymbolicLink: 'true'
2024-06-03T23:50:47.3637922Z ##[debug]findOptions.followSymbolicLinks: 'true'
2024-06-03T23:50:47.3641170Z ##[debug]findOptions.skipMissingFiles: 'false'
2024-06-03T23:50:47.3645395Z ##[debug]matchOptions.debug: 'false'
2024-06-03T23:50:47.3649597Z ##[debug]matchOptions.nobrace: 'true'
2024-06-03T23:50:47.3653184Z ##[debug]matchOptions.noglobstar: 'false'
2024-06-03T23:50:47.3657520Z ##[debug]matchOptions.dot: 'true'
2024-06-03T23:50:47.3662055Z ##[debug]matchOptions.noext: 'false'
2024-06-03T23:50:47.3665532Z ##[debug]matchOptions.nocase: 'false'
2024-06-03T23:50:47.3668947Z ##[debug]matchOptions.nonull: 'false'
2024-06-03T23:50:47.3672355Z ##[debug]matchOptions.matchBase: 'false'
2024-06-03T23:50:47.3676211Z ##[debug]matchOptions.nocomment: 'false'
2024-06-03T23:50:47.3680723Z ##[debug]matchOptions.nonegate: 'false'
2024-06-03T23:50:47.3686871Z ##[debug]matchOptions.flipNegate: 'false'
2024-06-03T23:50:47.3691450Z ##[debug]pattern: '/home/vsts/work/1/s'
2024-06-03T23:50:47.3697170Z ##[debug]findPath: '/home/vsts/work/1/s'
2024-06-03T23:50:47.3700918Z ##[debug]statOnly: 'true'
2024-06-03T23:50:47.3705752Z ##[debug]found 1 paths
2024-06-03T23:50:47.3710362Z ##[debug]applying include pattern
2024-06-03T23:50:47.3713686Z ##[debug]1 matches
2024-06-03T23:50:47.3716559Z ##[debug]1 final results
2024-06-03T23:50:47.3722778Z ##[debug]csmParametersFile=/home/vsts/work/1/s
2024-06-03T23:50:47.3726794Z ##[debug]Absolute path for pathSegments: /home/vsts/work/1/s = /home/vsts/work/1/s
2024-06-03T23:50:47.3729675Z ##[debug]build.sourcesDirectory=/home/vsts/work/1/s
2024-06-03T23:50:47.3732325Z ##[debug]Absolute path for pathSegments: /home/vsts/work/1/s = /home/vsts/work/1/s
2024-06-03T23:50:47.3734829Z ##[debug]csmParametersFilepath supplied :false
2024-06-03T23:50:47.3738580Z ##[debug]Overriding Parameters..
2024-06-03T23:50:47.3747806Z ##[debug]Overriding key: CommonCfg
2024-06-03T23:50:47.3753325Z There was an error while overriding 'CommonCfg' parameter because of 'TypeError: Cannot read properties of undefined (reading 'toLowerCase')', make sure it follows JavaScript Object Notation (JSON)
2024-06-03T23:50:47.3762936Z ##[debug]MSAL - Graph - GraphManagementClient - useMSAL = true
2024-06-03T23:50:47.3770271Z ##[debug]MSAL - Graph - GetServicePrincipal - useMSAL = true
2024-06-03T23:50:47.3777474Z ##[debug]MSAL - Graph - GetServicePrincipal - requestURL = https://graph.microsoft.com/v1.0/e2ba673a-b782-4f44-b0b5-93da90258200/servicePrincipals?$filter=appId%20eq%20'***'
2024-06-03T23:50:47.3797234Z ##[debug]MSAL - getMSALToken called. force=undefined
2024-06-03T23:50:47.3828337Z ##[debug]agent.proxyurl=undefined
2024-06-03T23:50:47.3832300Z ##[debug]agent.proxybypasslist=undefined
2024-06-03T23:50:47.3838174Z ##[debug]MSAL - ServicePrincipal - clientSecret is used.
2024-06-03T23:50:47.3852472Z ##[debug][Mon, 03 Jun 2024 23:50:47 GMT] : @azure/msal-node@1.14.5 : Info - acquireTokenByClientCredential called
2024-06-03T23:50:47.4145012Z (node:1646) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
2024-06-03T23:50:47.4147422Z (Use `node --trace-deprecation ...` to show where the warning was created)
2024-06-03T23:50:47.5782475Z ##[debug]MSAL - retrieved token - isFromCache?: false
2024-06-03T23:50:47.5788304Z ##[debug][GET]https://graph.microsoft.com/v1.0/e2ba673a-b782-4f44-b0b5-93da90258200/servicePrincipals?$filter=appId%20eq%20'***'
2024-06-03T23:50:47.6791398Z Starting template validation.
2024-06-03T23:50:47.6793609Z ##[debug]System.DefaultWorkingDirectory=/home/vsts/work/1/s
2024-06-03T23:50:47.6795619Z ##[debug]defaultRoot: '/home/vsts/work/1/s'
2024-06-03T23:50:47.6796664Z ##[debug]findOptions.allowBrokenSymbolicLinks: 'false'
2024-06-03T23:50:47.6797745Z ##[debug]findOptions.followSpecifiedSymbolicLink: 'true'
2024-06-03T23:50:47.6799651Z ##[debug]findOptions.followSymbolicLinks: 'true'
2024-06-03T23:50:47.6800015Z ##[debug]findOptions.skipMissingFiles: 'false'
2024-06-03T23:50:47.6801783Z ##[debug]matchOptions.debug: 'false'
2024-06-03T23:50:47.6802410Z ##[debug]matchOptions.nobrace: 'true'
2024-06-03T23:50:47.6803148Z ##[debug]matchOptions.noglobstar: 'false'
2024-06-03T23:50:47.6803510Z ##[debug]matchOptions.dot: 'true'
2024-06-03T23:50:47.6804075Z ##[debug]matchOptions.noext: 'false'
2024-06-03T23:50:47.6804393Z ##[debug]matchOptions.nocase: 'false'
2024-06-03T23:50:47.6804865Z ##[debug]matchOptions.nonull: 'false'
2024-06-03T23:50:47.6805167Z ##[debug]matchOptions.matchBase: 'false'
2024-06-03T23:50:47.6805470Z ##[debug]matchOptions.nocomment: 'false'
2024-06-03T23:50:47.6805789Z ##[debug]matchOptions.nonegate: 'false'
2024-06-03T23:50:47.6806094Z ##[debug]matchOptions.flipNegate: 'false'
2024-06-03T23:50:47.6809036Z ##[debug]pattern: '/home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep'
2024-06-03T23:50:47.6816510Z ##[debug]findPath: '/home/vsts/work/1/s/infrastructure/standard-bicep/main.bicep'
2024-06-03T23:50:47.6818096Z ##[debug]statOnly: 'true'
2024-06-03T23:50:47.6824390Z ##[debug]found 1 paths
2024-06-03T23:50:47.6824782Z ##[debug]applying include pattern
2024-06-03T23:50:47.6830028Z ##[debug]1 matches
2024-06-03T23:50:47.6830967Z ##[debug]1 final results
2024-06-03T23:50:47.6874139Z Deployment name is main-20240603-235047-14c1
2024-06-03T23:50:47.6882167Z ##[debug]MSAL - getMSALToken called. force=undefined
2024-06-03T23:50:47.6884217Z ##[debug]agent.proxyurl=undefined
2024-06-03T23:50:47.6885029Z ##[debug]agent.proxybypasslist=undefined
2024-06-03T23:50:47.6887539Z ##[debug]MSAL - ServicePrincipal - clientSecret is used.
2024-06-03T23:50:47.6890607Z ##[debug][Mon, 03 Jun 2024 23:50:47 GMT] : @azure/msal-node@1.14.5 : Info - acquireTokenByClientCredential called
2024-06-03T23:50:47.9561626Z ##[debug]MSAL - retrieved token - isFromCache?: false
2024-06-03T23:50:47.9563101Z ##[debug][POST]https://management.azure.com/subscriptions/9dcc2f3d-3764-40ee-9e84-43bac166ec9a/providers/Microsoft.Resources/deployments/main-20240603-235047-14c1/validate?api-version=2021-04-01
2024-06-03T23:50:48.1540915Z ##[debug]Correlation ID from ARM api call response : 21cdd1a5-8da8-4fe1-8325-75c9a0f1b9d1
2024-06-03T23:50:48.1548163Z There were errors in your deployment. Error code: InvalidTemplate.
2024-06-03T23:50:48.1598878Z ##[error]Deployment template validation failed: 'The provided value for the template parameter 'CommonCfg' is not valid. Expected a value of type 'Object', but received a value of type 'String'. Please see https://aka.ms/arm-create-parameter-file for usage details.'.
2024-06-03T23:50:48.1616190Z ##[debug]Processed: ##vso[task.issue type=error;]Deployment template validation failed: 'The provided value for the template parameter 'CommonCfg' is not valid. Expected a value of type 'Object', but received a value of type 'String'. Please see https://aka.ms/arm-create-parameter-file for usage details.'.
2024-06-03T23:50:48.1617934Z ##[warning]Validation errors were found in the Azure Resource Manager template. This can potentially cause template deployment to fail. Task failed while creating or updating the template deployment.. Please follow https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax
2024-06-03T23:50:48.1618989Z ##[debug]Processed: ##vso[task.issue type=warning;]Validation errors were found in the Azure Resource Manager template. This can potentially cause template deployment to fail. Task failed while creating or updating the template deployment.. Please follow https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax
2024-06-03T23:50:48.1619457Z Starting Deployment.
2024-06-03T23:50:48.1619930Z Deployment name is main-20240603-235047-14c1
2024-06-03T23:50:48.1620281Z ##[debug]MSAL - getMSALToken called. force=undefined
2024-06-03T23:50:48.1620888Z ##[debug][Mon, 03 Jun 2024 23:50:48 GMT] : @azure/msal-node@1.14.5 : Info - acquireTokenByClientCredential called
2024-06-03T23:50:48.1621444Z ##[debug]MSAL - retrieved token - isFromCache?: true
2024-06-03T23:50:48.1621914Z ##[debug][PUT]https://management.azure.com/subscriptions/9dcc2f3d-3764-40ee-9e84-43bac166ec9a/providers/Microsoft.Resources/deployments/main-20240603-235047-14c1?api-version=2021-04-01
2024-06-03T23:50:48.3520788Z ##[debug]Correlation ID from ARM api call response : 4bb0daa6-444d-45a3-a55a-03ef8ec3e223
2024-06-03T23:50:48.3531804Z ##[debug]Processed: ##vso[task.logissue type=error;code=InvalidTemplate;]
2024-06-03T23:50:48.3532214Z There were errors in your deployment. Error code: InvalidTemplate.
2024-06-03T23:50:48.3533398Z ##[error]Deployment template validation failed: 'The provided value for the template parameter 'CommonCfg' is not valid. Expected a value of type 'Object', but received a value of type 'String'. Please see https://aka.ms/arm-create-parameter-file for usage details.'.
2024-06-03T23:50:48.3534782Z ##[debug]Processed: ##vso[task.issue type=error;]Deployment template validation failed: 'The provided value for the template parameter 'CommonCfg' is not valid. Expected a value of type 'Object', but received a value of type 'String'. Please see https://aka.ms/arm-create-parameter-file for usage details.'.
2024-06-03T23:50:48.3535824Z ##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2024-06-03T23:50:48.3536651Z ##[debug]Processed: ##vso[task.issue type=error;]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2024-06-03T23:50:48.3537192Z ##[debug]task result: Failed
2024-06-03T23:50:48.3538177Z ##[error]Task failed while creating or updating the template deployment.
2024-06-03T23:50:48.3538658Z ##[debug]Processed: ##vso[task.issue type=error;]Task failed while creating or updating the template deployment.
2024-06-03T23:50:48.3548585Z ##[debug]Processed: ##vso[task.complete result=Failed;]Task failed while creating or updating the template deployment.
2024-06-03T23:50:48.3626670Z ##[section]Finishing: Deploy Bicep Template
2024-06-03T23:50:48.3639940Z ##[debug]Evaluating condition for step: 'Checkout set-prdmgmt@users/lgp/standard-bicep to s'
2024-06-03T23:50:48.3641358Z ##[debug]Evaluating: AlwaysNode()
2024-06-03T23:50:48.3641584Z ##[debug]Evaluating AlwaysNode:
2024-06-03T23:50:48.3642544Z ##[debug]=> True
2024-06-03T23:50:48.3642992Z ##[debug]Result: True
2024-06-03T23:50:48.3643274Z ##[section]Starting: Checkout set-prdmgmt@users/lgp/standard-bicep to s
2024-06-03T23:50:48.3647468Z ==============================================================================
2024-06-03T23:50:48.3648091Z Task         : Get sources
2024-06-03T23:50:48.3648184Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2024-06-03T23:50:48.3648291Z Version      : 1.0.0
2024-06-03T23:50:48.3648347Z Author       : Microsoft
2024-06-03T23:50:48.3648427Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2024-06-03T23:50:48.3648570Z ==============================================================================
2024-06-03T23:50:48.8511222Z Cleaning any cached credential from repository: set-prdmgmt (Git)
2024-06-03T23:50:48.8512052Z ##[debug]Repository url=https://JM-FAMILY@dev.azure.com/JM-FAMILY/SET-Apps/_git/set-prdmgmt
2024-06-03T23:50:48.8512491Z ##[debug]targetPath=/home/vsts/work/1/s
2024-06-03T23:50:48.8571377Z ##[debug]Cleaned up /home/vsts/agents/3.239.1/externals/tee and /home/vsts/work/_temp/tee_temp_dir
2024-06-03T23:50:48.8610718Z ##[section]Finishing: Checkout set-prdmgmt@users/lgp/standard-bicep to s
2024-06-03T23:50:48.8756368Z ##[section]Starting: Finalize Job
2024-06-03T23:50:48.8796373Z Cleaning up task key
2024-06-03T23:50:48.8797358Z Start cleaning up orphan processes.
2024-06-03T23:50:48.9195393Z ##[section]Finishing: Finalize Job
2024-06-03T23:50:48.9267340Z ##[section]Finishing: Deploy to dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants