tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
189 stars 63 forks source link

Task reports 'Endpoint auth data not present' when using parameter 'azureDevOpsServiceConnection' #783

Closed SchulteMarkus closed 11 months ago

SchulteMarkus commented 1 year ago

tl;dr

Please fix: When adding a working DevOps service connection to dependabot@1 using azureDevOpsServiceConnection, the task fails with the message:

##[error]Endpoint auth data not present: NameOfANpmServiceConnection

Steps to reproduce

In our setup, we are using dependabot@1 in an existing project, which already uses a DevOps service connection for accessing our private NPM registry.

- task: npmAuthenticate@0
  inputs:
    workingFile: .npmrc
    customEndpoint: NameOfANpmServiceConnection
  displayName: NPM auth
- script: npm ci
  displayName: NPM CI

This works as intended.

Now I wanted to adapt https://github.com/tinglesoftware/dependabot-azure-devops/issues/567#issuecomment-1712237306 and added the task parameter azureDevOpsServiceConnection as described on https://marketplace.visualstudio.com/items?itemName=tingle-software.dependabot

- task: dependabot@1
  inputs:
    [...]
    azureDevOpsServiceConnection: NameOfANpmServiceConnection

Doing so, the tasks fails with ##[error]Endpoint auth data not present: NameOfANpmServiceConnection

I tried adding npmAuthenticate@0 before the dependabot@1 task , but this did not change the behavior.

mburumaxwell commented 1 year ago

@madmuffin1 since you contributed #683, can you help here?

mburumaxwell commented 12 months ago

@SchulteMarkus ,

First, the npmAuthenticate task is not required for dependabot to work. Dependabot clones the repository inside it's container which means that the changes made to you .npmrc file by npmAuthenticate@0 would not be present.

Second, does this work without using azureDevOpsServiceConnection? Could you share the logs before the docker container is pulled with debug enabled? (They would show how the inputs and connections are processed).

SchulteMarkus commented 12 months ago

For confidential reasons, I replaces some identifiers in the logs.

Current (working) setup

#.github/dependabot.yml
version: 2
registries:
  npm-a_name:
    type: npm-registry
    url: https://somewhere
    token: ${{NPM_TOKEN}}
updates:
  - package-ecosystem: npm
    directory: /
    schedule:
      interval: daily
    commit-message:
      prefix: fix
      prefix-development: chore
      include: scope
#dependabot.yml / pipeline definition
trigger: none

schedules:
  - cron: '0 0,4,8,12,16,20 * * *'
    always: true
    branches:
      include:
        - main

steps:
  - task: dependabot@1
    inputs:
      autoApprove: true
      mergeStrategy: rebase
      setAutoComplete: true

Without NPM_TOKEN

  1. When I remove token: ${{NPM_TOKEN}} from .github/dependabot.yml, I get
