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

Check task deprecation #4458

Merged
merged 9 commits into from
Oct 12, 2023

Merge branch 'master' into users/DenisRumyantsev/check-task-deprecation

3022930
Select commit
Loading
Failed to load commit list.
Merged

Check task deprecation #4458

Merge branch 'master' into users/DenisRumyantsev/check-task-deprecation
3022930
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure-pipelines-agent.ci succeeded Oct 12, 2023 in 10m 16s

Build #20231012.15 had test failures

Details

Tests

  • Failed: 11 (0.19%)
  • Passed: 5,832 (99.81%)
  • Other: 0 (0.00%)
  • Total: 5,843
Code coverage

  • 25345 of 68444 blocks covered (37.03%)
  • 17404 of 47277 lines covered (36.81%)

Annotations

Check failure on line 126 in Build log

See this annotation in the file changed.

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

Build log #L126

Bash exited with code '1'.

Check failure on line 121 in Build log

See this annotation in the file changed.

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

Build log #L121

Cmd.exe exited with code '1'.

Check failure on line 117 in Build log

See this annotation in the file changed.

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

Build log #L117

Cmd.exe exited with code '1'.

Check failure on line 198 in Build log

See this annotation in the file changed.

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

Build log #L198

Cmd.exe exited with code '1'.

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

See this annotation in the file changed.

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

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

System.MissingMethodException : Method not found: 'Void Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty_callback(Microsoft.TeamFoundation.DistributedTask.Pipelines.TaskStepDefinitionReference<!!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 /Users/runner/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 /Users/runner/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 /Users/runner/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 /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 314
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.UpdateDirectory() in /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 225

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

See this annotation in the file changed.

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

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

System.MissingMethodException : Method not found: 'Void Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty_callback(Microsoft.TeamFoundation.DistributedTask.Pipelines.TaskStepDefinitionReference<!!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 /Users/runner/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 /Users/runner/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 /Users/runner/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 /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 314
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.UpdatesExistingConfig() in /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 208

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

See this annotation in the file changed.

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

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

System.MissingMethodException : Method not found: 'Void Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty_callback(Microsoft.TeamFoundation.DistributedTask.Pipelines.TaskStepDefinitionReference<!!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 /Users/runner/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 /Users/runner/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 /Users/runner/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 /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 334
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.CreatesNewConfig() in /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 57

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

See this annotation in the file changed.

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

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

System.MissingMethodException : Method not found: 'Void Castle.Proxies.ArgUtilInstancedProxy.ListNotNullOrEmpty_callback(Microsoft.TeamFoundation.DistributedTask.Pipelines.TaskStepDefinitionReference<!!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 /Users/runner/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 /Users/runner/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 /Users/runner/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 /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 334
   at Microsoft.VisualStudio.Services.Agent.Tests.Worker.Build.BuildDirectoryManagerL0.RecreatesBuildDirectoryWhenCleanIsAll() in /Users/runner/work/1/s/src/Test/L0/Worker/Build/BuildDirectoryManagerL0.cs:line 145