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

Remove Node 6 Runner from installation step #4473

Merged
merged 16 commits into from
Jan 23, 2024

Merge branch 'master' into users/ismayilov-ismayil/remove_node6_runner

ca138bd
Select commit
Loading
Failed to load commit list.
Merged

Remove Node 6 Runner from installation step #4473

Merge branch 'master' into users/ismayilov-ismayil/remove_node6_runner
ca138bd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure-pipelines-agent.ci succeeded Jan 23, 2024 in 5m 0s

Build #20240123.5 had test failures

Details

Tests

  • Failed: 1 (0.02%)
  • Passed: 5,514 (99.98%)
  • Other: 0 (0.00%)
  • Total: 5,515
Code coverage

  • 26667 of 70890 blocks covered (37.62%)
  • 18578 of 49195 lines covered (37.76%)

Annotations

Check failure on line 1 in Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.UpdateDirectory_DontAllowWorkingDirectoryRepositories

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-agent.ci

Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.UpdateDirectory_DontAllowWorkingDirectoryRepositories

System.MissingMethodException : Method not found: 'Void Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty_callback(Microsoft.VisualStudio.Services.BlobStore.Common.BlobIdentifierWithBlocks<!!0>, System.String)'.
Raw output
   at Castle.Proxies.Invocations.IArgUtilInstanced_ListNotNullOrEmpty.InvokeMethodOnTarget()
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Moq.Proxy.CastleProxyFactory.CallContext.InvokeBase()
   at Moq.InvokeBase.HandleIntercept(ICallContext invocation, InterceptorContext ctx, CurrentInterceptContext localctx)
   at Moq.Interceptor.Intercept(ICallContext invocation)
   at Moq.Proxy.CastleProxyFactory.Interceptor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty[T](IEnumerable`1 value, String name)
   at Microsoft.VisualStudio.Services.Agent.Util.ArgUtil.ListNotNullOrEmpty[T](IEnumerable`1 value, String name) in /home/vsts/work/1/s/src/Agent.Sdk/Util/ArgUtil/ArgUtil.cs:line 42
   at Microsoft.VisualStudio.Services.Agent.Worker.Build.TrackingConfigHashAlgorithm.ComputeHash(String collectionId, String definitionId, IList`1 repositories) in /home/vsts/work/1/s/src/Agent.Worker/Build/TrackingConfigHashAlgorithm.cs:line 24
   at Microsoft.VisualStudio.Services.Agent.Worker.Build.TrackingConfig..ctor(IExecutionContext executionContext, IList`1 repositories, Int32 buildDirectory) in /home/vsts/work/1/s/src/Agent.Worker/Build/TrackingConfig.cs:line 101
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.Setup(String name, Nullable`1 cleanOption, ExistingConfigKind existingConfigKind) in /home/vsts/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 381
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.UpdateDirectory_DontAllowWorkingDirectoryRepositories() in /home/vsts/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 244