2023-09-19T11:43:06.3307258Z 🌍 --> GET https://somewhere/repository/a-package
2023-09-19T11:43:06.5580262Z 🌍 <-- 401 https://somewhere/repository/a-package
2023-09-19T11:43:06.5589098Z /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb:313:in `check_npm_response': The following source could not be reached as it requires authentication (and any provided details were invalid or lacked the required permissions): somewhere/repository/a-package (Dependabot::PrivateSourceAuthenticationFailure)
2023-09-19T11:43:06.5590251Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb:272:in `fetch_npm_details'
2023-09-19T11:43:06.5590898Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb:266:in `npm_details'
2023-09-19T11:43:06.5591605Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb:82:in `possible_previous_versions_with_details'
2023-09-19T11:43:06.5592308Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb:89:in `possible_versions_with_details'
2023-09-19T11:43:06.5593032Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/version_resolver.rb:468:in `latest_version_of_dep_with_satisfied_peer_reqs'
2023-09-19T11:43:06.5593760Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/version_resolver.rb:138:in `block in dependency_updates_from_full_unlock'
2023-09-19T11:43:06.5594395Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/version_resolver.rb:129:in `each'
2023-09-19T11:43:06.5595072Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/version_resolver.rb:129:in `dependency_updates_from_full_unlock'
2023-09-19T11:43:06.5596007Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker/version_resolver.rb:106:in `latest_version_resolvable_with_full_unlock?'
2023-09-19T11:43:06.5596702Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-npm_and_yarn-0.227.0/lib/dependabot/npm_and_yarn/update_checker.rb:167:in `latest_version_resolvable_with_full_unlock?'
2023-09-19T11:43:06.5597307Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.227.0/lib/dependabot/update_checkers/base.rb:259:in `numeric_version_can_update?'
2023-09-19T11:43:06.5597886Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.227.0/lib/dependabot/update_checkers/base.rb:207:in `version_can_update?'
2023-09-19T11:43:06.5598446Z    from /home/dependabot/dependabot-updater/vendor/ruby/3.1.0/gems/dependabot-common-0.227.0/lib/dependabot/update_checkers/base.rb:45:in `can_update?'
2023-09-19T11:43:06.5598801Z    from bin/update-script.rb:616:in `block in <main>'
2023-09-19T11:43:06.5599071Z    from bin/update-script.rb:564:in `each'
2023-09-19T11:43:06.5599321Z    from bin/update-script.rb:564:in `<main>'
2023-09-19T11:43:06.7728540Z ##[error]The process '/usr/bin/docker' failed with exit code 1
2023-09-19T11:43:06.7779241Z ##[section]Finishing: dependabot

Trying azureDevOpsServiceConnection

When adding azureDevOpsServiceConnection: NameOfANpmServiceConnection to dependabot.yml, I get (log with "Enable system diagnostics")[1]. The pipeline fails almost immediately. I tried enabling "Grant access permission to all pipelines" on NameOfANpmServiceConnection, the result is the same.

[1]

2023-09-19T11:48:54.9227952Z ##[section]Starting: Job
2023-09-19T11:48:54.9279033Z ##[debug]Cleaning agent temp folder: /home/vsts/work/_temp
2023-09-19T11:48:54.9321805Z ##[debug]Skipping overwrite %TEMP% environment variable
2023-09-19T11:48:55.1229036Z ##[section]Starting: Initialize job
2023-09-19T11:48:55.1232340Z Agent name: 'Azure Pipelines 2'
2023-09-19T11:48:55.1232683Z Agent machine name: 'fv-az627-822'
2023-09-19T11:48:55.1232873Z Current agent version: '3.225.0'
2023-09-19T11:48:55.1277516Z ##[group]Operating System
2023-09-19T11:48:55.1277685Z Ubuntu
2023-09-19T11:48:55.1277774Z 22.04.3
2023-09-19T11:48:55.1277880Z LTS
2023-09-19T11:48:55.1277972Z ##[endgroup]
2023-09-19T11:48:55.1278076Z ##[group]Runner Image
2023-09-19T11:48:55.1278213Z Image: ubuntu-22.04
2023-09-19T11:48:55.1278330Z Version: 20230911.1.0
2023-09-19T11:48:55.1278558Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230911.1/images/linux/Ubuntu2204-Readme.md
2023-09-19T11:48:55.1278985Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230911.1
2023-09-19T11:48:55.1279344Z ##[endgroup]
2023-09-19T11:48:55.1279456Z ##[group]Runner Image Provisioner
2023-09-19T11:48:55.1279586Z 2.0.299.1
2023-09-19T11:48:55.1279698Z ##[endgroup]
2023-09-19T11:48:55.1280628Z Current image version: '20230911.1.0'
2023-09-19T11:48:55.1282014Z Agent running as: 'vsts'
2023-09-19T11:48:55.1328848Z ##[debug]Triggering repository: a-repository. repository type: Git
2023-09-19T11:48:55.1333319Z Prepare build directory.
2023-09-19T11:48:55.1581461Z ##[debug]Creating build directory: '/home/vsts/work/1'
2023-09-19T11:48:55.1583252Z ##[debug]Delete existing artifacts directory: '/home/vsts/work/1/a'
2023-09-19T11:48:55.1585696Z ##[debug]Creating artifacts directory: '/home/vsts/work/1/a'
2023-09-19T11:48:55.1587267Z ##[debug]Delete existing test results directory: '/home/vsts/work/1/TestResults'
2023-09-19T11:48:55.1587818Z ##[debug]Creating test results directory: '/home/vsts/work/1/TestResults'
2023-09-19T11:48:55.1589314Z ##[debug]Creating binaries directory: '/home/vsts/work/1/b'
2023-09-19T11:48:55.1590829Z ##[debug]Creating source directory: '/home/vsts/work/1/s'
2023-09-19T11:48:55.1669757Z Set build variables.
2023-09-19T11:48:55.1706848Z Download all required tasks.
2023-09-19T11:48:55.1888393Z Downloading task: dependabot (1.20.543)
2023-09-19T11:48:56.8632125Z ##[debug]Task 'dependabot' has been downloaded into '/home/vsts/work/_tasks/dependabot_d98b873d-cf18-41eb-8ff5-234f14697896/1.20.543'.
2023-09-19T11:48:56.8865013Z Checking job knob settings.
2023-09-19T11:48:56.8876362Z    Knob: DockerActionRetries = true Source: $(VSTSAGENT_DOCKER_ACTION_RETRIES)
2023-09-19T11:48:56.8877117Z    Knob: AgentToolsDirectory = /opt/hostedtoolcache Source: ${AGENT_TOOLSDIRECTORY}
2023-09-19T11:48:56.8878222Z    Knob: AgentPerflog = /home/vsts/perflog Source: ${VSTS_AGENT_PERFLOG}
2023-09-19T11:48:56.8879132Z    Knob: AgentEnablePipelineArtifactLargeChunkSize = true Source: $(AGENT_ENABLE_PIPELINEARTIFACT_LARGE_CHUNK_SIZE)
2023-09-19T11:48:56.8881821Z    Knob: ContinueAfterCancelProcessTreeKillAttempt = true Source: $(VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT)
2023-09-19T11:48:56.8882632Z Finished checking job knob settings.
2023-09-19T11:48:56.9172260Z ##[debug]Log plugin 'TestResultLogPlugin' is disabled.
2023-09-19T11:48:56.9172525Z ##[debug]Log plugin 'TestFilePublisherPlugin' is disabled.
2023-09-19T11:48:56.9173015Z Start tracking orphan processes.
2023-09-19T11:48:56.9386193Z ##[section]Finishing: Initialize job
2023-09-19T11:48:56.9616923Z ##[section]Async Command Start: DetectDockerContainer
2023-09-19T11:48:56.9617228Z ##[section]Async Command End: DetectDockerContainer
2023-09-19T11:48:56.9617862Z ##[section]Async Command Start: DetectDockerContainer
2023-09-19T11:48:56.9618041Z ##[section]Async Command End: DetectDockerContainer
2023-09-19T11:48:56.9635423Z ##[debug]Evaluating condition for step: 'Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s'
2023-09-19T11:48:56.9707924Z ##[debug]Evaluating: SucceededNode()
2023-09-19T11:48:56.9716790Z ##[debug]Evaluating SucceededNode:
2023-09-19T11:48:56.9770147Z ##[debug]=> True
2023-09-19T11:48:56.9782319Z ##[debug]Result: True
2023-09-19T11:48:56.9864798Z ##[section]Starting: Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s
2023-09-19T11:48:57.0100981Z ==============================================================================
2023-09-19T11:48:57.0101561Z Task         : Get sources
2023-09-19T11:48:57.0101938Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2023-09-19T11:48:57.0102080Z Version      : 1.0.0
2023-09-19T11:48:57.0102726Z Author       : Microsoft
2023-09-19T11:48:57.0103256Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2023-09-19T11:48:57.0103507Z ==============================================================================
2023-09-19T11:48:57.5967201Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=Checkout]{"RepoType":"Git","HostOS":"Linux"}
2023-09-19T11:48:57.5978196Z ##[debug]Processed: ##vso[plugininternal.updaterepositorypath alias=self;]/home/vsts/work/1/s
2023-09-19T11:48:57.5979651Z ##[debug]Repository requires to be placed at '/home/vsts/work/1/s', current location is '/home/vsts/work/1/s'
2023-09-19T11:48:57.5980385Z Syncing repository: a-repository (Git)
2023-09-19T11:48:57.5980911Z ##[debug]repository url=https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:48:57.5981313Z ##[debug]targetPath=/home/vsts/work/1/s
2023-09-19T11:48:57.5981674Z ##[debug]sourceBranch=refs/heads/build/dependabot-azureDevOpsServiceConnection
2023-09-19T11:48:57.5982033Z ##[debug]sourceVersion=f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:57.5982357Z ##[debug]clean=True
2023-09-19T11:48:57.5982675Z ##[debug]checkoutSubmodules=False
2023-09-19T11:48:57.5982976Z ##[debug]checkoutNestedSubmodules=False
2023-09-19T11:48:57.5983299Z ##[debug]exposeCred=False
2023-09-19T11:48:57.5986464Z ##[debug]fetchDepth=1
2023-09-19T11:48:57.5989866Z ##[debug]fetchTags=True
2023-09-19T11:48:57.5994889Z ##[debug]gitLfsSupport=False
2023-09-19T11:48:57.6011551Z ##[debug]acceptUntrustedCerts=False
2023-09-19T11:48:57.6015268Z ##[debug]schannelSslBackend=False
2023-09-19T11:48:57.6093287Z ##[debug]Which: 'git'
2023-09-19T11:48:57.7019329Z ##[debug]Location: '{matches.First()}'
2023-09-19T11:48:57.7019772Z ##[debug]Which: 'git-lfs'
2023-09-19T11:48:57.7096654Z ##[debug]Location: '{matches.First()}'
2023-09-19T11:48:57.7121458Z ##[debug]Get git version.
2023-09-19T11:48:57.7137101Z ##[command]git version
2023-09-19T11:48:57.7331096Z ##[debug]Starting process:
2023-09-19T11:48:57.7331896Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.7381954Z ##[debug]  Arguments: 'version'
2023-09-19T11:48:57.7382346Z ##[debug]  Working directory: '/home/vsts/work'
2023-09-19T11:48:57.7382707Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.7383276Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.7383642Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.7383946Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.7384432Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.7384763Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.7385079Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.7385407Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.7452351Z ##[debug]Updated oom_score_adj to 500 for PID: 1688.
2023-09-19T11:48:57.7521985Z ##[debug]Process started with process id 1688, waiting for process exit.
2023-09-19T11:48:57.7646925Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.7658565Z ##[debug]Exited process 1688 with exit code 0
2023-09-19T11:48:57.7718210Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.7752122Z ##[debug]Finished process 1688 with exit code 0, and elapsed time 00:00:00.0397549.
2023-09-19T11:48:57.7763228Z git version 2.42.0
2023-09-19T11:48:57.7778922Z ##[debug]Detect git version: 2.42.0.
2023-09-19T11:48:57.7789471Z ##[debug]Get git-lfs version.
2023-09-19T11:48:57.7789971Z ##[command]git lfs version
2023-09-19T11:48:57.7790434Z ##[debug]Starting process:
2023-09-19T11:48:57.7791167Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.7792831Z ##[debug]  Arguments: 'lfs version'
2023-09-19T11:48:57.7793164Z ##[debug]  Working directory: '/home/vsts/work'
2023-09-19T11:48:57.7795971Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.7796315Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.7799261Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.7802630Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.7807071Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.7810351Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.7813503Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.7816725Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.7828488Z ##[debug]Updated oom_score_adj to 500 for PID: 1696.
2023-09-19T11:48:57.7832785Z ##[debug]Process started with process id 1696, waiting for process exit.
2023-09-19T11:48:57.8573951Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.8574481Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.8574811Z ##[debug]Exited process 1696 with exit code 0
2023-09-19T11:48:57.8575325Z ##[debug]Finished process 1696 with exit code 0, and elapsed time 00:00:00.0751563.
2023-09-19T11:48:57.8580501Z git-lfs/3.4.0 (GitHub; linux amd64; go 1.20.6)
2023-09-19T11:48:57.8583555Z ##[debug]Detect git-lfs version: '3.4.0'.
2023-09-19T11:48:57.8584356Z ##[debug]Set git useragent to: git/2.42.0 (vsts-agent-git/3.225.0).
2023-09-19T11:48:57.8624294Z ##[debug]Checking if the repo on /home/vsts/work/1/s matches the expected repository origin URL. expected Url: https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:48:57.8625106Z ##[debug]Repository is not found since '.git' directory does not exist under. /home/vsts/work/1/s
2023-09-19T11:48:57.9211900Z ##[debug]Init git repository at: /home/vsts/work/1/s.
2023-09-19T11:48:57.9212828Z ##[command]git init "/home/vsts/work/1/s"
2023-09-19T11:48:57.9214220Z ##[debug]Starting process:
2023-09-19T11:48:57.9214977Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9216200Z ##[debug]  Arguments: 'init "/home/vsts/work/1/s"'
2023-09-19T11:48:57.9217619Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9234146Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9235827Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9236633Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9246943Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9247791Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9249053Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9249888Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9251168Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9251914Z ##[debug]Updated oom_score_adj to 500 for PID: 1704.
2023-09-19T11:48:57.9253563Z ##[debug]Process started with process id 1704, waiting for process exit.
2023-09-19T11:48:57.9254449Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-09-19T11:48:57.9263864Z hint: is subject to change. To configure the initial branch name to use in all
2023-09-19T11:48:57.9264477Z hint: of your new repositories, which will suppress this warning, call:
2023-09-19T11:48:57.9269799Z hint:
2023-09-19T11:48:57.9763982Z hint:  git config --global init.defaultBranch <name>
2023-09-19T11:48:57.9764347Z hint:
2023-09-19T11:48:57.9764987Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-09-19T11:48:57.9765270Z hint: 'development'. The just-created branch can be renamed via this command:
2023-09-19T11:48:57.9765733Z hint:
2023-09-19T11:48:57.9765906Z hint:  git branch -m <name>
2023-09-19T11:48:57.9766058Z Initialized empty Git repository in /home/vsts/work/1/s/.git/
2023-09-19T11:48:57.9766609Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9766952Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9767260Z ##[debug]Exited process 1704 with exit code 0
2023-09-19T11:48:57.9767644Z ##[debug]Finished process 1704 with exit code 0, and elapsed time 00:00:00.0129098.
2023-09-19T11:48:57.9768215Z ##[debug]Add git remote: origin to url: https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository for repository under: /home/vsts/work/1/s.
2023-09-19T11:48:57.9768696Z ##[command]git remote add origin https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:48:57.9769011Z ##[debug]Starting process:
2023-09-19T11:48:57.9769478Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9769964Z ##[debug]  Arguments: 'remote add origin https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository'
2023-09-19T11:48:57.9771228Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9771576Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9771893Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9772222Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9772541Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9772852Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9773170Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9773488Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9773824Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9774146Z ##[debug]Updated oom_score_adj to 500 for PID: 1705.
2023-09-19T11:48:57.9774490Z ##[debug]Process started with process id 1705, waiting for process exit.
2023-09-19T11:48:57.9774838Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9775156Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9775473Z ##[debug]Exited process 1705 with exit code 0
2023-09-19T11:48:57.9775845Z ##[debug]Finished process 1705 with exit code 0, and elapsed time 00:00:00.0048072.
2023-09-19T11:48:57.9776325Z ##[debug]Show the working tree status for repository at /home/vsts/work/1/s.
2023-09-19T11:48:57.9776537Z ##[command]git status
2023-09-19T11:48:57.9776820Z ##[debug]Starting process:
2023-09-19T11:48:57.9777122Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9777420Z ##[debug]  Arguments: 'status'
2023-09-19T11:48:57.9778007Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9778307Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9778607Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9778911Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9779214Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9779503Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9779801Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9780080Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9780519Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9780846Z ##[debug]Updated oom_score_adj to 500 for PID: 1706.
2023-09-19T11:48:57.9781177Z ##[debug]Process started with process id 1706, waiting for process exit.
2023-09-19T11:48:57.9781391Z On branch master
2023-09-19T11:48:57.9781444Z
2023-09-19T11:48:57.9781545Z No commits yet
2023-09-19T11:48:57.9781595Z
2023-09-19T11:48:57.9781950Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9782365Z nothing to commit (create/copy files and use "git add" to track)
2023-09-19T11:48:57.9782701Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9783026Z ##[debug]Exited process 1706 with exit code 0
2023-09-19T11:48:57.9783582Z ##[debug]Finished process 1706 with exit code 0, and elapsed time 00:00:00.0050341.
2023-09-19T11:48:57.9788201Z ##[debug]Processed: ##vso[task.setprogress value=0]Starting fetch...
2023-09-19T11:48:57.9788705Z ##[debug]Disable git auto garbage collection.
2023-09-19T11:48:57.9788928Z ##[command]git config gc.auto 0
2023-09-19T11:48:57.9789166Z ##[debug]Starting process:
2023-09-19T11:48:57.9789577Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9789866Z ##[debug]  Arguments: 'config gc.auto 0'
2023-09-19T11:48:57.9790163Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9790593Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9791039Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9792183Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9792519Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9792836Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9793163Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9793544Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9793876Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9794220Z ##[debug]Updated oom_score_adj to 500 for PID: 1707.
2023-09-19T11:48:57.9794565Z ##[debug]Process started with process id 1707, waiting for process exit.
2023-09-19T11:48:57.9794889Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9795210Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9795573Z ##[debug]Exited process 1707 with exit code 0
2023-09-19T11:48:57.9795949Z ##[debug]Finished process 1707 with exit code 0, and elapsed time 00:00:00.0034187.
2023-09-19T11:48:57.9796402Z ##[debug]Checking git config http.https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository.extraheader exist or not
2023-09-19T11:48:57.9796998Z ##[command]git config --get-all http.https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository.extraheader
2023-09-19T11:48:57.9797345Z ##[debug]Starting process:
2023-09-19T11:48:57.9797647Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9798039Z ##[debug]  Arguments: 'config --get-all http.https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository.extraheader'
2023-09-19T11:48:57.9798438Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9798760Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9799083Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9799405Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9799832Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9800122Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9800423Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9800718Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9801024Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9801347Z ##[debug]Updated oom_score_adj to 500 for PID: 1708.
2023-09-19T11:48:57.9801791Z ##[debug]Process started with process id 1708, waiting for process exit.
2023-09-19T11:48:57.9802101Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9802534Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9802859Z ##[debug]Exited process 1708 with exit code 1
2023-09-19T11:48:57.9803226Z ##[debug]Finished process 1708 with exit code 1, and elapsed time 00:00:00.0037061.
2023-09-19T11:48:57.9803602Z ##[debug]Checking git config http.extraheader exist or not
2023-09-19T11:48:57.9803974Z ##[command]git config --get-all http.extraheader
2023-09-19T11:48:57.9804266Z ##[debug]Starting process:
2023-09-19T11:48:57.9805113Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9805513Z ##[debug]  Arguments: 'config --get-all http.extraheader'
2023-09-19T11:48:57.9805849Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9806546Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9806834Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9807257Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9807566Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9807865Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9808170Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9808473Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9808786Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9809095Z ##[debug]Updated oom_score_adj to 500 for PID: 1709.
2023-09-19T11:48:57.9809430Z ##[debug]Process started with process id 1709, waiting for process exit.
2023-09-19T11:48:57.9809763Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9810198Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9810619Z ##[debug]Exited process 1709 with exit code 1
2023-09-19T11:48:57.9810998Z ##[debug]Finished process 1709 with exit code 1, and elapsed time 00:00:00.0029321.
2023-09-19T11:48:57.9811501Z ##[debug]Checking git config .*extraheader exist or not
2023-09-19T11:48:57.9811829Z ##[command]git config --get-regexp .*extraheader
2023-09-19T11:48:57.9812108Z ##[debug]Starting process:
2023-09-19T11:48:57.9812412Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9812731Z ##[debug]  Arguments: 'config --get-regexp .*extraheader'
2023-09-19T11:48:57.9813044Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9813403Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9813718Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9814037Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9814342Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9814653Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9814969Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9815288Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9815616Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9815953Z ##[debug]Updated oom_score_adj to 500 for PID: 1710.
2023-09-19T11:48:57.9816295Z ##[debug]Process started with process id 1710, waiting for process exit.
2023-09-19T11:48:57.9816613Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9816934Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9817495Z ##[debug]Exited process 1710 with exit code 1
2023-09-19T11:48:57.9817908Z ##[debug]Finished process 1710 with exit code 1, and elapsed time 00:00:00.0024143.
2023-09-19T11:48:57.9818279Z ##[debug]Checking git config http.proxy exist or not
2023-09-19T11:48:57.9818676Z ##[command]git config --get-all http.proxy
2023-09-19T11:48:57.9818950Z ##[debug]Starting process:
2023-09-19T11:48:57.9819245Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9819668Z ##[debug]  Arguments: 'config --get-all http.proxy'
2023-09-19T11:48:57.9819977Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9820272Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9820554Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9820855Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9821154Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9821569Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9821876Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9822305Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9822635Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9822956Z ##[debug]Updated oom_score_adj to 500 for PID: 1711.
2023-09-19T11:48:57.9823429Z ##[debug]Process started with process id 1711, waiting for process exit.
2023-09-19T11:48:57.9823829Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9824152Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9824607Z ##[debug]Exited process 1711 with exit code 1
2023-09-19T11:48:57.9824981Z ##[debug]Finished process 1711 with exit code 1, and elapsed time 00:00:00.0020814.
2023-09-19T11:48:57.9825347Z ##[debug]Set git config http.version HTTP/1.1
2023-09-19T11:48:57.9825550Z ##[command]git config http.version HTTP/1.1
2023-09-19T11:48:57.9825812Z ##[debug]Starting process:
2023-09-19T11:48:57.9826109Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9826422Z ##[debug]  Arguments: 'config http.version HTTP/1.1'
2023-09-19T11:48:57.9826730Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9827047Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9827363Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9827690Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9828009Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9828317Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9828635Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9828940Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9829379Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9829708Z ##[debug]Updated oom_score_adj to 500 for PID: 1712.
2023-09-19T11:48:57.9830039Z ##[debug]Process started with process id 1712, waiting for process exit.
2023-09-19T11:48:57.9830365Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9830673Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:57.9830976Z ##[debug]Exited process 1712 with exit code 0
2023-09-19T11:48:57.9831568Z ##[debug]Finished process 1712 with exit code 0, and elapsed time 00:00:00.0034915.
2023-09-19T11:48:57.9831916Z ##[debug]Set environment variable env_var_http.extraheader
2023-09-19T11:48:57.9832228Z ##[debug]fetchDepth : 1
2023-09-19T11:48:57.9832512Z ##[debug]fetchByCommit : True
2023-09-19T11:48:57.9832823Z ##[debug]sourceVersion : f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:57.9833143Z ##[debug]fetchTags : True
2023-09-19T11:48:57.9833449Z ##[debug]Fetch git repository at: /home/vsts/work/1/s remote: origin.
2023-09-19T11:48:57.9834195Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e:refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:57.9834816Z ##[debug]Starting process:
2023-09-19T11:48:57.9835096Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:57.9835602Z ##[debug]  Arguments: '--config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e:refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e'
2023-09-19T11:48:57.9836127Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:57.9836427Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:57.9836729Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:57.9837162Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:57.9837453Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:57.9837752Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:57.9838060Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:57.9838364Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:57.9838682Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:57.9839006Z ##[debug]Updated oom_score_adj to 500 for PID: 1713.
2023-09-19T11:48:57.9839338Z ##[debug]Process started with process id 1713, waiting for process exit.
2023-09-19T11:48:58.1159128Z remote: Azure Repos
2023-09-19T11:48:58.1521802Z remote:
2023-09-19T11:48:58.1522421Z remote: Found 1654 objects to send. (37 ms)
2023-09-19T11:48:58.1566925Z Receiving objects:   0% (1/1654)
2023-09-19T11:48:58.1580611Z Receiving objects:   1% (17/1654)
2023-09-19T11:48:58.1742303Z Receiving objects:   2% (34/1654)
2023-09-19T11:48:58.1750942Z Receiving objects:   3% (50/1654)
2023-09-19T11:48:58.1761951Z Receiving objects:   4% (67/1654)
2023-09-19T11:48:58.3247466Z Receiving objects:   5% (83/1654)
2023-09-19T11:48:58.3247746Z Receiving objects:   6% (100/1654)
2023-09-19T11:48:58.3247871Z Receiving objects:   7% (116/1654)
2023-09-19T11:48:58.3248000Z Receiving objects:   8% (133/1654)
2023-09-19T11:48:58.3248123Z Receiving objects:   9% (149/1654)
2023-09-19T11:48:58.3248246Z Receiving objects:  10% (166/1654)
2023-09-19T11:48:58.3248378Z Receiving objects:  11% (182/1654)
2023-09-19T11:48:58.3248500Z Receiving objects:  12% (199/1654)
2023-09-19T11:48:58.3248753Z Receiving objects:  13% (216/1654)
2023-09-19T11:48:58.3248897Z Receiving objects:  14% (232/1654)
2023-09-19T11:48:58.3249037Z Receiving objects:  15% (249/1654)
2023-09-19T11:48:58.3249175Z Receiving objects:  16% (265/1654)
2023-09-19T11:48:58.3249305Z Receiving objects:  17% (282/1654)
2023-09-19T11:48:58.3249450Z Receiving objects:  18% (298/1654)
2023-09-19T11:48:58.3249581Z Receiving objects:  19% (315/1654)
2023-09-19T11:48:58.3249711Z Receiving objects:  20% (331/1654)
2023-09-19T11:48:58.3249846Z Receiving objects:  21% (348/1654)
2023-09-19T11:48:58.3249976Z Receiving objects:  22% (364/1654)
2023-09-19T11:48:58.3250111Z Receiving objects:  23% (381/1654)
2023-09-19T11:48:58.3250241Z Receiving objects:  24% (397/1654)
2023-09-19T11:48:58.3250371Z Receiving objects:  25% (414/1654)
2023-09-19T11:48:58.3667543Z Receiving objects:  26% (431/1654)
2023-09-19T11:48:58.4152916Z Receiving objects:  27% (447/1654)
2023-09-19T11:48:58.4284620Z Receiving objects:  28% (464/1654)
2023-09-19T11:48:58.4285858Z Receiving objects:  29% (480/1654)
2023-09-19T11:48:58.4286973Z Receiving objects:  30% (497/1654)
2023-09-19T11:48:58.5885500Z Receiving objects:  31% (513/1654)
2023-09-19T11:48:58.5885683Z Receiving objects:  32% (530/1654)
2023-09-19T11:48:58.5885850Z Receiving objects:  33% (546/1654)
2023-09-19T11:48:58.5886006Z Receiving objects:  34% (563/1654)
2023-09-19T11:48:58.5886164Z Receiving objects:  35% (579/1654)
2023-09-19T11:48:58.5886306Z Receiving objects:  36% (596/1654)
2023-09-19T11:48:58.5886446Z Receiving objects:  37% (612/1654)
2023-09-19T11:48:58.5886602Z Receiving objects:  38% (629/1654)
2023-09-19T11:48:58.5886742Z Receiving objects:  39% (646/1654)
2023-09-19T11:48:58.5886899Z Receiving objects:  40% (662/1654)
2023-09-19T11:48:58.5887163Z Receiving objects:  41% (679/1654)
2023-09-19T11:48:58.5887317Z Receiving objects:  42% (695/1654)
2023-09-19T11:48:58.5887477Z Receiving objects:  43% (712/1654)
2023-09-19T11:48:58.5887617Z Receiving objects:  44% (728/1654)
2023-09-19T11:48:58.5887775Z Receiving objects:  45% (745/1654)
2023-09-19T11:48:58.5887915Z Receiving objects:  46% (761/1654)
2023-09-19T11:48:58.5888061Z Receiving objects:  47% (778/1654)
2023-09-19T11:48:58.5888223Z Receiving objects:  48% (794/1654)
2023-09-19T11:48:58.5888363Z Receiving objects:  49% (811/1654)
2023-09-19T11:48:58.5888524Z Receiving objects:  50% (827/1654)
2023-09-19T11:48:58.5888664Z Receiving objects:  51% (844/1654)
2023-09-19T11:48:58.5888805Z Receiving objects:  52% (861/1654)
2023-09-19T11:48:58.5888961Z Receiving objects:  53% (877/1654)
2023-09-19T11:48:58.5889101Z Receiving objects:  54% (894/1654)
2023-09-19T11:48:58.5889259Z Receiving objects:  55% (910/1654)
2023-09-19T11:48:58.5889399Z Receiving objects:  56% (927/1654)
2023-09-19T11:48:58.5889540Z Receiving objects:  57% (943/1654)
2023-09-19T11:48:58.5889697Z Receiving objects:  58% (960/1654)
2023-09-19T11:48:58.5889837Z Receiving objects:  59% (976/1654)
2023-09-19T11:48:58.5890097Z Receiving objects:  60% (993/1654)
2023-09-19T11:48:58.5890233Z Receiving objects:  61% (1009/1654)
2023-09-19T11:48:58.5890370Z Receiving objects:  62% (1026/1654)
2023-09-19T11:48:58.5890746Z Receiving objects:  63% (1043/1654)
2023-09-19T11:48:58.5890916Z Receiving objects:  64% (1059/1654)
2023-09-19T11:48:58.5891192Z Receiving objects:  65% (1076/1654)
2023-09-19T11:48:58.5891447Z Receiving objects:  66% (1092/1654)
2023-09-19T11:48:58.5891588Z Receiving objects:  67% (1109/1654)
2023-09-19T11:48:58.5891746Z Receiving objects:  68% (1125/1654)
2023-09-19T11:48:58.5891887Z Receiving objects:  69% (1142/1654)
2023-09-19T11:48:58.5892044Z Receiving objects:  70% (1158/1654)
2023-09-19T11:48:58.5892187Z Receiving objects:  71% (1175/1654)
2023-09-19T11:48:58.5892328Z Receiving objects:  72% (1191/1654)
2023-09-19T11:48:58.5892486Z Receiving objects:  73% (1208/1654)
2023-09-19T11:48:58.5892627Z Receiving objects:  74% (1224/1654)
2023-09-19T11:48:58.5892784Z Receiving objects:  75% (1241/1654)
2023-09-19T11:48:58.5892926Z Receiving objects:  76% (1258/1654)
2023-09-19T11:48:58.5893067Z Receiving objects:  77% (1274/1654)
2023-09-19T11:48:58.5893231Z Receiving objects:  78% (1291/1654)
2023-09-19T11:48:58.5893373Z Receiving objects:  79% (1307/1654)
2023-09-19T11:48:58.5893531Z Receiving objects:  80% (1324/1654)
2023-09-19T11:48:58.5893673Z Receiving objects:  81% (1340/1654)
2023-09-19T11:48:58.5893818Z Receiving objects:  82% (1357/1654)
2023-09-19T11:48:58.5893976Z Receiving objects:  83% (1373/1654)
2023-09-19T11:48:58.5894118Z Receiving objects:  84% (1390/1654)
2023-09-19T11:48:58.5894275Z Receiving objects:  85% (1406/1654)
2023-09-19T11:48:58.6197369Z Receiving objects:  86% (1423/1654)
2023-09-19T11:48:58.6198288Z Receiving objects:  87% (1439/1654)
2023-09-19T11:48:58.6199456Z Receiving objects:  88% (1456/1654)
2023-09-19T11:48:58.6199889Z Receiving objects:  89% (1473/1654)
2023-09-19T11:48:58.6201109Z Receiving objects:  90% (1489/1654)
2023-09-19T11:48:58.6203752Z Receiving objects:  91% (1506/1654)
2023-09-19T11:48:58.6207408Z Receiving objects:  92% (1522/1654)
2023-09-19T11:48:58.6211204Z Receiving objects:  93% (1539/1654)
2023-09-19T11:48:58.6334779Z Receiving objects:  94% (1555/1654)
2023-09-19T11:48:58.6438969Z Receiving objects:  95% (1572/1654)
2023-09-19T11:48:58.6439953Z Receiving objects:  96% (1588/1654)
2023-09-19T11:48:58.6504728Z Receiving objects:  97% (1605/1654)
2023-09-19T11:48:58.6508340Z Receiving objects:  98% (1621/1654)
2023-09-19T11:48:58.6579593Z Receiving objects:  99% (1638/1654)
2023-09-19T11:48:58.6582889Z Receiving objects: 100% (1654/1654), 8.29 MiB | 16.58 MiB/s
2023-09-19T11:48:58.6583550Z Receiving objects: 100% (1654/1654), 8.37 MiB | 16.62 MiB/s, done.
2023-09-19T11:48:58.6594941Z Resolving deltas:   0% (0/476)
2023-09-19T11:48:58.6855765Z Resolving deltas:   1% (5/476)
2023-09-19T11:48:58.6855931Z Resolving deltas:   2% (10/476)
2023-09-19T11:48:58.6856085Z Resolving deltas:   3% (15/476)
2023-09-19T11:48:58.6856221Z Resolving deltas:   4% (20/476)
2023-09-19T11:48:58.6856356Z Resolving deltas:   5% (24/476)
2023-09-19T11:48:58.6856510Z Resolving deltas:   6% (29/476)
2023-09-19T11:48:58.6856643Z Resolving deltas:   7% (34/476)
2023-09-19T11:48:58.6856808Z Resolving deltas:   8% (39/476)
2023-09-19T11:48:58.6856946Z Resolving deltas:   9% (43/476)
2023-09-19T11:48:58.6857082Z Resolving deltas:  10% (48/476)
2023-09-19T11:48:58.6857245Z Resolving deltas:  11% (53/476)
2023-09-19T11:48:58.6857381Z Resolving deltas:  12% (58/476)
2023-09-19T11:48:58.6857531Z Resolving deltas:  13% (62/476)
2023-09-19T11:48:58.6857776Z Resolving deltas:  14% (67/476)
2023-09-19T11:48:58.6857908Z Resolving deltas:  15% (72/476)
2023-09-19T11:48:58.6858054Z Resolving deltas:  16% (77/476)
2023-09-19T11:48:58.6858184Z Resolving deltas:  17% (81/476)
2023-09-19T11:48:58.6858329Z Resolving deltas:  18% (86/476)
2023-09-19T11:48:58.6858459Z Resolving deltas:  19% (91/476)
2023-09-19T11:48:58.6858590Z Resolving deltas:  20% (96/476)
2023-09-19T11:48:58.6858736Z Resolving deltas:  21% (100/476)
2023-09-19T11:48:58.6858868Z Resolving deltas:  22% (105/476)
2023-09-19T11:48:58.6859015Z Resolving deltas:  23% (110/476)
2023-09-19T11:48:58.6859399Z Resolving deltas:  24% (115/476)
2023-09-19T11:48:58.6859563Z Resolving deltas:  25% (119/476)
2023-09-19T11:48:58.6859715Z Resolving deltas:  26% (124/476)
2023-09-19T11:48:58.6859847Z Resolving deltas:  27% (129/476)
2023-09-19T11:48:58.6860299Z Resolving deltas:  28% (134/476)
2023-09-19T11:48:58.6860438Z Resolving deltas:  29% (139/476)
2023-09-19T11:48:58.6860573Z Resolving deltas:  30% (143/476)
2023-09-19T11:48:58.6860729Z Resolving deltas:  31% (148/476)
2023-09-19T11:48:58.6860865Z Resolving deltas:  32% (153/476)
2023-09-19T11:48:58.6861015Z Resolving deltas:  33% (158/476)
2023-09-19T11:48:58.6861152Z Resolving deltas:  34% (162/476)
2023-09-19T11:48:58.6861287Z Resolving deltas:  35% (167/476)
2023-09-19T11:48:58.6861440Z Resolving deltas:  36% (172/476)
2023-09-19T11:48:58.6861577Z Resolving deltas:  37% (177/476)
2023-09-19T11:48:58.6861729Z Resolving deltas:  38% (181/476)
2023-09-19T11:48:58.6861864Z Resolving deltas:  39% (186/476)
2023-09-19T11:48:58.6862000Z Resolving deltas:  40% (191/476)
2023-09-19T11:48:58.6862157Z Resolving deltas:  41% (196/476)
2023-09-19T11:48:58.6862295Z Resolving deltas:  42% (200/476)
2023-09-19T11:48:58.6862448Z Resolving deltas:  43% (205/476)
2023-09-19T11:48:58.6862590Z Resolving deltas:  44% (210/476)
2023-09-19T11:48:58.6862725Z Resolving deltas:  45% (215/476)
2023-09-19T11:48:58.6862879Z Resolving deltas:  46% (219/476)
2023-09-19T11:48:58.6863016Z Resolving deltas:  47% (224/476)
2023-09-19T11:48:58.6863168Z Resolving deltas:  48% (229/476)
2023-09-19T11:48:58.6863305Z Resolving deltas:  49% (234/476)
2023-09-19T11:48:58.6863442Z Resolving deltas:  50% (238/476)
2023-09-19T11:48:58.6863595Z Resolving deltas:  51% (243/476)
2023-09-19T11:48:58.6863732Z Resolving deltas:  52% (248/476)
2023-09-19T11:48:58.6863868Z Resolving deltas:  53% (253/476)
2023-09-19T11:48:58.6864018Z Resolving deltas:  54% (258/476)
2023-09-19T11:48:58.6864154Z Resolving deltas:  55% (262/476)
2023-09-19T11:48:58.6864307Z Resolving deltas:  56% (267/476)
2023-09-19T11:48:58.6864446Z Resolving deltas:  57% (272/476)
2023-09-19T11:48:58.6864583Z Resolving deltas:  58% (277/476)
2023-09-19T11:48:58.6864735Z Resolving deltas:  59% (281/476)
2023-09-19T11:48:58.7410792Z Resolving deltas:  60% (286/476)
2023-09-19T11:48:58.7476424Z Resolving deltas:  61% (291/476)
2023-09-19T11:48:58.7476609Z Resolving deltas:  62% (296/476)
2023-09-19T11:48:58.7476749Z Resolving deltas:  63% (300/476)
2023-09-19T11:48:58.7476902Z Resolving deltas:  64% (305/476)
2023-09-19T11:48:58.7477041Z Resolving deltas:  65% (310/476)
2023-09-19T11:48:58.7477180Z Resolving deltas:  66% (315/476)
2023-09-19T11:48:58.7477333Z Resolving deltas:  67% (319/476)
2023-09-19T11:48:58.7477470Z Resolving deltas:  68% (324/476)
2023-09-19T11:48:58.7477624Z Resolving deltas:  69% (329/476)
2023-09-19T11:48:58.7477763Z Resolving deltas:  70% (334/476)
2023-09-19T11:48:58.7477900Z Resolving deltas:  71% (338/476)
2023-09-19T11:48:58.7478052Z Resolving deltas:  72% (343/476)
2023-09-19T11:48:58.7478189Z Resolving deltas:  73% (348/476)
2023-09-19T11:48:58.7478354Z Resolving deltas:  74% (353/476)
2023-09-19T11:48:58.7478494Z Resolving deltas:  75% (357/476)
2023-09-19T11:48:58.7478631Z Resolving deltas:  76% (362/476)
2023-09-19T11:48:58.7478792Z Resolving deltas:  77% (367/476)
2023-09-19T11:48:58.7478929Z Resolving deltas:  78% (372/476)
2023-09-19T11:48:58.7479082Z Resolving deltas:  79% (377/476)
2023-09-19T11:48:58.7479219Z Resolving deltas:  80% (381/476)
2023-09-19T11:48:58.7479356Z Resolving deltas:  81% (386/476)
2023-09-19T11:48:58.7479509Z Resolving deltas:  82% (391/476)
2023-09-19T11:48:58.7479646Z Resolving deltas:  83% (396/476)
2023-09-19T11:48:58.7479798Z Resolving deltas:  84% (400/476)
2023-09-19T11:48:58.7479935Z Resolving deltas:  85% (405/476)
2023-09-19T11:48:58.7480072Z Resolving deltas:  86% (410/476)
2023-09-19T11:48:58.7480226Z Resolving deltas:  87% (415/476)
2023-09-19T11:48:58.7480364Z Resolving deltas:  88% (419/476)
2023-09-19T11:48:58.7480514Z Resolving deltas:  89% (424/476)
2023-09-19T11:48:58.7480964Z Resolving deltas:  90% (429/476)
2023-09-19T11:48:58.7481136Z Resolving deltas:  91% (434/476)
2023-09-19T11:48:58.7481290Z Resolving deltas:  92% (438/476)
2023-09-19T11:48:58.7481427Z Resolving deltas:  93% (443/476)
2023-09-19T11:48:58.7481687Z Resolving deltas:  94% (448/476)
2023-09-19T11:48:58.7481825Z Resolving deltas:  95% (453/476)
2023-09-19T11:48:58.7513424Z Resolving deltas:  96% (457/476)
2023-09-19T11:48:58.7513612Z Resolving deltas:  97% (462/476)
2023-09-19T11:48:58.7513752Z Resolving deltas:  98% (467/476)
2023-09-19T11:48:58.7564885Z Resolving deltas:  99% (472/476)
2023-09-19T11:48:58.7572665Z Resolving deltas: 100% (476/476)
2023-09-19T11:48:58.7572832Z Resolving deltas: 100% (476/476), done.
2023-09-19T11:48:58.7877274Z From https://dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:48:58.7878165Z  * [new ref]         f186db75815fc7793800fd79fb2db1003244787e -> origin/f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:58.8015718Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:58.8016317Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:58.8040683Z ##[debug]Exited process 1713 with exit code 0
2023-09-19T11:48:58.8041635Z ##[debug]Finished process 1713 with exit code 0, and elapsed time 00:00:00.8530084.
2023-09-19T11:48:58.8384295Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=GitFetch]{"ElapsedTimeMilliseconds":"856","RefSpec":"+f186db75815fc7793800fd79fb2db1003244787e:refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e","RemoteName":"origin","FetchDepth":"1","ExitCode":"0","Options":"--force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e:refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e"}
2023-09-19T11:48:58.8393654Z ##[debug]Fetch git repository at: /home/vsts/work/1/s remote: origin.
2023-09-19T11:48:58.8394395Z ##[command]git --config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:58.8394763Z ##[debug]Starting process:
2023-09-19T11:48:58.8395020Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:58.8395391Z ##[debug]  Arguments: '--config-env=http.extraheader=env_var_http.extraheader fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e'
2023-09-19T11:48:58.8395907Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:58.8396209Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:58.8396501Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:58.8396786Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:58.8397196Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:58.8397481Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:58.8397771Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:58.8398057Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:58.8398352Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:58.8398661Z ##[debug]Updated oom_score_adj to 500 for PID: 1726.
2023-09-19T11:48:58.8398977Z ##[debug]Process started with process id 1726, waiting for process exit.
2023-09-19T11:48:58.9655334Z remote: Azure Repos
2023-09-19T11:48:58.9827590Z remote:
2023-09-19T11:48:58.9827763Z remote: Found 0 objects to send. (15 ms)
2023-09-19T11:48:58.9953648Z From https://dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:48:58.9958229Z  * branch            f186db75815fc7793800fd79fb2db1003244787e -> FETCH_HEAD
2023-09-19T11:48:58.9999076Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0000165Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0001788Z ##[debug]Exited process 1726 with exit code 0
2023-09-19T11:48:59.0003270Z ##[debug]Finished process 1726 with exit code 0, and elapsed time 00:00:00.1945232.
2023-09-19T11:48:59.0338973Z ##[debug]Processed: ##vso[telemetry.publish area=AzurePipelinesAgent;feature=GitFetch]{"ElapsedTimeMilliseconds":"194","RefSpec":"+f186db75815fc7793800fd79fb2db1003244787e","RemoteName":"origin","FetchDepth":"1","ExitCode":"0","Options":"--force --tags --prune --prune-tags --progress --no-recurse-submodules origin --depth=1 +f186db75815fc7793800fd79fb2db1003244787e"}
2023-09-19T11:48:59.0350359Z ##[debug]Processed: ##vso[task.setprogress value=80]Starting checkout...
2023-09-19T11:48:59.0351273Z ##[debug]refFetchedByCommit : refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:59.0351727Z ##[debug]Checkout refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e.
2023-09-19T11:48:59.0352521Z ##[command]git checkout --progress --force refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:59.0352851Z ##[debug]Starting process:
2023-09-19T11:48:59.0353167Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:59.0353518Z ##[debug]  Arguments: 'checkout --progress --force refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e'
2023-09-19T11:48:59.0353874Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:59.0354193Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:59.0354504Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:59.0354804Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:59.0355109Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:59.0355409Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:59.0355711Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:59.0356009Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:59.0356327Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:59.0356649Z ##[debug]Updated oom_score_adj to 500 for PID: 1736.
2023-09-19T11:48:59.0356974Z ##[debug]Process started with process id 1736, waiting for process exit.
2023-09-19T11:48:59.0587739Z Note: switching to 'refs/remotes/origin/f186db75815fc7793800fd79fb2db1003244787e'.
2023-09-19T11:48:59.0587877Z
2023-09-19T11:48:59.0588123Z You are in 'detached HEAD' state. You can look around, make experimental
2023-09-19T11:48:59.0588350Z changes and commit them, and you can discard any commits you make in this
2023-09-19T11:48:59.0588543Z state without impacting any branches by switching back to a branch.
2023-09-19T11:48:59.0588645Z
2023-09-19T11:48:59.0588792Z If you want to create a new branch to retain commits you create, you may
2023-09-19T11:48:59.0589082Z do so (now or later) by using -c with the switch command. Example:
2023-09-19T11:48:59.0589188Z
2023-09-19T11:48:59.0589362Z   git switch -c <new-branch-name>
2023-09-19T11:48:59.0589441Z
2023-09-19T11:48:59.0589556Z Or undo this operation with:
2023-09-19T11:48:59.0589634Z
2023-09-19T11:48:59.0589736Z   git switch -
2023-09-19T11:48:59.0589786Z
2023-09-19T11:48:59.0589955Z Turn off this advice by setting config variable advice.detachedHead to false
2023-09-19T11:48:59.0590051Z
2023-09-19T11:48:59.0688839Z HEAD is now at f186db7 build (Dependabot): Trying azureDevOpsServiceConnection
2023-09-19T11:48:59.0689436Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0689787Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0690104Z ##[debug]Exited process 1736 with exit code 0
2023-09-19T11:48:59.0690489Z ##[debug]Finished process 1736 with exit code 0, and elapsed time 00:00:00.0619776.
2023-09-19T11:48:59.0698886Z ##[debug]Processed: ##vso[task.settaskvariable variable=repository;issecret=False;]self
2023-09-19T11:48:59.0699611Z ##[debug]Processed: ##vso[task.settaskvariable variable=preferPath;issecret=False;]true
2023-09-19T11:48:59.0712743Z ##[debug]Processed: ##vso[task.settaskvariable variable=repoUrlWithCred;issecret=True;]***
2023-09-19T11:48:59.0713307Z ##[debug]Show the working tree status for repository at /home/vsts/work/1/s.
2023-09-19T11:48:59.0713530Z ##[command]git status
2023-09-19T11:48:59.0713788Z ##[debug]Starting process:
2023-09-19T11:48:59.0714088Z ##[debug]  File name: '/usr/bin/git'
2023-09-19T11:48:59.0714389Z ##[debug]  Arguments: 'status'
2023-09-19T11:48:59.0714696Z ##[debug]  Working directory: '/home/vsts/work/1/s'
2023-09-19T11:48:59.0715013Z ##[debug]  Require exit code zero: 'False'
2023-09-19T11:48:59.0715435Z ##[debug]  Encoding web name:  ; code page: ''
2023-09-19T11:48:59.0715757Z ##[debug]  Force kill process on cancellation: 'False'
2023-09-19T11:48:59.0716072Z ##[debug]  Redirected STDIN: 'False'
2023-09-19T11:48:59.0716599Z ##[debug]  Persist current code page: 'False'
2023-09-19T11:48:59.0716988Z ##[debug]  Keep redirected STDIN open: 'False'
2023-09-19T11:48:59.0717287Z ##[debug]  High priority process: 'False'
2023-09-19T11:48:59.0717796Z ##[debug]  ContinueAfterCancelProcessTreeKillAttempt: 'False'
2023-09-19T11:48:59.0718984Z ##[debug]Updated oom_score_adj to 500 for PID: 1737.
2023-09-19T11:48:59.0719356Z ##[debug]Process started with process id 1737, waiting for process exit.
2023-09-19T11:48:59.0950712Z HEAD detached at origin/f186db75815fc7793800fd79fb2db1003244787e
2023-09-19T11:48:59.0953411Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0953673Z nothing to commit, working tree clean
2023-09-19T11:48:59.0953959Z ##[debug]Exited process 1737 with exit code 0
2023-09-19T11:48:59.0954284Z ##[debug]STDOUT/STDERR stream read finished.
2023-09-19T11:48:59.0954674Z ##[debug]Finished process 1737 with exit code 0, and elapsed time 00:00:00.0296730.
2023-09-19T11:48:59.1052420Z ##[section]Finishing: Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s
2023-09-19T11:48:59.1075206Z ##[debug]Evaluating condition for step: 'dependabot'
2023-09-19T11:48:59.1076280Z ##[debug]Evaluating: SucceededNode()
2023-09-19T11:48:59.1076527Z ##[debug]Evaluating SucceededNode:
2023-09-19T11:48:59.1077011Z ##[debug]=> True
2023-09-19T11:48:59.1077280Z ##[debug]Result: True
2023-09-19T11:48:59.1077549Z ##[section]Starting: dependabot
2023-09-19T11:48:59.1082699Z ==============================================================================
2023-09-19T11:48:59.1082841Z Task         : Dependabot
2023-09-19T11:48:59.1082898Z Description  : Automatically update dependencies and vulnerabilities in your code
2023-09-19T11:48:59.1083002Z Version      : 1.20.543
2023-09-19T11:48:59.1083059Z Author       : Tingle Software
2023-09-19T11:48:59.1083119Z Help         : For help please visit https://github.com/tinglesoftware/dependabot-azure-devops
2023-09-19T11:48:59.1083240Z ==============================================================================
2023-09-19T11:48:59.2316540Z ##[debug]Using node path: /home/vsts/agents/3.225.0/externals/node16/bin/node
2023-09-19T11:48:59.5227765Z ##[debug]agent.TempDirectory=/home/vsts/work/_temp
2023-09-19T11:48:59.5245699Z ##[debug]loading inputs and endpoints
2023-09-19T11:48:59.5247011Z ##[debug]loading INPUT_USECONFIGFILE
2023-09-19T11:48:59.5258119Z ##[debug]loading INPUT_FAILONEXCEPTION
2023-09-19T11:48:59.5261010Z ##[debug]loading INPUT_SKIPPULLREQUESTS
2023-09-19T11:48:59.5264622Z ##[debug]loading INPUT_ABANDONUNWANTEDPULLREQUESTS
2023-09-19T11:48:59.5281545Z ##[debug]loading INPUT_SETAUTOCOMPLETE
2023-09-19T11:48:59.5281910Z ##[debug]loading INPUT_MERGESTRATEGY
2023-09-19T11:48:59.5282228Z ##[debug]loading INPUT_AUTOAPPROVE
2023-09-19T11:48:59.5282549Z ##[debug]loading INPUT_AZUREDEVOPSSERVICECONNECTION
2023-09-19T11:48:59.5282880Z ##[debug]loading INPUT_FORWARDHOSTSSHSOCKET
2023-09-19T11:48:59.5283210Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2023-09-19T11:48:59.5283550Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2023-09-19T11:48:59.5286535Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2023-09-19T11:48:59.5291531Z ##[debug]loading SECRET_NPM_TOKEN
2023-09-19T11:48:59.5295154Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2023-09-19T11:48:59.5296586Z ##[debug]loaded 14
2023-09-19T11:48:59.5300948Z ##[debug]Agent.ProxyUrl=undefined
2023-09-19T11:48:59.5302695Z ##[debug]Agent.CAInfo=undefined
2023-09-19T11:48:59.5303244Z ##[debug]Agent.ClientCert=undefined
2023-09-19T11:48:59.5304005Z ##[debug]Agent.SkipCertValidation=undefined
2023-09-19T11:48:59.5969420Z ##[debug]useConfigFile=true
2023-09-19T11:48:59.5969790Z ##[debug]Checking for docker install ...
2023-09-19T11:48:59.5970096Z ##[debug]which 'docker'
2023-09-19T11:48:59.5970395Z ##[debug]found: '/usr/bin/docker'
2023-09-19T11:48:59.5970738Z ##[debug]System.TeamFoundationCollectionUri=https://dev.azure.com/A-Company/
2023-09-19T11:48:59.6137138Z ##[debug]System.TeamProject=A-Project
2023-09-19T11:48:59.6137528Z ##[debug]targetRepositoryName=undefined
2023-09-19T11:48:59.6137873Z ##[debug]No custom repository provided. The Pipeline Repository Name shall be used.
2023-09-19T11:48:59.6138651Z ##[debug]Build.Repository.Name=a-repository
2023-09-19T11:48:59.6138990Z ##[debug]gitHubAccessToken=undefined
2023-09-19T11:48:59.6139304Z ##[debug]gitHubConnection=undefined
2023-09-19T11:48:59.6139613Z ##[debug]azureDevOpsUser=undefined
2023-09-19T11:48:59.6139927Z ##[debug]azureDevOpsAccessToken=undefined
2023-09-19T11:48:59.6140277Z ##[debug]azureDevOpsServiceConnection=NameOfANpmServiceConnection
2023-09-19T11:48:59.6140665Z ##[debug]Loading authorization for service connection NameOfANpmServiceConnection
2023-09-19T11:48:59.6146478Z ##[debug]task result: Failed
2023-09-19T11:48:59.6183920Z ##[error]Endpoint auth data not present: NameOfANpmServiceConnection
2023-09-19T11:48:59.6192003Z ##[debug]Processed: ##vso[task.issue type=error;]Endpoint auth data not present: NameOfANpmServiceConnection
2023-09-19T11:48:59.6200231Z ##[debug]Processed: ##vso[task.complete result=Failed;]Endpoint auth data not present: NameOfANpmServiceConnection
2023-09-19T11:48:59.6239298Z ##[section]Finishing: dependabot
2023-09-19T11:48:59.6250888Z ##[debug]Evaluating condition for step: 'Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s'
2023-09-19T11:48:59.6251887Z ##[debug]Evaluating: AlwaysNode()
2023-09-19T11:48:59.6252112Z ##[debug]Evaluating AlwaysNode:
2023-09-19T11:48:59.6253129Z ##[debug]=> True
2023-09-19T11:48:59.6253604Z ##[debug]Result: True
2023-09-19T11:48:59.6253911Z ##[section]Starting: Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s
2023-09-19T11:48:59.6256339Z ==============================================================================
2023-09-19T11:48:59.6256476Z Task         : Get sources
2023-09-19T11:48:59.6256552Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2023-09-19T11:48:59.6256658Z Version      : 1.0.0
2023-09-19T11:48:59.6256711Z Author       : Microsoft
2023-09-19T11:48:59.6256776Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2023-09-19T11:48:59.6256910Z ==============================================================================
2023-09-19T11:49:00.0312532Z Cleaning any cached credential from repository: a-repository (Git)
2023-09-19T11:49:00.0313420Z ##[debug]Repository url=https://A-Company@dev.azure.com/A-Company/A-Project/_git/a-repository
2023-09-19T11:49:00.0313849Z ##[debug]targetPath=/home/vsts/work/1/s
2023-09-19T11:49:00.0387544Z ##[debug]Cleaned up /home/vsts/agents/3.225.0/externals/tee and /home/vsts/work/_temp/tee_temp_dir
2023-09-19T11:49:00.0442151Z ##[section]Finishing: Checkout a-repository@build/dependabot-azureDevOpsServiceConnection to s
2023-09-19T11:49:00.0622970Z ##[section]Starting: Finalize Job
2023-09-19T11:49:00.0667397Z Cleaning up task key
2023-09-19T11:49:00.0668440Z Start cleaning up orphan processes.
2023-09-19T11:49:00.1345445Z ##[section]Finishing: Finalize Job
2023-09-19T11:49:00.1512184Z ##[debug]Starting diagnostic file upload.
2023-09-19T11:49:00.1512334Z ##[debug]Setting up diagnostic log folders.
2023-09-19T11:49:00.1514064Z ##[debug]Creating diagnostic log files folder.
2023-09-19T11:49:00.1514611Z ##[debug]Creating diagnostic log environment file.
2023-09-19T11:49:00.1765597Z ##[debug]Creating capabilities file.
2023-09-19T11:49:00.1805228Z ##[debug]Copying 1 worker diag logs from /home/vsts/agents/3.225.0/_diag.
2023-09-19T11:49:00.1824060Z ##[debug]Copying 1 agent diag logs from /home/vsts/agents/3.225.0/_diag.
2023-09-19T11:49:00.1826339Z ##[debug]Dumping of waagent.conf file
2023-09-19T11:49:00.1830246Z ##[debug]Dumping waagent.conf file is completed.
2023-09-19T11:49:00.1830388Z ##[debug]Dumping cloud-init logs.
2023-09-19T11:49:00.9313990Z ##[debug]Wrote /home/vsts/agents/3.225.0/_diag/cloudinit-20230919-114854-logs.tar.gz

2023-09-19T11:49:00.9316232Z ##[debug]Cloud-init logs added to the diagnostics archive.
2023-09-19T11:49:00.9316370Z ##[debug]Dumping cloud-init logs is ended.
2023-09-19T11:49:00.9316887Z ##[debug]The platform is not based on Debian - skipping debsums check.
2023-09-19T11:49:00.9317023Z ##[debug]Starting dumping Agent Azure VM extension logs.
2023-09-19T11:49:00.9325238Z ##[debug]Path to Agent Azure VM Linux extension logs does not exist.
2023-09-19T11:49:00.9325467Z ##[debug](directory "/var/log/azure/Microsoft.VisualStudio.Services.TeamServicesAgentLinux" not found)
2023-09-19T11:49:00.9325634Z ##[debug]Agent Azure VM extension logs not found. Skipping.
2023-09-19T11:49:00.9325746Z ##[debug]Zipping diagnostic files.
2023-09-19T11:49:00.9383645Z ##[debug]Uploading diagnostic metadata file.
2023-09-19T11:49:00.9411647Z ##[debug]Diagnostic file upload complete.
2023-09-19T11:49:00.9484157Z ##[section]Finishing: Job
image
mburumaxwell commented 12 months ago

Using/referencing a service connection in the .github/dependabot.yml file is not supported. Only tokens can work there.

SchulteMarkus commented 12 months ago

I am setting azureDevOpsServiceConnection in dependabot.yml (this pipeline definition) like this:

- task: dependabot@1
  inputs:
    [...]
    azureDevOpsServiceConnection: NameOfANpmServiceConnection
mburumaxwell commented 12 months ago

What's the value for NameOfANpmServiceConnection?

SchulteMarkus commented 12 months ago

It's just a placeholder here, as I don't want to paste the actual value for security reasons. I am using the same value as in the existing/working pipeline (which builds the software).

mburumaxwell commented 12 months ago

What type of service connection did you create?

SchulteMarkus commented 12 months ago

"npm" image

mburumaxwell commented 12 months ago

The value for azureDevOpsServiceConnection is meant to be a service connection that can be used in place of azureDevOpsAccessToken or System.AccessToken. As such you cannot use an NPM service connection as it would not authenticate against Azure DevOps to pull repository contents.

I also see that @madmuffin1 contribution in #683 did not restrict the type of connection that can be used for azureDevOpsServiceConnection. It should be an external TFS one since there is no other type that suits. This should be fixed soon. Once fixed you may need to use the GUI to select the correct service connection. The URL should be your project URL in the format https://dev.azure.com/{org-name}/{project-name} e.g. https://dev.azure.com/tingle/dependabot

SchulteMarkus commented 11 months ago

Ah ok, I see. Reading the documentation for azureDevOpsServiceConnection at https://marketplace.visualstudio.com/items?itemName=tingle-software.dependabot this totally makes sense. I didn't understand the documentation before. BUT because of the name azureDevOpsServiceConnection and the usual use of a service connection within Azure DevOps, I thought it could be used as described in the issue description. Long story short: I think azureDevOpsServiceConnection paramter should be renamed, maybe to s.th. like azureDevOpsAccessToken (this would be aligned to the paramter gitHubAccessToken). Well, closing here, as no issue.

mburumaxwell commented 11 months ago

This behaviour has been fixed in #809 and e48d1fbef1e089a80df2f2ba154562d130699700 A new release should be available in your organization (https://github.com/tinglesoftware/dependabot-azure-devops/releases/tag/1.21.0)

If the intention is to hide authentication values from the logs then using azureDevOpsServiceConnection can help with that. You would create a service connection of the external tfs type using a PAT that you also set in the pipeline for variable replacement. Azure DevOps will then know that the value is a secret and mask it in the logs.

azureDevOpsServiceConnection is used an alternative to azureDevOpsToken but the latter takes priority. Just as is the same with the gitHubConnection and gitHubAccessToken inputs.