Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

VersionBuild - Determine Version #2714

Closed
ghost opened this issue May 28, 2021 · 5 comments
Closed

VersionBuild - Determine Version #2714

ghost opened this issue May 28, 2021 · 5 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented May 28, 2021

Describe the bug
##[error]SyntaxError: Unexpected end of JSON input
System.FormatException: Input string was not in a correct format.

Expected Behavior

VersionBuild to pass

Actual Behavior

image

[Test]
public void CanHandleContinuousDelivery()
{
var config = new Config
{
Branches =
{
{
"master", new BranchConfig
{
VersioningMode = VersioningMode.ContinuousDelivery
}
}
}
};
using var fixture = new EmptyRepositoryFixture();
fixture.Repository.MakeATaggedCommit("1.0.0");
fixture.Repository.MakeCommits(2);
fixture.AssertFullSemver("1.0.1+2", config);
}

Otherwise, please provide a link to a live example, or an unambiguous set of
steps to reproduce this bug.
-->

Context

Your Environment

Azure Devops

  • Version Used:
  • Operating System and version (Windows 10, Ubuntu 18.04):
  • Link to your project:
  • Link to your CI build (if appropriate):
@ghost ghost added the bug label May 28, 2021
@asbjornu
Copy link
Member

Seems like a duplicate of #2690?

@ghost
Copy link
Author

ghost commented May 31, 2021

This is the Raw Log of the error the 'VersionBuild - Determine Version' task generate.

2021-05-31T07:17:30.3738351Z ##[section]Starting: Determine Version
2021-05-31T07:17:30.3746425Z ==============================================================================
2021-05-31T07:17:30.3746719Z Task : Execute GitVersion Task
2021-05-31T07:17:30.3747077Z Description : Easy Semantic Versioning (http://semver.org) for projects using Git
2021-05-31T07:17:30.3747357Z Version : 0.9.9
2021-05-31T07:17:30.3747549Z Author : GitTools Contributors
2021-05-31T07:17:30.3747836Z Help : See the documentation for help
2021-05-31T07:17:30.3748199Z ==============================================================================
2021-05-31T07:17:30.5507393Z Command: dotnet-gitversion /home/vsts/work/1/s /output json /output buildserver
2021-05-31T07:17:30.5523884Z [command]/opt/hostedtoolcache/GitVersion.Tool/5.6.10/x64/dotnet-gitversion /home/vsts/work/1/s /output json /output buildserver
2021-05-31T07:17:31.1559158Z ERROR [05/31/21 7:17:31:11] An unexpected error occurred:
2021-05-31T07:17:31.1560358Z INFO [05/31/21 7:17:30:73] Working directory: /home/vsts/work/1/s
2021-05-31T07:17:31.1581787Z System.FormatException: Input string was not in a correct format.

2021-05-31T07:17:31.1582887Z at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
2021-05-31T07:17:31.1584285Z INFO [05/31/21 7:17:30:75] Branch from build environment: refs/heads/58100-Overlap-transfers-Info-sections
2021-05-31T07:17:31.1585747Z at System.Number.ParseInt32(ReadOnlySpan1 value, NumberStyles styles, NumberFormatInfo info) 2021-05-31T07:17:31.1586251Z INFO [05/31/21 7:17:30:75] Project root is: /home/vsts/work/1/s/ 2021-05-31T07:17:31.1587390Z at System.Int32.Parse(String s) 2021-05-31T07:17:31.1587776Z INFO [05/31/21 7:17:30:75] DotGit directory is: /home/vsts/work/1/s/.git 2021-05-31T07:17:31.1589230Z at GitVersion.SemanticVersion.TryParse(String version, String tagPrefixRegex, SemanticVersion& semanticVersion) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\SemanticVersioning\SemanticVersion.cs:line 173 2021-05-31T07:17:31.1590391Z INFO [05/31/21 7:17:30:75] Begin: Normalizing git directory for branch 'refs/heads/58100-Overlap-transfers-Info-sections' 2021-05-31T07:17:31.1592596Z at GitVersion.RepositoryStore.GetValidVersionTags(String tagPrefixRegex, Nullable1 olderThan) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\Core\RepositoryStore.cs:line 400
2021-05-31T07:17:31.1593979Z INFO [05/31/21 7:17:30:78] One remote found (origin -> 'https://[email protected]/lsproperty/Lightstone/_git/Lightstone.Capabilities.PropertyData').
2021-05-31T07:17:31.1595699Z at GitVersion.VersionCalculation.TaggedCommitVersionStrategy.GetTaggedVersions(IBranch currentBranch, Nullable1 olderThan) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculators\TaggedCommitVersionStrategy.cs:line 29 2021-05-31T07:17:31.1596595Z INFO [05/31/21 7:17:30:79] Skipping fetching, if GitVersion does not calculate your version as expected you might need to allow fetching or use dynamic repositories 2021-05-31T07:17:31.1598207Z at GitVersion.VersionCalculation.TaggedCommitVersionStrategy.GetVersions() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculators\TaggedCommitVersionStrategy.cs:line 24 2021-05-31T07:17:31.1599248Z INFO [05/31/21 7:17:30:79] Creating local branch 58100-Overlap-transfers-Info-sections 2021-05-31T07:17:31.1600686Z at GitVersion.VersionCalculation.BaseVersionCalculator.GetBaseVersions(IVersionStrategy strategy)+MoveNext() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculator.cs:line 90 2021-05-31T07:17:31.1601657Z INFO [05/31/21 7:17:30:83] Creating local branch from remote tracking 'refs/remotes/origin/47d2d837342e1b646a29a94a848e06f650920a0b'. 2021-05-31T07:17:31.1602800Z at System.Collections.Generic.List1..ctor(IEnumerable1 collection) 2021-05-31T07:17:31.1603408Z INFO [05/31/21 7:17:30:84] Creating local branch from remote tracking 'refs/remotes/origin/ln-build'. 2021-05-31T07:17:31.1604757Z at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
2021-05-31T07:17:31.1605364Z INFO [05/31/21 7:17:30:85] Creating local branch from remote tracking 'refs/remotes/origin/master'.
2021-05-31T07:17:31.1606694Z at GitVersion.VersionCalculation.BaseVersionCalculator.GetBaseVersion() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculator.cs:line 31
2021-05-31T07:17:31.1607501Z INFO [05/31/21 7:17:30:85] HEAD points at branch 'refs/heads/58100-Overlap-transfers-Info-sections'.
2021-05-31T07:17:31.1608825Z at GitVersion.VersionCalculation.NextVersionCalculator.FindVersion() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\NextVersionCalculator.cs:line 58
2021-05-31T07:17:31.1609730Z INFO [05/31/21 7:17:30:85] End: Normalizing git directory for branch 'refs/heads/58100-Overlap-transfers-Info-sections' (Took: 98.99ms)
2021-05-31T07:17:31.1611062Z at GitVersion.GitVersionCalculateTool.CalculateVersionVariables() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\Core\GitVersionCalculateTool.cs:line 52
2021-05-31T07:17:31.1613382Z INFO [05/31/21 7:17:30:87] Begin: Loading version variables from disk cache
2021-05-31T07:17:31.1614068Z at GitVersion.GitVersionExecutor.RunGitVersionTool(GitVersionOptions gitVersionOptions) in D:\a\GitVersion\GitVersion\src\GitVersion.App\GitVersionExecutor.cs:line 70
2021-05-31T07:17:31.1614693Z INFO [05/31/21 7:17:30:87] Cache file /home/vsts/work/1/s/.git/gitversion_cache/09980040A03688B54916A4FCAC2CB059F61D6DEF.yml not found.
2021-05-31T07:17:31.1615190Z INFO [05/31/21 7:17:30:87] End: Loading version variables from disk cache (Took: 0.75ms)
2021-05-31T07:17:31.1615581Z INFO [05/31/21 7:17:30:88] Using latest commit on specified branch
2021-05-31T07:17:31.1616318Z INFO [05/31/21 7:17:30:88] No branch configuration found for branch 58100-Overlap-transfers-Info-sections, falling back to default configuration
2021-05-31T07:17:31.1616811Z INFO [05/31/21 7:17:30:89] Begin: Attempting to inherit branch configuration from parent branch
2021-05-31T07:17:31.1617442Z INFO [05/31/21 7:17:30:89] Begin: Finding branch source of '58100-Overlap-transfers-Info-sections'
2021-05-31T07:17:31.1618228Z INFO [05/31/21 7:17:30:90] Begin: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'master'.
2021-05-31T07:17:31.1618939Z INFO [05/31/21 7:17:30:91] Found merge base of 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1619754Z INFO [05/31/21 7:17:30:92] Merge base of 58100-Overlap-transfers-Info-sections' and 'master is 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1623553Z INFO [05/31/21 7:17:30:92] End: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'master'. (Took: 14.34ms)
2021-05-31T07:17:31.1624359Z INFO [05/31/21 7:17:30:92] Begin: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'origin/master'.
2021-05-31T07:17:31.1625067Z INFO [05/31/21 7:17:30:92] Found merge base of 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1625883Z INFO [05/31/21 7:17:30:92] Merge base of 58100-Overlap-transfers-Info-sections' and 'origin/master is 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1626694Z INFO [05/31/21 7:17:30:92] End: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'origin/master'. (Took: 0.28ms)
2021-05-31T07:17:31.1627206Z INFO [05/31/21 7:17:30:92] Multiple source branches have been found, picking the first one (master).
2021-05-31T07:17:31.1627559Z This may result in incorrect commit counting.
2021-05-31T07:17:31.1627810Z Options were:
2021-05-31T07:17:31.1628018Z master, origin/master
2021-05-31T07:17:31.1628603Z INFO [05/31/21 7:17:30:92] End: Finding branch source of '58100-Overlap-transfers-Info-sections' (Took: 29.08ms)
2021-05-31T07:17:31.1629250Z INFO [05/31/21 7:17:30:93] Begin: Getting branches containing the commit '0d0ed1f'.
2021-05-31T07:17:31.1629737Z INFO [05/31/21 7:17:30:93] Trying to find direct branches.
2021-05-31T07:17:31.1630118Z INFO [05/31/21 7:17:30:93] No direct branches found, searching through all branches.
2021-05-31T07:17:31.1630688Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'master'.
2021-05-31T07:17:31.1631236Z INFO [05/31/21 7:17:30:93] The branch 'master' has a matching commit.
2021-05-31T07:17:31.1631784Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'origin/master'.
2021-05-31T07:17:31.1632418Z INFO [05/31/21 7:17:30:93] The branch 'origin/master' has a matching commit.
2021-05-31T07:17:31.1633040Z INFO [05/31/21 7:17:30:93] End: Getting branches containing the commit '0d0ed1f'. (Took: 0.88ms)
2021-05-31T07:17:31.1633669Z INFO [05/31/21 7:17:30:93] Begin: Getting branches containing the commit '47d2d83'.
2021-05-31T07:17:31.1634038Z INFO [05/31/21 7:17:30:93] Trying to find direct branches.
2021-05-31T07:17:31.1634406Z INFO [05/31/21 7:17:30:93] No direct branches found, searching through all branches.
2021-05-31T07:17:31.1634962Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'master'.
2021-05-31T07:17:31.1635497Z INFO [05/31/21 7:17:30:94] The branch 'master' has no matching commits.
2021-05-31T07:17:31.1636061Z INFO [05/31/21 7:17:30:94] Searching for commits reachable from 'origin/master'.
2021-05-31T07:17:31.1636613Z INFO [05/31/21 7:17:30:95] The branch 'origin/master' has no matching commits.
2021-05-31T07:17:31.1637251Z INFO [05/31/21 7:17:30:95] End: Getting branches containing the commit '47d2d83'. (Took: 25.36ms)
2021-05-31T07:17:31.1637701Z INFO [05/31/21 7:17:30:95] Found possible parent branches: master, origin/master
2021-05-31T07:17:31.1638170Z WARN [05/31/21 7:17:30:95] Failed to inherit Increment branch configuration, ended up with: master, origin/master
2021-05-31T07:17:31.1638578Z Falling back to master branch config
2021-05-31T07:17:31.1638959Z INFO [05/31/21 7:17:30:95] End: Attempting to inherit branch configuration from parent branch (Took: 68.52ms)
2021-05-31T07:17:31.1639761Z INFO [05/31/21 7:17:30:99] Running against branch: 58100-Overlap-transfers-Info-sections (47d2d83 58100-Overlap-transfers-Info-sections)
2021-05-31T07:17:31.1640314Z INFO [05/31/21 7:17:30:99] Begin: Calculating base versions
2021-05-31T07:17:31.1640752Z INFO [05/31/21 7:17:31:01] Fallback base version: 0.1.0 with commit count source 98f6b32a6d6fa216056e64a6d1f514531dd440c3
2021-05-31T07:17:31.1641206Z INFO [05/31/21 7:17:31:09] End: Calculating base versions (Took: 94.45ms)
2021-05-31T07:17:31.1641662Z INFO [05/31/21 7:17:31:11] Attempting to show the current git graph (please include in issue):
2021-05-31T07:17:31.1642057Z INFO [05/31/21 7:17:31:11] Showing max of 100 commits
2021-05-31T07:17:31.1642575Z INFO [05/31/21 7:17:31:13] * 12e54e9 3 days ago (origin/ln-build, ln-build)
2021-05-31T07:17:31.1643428Z | * 47d2d83 3 days ago (HEAD -> 58100-Overlap-transfers-Info-sections, origin/58100-Overlap-transfers-Info-sections, origin/47d2d837342e1b646a29a94a848e06f650920a0b, 47d2d837342e1b646a29a94a848e06f650920a0b)
2021-05-31T07:17:31.1643853Z |/
2021-05-31T07:17:31.1644120Z * 0d0ed1f 5 days ago (tag: v1.9.5, origin/master, master)
2021-05-31T07:17:31.1644390Z * f857fa8 6 days ago
2021-05-31T07:17:31.1644613Z * 67e52b2 6 days ago
2021-05-31T07:17:31.1644853Z * f85d074 6 days ago (tag: v1.9.4)
2021-05-31T07:17:31.1645094Z * 7a114bd 7 days ago
2021-05-31T07:17:31.1645318Z * f8fbd15 10 days ago
2021-05-31T07:17:31.1645560Z * 896f764 11 days ago (tag: v1.9.3)
2021-05-31T07:17:31.1645816Z * 3bd0bc1 11 days ago
2021-05-31T07:17:31.1646028Z * de2a7ea 11 days ago
2021-05-31T07:17:31.1646269Z * 080b1c3 12 days ago (tag: v1.9.2)
2021-05-31T07:17:31.1646525Z * 23c5c77 13 days ago
2021-05-31T07:17:31.1646735Z * 49af49c 13 days ago
2021-05-31T07:17:31.1646947Z * c56a03b 13 days ago
2021-05-31T07:17:31.1647236Z * 4010d88 13 days ago
2021-05-31T07:17:31.1647479Z * cc8478b 13 days ago (tag: v1.9.1)
2021-05-31T07:17:31.1647739Z * cc814b1 13 days ago
2021-05-31T07:17:31.1647953Z * 33d21e2 13 days ago
2021-05-31T07:17:31.1648142Z |\
2021-05-31T07:17:31.1648351Z | * bd98aaf 13 days ago
2021-05-31T07:17:31.1648567Z | * 31a4ed8 2 weeks ago
2021-05-31T07:17:31.1648796Z | * 3cc4e87 2 weeks ago
2021-05-31T07:17:31.1649012Z | * 7a102ac 2 weeks ago
2021-05-31T07:17:31.1649227Z | * df3da06 3 weeks ago
2021-05-31T07:17:31.1649514Z | * adc55b1 3 weeks ago (tag: v1.8.18, tag: v1.8.17)
2021-05-31T07:17:31.1649790Z | * e966ecf 3 weeks ago
2021-05-31T07:17:31.1650021Z | * dc65224 3 weeks ago
2021-05-31T07:17:31.1650271Z | * 7d76744 3 weeks ago (tag: v1.9.0)
2021-05-31T07:17:31.1650553Z | * b378194 3 weeks ago (tag: v1.8.16)
2021-05-31T07:17:31.1650816Z | * 458a676 3 weeks ago
2021-05-31T07:17:31.1651065Z | * 80aeb1a 3 weeks ago (tag: v1.8.15)
2021-05-31T07:17:31.1651327Z | * a14f7b0 3 weeks ago
2021-05-31T07:17:31.1651580Z | * e265d4d 3 weeks ago (tag: v1.8.14)
2021-05-31T07:17:31.1651827Z | * a36ac7a 3 weeks ago
2021-05-31T07:17:31.1652089Z | * 3327b9c 4 weeks ago (tag: v1.8.13)
2021-05-31T07:17:31.1652337Z | * 26e0fd9 4 weeks ago
2021-05-31T07:17:31.1652571Z | * e6c7118 4 weeks ago
2021-05-31T07:17:31.1652820Z | * cc79202 4 weeks ago (tag: v1.8.12)
2021-05-31T07:17:31.1653067Z * | 625ae6b 4 weeks ago
2021-05-31T07:17:31.1653271Z |/
2021-05-31T07:17:31.1653460Z * 5c55304 4 weeks ago
2021-05-31T07:17:31.1653716Z * fba5188 4 weeks ago (tag: v1.8.11)
2021-05-31T07:17:31.1653962Z * 03e141c 4 weeks ago
2021-05-31T07:17:31.1654173Z * 504b641 4 weeks ago
2021-05-31T07:17:31.1654429Z * 8be6a2c 4 weeks ago (tag: v1.8.10)
2021-05-31T07:17:31.1654670Z * 165c3a3 4 weeks ago
2021-05-31T07:17:31.1654896Z * 84705ef 4 weeks ago
2021-05-31T07:17:31.1655162Z * 7df430b 4 weeks ago (tag: v1.8.9, tag: v1.8.8)
2021-05-31T07:17:31.1655429Z * e699839 4 weeks ago
2021-05-31T07:17:31.1655653Z * b407777 4 weeks ago
2021-05-31T07:17:31.1655869Z * 9ffc3e6 4 weeks ago
2021-05-31T07:17:31.1656136Z * 0ee271a 4 weeks ago (tag: v1.6.0, tag: v1.5.47)
2021-05-31T07:17:31.1656416Z * 6aa75e6 4 weeks ago
2021-05-31T07:17:31.1656624Z * a6b0ac7 4 weeks ago
2021-05-31T07:17:31.1656899Z * 45e8f2b 5 weeks ago
2021-05-31T07:17:31.1657111Z * c60f0ba 5 weeks ago
2021-05-31T07:17:31.1657321Z * 6f3a441 5 weeks ago
2021-05-31T07:17:31.1657545Z * 3d69952 6 weeks ago
2021-05-31T07:17:31.1657755Z * 3181a8c 6 weeks ago
2021-05-31T07:17:31.1657977Z * 89ef377 6 weeks ago
2021-05-31T07:17:31.1658188Z * e715965 6 weeks ago
2021-05-31T07:17:31.1658398Z * a6d3156 6 weeks ago
2021-05-31T07:17:31.1658653Z * 7c6368d 6 weeks ago (tag: v1.5.46)
2021-05-31T07:17:31.1658897Z * 80105da 6 weeks ago
2021-05-31T07:17:31.1659121Z * 4fb2e6b 6 weeks ago
2021-05-31T07:17:31.1659331Z * e37e4a4 6 weeks ago
2021-05-31T07:17:31.1659541Z * fe587ac 6 weeks ago
2021-05-31T07:17:31.1659764Z * 7abb8ca 6 weeks ago
2021-05-31T07:17:31.1660006Z * 6dfc67e 7 weeks ago (tag: v1.5.45)
2021-05-31T07:17:31.1660271Z * 9ea646b 7 weeks ago
2021-05-31T07:17:31.1660631Z * ce00b31 8 weeks ago (tag: v1.5.44)
2021-05-31T07:17:31.1661049Z * 88139d6 8 weeks ago (tag: v1.5.43)
2021-05-31T07:17:31.1661313Z * 145e0e4 9 weeks ago
2021-05-31T07:17:31.1661529Z * 2e52d8b 9 weeks ago
2021-05-31T07:17:31.1661752Z * 12e87fa 9 weeks ago
2021-05-31T07:17:31.1662470Z * 13f5112 9 weeks ago
2021-05-31T07:17:31.1662697Z * d5074cd 9 weeks ago
2021-05-31T07:17:31.1662924Z * f36b6cd 9 weeks ago
2021-05-31T07:17:31.1663134Z * c0fe75e 9 weeks ago
2021-05-31T07:17:31.1663357Z * ee53e3b 9 weeks ago
2021-05-31T07:17:31.1663568Z * cf6ce50 9 weeks ago
2021-05-31T07:17:31.1663779Z * 358483d 9 weeks ago
2021-05-31T07:17:31.1664003Z * 1b925da 9 weeks ago
2021-05-31T07:17:31.1664212Z * 1a96ee5 9 weeks ago
2021-05-31T07:17:31.1664456Z * 148ef89 9 weeks ago (tag: v1.5.42)
2021-05-31T07:17:31.1664711Z * b3fadfc 9 weeks ago
2021-05-31T07:17:31.1664956Z * 081cda5 10 weeks ago (tag: v1.5.41)
2021-05-31T07:17:31.1665308Z * a6f9f36 10 weeks ago
2021-05-31T07:17:31.1665521Z * 0cb4aa8 10 weeks ago
2021-05-31T07:17:31.1665732Z * 79a975c 10 weeks ago
2021-05-31T07:17:31.1665959Z * fb5c9d4 10 weeks ago
2021-05-31T07:17:31.1666231Z * 1ecd617 3 months ago (tag: v1.5.40, tag: v1.5.39)
2021-05-31T07:17:31.1666520Z * df642de 3 months ago
2021-05-31T07:17:31.1666732Z * 8df508a 3 months ago
2021-05-31T07:17:31.1666945Z * b9c1b99 3 months ago
2021-05-31T07:17:31.1667168Z * 846a0cc 3 months ago
2021-05-31T07:17:31.1667383Z * 4f28b52 3 months ago
2021-05-31T07:17:31.1667587Z |\
2021-05-31T07:17:31.1667812Z | * 6fedfa8 3 months ago (tag: v1.5.38)
2021-05-31T07:17:31.1668096Z | * c6c9ec5 3 months ago (tag: v1.5.37)
2021-05-31T07:17:31.1668361Z | * d17c9b1 3 months ago
2021-05-31T07:17:31.1668578Z | * 03beb66 3 months ago
2021-05-31T07:17:31.1668695Z
2021-05-31T07:17:31.1669284Z INFO [05/31/21 7:17:30:70] Applicable build agent found: 'AzurePipelines'.
2021-05-31T07:17:31.1669662Z INFO [05/31/21 7:17:30:73] Working directory: /home/vsts/work/1/s
2021-05-31T07:17:31.1670283Z INFO [05/31/21 7:17:30:75] Branch from build environment: refs/heads/58100-Overlap-transfers-Info-sections
2021-05-31T07:17:31.1670696Z INFO [05/31/21 7:17:30:75] Project root is: /home/vsts/work/1/s/
2021-05-31T07:17:31.1671059Z INFO [05/31/21 7:17:30:75] DotGit directory is: /home/vsts/work/1/s/.git
2021-05-31T07:17:31.1671704Z INFO [05/31/21 7:17:30:75] Begin: Normalizing git directory for branch 'refs/heads/58100-Overlap-transfers-Info-sections'
2021-05-31T07:17:31.1678894Z INFO [05/31/21 7:17:30:78] One remote found (origin -> 'https://[email protected]/lsproperty/Lightstone/_git/Lightstone.Capabilities.PropertyData').
2021-05-31T07:17:31.1679556Z INFO [05/31/21 7:17:30:79] Skipping fetching, if GitVersion does not calculate your version as expected you might need to allow fetching or use dynamic repositories
2021-05-31T07:17:31.1680236Z INFO [05/31/21 7:17:30:79] Creating local branch 58100-Overlap-transfers-Info-sections
2021-05-31T07:17:31.1680941Z INFO [05/31/21 7:17:30:83] Creating local branch from remote tracking 'refs/remotes/origin/47d2d837342e1b646a29a94a848e06f650920a0b'.
2021-05-31T07:17:31.1681599Z INFO [05/31/21 7:17:30:84] Creating local branch from remote tracking 'refs/remotes/origin/ln-build'.
2021-05-31T07:17:31.1682347Z INFO [05/31/21 7:17:30:85] Creating local branch from remote tracking 'refs/remotes/origin/master'.
2021-05-31T07:17:31.1682961Z INFO [05/31/21 7:17:30:85] HEAD points at branch 'refs/heads/58100-Overlap-transfers-Info-sections'.
2021-05-31T07:17:31.1683688Z INFO [05/31/21 7:17:30:85] End: Normalizing git directory for branch 'refs/heads/58100-Overlap-transfers-Info-sections' (Took: 98.99ms)
2021-05-31T07:17:31.1684163Z INFO [05/31/21 7:17:30:87] Begin: Loading version variables from disk cache
2021-05-31T07:17:31.1684624Z INFO [05/31/21 7:17:30:87] Cache file /home/vsts/work/1/s/.git/gitversion_cache/09980040A03688B54916A4FCAC2CB059F61D6DEF.yml not found.
2021-05-31T07:17:31.1685112Z INFO [05/31/21 7:17:30:87] End: Loading version variables from disk cache (Took: 0.75ms)
2021-05-31T07:17:31.1685505Z INFO [05/31/21 7:17:30:88] Using latest commit on specified branch
2021-05-31T07:17:31.1686235Z INFO [05/31/21 7:17:30:88] No branch configuration found for branch 58100-Overlap-transfers-Info-sections, falling back to default configuration
2021-05-31T07:17:31.1686724Z INFO [05/31/21 7:17:30:89] Begin: Attempting to inherit branch configuration from parent branch
2021-05-31T07:17:31.1687350Z INFO [05/31/21 7:17:30:89] Begin: Finding branch source of '58100-Overlap-transfers-Info-sections'
2021-05-31T07:17:31.1688009Z INFO [05/31/21 7:17:30:90] Begin: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'master'.
2021-05-31T07:17:31.1688711Z INFO [05/31/21 7:17:30:91] Found merge base of 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1689528Z INFO [05/31/21 7:17:30:92] Merge base of 58100-Overlap-transfers-Info-sections' and 'master is 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1690458Z INFO [05/31/21 7:17:30:92] End: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'master'. (Took: 14.34ms)
2021-05-31T07:17:31.1691220Z INFO [05/31/21 7:17:30:92] Begin: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'origin/master'.
2021-05-31T07:17:31.1691930Z INFO [05/31/21 7:17:30:92] Found merge base of 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1692727Z INFO [05/31/21 7:17:30:92] Merge base of 58100-Overlap-transfers-Info-sections' and 'origin/master is 0d0ed1f Merged PR 9502: 57906 Property-Report-PDF-issues
2021-05-31T07:17:31.1693542Z INFO [05/31/21 7:17:30:92] End: Finding merge base between '58100-Overlap-transfers-Info-sections' and 'origin/master'. (Took: 0.28ms)
2021-05-31T07:17:31.1694033Z INFO [05/31/21 7:17:30:92] Multiple source branches have been found, picking the first one (master).
2021-05-31T07:17:31.1694401Z This may result in incorrect commit counting.
2021-05-31T07:17:31.1694639Z Options were:
2021-05-31T07:17:31.1694844Z master, origin/master
2021-05-31T07:17:31.1695426Z INFO [05/31/21 7:17:30:92] End: Finding branch source of '58100-Overlap-transfers-Info-sections' (Took: 29.08ms)
2021-05-31T07:17:31.1696073Z INFO [05/31/21 7:17:30:93] Begin: Getting branches containing the commit '0d0ed1f'.
2021-05-31T07:17:31.1696455Z INFO [05/31/21 7:17:30:93] Trying to find direct branches.
2021-05-31T07:17:31.1696819Z INFO [05/31/21 7:17:30:93] No direct branches found, searching through all branches.
2021-05-31T07:17:31.1697363Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'master'.
2021-05-31T07:17:31.1697905Z INFO [05/31/21 7:17:30:93] The branch 'master' has a matching commit.
2021-05-31T07:17:31.1699232Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'origin/master'.
2021-05-31T07:17:31.1699808Z INFO [05/31/21 7:17:30:93] The branch 'origin/master' has a matching commit.
2021-05-31T07:17:31.1701472Z INFO [05/31/21 7:17:30:93] End: Getting branches containing the commit '0d0ed1f'. (Took: 0.88ms)
2021-05-31T07:17:31.1702251Z INFO [05/31/21 7:17:30:93] Begin: Getting branches containing the commit '47d2d83'.
2021-05-31T07:17:31.1702621Z INFO [05/31/21 7:17:30:93] Trying to find direct branches.
2021-05-31T07:17:31.1702984Z INFO [05/31/21 7:17:30:93] No direct branches found, searching through all branches.
2021-05-31T07:17:31.1703543Z INFO [05/31/21 7:17:30:93] Searching for commits reachable from 'master'.
2021-05-31T07:17:31.1704074Z INFO [05/31/21 7:17:30:94] The branch 'master' has no matching commits.
2021-05-31T07:17:31.1704636Z INFO [05/31/21 7:17:30:94] Searching for commits reachable from 'origin/master'.
2021-05-31T07:17:31.1705187Z INFO [05/31/21 7:17:30:95] The branch 'origin/master' has no matching commits.
2021-05-31T07:17:31.1705835Z INFO [05/31/21 7:17:30:95] End: Getting branches containing the commit '47d2d83'. (Took: 25.36ms)
2021-05-31T07:17:31.1706285Z INFO [05/31/21 7:17:30:95] Found possible parent branches: master, origin/master
2021-05-31T07:17:31.1706769Z WARN [05/31/21 7:17:30:95] Failed to inherit Increment branch configuration, ended up with: master, origin/master
2021-05-31T07:17:31.1707150Z Falling back to master branch config
2021-05-31T07:17:31.1707532Z INFO [05/31/21 7:17:30:95] End: Attempting to inherit branch configuration from parent branch (Took: 68.52ms)
2021-05-31T07:17:31.1708295Z INFO [05/31/21 7:17:30:99] Running against branch: 58100-Overlap-transfers-Info-sections (47d2d83 58100-Overlap-transfers-Info-sections)
2021-05-31T07:17:31.1708734Z INFO [05/31/21 7:17:30:99] Begin: Calculating base versions
2021-05-31T07:17:31.1709164Z INFO [05/31/21 7:17:31:01] Fallback base version: 0.1.0 with commit count source 98f6b32a6d6fa216056e64a6d1f514531dd440c3
2021-05-31T07:17:31.1709685Z INFO [05/31/21 7:17:31:09] End: Calculating base versions (Took: 94.45ms)
2021-05-31T07:17:31.1710067Z ERROR [05/31/21 7:17:31:11] An unexpected error occurred:
2021-05-31T07:17:31.1710410Z System.FormatException: Input string was not in a correct format.
2021-05-31T07:17:31.1710786Z at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
2021-05-31T07:17:31.1711173Z at System.Number.ParseInt32(ReadOnlySpan1 value, NumberStyles styles, NumberFormatInfo info) 2021-05-31T07:17:31.1711493Z at System.Int32.Parse(String s) 2021-05-31T07:17:31.1712094Z at GitVersion.SemanticVersion.TryParse(String version, String tagPrefixRegex, SemanticVersion& semanticVersion) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\SemanticVersioning\SemanticVersion.cs:line 173 2021-05-31T07:17:31.1712937Z at GitVersion.RepositoryStore.GetValidVersionTags(String tagPrefixRegex, Nullable1 olderThan) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\Core\RepositoryStore.cs:line 400
2021-05-31T07:17:31.1713850Z at GitVersion.VersionCalculation.TaggedCommitVersionStrategy.GetTaggedVersions(IBranch currentBranch, Nullable1 olderThan) in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculators\TaggedCommitVersionStrategy.cs:line 29 2021-05-31T07:17:31.1714806Z at GitVersion.VersionCalculation.TaggedCommitVersionStrategy.GetVersions() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculators\TaggedCommitVersionStrategy.cs:line 24 2021-05-31T07:17:31.1715668Z at GitVersion.VersionCalculation.BaseVersionCalculator.GetBaseVersions(IVersionStrategy strategy)+MoveNext() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculator.cs:line 90 2021-05-31T07:17:31.1716287Z at System.Collections.Generic.List1..ctor(IEnumerable1 collection) 2021-05-31T07:17:31.1716618Z at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
2021-05-31T07:17:31.1717168Z at GitVersion.VersionCalculation.BaseVersionCalculator.GetBaseVersion() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\BaseVersionCalculator.cs:line 31
2021-05-31T07:17:31.1717913Z at GitVersion.VersionCalculation.NextVersionCalculator.FindVersion() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\VersionCalculation\NextVersionCalculator.cs:line 58
2021-05-31T07:17:31.1718689Z at GitVersion.GitVersionCalculateTool.CalculateVersionVariables() in D:\a\GitVersion\GitVersion\src\GitVersion.Core\Core\GitVersionCalculateTool.cs:line 52
2021-05-31T07:17:31.1719392Z at GitVersion.GitVersionExecutor.RunGitVersionTool(GitVersionOptions gitVersionOptions) in D:\a\GitVersion\GitVersion\src\GitVersion.App\GitVersionExecutor.cs:line 70
2021-05-31T07:17:31.1720008Z INFO [05/31/21 7:17:31:11] Attempting to show the current git graph (please include in issue):
2021-05-31T07:17:31.1720394Z INFO [05/31/21 7:17:31:11] Showing max of 100 commits
2021-05-31T07:17:31.1720930Z INFO [05/31/21 7:17:31:13] * 12e54e9 3 days ago (origin/ln-build, ln-build)
2021-05-31T07:17:31.1721855Z | * 47d2d83 3 days ago (HEAD -> 58100-Overlap-transfers-Info-sections, origin/58100-Overlap-transfers-Info-sections, origin/47d2d837342e1b646a29a94a848e06f650920a0b, 47d2d837342e1b646a29a94a848e06f650920a0b)
2021-05-31T07:17:31.1722306Z |/
2021-05-31T07:17:31.1722556Z * 0d0ed1f 5 days ago (tag: v1.9.5, origin/master, master)
2021-05-31T07:17:31.1722843Z * f857fa8 6 days ago
2021-05-31T07:17:31.1723053Z * 67e52b2 6 days ago
2021-05-31T07:17:31.1723293Z * f85d074 6 days ago (tag: v1.9.4)
2021-05-31T07:17:31.1723549Z * 7a114bd 7 days ago
2021-05-31T07:17:31.1723760Z * f8fbd15 10 days ago
2021-05-31T07:17:31.1724016Z * 896f764 11 days ago (tag: v1.9.3)
2021-05-31T07:17:31.1724259Z * 3bd0bc1 11 days ago
2021-05-31T07:17:31.1724468Z * de2a7ea 11 days ago
2021-05-31T07:17:31.1724724Z * 080b1c3 12 days ago (tag: v1.9.2)
2021-05-31T07:17:31.1724966Z * 23c5c77 13 days ago
2021-05-31T07:17:31.1725191Z * 49af49c 13 days ago
2021-05-31T07:17:31.1725460Z * c56a03b 13 days ago
2021-05-31T07:17:31.1725671Z * 4010d88 13 days ago
2021-05-31T07:17:31.1725926Z * cc8478b 13 days ago (tag: v1.9.1)
2021-05-31T07:17:31.1726166Z * cc814b1 13 days ago
2021-05-31T07:17:31.1726394Z * 33d21e2 13 days ago
2021-05-31T07:17:31.1726588Z |\
2021-05-31T07:17:31.1726779Z | * bd98aaf 13 days ago
2021-05-31T07:17:31.1727009Z | * 31a4ed8 2 weeks ago
2021-05-31T07:17:31.1727225Z | * 3cc4e87 2 weeks ago
2021-05-31T07:17:31.1727453Z | * 7a102ac 2 weeks ago
2021-05-31T07:17:31.1727667Z | * df3da06 3 weeks ago
2021-05-31T07:17:31.1727941Z | * adc55b1 3 weeks ago (tag: v1.8.18, tag: v1.8.17)
2021-05-31T07:17:31.1728230Z | * e966ecf 3 weeks ago
2021-05-31T07:17:31.1728445Z | * dc65224 3 weeks ago
2021-05-31T07:17:31.1728708Z | * 7d76744 3 weeks ago (tag: v1.9.0)
2021-05-31T07:17:31.1728988Z | * b378194 3 weeks ago (tag: v1.8.16)
2021-05-31T07:17:31.1729246Z | * 458a676 3 weeks ago
2021-05-31T07:17:31.1729510Z | * 80aeb1a 3 weeks ago (tag: v1.8.15)
2021-05-31T07:17:31.1729762Z | * a14f7b0 3 weeks ago
2021-05-31T07:17:31.1730024Z | * e265d4d 3 weeks ago (tag: v1.8.14)
2021-05-31T07:17:31.1730270Z | * a36ac7a 3 weeks ago
2021-05-31T07:17:31.1730517Z | * 3327b9c 4 weeks ago (tag: v1.8.13)
2021-05-31T07:17:31.1730782Z | * 26e0fd9 4 weeks ago
2021-05-31T07:17:31.1730997Z | * e6c7118 4 weeks ago
2021-05-31T07:17:31.1731259Z | * cc79202 4 weeks ago (tag: v1.8.12)
2021-05-31T07:17:31.1731507Z * | 625ae6b 4 weeks ago
2021-05-31T07:17:31.1731696Z |/
2021-05-31T07:17:31.1731903Z * 5c55304 4 weeks ago
2021-05-31T07:17:31.1732146Z * fba5188 4 weeks ago (tag: v1.8.11)
2021-05-31T07:17:31.1732390Z * 03e141c 4 weeks ago
2021-05-31T07:17:31.1732616Z * 504b641 4 weeks ago
2021-05-31T07:17:31.1732858Z * 8be6a2c 4 weeks ago (tag: v1.8.10)
2021-05-31T07:17:31.1733113Z * 165c3a3 4 weeks ago
2021-05-31T07:17:31.1733321Z * 84705ef 4 weeks ago
2021-05-31T07:17:31.1733585Z * 7df430b 4 weeks ago (tag: v1.8.9, tag: v1.8.8)
2021-05-31T07:17:31.1733863Z * e699839 4 weeks ago
2021-05-31T07:17:31.1734077Z * b407777 4 weeks ago
2021-05-31T07:17:31.1734302Z * 9ffc3e6 4 weeks ago
2021-05-31T07:17:31.1734567Z * 0ee271a 4 weeks ago (tag: v1.6.0, tag: v1.5.47)
2021-05-31T07:17:31.1734831Z * 6aa75e6 4 weeks ago
2021-05-31T07:17:31.1735126Z * a6b0ac7 4 weeks ago
2021-05-31T07:17:31.1735337Z * 45e8f2b 5 weeks ago
2021-05-31T07:17:31.1735563Z * c60f0ba 5 weeks ago
2021-05-31T07:17:31.1735772Z * 6f3a441 5 weeks ago
2021-05-31T07:17:31.1735982Z * 3d69952 6 weeks ago
2021-05-31T07:17:31.1736205Z * 3181a8c 6 weeks ago
2021-05-31T07:17:31.1736414Z * 89ef377 6 weeks ago
2021-05-31T07:17:31.1736638Z * e715965 6 weeks ago
2021-05-31T07:17:31.1736847Z * a6d3156 6 weeks ago
2021-05-31T07:17:31.1737089Z * 7c6368d 6 weeks ago (tag: v1.5.46)
2021-05-31T07:17:31.1737344Z * 80105da 6 weeks ago
2021-05-31T07:17:31.1737554Z * 4fb2e6b 6 weeks ago
2021-05-31T07:17:31.1737777Z * e37e4a4 6 weeks ago
2021-05-31T07:17:31.1737988Z * fe587ac 6 weeks ago
2021-05-31T07:17:31.1738201Z * 7abb8ca 6 weeks ago
2021-05-31T07:17:31.1738458Z * 6dfc67e 7 weeks ago (tag: v1.5.45)
2021-05-31T07:17:31.1738698Z * 9ea646b 7 weeks ago
2021-05-31T07:17:31.1738957Z * ce00b31 8 weeks ago (tag: v1.5.44)
2021-05-31T07:17:31.1739234Z * 88139d6 8 weeks ago (tag: v1.5.43)
2021-05-31T07:17:31.1739487Z * 145e0e4 9 weeks ago
2021-05-31T07:17:31.1739722Z * 2e52d8b 9 weeks ago
2021-05-31T07:17:31.1739932Z * 12e87fa 9 weeks ago
2021-05-31T07:17:31.1740158Z * 13f5112 9 weeks ago
2021-05-31T07:17:31.1740370Z * d5074cd 9 weeks ago
2021-05-31T07:17:31.1740827Z * f36b6cd 9 weeks ago
2021-05-31T07:17:31.1741053Z * c0fe75e 9 weeks ago
2021-05-31T07:17:31.1741262Z * ee53e3b 9 weeks ago
2021-05-31T07:17:31.1741472Z * cf6ce50 9 weeks ago
2021-05-31T07:17:31.1741695Z * 358483d 9 weeks ago
2021-05-31T07:17:31.1741903Z * 1b925da 9 weeks ago
2021-05-31T07:17:31.1742127Z * 1a96ee5 9 weeks ago
2021-05-31T07:17:31.1742368Z * 148ef89 9 weeks ago (tag: v1.5.42)
2021-05-31T07:17:31.1742611Z * b3fadfc 9 weeks ago
2021-05-31T07:17:31.1742937Z * 081cda5 10 weeks ago (tag: v1.5.41)
2021-05-31T07:17:31.1743182Z * a6f9f36 10 weeks ago
2021-05-31T07:17:31.1743410Z * 0cb4aa8 10 weeks ago
2021-05-31T07:17:31.1743623Z * 79a975c 10 weeks ago
2021-05-31T07:17:31.1743835Z * fb5c9d4 10 weeks ago
2021-05-31T07:17:31.1744124Z * 1ecd617 3 months ago (tag: v1.5.40, tag: v1.5.39)
2021-05-31T07:17:31.1744395Z * df642de 3 months ago
2021-05-31T07:17:31.1744623Z * 8df508a 3 months ago
2021-05-31T07:17:31.1744835Z * b9c1b99 3 months ago
2021-05-31T07:17:31.1745047Z * 846a0cc 3 months ago
2021-05-31T07:17:31.1745279Z * 4f28b52 3 months ago
2021-05-31T07:17:31.1745470Z |\
2021-05-31T07:17:31.1745714Z | * 6fedfa8 3 months ago (tag: v1.5.38)
2021-05-31T07:17:31.1746000Z | * c6c9ec5 3 months ago (tag: v1.5.37)
2021-05-31T07:17:31.1746251Z | * d17c9b1 3 months ago
2021-05-31T07:17:31.1746483Z | * 03beb66 3 months ago
2021-05-31T07:17:31.1746594Z
2021-05-31T07:17:31.1746810Z INFO [05/31/21 7:17:31:14] Done writing
2021-05-31T07:17:31.1772909Z ##[error]SyntaxError: Unexpected end of JSON input
2021-05-31T07:17:31.1787872Z ##[section]Finishing: Determine Version

@asbjornu
Copy link
Member

Should be fixed by #2712.

@arturcic arturcic modified the milestones: 5.6.11, 5.x Jul 24, 2021
@arturcic arturcic modified the milestones: 5.x, 5.8.0 Oct 15, 2021
@arturcic
Copy link
Member

Should be fixed by #2712.

Closing

@arturcic arturcic modified the milestones: 5.x, 5.8.2 Feb 16, 2022
@github-actions
Copy link

🎉 This issue has been resolved in version 5.8.2 🎉
The release is available on:

Your GitReleaseManager bot 📦🚀

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

No branches or pull requests

2 participants