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

Content validation update spec #42191

rename

d3ee0dc
Select commit
Loading
Failed to load commit list.
Merged

Content validation update spec #42191

rename
d3ee0dc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - storage - ci failed Feb 28, 2024 in 24m 0s

Build #20240228.2 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 70,899 (51.25%)
  • Other: 67,431 (48.75%)
  • Total: 138,331
Code coverage

  • 18101 of 38718 branches covered (46.75%)
  • 69447 of 126662 lines covered (54.83%)

Annotations

Check failure on line 54 in /mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - ci

/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets#L54

/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets(54,5): Error MSB3073: The command "npx autorest@ --max-memory-size=8192 --skip-csproj --skip-upgrade-check --version=3.9.7 /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/autorest.md  --use=/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/../tools/net7.0/any/ --clear-output-folder=true --shared-source-folders="/mnt/vss/_work/1/s/eng//../sdk/core/Azure.Core/src/Shared/;/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/../content/Generator.Shared/" --output-folder=/mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated --namespace=Azure.Storage.Blobs" exited with code 217.

Check failure on line 54 in /mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - ci

/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets#L54

/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/Microsoft.Azure.AutoRest.CSharp.targets(54,5): Error MSB3073: The command "npx autorest@ --max-memory-size=8192 --skip-csproj --skip-upgrade-check --version=3.9.7 /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/autorest.md  --use=/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/../tools/net7.0/any/ --clear-output-folder=true --shared-source-folders="/mnt/vss/_work/1/s/eng//../sdk/core/Azure.Core/src/Shared/;/mnt/vss/_work/1/.nuget/packages/microsoft.azure.autorest.csharp/3.0.0-beta.20240107.2/buildMultiTargeting/../content/Generator.Shared/" --output-folder=/mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated --namespace=Azure.Storage.Blobs" exited with code 217.

Check failure on line 676 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - ci

Build log #L676

PowerShell exited with code '1'.

Check failure on line 20258 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - ci

Build log #L20258

Bash exited with code '1'.

Check failure on line 1 in Azure.Storage.DataMovement.Tests.TransferValidationTests(False).LargeSingleFile_Fail_Destination(Download,Unordered)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - ci

Azure.Storage.DataMovement.Tests.TransferValidationTests(False).LargeSingleFile_Fail_Destination(Download,Unordered)

System.OperationCanceledException : The operation was canceled.
TearDown : Azure.Core.TestFramework.TestTimeoutException : Test exceeded global time limit of 10 seconds. Duration: 00:00:10.0046196 
Replace the [Test] attribute with the [RecordedTest] attribute in your test to allow an automatic retry for timeouts.
Raw output
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Azure.Storage.DataMovement.DataTransfer.WaitForCompletionAsync(CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement/src/DataTransfer.cs:line 83
   at Azure.Storage.DataMovement.Tests.TransferValidationTests.LargeSingleFile_Fail_Destination(TransferDirection transferDirection, DataTransferOrder transferOrder) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.DataMovement/tests/TransferValidationTests.cs:line 125
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--TearDown
   at Azure.Core.TestFramework.ClientTestBase.GlobalTimeoutTearDown() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/ClientTestBase.cs:line 61
   at InvokeStub_RecordedTestBase.GlobalTimeoutTearDown(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)