2

i just notices that even though i have a pool of 10 hosted agent in azure which are free and idle I'm waiting a long time to execute the build job and I see this msg for a long period of time:

Acquiring an agent from the cloud:
Request queue position information is unavailable.
Job preparation parameters
ContinueOnError: False
TimeoutInMinutes: 30
CancelTimeoutInMinutes: 5
Expand:
  MaxConcurrency: 0
  ########## System Pipeline Decorator(s) ##########

  Begin evaluating template 'system-pre-steps.yml'
Evaluating: eq('true', variables['system.debugContext'])
Expanded: eq('true', Null)
Result: False
Evaluating: resources['repositories']['self']
Expanded: Object
Result: True
Evaluating: not(containsValue(job['steps']['*']['task']['id'], '6d15af64-176c-496d-b583-fd2ae21d4df4'))
Expanded: not(containsValue(Object, '6d15af64-176c-496d-b583-fd2ae21d4df4'))
Result: True
Evaluating: resources['repositories']['self']['checkoutOptions']
Result: Object
Finished evaluating template 'system-pre-steps.yml'
********************************************************************************
Template and static variable resolution complete. Final runtime YAML document:
steps:
- task: 6d15af64-176c-496d-b583-fd2ae21d4df4@1
  inputs:
    repository: self


  MaxConcurrency: 0
Parent pipeline used these runtime parameters
Folderpath : "ios-client"
FolderCompile : "dir"

what is the problem?

user63898
  • 29,839
  • 85
  • 272
  • 514
  • You should probably be more specific about what "long period of time" means. – Matt Nov 19 '20 at 18:21
  • Are you able to reproduce this issue stably? Could it be a network crack. – PatrickLu-MSFT Nov 20 '20 at 08:48
  • @PatrickLu-MSFT it fixed when i canceled the job and restart it im using macOS latest , do you have problems with it ? – user63898 Nov 22 '20 at 09:23
  • No I don't have problem with it. According to your shared info, it looks like a network crack. Glad to hear issue solved. You could *move the comment to below answer and mark it*, in case someone else faces this same error message. – PatrickLu-MSFT Nov 23 '20 at 09:37
  • 1
    I am having the same issue. Cancel & restart is not fixing it for me. I've been waiting for 25 min now. still in queue – vanlooverenkoen Dec 09 '20 at 15:01
  • I deleted my pipeline. And created it with the same yml file. Now it is working fine. Not sure if Azure is the way to go for reliable CI builds – vanlooverenkoen Dec 09 '20 at 15:06

0 Answers0