Skip to content

Conversation

@dougbu
Copy link
Contributor

@dougbu dougbu commented May 22, 2020

No description provided.

@dougbu dougbu requested review from a team, HaoK, JamesNK and Tratcher May 22, 2020 16:56
@dougbu dougbu requested review from halter73 and jkotalik as code owners May 22, 2020 16:56
@Tratcher
Copy link
Member

Can you copy some representative failure logs into your PR description to preserve the history? Build logs don't stick around.

@dougbu
Copy link
Contributor Author

dougbu commented May 22, 2020

@Tratcher FYI the run details are cleaned up quickly only for public builds. However, here are the details:

Interop tests

All failed with TimeoutExceptions e.g.

System.TimeoutException : The operation at /_/src/Grpc/test/InteropTests/InteropTests.cs:95 timed out after reaching the limit of 30000ms.
at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Testing/src/TaskExtensions.cs:line 59
   at InteropTests.InteropTests.InteropTestCase(String name) in /_/src/Grpc/test/InteropTests/InteropTests.cs:line 100
--- End of stack trace from previous location ---

Helix data like https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspnetcore-refs-heads-master-1231a162275b428b87/InteropTests--net5.0/console.c792a2f5.log?sv=2019-02-02&se=2020-06-11T06%3A12%3A08Z&sr=c&sp=rl&sig=yIO14aUhOGqZM1aZ1BIOiiYQeqwvDhU7STwK6aMHeuk%3D will also stick around for a few days.

Kestrel interop test

Hit a similar TimeoutException:

System.TimeoutException : The operation at /_/src/Servers/Kestrel/shared/test/TaskTimeoutExtensions.cs:27 timed out after reaching the limit of 30000ms.
   at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Testing/src/TaskExtensions.cs:line 59
   at Inte
   at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Testing/src/TaskExtensions.cs:line 59
   at Interop.FunctionalTests.HttpClientHttp2InteropTests.ConnectionWindowSize_Server(String scheme) in /_/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs:line 1535
--- End of stack trace from previous location ---

Templates test

Project new webapi  failed to publish. Exit code 1.
/home/helixbot/work/9D4008C6/w/BBB30A15/e/.dotnet26359/dotnet publish --no-restore -c Release /bl \nStdErr: \nStdOut: Microsoft (R) Build Engine version 16.7.0-preview-20257-02+b861333fc for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

/home/helixbot/work/9D4008C6/w/BBB30A15/e/.dotnet26359/sdk/5.0.100-preview.5.20258.4/MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/home/helixbot/work/9D4008C6/w/BBB30A15/e/.dotnet26359/sdk/5.0.100-preview.5.20258.4/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/home/helixbot/work/9D4008C6/w/BBB30A15/e/.dotnet26359/sdk/5.0.100-preview.5.20258.4/dotnet.dll -maxcpucount -property:Configuration=Release -target:Publish -verbosity:m /bl ./AspNet.webapicsharp.naajqxold1l.csproj
  You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview
MSBUILD : error MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
Microsoft.Build.Exceptions.InternalLoggerException: The build stopped unexpectedly because of an unexpected logger failure.
 ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.Build.Execution.ProjectItemInstance.TaskItem.CloneCustomMetadata()
   at Microsoft.Build.Logging.BuildEventArgsWriter.Write(ITaskItem item)
   at Microsoft.Build.Logging.BuildEventArgsWriter.WriteItemList(IEnumerable items)
   at Microsoft.Build.Logging.BuildEventArgsWriter.Write(TargetFinishedEventArgs e)
   at Microsoft.Build.Logging.BuildEventArgsWriter.Write(BuildEventArgs e)
   at Microsoft.Build.Logging.BinaryLogger.Write(BuildEventArgs e)
   at Microsoft.Build.Logging.BinaryLogger.EventSource_AnyEventRaised(Object sender, BuildEventArgs e)
   at Microsoft.Build.Evaluation.ProjectCollection.ReusableLogger.AnyEventRaisedHandler(Object sender, BuildEventArgs e)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseAnyEvent(Object sender, BuildEventArgs buildEvent)
   --- End of inner exception stack trace ---
   at Microsoft.Build.Exceptions.InternalLoggerException.Throw(Exception innerException, BuildEventArgs e, String messageResourceName, Boolean initializationException, String[] messageArgs)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseAnyEvent(Object sender, BuildEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseStatusEvent(Object sender, BuildStatusEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseTargetFinishedEvent(Object sender, TargetFinishedEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.Consume(BuildEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.Consume(BuildEventArgs buildEvent, Int32 sinkId)
   at Microsoft.Build.BackEnd.Logging.EventRedirectorToSink.Microsoft.Build.Framework.IEventRedirector.ForwardEvent(BuildEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.CentralForwardingLogger.EventSource_AnyEventRaised(Object sender, BuildEventArgs buildEvent)
   at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseAnyEvent(Object sender, BuildEventArgs buildEvent)

Expected: True
Actual:   False

User secrets test

Assert.Contains() Failure
Not found: Secrets file path /home/helixbot/.microsoft/usersecrets/1e0dbe09-4803-48ef-9ad7-01e4f6ee4f01/secrets.json.
In value:  Project file path /tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj.
Build started 5/22/2020 12:40:56 AM.
     0>Process = "/root/helix/work/workitem/.dotnet29262/dotnet"
       MSBuild executable path = "/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/MSBuild.dll"
       Command line arguments = "/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/MSBuild.dll -maxcpucount -verbosity:m /tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj /nologo /t:_ExtractUserSecretsMetadata /p:_UserSecretsMetadataFile=/tmp/meyu55pl.zgb /p:Configuration=Debug /p:CustomAfterMicrosoftCommonTargets=/root/helix/work/workitem/assets/SecretManager.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=/root/helix/work/workitem/assets/SecretManager.targets -verbosity:detailed -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/dotnet.dll"
       Current directory = "/root/helix/work/workitem"
       MSBuild version = "16.7.0-preview-20257-02+b861333fc"
       Resolving SDK 'Microsoft.NET.Sdk'...
       Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/obj/" (previous value: "obj\") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Current/Microsoft.Common.props (56,5)
       The "Configuration" property is a global property, and cannot be modified.
       The "Configuration" property is a global property, and cannot be modified.
       Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
       Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj (3,5)
       The "Configuration" property is a global property, and cannot be modified.
       Property reassignment: $(MSBuildAllProjects)=";/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/NuGet.targets;/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets" (previous value: ";/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/NuGet.targets") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets (15,5)
       Property reassignment: $(MSBuildAllProjects)=";/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/NuGet.targets;/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets;/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets" (previous value: ";/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/NuGet.targets;/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets (18,5)
       Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets (32,5)
       Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets (55,5)
       The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "/root/helix/work/workitem/.dotnet29262/sdk/5.0.100-preview.5.20258.4/NuGet.targets (475,11)" does not exist in the project, and will be ignored.
     1>Project "/tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj" on node 1 (_ExtractUserSecretsMetadata target(s)).
     1>Building with tools version "Current".
       Project file contains ToolsVersion="15.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
     1>Target "_ExtractUserSecretsMetadata" in file "/root/helix/work/workitem/assets/SecretManager.targets" from project "/tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj" (entry point):
       Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
       Task "WriteLinesToFile"
       Done executing task "WriteLinesToFile".
     1>Done building target "_ExtractUserSecretsMetadata" in project "TestProject.csproj".
     1>Done Building Project "/tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj" (_ExtractUserSecretsMetadata target(s)).
Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:00.21

malloc_consolidate(): invalid chunk size

Exit code: 134
Could not load the MSBuild project '/tmp/usersecretstest/24d664df-5cca-4b07-bbe8-6d1bf3786090/TestProject.csproj'.

@dougbu dougbu merged commit fef33ad into master May 22, 2020
@dougbu dougbu deleted the dougbu/quarantine branch May 22, 2020 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants