No commits were found against the previous version - github repo #1578
Replies: 3 comments 4 replies
-
You should not have to do anything in particular to do what you ask. I can see you are running the task in a Classic Release, the key line is
This should build a list of WI and CS based on all the changes associated with those builds. I need to do some testing, I will get back to you |
Beta Was this translation helpful? Give feedback.
-
I have done some testing and it seems the get changes between build API call does not return anything if the repo is hosted on GitHub. This means though a call to get the details of a single build works
The range version returns nothing
It is not the unexpected, and is true for a number of other Azure DevOps API calls, they only works when everything is within Azure DevOps. So at this time this is going to be a known issue without a major GitHub specific rewrite |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer, and based on this, am I able to get commits/changes for a repo hosted on GitHub without comparing two builds? Just look for changes for a specific build, as in this case: https://dev.azure.com/richardfennell/github/_apis/build/builds/11105/changes ? |
Beta Was this translation helpful? Give feedback.
-
Hey,
I am using your package in several repos, it is really great, when the repository is located on Azure Devops there is no problem and with each subsequent release lists of commits and Wokr items are displayed.
The problem, however, occurs when the repo is located on github repo, then I noticed that the list of commits was found only the first time, while with each subsequent release the package cannot find further differences between versions and each time it says 0 number of commits, Pull requests and work items.
How should I setup the github repository to find new commits between each release?
Logs from initialization run:
2023-11-16T12:13:48.7938682Z ##[debug]customHandlebarsExtensionFile=customHandlebarsExtension
2023-11-16T12:13:48.7939544Z ##[debug]customHandlebarsExtensionFolder=undefined
2023-11-16T12:13:48.7940353Z ##[debug]gitHubPat={PAT}
2023-11-16T12:13:48.7941148Z ##[debug]bitbucketSecret=undefined
2023-11-16T12:13:48.7941780Z ##[debug]bitbucketUser=undefined
2023-11-16T12:13:48.7942403Z ##[debug]dumpPayloadToFile=false
2023-11-16T12:13:48.7943024Z ##[debug]dumpPayloadToConsole=false
2023-11-16T12:13:48.7943852Z ##[debug]dumpPayloadFileName=$(Build.ArtifactStagingDirectory)/payload.json
2023-11-16T12:13:48.7944756Z ##[debug]checkStage=false
2023-11-16T12:13:48.7945330Z ##[debug]getAllParents=False
2023-11-16T12:13:48.7945916Z ##[debug]tags=undefined
2023-11-16T12:13:48.7946478Z ##[debug]overridePat=undefined
2023-11-16T12:13:48.7947130Z ##[debug]overrideBuildReleaseId=undefined
2023-11-16T12:13:48.7947812Z ##[debug]getIndirectPullRequests=False
2023-11-16T12:13:48.7948459Z ##[debug]stopOnError=False
2023-11-16T12:13:48.7949087Z ##[debug]considerPartiallySuccessfulReleases=False
2023-11-16T12:13:48.7949820Z ##[debug]checkForManuallyLinkedWI=False
2023-11-16T12:13:48.7950515Z ##[debug]wiqlWhereClause=undefined
2023-11-16T12:13:48.7951139Z ##[debug]getPRDetails=true
2023-11-16T12:13:48.7951715Z ##[debug]getTestedBy=true
2023-11-16T12:13:48.7952297Z ##[debug]wiqlFromTarget=WorkItems
2023-11-16T12:13:48.7952933Z ##[debug]wiqlSharedQueryName=undefined
2023-11-16T12:13:48.7953602Z ##[debug]maxRetries=20
2023-11-16T12:13:48.7954159Z ##[debug]Build.BuildId=0.0.8
2023-11-16T12:13:48.7956429Z ##[debug]Release.ReleaseId=3265
2023-11-16T12:13:48.7957058Z ##[debug]Release.DefinitionId=76
2023-11-16T12:13:48.7957739Z ##[debug]Release_EnvironmentName=Release Notes
2023-11-16T12:13:48.7958442Z ##[debug]ReleaseNotes.Fix349=undefined
2023-11-16T12:13:48.7959860Z Creating Azure DevOps API connections for https://dev.azure.com/student/ with 'allowRetries' set to 'true' and 'maxRetries' count to '20'
2023-11-16T12:13:48.7961216Z ##[debug]Getting System.AccessToken
2023-11-16T12:13:48.7961925Z ##[debug]Getting credentials the agent is running as
2023-11-16T12:13:48.7962662Z ##[debug]SYSTEMVSSCONNECTION exists true
2023-11-16T12:13:48.7963316Z ##[debug]Found an OAUTH token
2023-11-16T12:13:48.7963848Z Creating the credential handler from the OAUTH token
2023-11-16T12:13:48.7964374Z Getting the current release details
2023-11-16T12:13:48.7964898Z Show associated items for primary artifact only is set to false
2023-11-16T12:13:48.7965481Z Getting the Environment Id
2023-11-16T12:13:48.7965890Z Identified [release notes] as having id [219]
2023-11-16T12:13:48.7966335Z Finding successful deployments
2023-11-16T12:13:48.7966766Z Getting all artifacts in the current release...
2023-11-16T12:13:48.7967428Z The artifact [] is an Azure Artifacts, expanding build details
2023-11-16T12:13:48.7968055Z Found 1 artifacts for current release
2023-11-16T12:13:48.7968736Z Skipping fetching artifact in the most recent successful release as there isn't one.
2023-11-16T12:13:48.7969436Z Looking at artifact []
2023-11-16T12:13:48.7969834Z Artifact type [Build]
2023-11-16T12:13:48.7970162Z Build Definition ID [135]
2023-11-16T12:13:48.7970488Z Build Number: [20231114.4]
2023-11-16T12:13:48.7970840Z Is Primary: [true]
2023-11-16T12:13:48.7971395Z Looking for the [] in the most recent successful release [Initial Deployment]
2023-11-16T12:13:48.7972413Z Found artifact [] with build number [20231114.4] in release [Initial Deployment]
2023-11-16T12:13:48.7973493Z This is the first release so checking what commits and workitems are associated with artifacts
2023-11-16T12:13:48.7974254Z Getting the details of build 23319
2023-11-16T12:13:48.7974668Z Getting the details of build 23318
2023-11-16T12:13:48.7975083Z Getting the details of build 23317
2023-11-16T12:13:48.7975475Z Getting the details of build 23316
2023-11-16T12:13:48.7975889Z Getting the details of build 22216
2023-11-16T12:13:48.7976304Z Getting the details of build 22178
2023-11-16T12:13:48.7976885Z Enriched change eb62f67819adabda0cf3fddb7d1a9120a955dd61 of type GitHub
2023-11-16T12:13:49.0386262Z Enriched with details of 2 files
2023-11-16T12:13:49.0387276Z Enriched change 8608f03150820f79b0c9b02c3880e3ac615489a2 of type GitHub
2023-11-16T12:13:49.3551322Z Enriched with details of 2 files
2023-11-16T12:13:49.3552298Z Enriched change 40106e8779ddaef904d319e6c79ebf5725d5f558 of type GitHub
2023-11-16T12:13:49.6717645Z Enriched with details of 2 files
2023-11-16T12:13:49.6718685Z Enriched change 7d22ca7c36af6cdd55de42ff1b8ea9a4073b173b of type GitHub
2023-11-16T12:13:49.9337296Z Enriched with details of 2 files
2023-11-16T12:13:49.9338341Z Enriched change 2bfa1f8959c1456f289b7d1bd9efd2dcff925a4d of type GitHub
2023-11-16T12:13:50.2900256Z Enriched with details of 6 files
2023-11-16T12:13:50.2901250Z Enriched change 69e57e2c68e71428a5dd970ef4bb0284b7c7a879 of type GitHub
2023-11-16T12:13:50.6277555Z Enriched with details of 1 files
2023-11-16T12:13:50.6278497Z Enriched change 3ab28d3234978d4ab4d5b342a0cd49f520de2b0c of type GitHub
2023-11-16T12:13:50.9110679Z Enriched with details of 5 files
2023-11-16T12:13:50.9111926Z Enriched change cde518c21dc2fa6224e033c55e237a1cc755208f of type GitHub
2023-11-16T12:13:52.3003897Z Enriched with details of 9 files
2023-11-16T12:13:52.3004835Z Enriched change 99ae15309b62f39e778050c90bc5330bc1c6df6f of type GitHub
2023-11-16T12:13:52.6763164Z Enriched with details of 6 files
2023-11-16T12:13:52.6764122Z Getting test associated with the latest build [23319]
2023-11-16T12:13:52.8545676Z ##[debug]Found 167 automated test results associated with the build
2023-11-16T12:13:52.8547088Z ##[debug]Get batch of automated tests [0] - [1000] for test run 49672
2023-11-16T12:13:53.1638805Z ##[debug]Adding 167 tests
2023-11-16T12:13:53.1640088Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1641122Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1642034Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1642919Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1643783Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1644644Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1645672Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1646531Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1647425Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1648343Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1649236Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1650089Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1650943Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1651792Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1652645Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1653528Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1654386Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1659571Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1660457Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1661222Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1661976Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1662727Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1663478Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1664254Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1665001Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1665758Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1666507Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1667251Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1668019Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1668770Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1683686Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1684542Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1685749Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1686693Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1687451Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1688241Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1689010Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1689754Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1690498Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1691518Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1692383Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1693155Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1693899Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1694643Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1695388Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1696132Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1696902Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1697649Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1698393Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1699134Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1699890Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1700662Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1701410Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1702154Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1702899Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1703640Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1704411Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1705155Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1710927Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1711835Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1712590Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1713384Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1714142Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1714886Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1715676Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1716421Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1717186Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1717931Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1718675Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1719418Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1720167Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1720934Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1723598Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1724497Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1725247Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1726013Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1726759Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1727503Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1728246Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1728992Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1729759Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1730502Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1732400Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1733217Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1733986Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1734735Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1735478Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1736224Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1737903Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1738685Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1739432Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1740184Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1740930Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1741678Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1742446Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1743188Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1743930Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1744671Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1745414Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1746178Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1746928Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1747673Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1748419Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1749195Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1749939Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1750688Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1751639Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1752384Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1753514Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1754646Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1755426Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1756182Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1756931Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1757710Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1758466Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1759209Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1760264Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1761018Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1761784Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1762527Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1763773Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1764565Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1765225Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1765907Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1767025Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1767775Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1768518Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1769263Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1770029Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1770775Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1771525Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1772271Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1773014Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1773785Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1774535Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1775288Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1776877Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1777632Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1778399Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1779147Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1779895Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1780640Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1781385Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1782442Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1783211Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1783969Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1784711Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1785458Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1786225Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1786967Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1787708Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1788449Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1789191Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1789958Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1790704Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1791455Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1792212Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1793011Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1793769Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1794513Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1795256Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1796000Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1796764Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1797506Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1798251Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1798995Z ##[debug]Skipping adding tests for test run 49672 as already added
2023-11-16T12:13:53.1799868Z ##[debug]Test results expanded to unique 167 test results
2023-11-16T12:13:53.2216085Z Adding the build [23319] and its associations to the unified results object
2023-11-16T12:13:53.2217667Z Detected 9 commits/changesets between the current build and the last successful one
2023-11-16T12:13:53.2218777Z Detected 0 workitems between the current build and the last successful one
2023-11-16T12:13:53.2225343Z Found 167 tests associated with the build [23319] adding any not already in the global test list to the list
2023-11-16T12:13:53.2226869Z ##[debug]The global test array contains 0 items
2023-11-16T12:13:53.2227831Z ##[debug]Adding the test case 536404752 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2228991Z ##[debug]Adding the test case 536404708 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2230166Z ##[debug]Adding the test case 536404669 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2231227Z ##[debug]Adding the test case 536404706 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2232305Z ##[debug]Adding the test case 536404677 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2233358Z ##[debug]Adding the test case 536404679 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2234388Z ##[debug]Adding the test case 536404705 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2235419Z ##[debug]Adding the test case 536404668 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2236446Z ##[debug]Adding the test case 536404751 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2237502Z ##[debug]Adding the test case 536404680 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2238533Z ##[debug]Adding the test case 536404707 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2239558Z ##[debug]Adding the test case 536404709 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2240595Z ##[debug]Adding the test case 536404710 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2241618Z ##[debug]Adding the test case 536404756 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2242665Z ##[debug]Adding the test case 536404716 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2243692Z ##[debug]Adding the test case 536404712 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2244717Z ##[debug]Adding the test case 536404713 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2245742Z ##[debug]Adding the test case 536404797 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2246789Z ##[debug]Adding the test case 536404760 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2247817Z ##[debug]Adding the test case 536404758 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2248856Z ##[debug]Adding the test case 536404759 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2249885Z ##[debug]Adding the test case 536404746 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2250933Z ##[debug]Adding the test case 536404773 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2251959Z ##[debug]Adding the test case 564027849 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2253031Z ##[debug]Adding the test case 564027841 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2254056Z ##[debug]Adding the test case 564027840 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2255112Z ##[debug]Adding the test case 564027844 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2256140Z ##[debug]Adding the test case 564027842 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2257492Z ##[debug]Adding the test case 564027843 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2258632Z ##[debug]Adding the test case 564027839 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2259660Z ##[debug]Adding the test case 564027846 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2260709Z ##[debug]Adding the test case 564027850 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2261734Z ##[debug]Adding the test case 564027847 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2262758Z ##[debug]Adding the test case 564027838 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2263786Z ##[debug]Adding the test case 564027845 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2269981Z ##[debug]Adding the test case 564027848 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2271364Z ##[debug]Adding the test case 536404794 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2272426Z ##[debug]Adding the test case 564027832 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2273464Z ##[debug]Adding the test case 564027830 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2274614Z ##[debug]Adding the test case 564027833 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2275647Z ##[debug]Adding the test case 564027831 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2276793Z ##[debug]Adding the test case 536404795 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2277819Z ##[debug]Adding the test case 536404796 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2278848Z ##[debug]Adding the test case 564027835 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2279872Z ##[debug]Adding the test case 564027836 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2282664Z ##[debug]Adding the test case 564027837 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2283741Z ##[debug]Adding the test case 564027834 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2284854Z ##[debug]Adding the test case 536404698 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2285883Z ##[debug]Adding the test case 536404793 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2286915Z ##[debug]Adding the test case 536404792 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2290116Z ##[debug]Adding the test case 536404798 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2291158Z ##[debug]Adding the test case 536404787 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2292186Z ##[debug]Adding the test case 536404801 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2293229Z ##[debug]Adding the test case 536404728 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2294290Z ##[debug]Adding the test case 536404753 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2295316Z ##[debug]Adding the test case 536404726 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2296342Z ##[debug]Adding the test case 536404731 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2297366Z ##[debug]Adding the test case 536404754 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2298416Z ##[debug]Adding the test case 536404724 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2299441Z ##[debug]Adding the test case 536404721 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2300466Z ##[debug]Adding the test case 536404732 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2301489Z ##[debug]Adding the test case 536404725 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2304154Z ##[debug]Adding the test case 536404755 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2305209Z ##[debug]Adding the test case 536404730 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2306239Z ##[debug]Adding the test case 536404741 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2307268Z ##[debug]Adding the test case 536404744 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2308297Z ##[debug]Adding the test case 536404736 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2309344Z ##[debug]Adding the test case 536404779 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2310373Z ##[debug]Adding the test case 536404771 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2311399Z ##[debug]Adding the test case 536404763 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2312433Z ##[debug]Adding the test case 536404775 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2313480Z ##[debug]Adding the test case 536404780 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2314512Z ##[debug]Adding the test case 536404772 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2315540Z ##[debug]Adding the test case 536404776 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2316609Z ##[debug]Adding the test case 536404777 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2317661Z ##[debug]Adding the test case 536404782 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2318688Z ##[debug]Adding the test case 536404783 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2319713Z ##[debug]Adding the test case 536404757 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2320740Z ##[debug]Adding the test case 536404723 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2321766Z ##[debug]Adding the test case 536404727 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2322812Z ##[debug]Adding the test case 536404740 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2323840Z ##[debug]Adding the test case 536404804 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2324863Z ##[debug]Adding the test case 536404803 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2325884Z ##[debug]Adding the test case 536404738 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2326935Z ##[debug]Adding the test case 536404774 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2327960Z ##[debug]Adding the test case 536404781 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2328986Z ##[debug]Adding the test case 536404778 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2330014Z ##[debug]Adding the test case 536404737 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2331061Z ##[debug]Adding the test case 536404715 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2332086Z ##[debug]Adding the test case 536404711 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2333116Z ##[debug]Adding the test case 536404722 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2334146Z ##[debug]Adding the test case 536404691 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2335226Z ##[debug]Adding the test case 536404714 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2336255Z ##[debug]Adding the test case 536404729 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2337278Z ##[debug]Adding the test case 536404748 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2338445Z ##[debug]Adding the test case 536404750 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2339663Z ##[debug]Adding the test case 536404747 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2340713Z ##[debug]Adding the test case 536404749 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2341746Z ##[debug]Adding the test case 536404734 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2342771Z ##[debug]Adding the test case 536404735 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2343799Z ##[debug]Adding the test case 536404739 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2344846Z ##[debug]Adding the test case 536404733 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2345877Z ##[debug]Adding the test case 536404786 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2346905Z ##[debug]Adding the test case 536404784 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2347933Z ##[debug]Adding the test case 536404785 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2348981Z ##[debug]Adding the test case 536404689 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2350013Z ##[debug]Adding the test case 536404693 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2351040Z ##[debug]Adding the test case 536404690 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2352070Z ##[debug]Adding the test case 536404694 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2353096Z ##[debug]Adding the test case 536404688 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2354144Z ##[debug]Adding the test case 536404742 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2355352Z ##[debug]Adding the test case 536404743 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2356386Z ##[debug]Adding the test case 536404788 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2357410Z ##[debug]Adding the test case 536404791 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2358463Z ##[debug]Adding the test case 536404789 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2359486Z ##[debug]Adding the test case 536404790 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2360514Z ##[debug]Adding the test case 536404673 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2361550Z ##[debug]Adding the test case 536404810 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2362608Z ##[debug]Adding the test case 564027822 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2363665Z ##[debug]Adding the test case 536404678 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2364698Z ##[debug]Adding the test case 536404670 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2365821Z ##[debug]Adding the test case 536404672 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2366888Z ##[debug]Adding the test case 536404802 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2367914Z ##[debug]Adding the test case 536404671 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2368943Z ##[debug]Adding the test case 536404700 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2369972Z ##[debug]Adding the test case 536404702 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2370997Z ##[debug]Adding the test case 536404699 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2372046Z ##[debug]Adding the test case 536404701 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2373804Z ##[debug]Adding the test case 536404745 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2375280Z ##[debug]Adding the test case 536404704 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2377994Z ##[debug]Adding the test case 536404703 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2379530Z ##[debug]Adding the test case 536404809 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2380578Z ##[debug]Adding the test case 536404807 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2381616Z ##[debug]Adding the test case 536404806 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2382661Z ##[debug]Adding the test case 536404808 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2383713Z ##[debug]Adding the test case 536404675 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2384745Z ##[debug]Adding the test case 536404719 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2385795Z ##[debug]Adding the test case 536404718 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2386823Z ##[debug]Adding the test case 536404717 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2387872Z ##[debug]Adding the test case 536404720 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2388906Z ##[debug]Adding the test case 536404687 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2389932Z ##[debug]Adding the test case 536404686 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2390957Z ##[debug]Adding the test case 564027828 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2391984Z ##[debug]Adding the test case 564027823 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2393035Z ##[debug]Adding the test case 536404697 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2394071Z ##[debug]Adding the test case 536404692 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2395116Z ##[debug]Adding the test case 564027824 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2396148Z ##[debug]Adding the test case 564027826 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2397210Z ##[debug]Adding the test case 564027829 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2398247Z ##[debug]Adding the test case 564027827 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2399287Z ##[debug]Adding the test case 564027825 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2400330Z ##[debug]Adding the test case 536404682 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2401386Z ##[debug]Adding the test case 536404684 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2402429Z ##[debug]Adding the test case 536404676 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2403467Z ##[debug]Adding the test case 536404685 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2404490Z ##[debug]Adding the test case 536404683 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2405530Z ##[debug]Adding the test case 536404681 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2406553Z ##[debug]Adding the test case 536404674 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2407576Z ##[debug]Adding the test case 536404805 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2408596Z ##[debug]Adding the test case 536404695 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2409622Z ##[debug]Adding the test case 536404696 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2410652Z ##[debug]Adding the test case 536404811 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2412802Z ##[debug]Adding the test case 536404814 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2413833Z ##[debug]Adding the test case 536404815 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2414860Z ##[debug]Adding the test case 536404812 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2415896Z ##[debug]Adding the test case 536404813 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2416920Z ##[debug]Adding the test case 536404816 for test run 49672 as not present in the master list
2023-11-16T12:13:53.2417767Z ##[debug]The updated global test array contains 167 items
2023-11-16T12:13:53.2418390Z ##[debug]Get batch of manual test runs [0] - [1000]
2023-11-16T12:13:53.2945657Z ##[debug]Found 0 manual test runs associated with the build
2023-11-16T12:13:53.2947523Z ##[debug]No manual test plans associated with build
2023-11-16T12:13:53.2948787Z Found 0 manual tests associated with the build [23319] adding any not already in the global test list to the list
2023-11-16T12:13:53.2949660Z
2023-11-16T12:13:53.3821445Z ##[debug]No tests associated with release 3265 environment QA
2023-11-16T12:13:53.4446650Z ##[debug]No tests associated with release 3265 environment PROD
2023-11-16T12:13:53.5139880Z ##[debug]No tests associated with release 3265 environment Release Notes
2023-11-16T12:13:53.5141532Z ##[debug]The global test array contains 167 items
2023-11-16T12:13:53.5142366Z ##[debug]The updated global test array contains 167 items
2023-11-16T12:13:53.5143012Z Removing duplicate Commits from master list
2023-11-16T12:13:53.5145422Z Expanding the truncated commit messages...
2023-11-16T12:13:53.5145942Z Expanded truncated commit messages 0
2023-11-16T12:13:53.5146398Z Leaving CS in default order as returned by API
2023-11-16T12:13:53.5146972Z Find any WorkItems linked from GitHub using the AB#123 format
2023-11-16T12:13:53.5149028Z ##[debug]The commit eb62f67 is from a GitHub hosted repo
2023-11-16T12:13:53.5150119Z ##[debug]The commit 8608f03 is from a GitHub hosted repo
2023-11-16T12:13:53.5151891Z ##[debug]The commit 40106e8 is from a GitHub hosted repo
2023-11-16T12:13:53.5152796Z ##[debug]The commit 7d22ca7 is from a GitHub hosted repo
2023-11-16T12:13:53.5153604Z ##[debug]The commit 2bfa1f8 is from a GitHub hosted repo
2023-11-16T12:13:53.5154422Z ##[debug]The commit 69e57e2 is from a GitHub hosted repo
2023-11-16T12:13:53.5155224Z ##[debug]The commit 3ab28d3 is from a GitHub hosted repo
2023-11-16T12:13:53.5156027Z ##[debug]The commit cde518c is from a GitHub hosted repo
2023-11-16T12:13:53.5156834Z ##[debug]The commit 99ae153 is from a GitHub hosted repo
2023-11-16T12:13:53.5157499Z Adding 0 found using AB#123 links in GitHub comments
2023-11-16T12:13:53.5158081Z Removing duplicate WorkItems from master list
2023-11-16T12:13:53.5158531Z Getting tests linked to WorkItems
2023-11-16T12:13:53.5158935Z Checking for user defined WIQL query
2023-11-16T12:13:53.5159359Z No WIQL query parameters defined
2023-11-16T12:13:53.5159768Z Leaving WI in default order as returned by API
2023-11-16T12:13:53.5160488Z ##[debug]Getting the details of build 23319 from default project
2023-11-16T12:13:53.5583037Z The default artifact for the release was not linked to an Azure DevOps Git Repo Pull Request
2023-11-16T12:13:53.5584225Z Getting all completed Azure DevOps Git Repo PRs in the Team Project Service Layer
2023-11-16T12:13:53.5584824Z Getting associated PRs
2023-11-16T12:13:53.5586528Z ##[debug]Get batch of PRs [0] - [1000]
2023-11-16T12:13:54.0820211Z ##[debug]Adding batch of 467 PRs
2023-11-16T12:13:54.0828345Z Found 467 Azure DevOps PRs in the repo
2023-11-16T12:13:54.0829512Z ##[debug]Cannot check for associated PR as the commit eb62f67819adabda0cf3fddb7d1a9120a955dd61 is not in an Azure DevOps repo
2023-11-16T12:13:54.0831398Z ##[debug]Cannot check for associated PR as the commit 8608f03150820f79b0c9b02c3880e3ac615489a2 is not in an Azure DevOps repo
2023-11-16T12:13:54.0833040Z ##[debug]Cannot check for associated PR as the commit 40106e8779ddaef904d319e6c79ebf5725d5f558 is not in an Azure DevOps repo
2023-11-16T12:13:54.0834524Z ##[debug]Cannot check for associated PR as the commit 7d22ca7c36af6cdd55de42ff1b8ea9a4073b173b is not in an Azure DevOps repo
2023-11-16T12:13:54.0836014Z ##[debug]Cannot check for associated PR as the commit 2bfa1f8959c1456f289b7d1bd9efd2dcff925a4d is not in an Azure DevOps repo
2023-11-16T12:13:54.0837496Z ##[debug]Cannot check for associated PR as the commit 69e57e2c68e71428a5dd970ef4bb0284b7c7a879 is not in an Azure DevOps repo
2023-11-16T12:13:54.0839004Z ##[debug]Cannot check for associated PR as the commit 3ab28d3234978d4ab4d5b342a0cd49f520de2b0c is not in an Azure DevOps repo
2023-11-16T12:13:54.0840480Z ##[debug]Cannot check for associated PR as the commit cde518c21dc2fa6224e033c55e237a1cc755208f is not in an Azure DevOps repo
2023-11-16T12:13:54.0841966Z ##[debug]Cannot check for associated PR as the commit 99ae15309b62f39e778050c90bc5330bc1c6df6f is not in an Azure DevOps repo
2023-11-16T12:13:54.0842889Z Enriching known Pull Requests
2023-11-16T12:13:54.0843212Z Total Builds: [1]
2023-11-16T12:13:54.0843458Z Total Commits: [9]
2023-11-16T12:13:54.0843721Z Total Workitems: [0]
2023-11-16T12:13:54.0844040Z Total Related Workitems (Parent/Children): [0]
2023-11-16T12:13:54.0844433Z Total Release Tests: [0]
2023-11-16T12:13:54.0844727Z Total Tests: [167]
2023-11-16T12:13:54.0844979Z Total Manual Test Runs: [0]
2023-11-16T12:13:54.0845321Z Total Manual Test Configurations: [0]
2023-11-16T12:13:54.0845683Z Total Pull Requests: [0]
2023-11-16T12:13:54.0845972Z Total Indirect Pull Requests: [0]
2023-11-16T12:13:54.0846316Z Total Associated Test WI: [0]
2023-11-16T12:13:54.0846645Z Total Published Artifacts: [0]
2023-11-16T12:13:54.0846965Z Total Consumed Artifacts: [0]
2023-11-16T12:13:54.0847284Z Total WIQL Workitems: [0]
2023-11-16T12:13:54.0862612Z Generating the release notes, the are 1 template(s) to process
2023-11-16T12:13:54.0864217Z ##[debug]Using template mode InLine
2023-11-16T12:13:54.0864705Z Using in-line template
2023-11-16T12:13:54.0865128Z ##[debug]Loading handlebar template
2023-11-16T12:13:54.0868451Z ##[debug]Processing template
2023-11-16T12:13:54.0869065Z ##[debug] WI: 0
2023-11-16T12:13:54.0869516Z ##[debug] CS: 9
2023-11-16T12:13:54.0869957Z ##[debug] PR: 0
2023-11-16T12:13:54.0870403Z ##[debug] Builds: 1
2023-11-16T12:13:54.0870877Z ##[debug] Manual Tests: 0
2023-11-16T12:13:54.0871385Z ##[debug] Manual TestConfigurations: 0
2023-11-16T12:13:54.0871960Z ##[debug] Release Tests: 0
2023-11-16T12:13:54.0872460Z ##[debug] Related WI: 0
2023-11-16T12:13:54.0872946Z ##[debug] Related Tests: 0
2023-11-16T12:13:54.0873444Z ##[debug] Indirect PR: 0
2023-11-16T12:13:54.0873943Z ##[debug] Consumed Artifacts: 0
2023-11-16T12:13:54.0874513Z ##[debug] Published Artifacts: 0
2023-11-16T12:13:54.0875045Z ##[debug] Query WI: 0
2023-11-16T12:13:54.0875531Z ##[debug]Processing handlebar template
2023-11-16T12:13:54.1334154Z Loading handlebars-helpers extension
2023-11-16T12:13:54.4261939Z ##[debug]Saving custom Handlebars code passed as a string in the parameter 'customHandlebarsExtensionCode' to file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-16T12:13:54.4264826Z Writing output file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-16T12:13:54.4266702Z Finished writing output file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-16T12:13:54.4269106Z ##[debug]Attempting to load custom handlebars extension from D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js}
2023-11-16T12:13:54.4270863Z Loaded handlebars extension file
2023-11-16T12:13:54.4531908Z Completed processing template
2023-11-16T12:13:54.4532814Z Appending output to file D:\a\r1\a/11-2023.md
2023-11-16T12:13:54.4534863Z Finished writing output file D:\a\r1\a/11-2023.md
2023-11-16T12:13:54.4535655Z Output variable 'undefined' set to value of first generated release notes
2023-11-16T12:13:54.4536929Z ##[debug]task result: Succeeded
2023-11-16T12:13:54.4539235Z ##[debug]Processed: ##vso[task.complete result=Succeeded;]
Logs from next attempt:
2023-11-27T08:26:56.5564625Z ##[debug]customHandlebarsExtensionFile=customHandlebarsExtension
2023-11-27T08:26:56.5565362Z ##[debug]customHandlebarsExtensionFolder=undefined
2023-11-27T08:26:56.5566056Z ##[debug]gitHubPat={pat}
2023-11-27T08:26:56.5566711Z ##[debug]bitbucketSecret=undefined
2023-11-27T08:26:56.5567292Z ##[debug]bitbucketUser=undefined
2023-11-27T08:26:56.5567824Z ##[debug]dumpPayloadToFile=false
2023-11-27T08:26:56.5568356Z ##[debug]dumpPayloadToConsole=true
2023-11-27T08:26:56.5569098Z ##[debug]dumpPayloadFileName=$(Build.ArtifactStagingDirectory)/payload.json
2023-11-27T08:26:56.5569854Z ##[debug]checkStage=false
2023-11-27T08:26:56.5570350Z ##[debug]getAllParents=False
2023-11-27T08:26:56.5570896Z ##[debug]tags=undefined
2023-11-27T08:26:56.5571388Z ##[debug]overridePat=undefined
2023-11-27T08:26:56.5572741Z ##[debug]overrideBuildReleaseId=undefined
2023-11-27T08:26:56.5573354Z ##[debug]getIndirectPullRequests=False
2023-11-27T08:26:56.5573976Z ##[debug]stopOnError=true
2023-11-27T08:26:56.5574549Z ##[debug]considerPartiallySuccessfulReleases=False
2023-11-27T08:26:56.5576438Z ##[debug]checkForManuallyLinkedWI=False
2023-11-27T08:26:56.5577095Z ##[debug]wiqlWhereClause=undefined
2023-11-27T08:26:56.5578264Z ##[debug]getPRDetails=true
2023-11-27T08:26:56.5579985Z ##[debug]getTestedBy=true
2023-11-27T08:26:56.5582368Z ##[debug]wiqlFromTarget=WorkItems
2023-11-27T08:26:56.5583015Z ##[debug]wiqlSharedQueryName=undefined
2023-11-27T08:26:56.5584294Z ##[debug]maxRetries=20
2023-11-27T08:26:56.5585010Z ##[debug]Build.BuildId=0.0.9
2023-11-27T08:26:56.5585672Z ##[debug]Release.ReleaseId=3344
2023-11-27T08:26:56.5586277Z ##[debug]Release.DefinitionId=76
2023-11-27T08:26:56.5586885Z ##[debug]Release_EnvironmentName=Release Notes
2023-11-27T08:26:56.5587526Z ##[debug]ReleaseNotes.Fix349=undefined
2023-11-27T08:26:56.5628901Z Creating Azure DevOps API connections for https://dev.azure.com/student/ with 'allowRetries' set to 'true' and 'maxRetries' count to '20'
2023-11-27T08:26:56.5630964Z ##[debug]Getting System.AccessToken
2023-11-27T08:26:56.5631709Z ##[debug]Getting credentials the agent is running as
2023-11-27T08:26:56.5634861Z ##[debug]SYSTEMVSSCONNECTION exists true
2023-11-27T08:26:56.5635567Z ##[debug]Found an OAUTH token
2023-11-27T08:26:56.5636043Z Creating the credential handler from the OAUTH token
2023-11-27T08:26:56.7877020Z Getting the current release details
2023-11-27T08:26:56.9129530Z Show associated items for primary artifact only is set to false
2023-11-27T08:26:56.9130380Z Getting deployment count for stage
2023-11-27T08:26:56.9130823Z Found the stage [release notes]
2023-11-27T08:26:56.9131313Z Identified [release notes] as having deployment count of [1]
2023-11-27T08:26:56.9132420Z Getting the Environment Id
2023-11-27T08:26:56.9133024Z Identified [release notes] as having id [219]
2023-11-27T08:26:56.9137959Z Finding successful deployments
2023-11-27T08:26:56.9825956Z Found 1 releases to consider
2023-11-27T08:26:56.9827069Z ##[debug]Found DeploymentId 5614 with ReleaseID 3265 with the Deployment Status 4
2023-11-27T08:26:56.9827781Z Finding the last successful release Release-6
2023-11-27T08:26:56.9828199Z Getting all artifacts in the current release...
2023-11-27T08:26:56.9832320Z The artifact [] is an Azure Artifacts, expanding build details
2023-11-27T08:26:57.4016997Z Found 1 artifacts for current release
2023-11-27T08:26:57.4784856Z Getting all artifacts in the most recent successful release [Release-6]...
2023-11-27T08:26:57.4785850Z The artifact [] is an Azure Artifacts, expanding build details
2023-11-27T08:26:57.9027708Z Found 1 artifacts for most recent successful release
2023-11-27T08:26:57.9028451Z Looking at artifact []
2023-11-27T08:26:57.9029143Z Artifact type [Build]
2023-11-27T08:26:57.9029504Z Build Definition ID [135]
2023-11-27T08:26:57.9029829Z Build Number: [20231124.2]
2023-11-27T08:26:57.9030279Z Is Primary: [true]
2023-11-27T08:26:57.9031105Z Looking for the [] in the most recent successful release [Release-6]
2023-11-27T08:26:57.9032121Z Found artifact [] with build number [20231114.4] in release [Release-6]
2023-11-27T08:26:57.9033102Z Checking what commits and workitems have changed from [20231114.4][ID 23319] => [20231124.2] [ID 23802]
2023-11-27T08:26:57.9034443Z Defaulting on the workaround for build API limitation (see issue #349 set 'ReleaseNotes.Fix349=false' to disable)
2023-11-27T08:26:57.9036713Z Using workaround for build API limitation (see issue #349)
2023-11-27T08:26:58.2648766Z Getting test associated with the latest build [23802]
2023-11-27T08:26:58.5931142Z ##[debug]Found 167 automated test results associated with the build
2023-11-27T08:26:58.5932598Z ##[debug]Get batch of automated tests [0] - [1000] for test run 50253
2023-11-27T08:26:58.9734998Z ##[debug]Adding 167 tests
2023-11-27T08:26:58.9736031Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9737124Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9738083Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9738984Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9739885Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9740869Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9741996Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9742971Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9743836Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9744720Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9745794Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9746575Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9747355Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9748139Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9748940Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9749717Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9751545Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9752615Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9753531Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9754910Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9755706Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9756490Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9757283Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9758056Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9758832Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9759608Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9760403Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9761180Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9761957Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9762733Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9768241Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9769172Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9770022Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9770975Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9771785Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9772461Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9773126Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9773838Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9774517Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9775172Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9775834Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9776500Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9777376Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9778046Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9778702Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9779356Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9780012Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9780667Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9781333Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9781987Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9782640Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9783294Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9784086Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9784939Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9785663Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9786381Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9787101Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9788021Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9793764Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9794453Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9795112Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9795771Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9796438Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9797122Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9797778Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9798433Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9799088Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9799815Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9800478Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9801133Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9801964Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9803197Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9804182Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9806059Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9806942Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9808450Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9810866Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9811617Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9812285Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9812945Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9813601Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9815103Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9815816Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9816495Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9817802Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9820706Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9821512Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9822271Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9823264Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9824180Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9825066Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9825816Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9826657Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9827359Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9828913Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9830114Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9830912Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9831578Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9832237Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9832897Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9833552Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9834220Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9834878Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9835533Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9836197Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9836874Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9837529Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9838181Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9838894Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9839552Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9840224Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9840880Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9843467Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9844246Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9844998Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9846061Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9846828Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9847820Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9849584Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9850294Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9850966Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9852447Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9853225Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9853977Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9854728Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9855708Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9856549Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9857206Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9857863Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9858519Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9859189Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9859844Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9860500Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9861155Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9861809Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9862481Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9863142Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9863801Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9864457Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9865112Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9865783Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9866438Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9867095Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9867752Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9868405Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9869073Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9869730Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9870392Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9871046Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9871701Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9872371Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9873025Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9873683Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9874338Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9874991Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9875661Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9876316Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9877090Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9877752Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9878426Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9879081Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9879733Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9880388Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9881041Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9881712Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9882368Z ##[debug]Skipping adding tests for test run 50253 as already added
2023-11-27T08:26:58.9882986Z ##[debug]Test results expanded to unique 167 test results
2023-11-27T08:26:59.0180203Z Adding the build [23802] and its associations to the unified results object
2023-11-27T08:26:59.0181808Z Detected 0 commits/changesets between the current build and the last successful one
2023-11-27T08:26:59.0183292Z Detected 0 workitems between the current build and the last successful one
2023-11-27T08:26:59.0184293Z Found 167 tests associated with the build [23802] adding any not already in the global test list to the list
2023-11-27T08:26:59.0186089Z ##[debug]The global test array contains 0 items
2023-11-27T08:26:59.0187145Z ##[debug]Adding the test case 536404752 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0188278Z ##[debug]Adding the test case 536404708 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0189388Z ##[debug]Adding the test case 536404669 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0190445Z ##[debug]Adding the test case 536404706 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0191432Z ##[debug]Adding the test case 536404677 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0192421Z ##[debug]Adding the test case 536404679 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0193384Z ##[debug]Adding the test case 536404705 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0194347Z ##[debug]Adding the test case 536404668 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0195330Z ##[debug]Adding the test case 536404751 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0196295Z ##[debug]Adding the test case 536404680 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0197253Z ##[debug]Adding the test case 536404707 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0198212Z ##[debug]Adding the test case 536404709 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0199215Z ##[debug]Adding the test case 536404710 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0200186Z ##[debug]Adding the test case 536404756 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0201152Z ##[debug]Adding the test case 536404716 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0202112Z ##[debug]Adding the test case 536404712 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0203336Z ##[debug]Adding the test case 536404713 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0204370Z ##[debug]Adding the test case 536404797 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0205402Z ##[debug]Adding the test case 536404760 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0206692Z ##[debug]Adding the test case 536404758 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0207666Z ##[debug]Adding the test case 536404759 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0208901Z ##[debug]Adding the test case 536404746 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0209813Z ##[debug]Adding the test case 536404773 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0210711Z ##[debug]Adding the test case 564027849 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0211608Z ##[debug]Adding the test case 564027841 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0212523Z ##[debug]Adding the test case 564027840 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0213421Z ##[debug]Adding the test case 564027844 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0214318Z ##[debug]Adding the test case 564027842 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0215214Z ##[debug]Adding the test case 564027843 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0216129Z ##[debug]Adding the test case 564027839 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0217141Z ##[debug]Adding the test case 564027846 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0218043Z ##[debug]Adding the test case 564027850 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0218939Z ##[debug]Adding the test case 564027847 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0219853Z ##[debug]Adding the test case 564027838 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0220748Z ##[debug]Adding the test case 564027845 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0221649Z ##[debug]Adding the test case 564027848 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0222547Z ##[debug]Adding the test case 536404794 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0223460Z ##[debug]Adding the test case 564027832 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0224364Z ##[debug]Adding the test case 564027830 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0225269Z ##[debug]Adding the test case 564027833 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0230928Z ##[debug]Adding the test case 564027831 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0231872Z ##[debug]Adding the test case 536404795 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0232970Z ##[debug]Adding the test case 536404796 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0234180Z ##[debug]Adding the test case 564027835 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0235213Z ##[debug]Adding the test case 564027836 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0236417Z ##[debug]Adding the test case 564027837 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0237579Z ##[debug]Adding the test case 564027834 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0239294Z ##[debug]Adding the test case 536404698 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0241031Z ##[debug]Adding the test case 536404793 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0242244Z ##[debug]Adding the test case 536404792 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0243329Z ##[debug]Adding the test case 536404798 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0244516Z ##[debug]Adding the test case 536404787 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0245580Z ##[debug]Adding the test case 536404801 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0246796Z ##[debug]Adding the test case 536404728 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0247695Z ##[debug]Adding the test case 536404753 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0249375Z ##[debug]Adding the test case 536404726 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0250522Z ##[debug]Adding the test case 536404731 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0251830Z ##[debug]Adding the test case 536404754 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0252966Z ##[debug]Adding the test case 536404724 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0254201Z ##[debug]Adding the test case 536404721 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0255412Z ##[debug]Adding the test case 536404732 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0257075Z ##[debug]Adding the test case 536404725 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0258139Z ##[debug]Adding the test case 536404755 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0259592Z ##[debug]Adding the test case 536404730 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0261605Z ##[debug]Adding the test case 536404741 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0262512Z ##[debug]Adding the test case 536404744 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0263428Z ##[debug]Adding the test case 536404736 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0264327Z ##[debug]Adding the test case 536404779 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0265226Z ##[debug]Adding the test case 536404771 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0266122Z ##[debug]Adding the test case 536404763 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0267034Z ##[debug]Adding the test case 536404775 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0267940Z ##[debug]Adding the test case 536404780 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0268843Z ##[debug]Adding the test case 536404772 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0269738Z ##[debug]Adding the test case 536404776 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0270632Z ##[debug]Adding the test case 536404777 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0271543Z ##[debug]Adding the test case 536404782 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0272438Z ##[debug]Adding the test case 536404783 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0273333Z ##[debug]Adding the test case 536404757 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0274232Z ##[debug]Adding the test case 536404723 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0275143Z ##[debug]Adding the test case 536404727 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0276046Z ##[debug]Adding the test case 536404740 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0276944Z ##[debug]Adding the test case 536404804 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0277840Z ##[debug]Adding the test case 536404803 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0278751Z ##[debug]Adding the test case 536404738 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0279698Z ##[debug]Adding the test case 536404774 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0280597Z ##[debug]Adding the test case 536404781 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0281494Z ##[debug]Adding the test case 536404778 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0282406Z ##[debug]Adding the test case 536404737 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0283441Z ##[debug]Adding the test case 536404715 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0284346Z ##[debug]Adding the test case 536404711 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0285313Z ##[debug]Adding the test case 536404722 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0286211Z ##[debug]Adding the test case 536404691 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0287246Z ##[debug]Adding the test case 536404714 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0288349Z ##[debug]Adding the test case 536404729 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0289340Z ##[debug]Adding the test case 536404748 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0290330Z ##[debug]Adding the test case 536404750 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0291513Z ##[debug]Adding the test case 536404747 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0292517Z ##[debug]Adding the test case 536404749 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0293415Z ##[debug]Adding the test case 536404734 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0294453Z ##[debug]Adding the test case 536404735 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0295806Z ##[debug]Adding the test case 536404739 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0296804Z ##[debug]Adding the test case 536404733 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0298286Z ##[debug]Adding the test case 536404786 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0299409Z ##[debug]Adding the test case 536404784 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0300424Z ##[debug]Adding the test case 536404785 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0301536Z ##[debug]Adding the test case 536404689 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0302744Z ##[debug]Adding the test case 536404693 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0303714Z ##[debug]Adding the test case 536404690 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0304674Z ##[debug]Adding the test case 536404694 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0305741Z ##[debug]Adding the test case 536404688 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0306638Z ##[debug]Adding the test case 536404742 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0308868Z ##[debug]Adding the test case 536404743 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0309854Z ##[debug]Adding the test case 536404788 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0311119Z ##[debug]Adding the test case 536404791 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0312744Z ##[debug]Adding the test case 536404789 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0313797Z ##[debug]Adding the test case 536404790 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0314936Z ##[debug]Adding the test case 536404673 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0316099Z ##[debug]Adding the test case 536404810 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0317000Z ##[debug]Adding the test case 564027822 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0317901Z ##[debug]Adding the test case 536404678 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0318796Z ##[debug]Adding the test case 536404670 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0319885Z ##[debug]Adding the test case 536404672 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0320806Z ##[debug]Adding the test case 536404802 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0321703Z ##[debug]Adding the test case 536404671 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0322601Z ##[debug]Adding the test case 536404700 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0323497Z ##[debug]Adding the test case 536404702 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0324413Z ##[debug]Adding the test case 536404699 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0325310Z ##[debug]Adding the test case 536404701 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0326211Z ##[debug]Adding the test case 536404745 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0327115Z ##[debug]Adding the test case 536404704 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0328127Z ##[debug]Adding the test case 536404703 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0329025Z ##[debug]Adding the test case 536404809 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0329927Z ##[debug]Adding the test case 536404807 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0330823Z ##[debug]Adding the test case 536404806 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0331741Z ##[debug]Adding the test case 536404808 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0332642Z ##[debug]Adding the test case 536404675 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0333597Z ##[debug]Adding the test case 536404719 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0334496Z ##[debug]Adding the test case 536404718 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0335404Z ##[debug]Adding the test case 536404717 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0336323Z ##[debug]Adding the test case 536404720 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0337224Z ##[debug]Adding the test case 536404687 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0338120Z ##[debug]Adding the test case 536404686 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0339018Z ##[debug]Adding the test case 564027828 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0339929Z ##[debug]Adding the test case 564027823 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0340824Z ##[debug]Adding the test case 536404697 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0341723Z ##[debug]Adding the test case 536404692 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0342624Z ##[debug]Adding the test case 564027824 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0343542Z ##[debug]Adding the test case 564027826 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0344441Z ##[debug]Adding the test case 564027829 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0345337Z ##[debug]Adding the test case 564027827 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0346233Z ##[debug]Adding the test case 564027825 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0347146Z ##[debug]Adding the test case 536404682 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0348043Z ##[debug]Adding the test case 536404684 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0348938Z ##[debug]Adding the test case 536404676 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0349942Z ##[debug]Adding the test case 536404685 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0350848Z ##[debug]Adding the test case 536404683 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0351758Z ##[debug]Adding the test case 536404681 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0352652Z ##[debug]Adding the test case 536404674 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0353548Z ##[debug]Adding the test case 536404805 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0354446Z ##[debug]Adding the test case 536404695 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0355360Z ##[debug]Adding the test case 536404696 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0356257Z ##[debug]Adding the test case 536404811 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0358131Z ##[debug]Adding the test case 536404814 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0359361Z ##[debug]Adding the test case 536404815 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0360509Z ##[debug]Adding the test case 536404812 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0361504Z ##[debug]Adding the test case 536404813 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0362743Z ##[debug]Adding the test case 536404816 for test run 50253 as not present in the master list
2023-11-27T08:26:59.0363489Z ##[debug]The updated global test array contains 167 items
2023-11-27T08:26:59.0364043Z ##[debug]Get batch of manual test runs [0] - [1000]
2023-11-27T08:26:59.2415361Z ##[debug]Found 0 manual test runs associated with the build
2023-11-27T08:26:59.2417072Z ##[debug]No manual test plans associated with build
2023-11-27T08:26:59.2418056Z Found 0 manual tests associated with the build [23802] adding any not already in the global test list to the list
2023-11-27T08:26:59.2418763Z
2023-11-27T08:26:59.3534410Z ##[debug]No tests associated with release 3344 environment QA
2023-11-27T08:26:59.4600644Z ##[debug]No tests associated with release 3344 environment PROD
2023-11-27T08:26:59.5611860Z ##[debug]No tests associated with release 3344 environment Release Notes
2023-11-27T08:26:59.5613040Z ##[debug]The global test array contains 167 items
2023-11-27T08:26:59.5613797Z ##[debug]The updated global test array contains 167 items
2023-11-27T08:26:59.5614596Z Removing duplicate Commits from master list
2023-11-27T08:26:59.5621066Z Expanding the truncated commit messages...
2023-11-27T08:26:59.5621654Z Expanded truncated commit messages 0
2023-11-27T08:26:59.5622042Z Sorting CS by created date
2023-11-27T08:26:59.5622438Z Find any WorkItems linked from GitHub using the AB#123 format
2023-11-27T08:26:59.5625395Z Adding 0 found using AB#123 links in GitHub comments
2023-11-27T08:26:59.5625984Z Removing duplicate WorkItems from master list
2023-11-27T08:26:59.5626541Z Getting tests linked to WorkItems
2023-11-27T08:26:59.5628561Z Checking for user defined WIQL query
2023-11-27T08:26:59.5631424Z No WIQL query parameters defined
2023-11-27T08:26:59.5631903Z Leaving WI in default order as returned by API
2023-11-27T08:26:59.5632695Z ##[debug]Getting the details of build 23802 from default project
2023-11-27T08:26:59.6479104Z The default artifact for the release was not linked to an Azure DevOps Git Repo Pull Request
2023-11-27T08:26:59.6480205Z Getting all completed Azure DevOps Git Repo PRs in the Team Project Service Layer
2023-11-27T08:26:59.6480812Z Getting associated PRs
2023-11-27T08:26:59.6482807Z ##[debug]Get batch of PRs [0] - [1000]
2023-11-27T08:27:00.3215195Z ##[debug]Adding batch of 481 PRs
2023-11-27T08:27:00.3215966Z Found 481 Azure DevOps PRs in the repo
2023-11-27T08:27:00.3216331Z Enriching known Pull Requests
2023-11-27T08:27:00.3216643Z Total Builds: [1]
2023-11-27T08:27:00.3216872Z Total Commits: [0]
2023-11-27T08:27:00.3217403Z Total Workitems: [0]
2023-11-27T08:27:00.3217684Z Total Related Workitems (Parent/Children): [0]
2023-11-27T08:27:00.3218072Z Total Release Tests: [0]
2023-11-27T08:27:00.3218339Z Total Tests: [167]
2023-11-27T08:27:00.3218573Z Total Manual Test Runs: [0]
2023-11-27T08:27:00.3218873Z Total Manual Test Configurations: [0]
2023-11-27T08:27:00.3219188Z Total Pull Requests: [0]
2023-11-27T08:27:00.3219465Z Total Indirect Pull Requests: [0]
2023-11-27T08:27:00.3219779Z Total Associated Test WI: [0]
2023-11-27T08:27:00.3220060Z Total Published Artifacts: [0]
2023-11-27T08:27:00.3220357Z Total Consumed Artifacts: [0]
2023-11-27T08:27:00.3220632Z Total WIQL Workitems: [0]
2023-11-27T08:27:01.4009000Z End of payload data dump
2023-11-27T08:27:01.4009486Z Generating the release notes, the are 1 template(s) to process
2023-11-27T08:27:01.4011023Z ##[debug]Using template mode InLine
2023-11-27T08:27:01.4011401Z Using in-line template
2023-11-27T08:27:01.4011743Z ##[debug]Loading handlebar template
2023-11-27T08:27:01.4012183Z ##[debug]Processing template
2023-11-27T08:27:01.4012578Z ##[debug] WI: 0
2023-11-27T08:27:01.4012923Z ##[debug] CS: 0
2023-11-27T08:27:01.4013398Z ##[debug] PR: 0
2023-11-27T08:27:01.4013757Z ##[debug] Builds: 1
2023-11-27T08:27:01.4014119Z ##[debug] Manual Tests: 0
2023-11-27T08:27:01.4014519Z ##[debug] Manual TestConfigurations: 0
2023-11-27T08:27:01.4014966Z ##[debug] Release Tests: 0
2023-11-27T08:27:01.4015363Z ##[debug] Related WI: 0
2023-11-27T08:27:01.4015903Z ##[debug] Related Tests: 0
2023-11-27T08:27:01.4016311Z ##[debug] Indirect PR: 0
2023-11-27T08:27:01.4016715Z ##[debug] Consumed Artifacts: 0
2023-11-27T08:27:01.4017134Z ##[debug] Published Artifacts: 0
2023-11-27T08:27:01.4017565Z ##[debug] Query WI: 0
2023-11-27T08:27:01.4018034Z ##[debug]Processing handlebar template
2023-11-27T08:27:01.4018414Z Loading handlebars-helpers extension
2023-11-27T08:27:01.4019678Z ##[debug]Saving custom Handlebars code passed as a string in the parameter 'customHandlebarsExtensionCode' to file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-27T08:27:01.4021479Z Writing output file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-27T08:27:01.4022692Z Finished writing output file D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js
2023-11-27T08:27:01.4024305Z ##[debug]Attempting to load custom handlebars extension from D:\a_tasks\XplatGenerateReleaseNotes_7b0a5887-75c4-4ade-a915-f92a93c934cb\4.11.2\customHandlebarsExtension.js}
2023-11-27T08:27:01.4025288Z Loaded handlebars extension file
2023-11-27T08:27:01.4025693Z Completed processing template
2023-11-27T08:27:01.4025964Z Writing output file D:\a\r1\a/Release-7.md
2023-11-27T08:27:01.4026313Z Finished writing output file D:\a\r1\a/Release-7.md
2023-11-27T08:27:01.4026814Z Output variable 'undefined' set to value of first generated release notes
2023-11-27T08:27:01.4027422Z ##[debug]task result: Succeeded
2023-11-27T08:27:01.4037849Z ##[debug]Processed: ##vso[task.complete result=Succeeded;]
thank you in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions