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

Intermittent tvOS test build failures #50589

Closed
steveisok opened this issue Apr 1, 2021 · 1 comment · Fixed by #52574 or #52655
Closed

Intermittent tvOS test build failures #50589

steveisok opened this issue Apr 1, 2021 · 1 comment · Fixed by #52574 or #52655
Assignees
Milestone

Comments

@steveisok
Copy link
Member

tvOS CI runs are sometimes failing to link the AOT test suite app and is failing with:

The following build commands failed:
	Ld /Users/runner/work/1/s/artifacts/bin/tvOS.Simulator.Aot.Test/net6.0-Release/tvossimulator-x64/AppBundle/tvOS.Simulator.Aot.Test/Release-appletvsimulator/tvOS.Simulator.Aot.Test.app/tvOS.Simulator.Aot.Test normal
(1 failure)

  ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

   at Utils.RunProcess(String path, String args, IDictionary`2 envVars, String workingDir, Boolean ignoreErrors, Boolean silent, MessageImportance outputMessageImportance, MessageImportance debugMessageImportance) in /_/src/tasks/Common/Utils.cs:line 99
   at Xcode.BuildAppBundle(String xcodePrjPath, String architecture, Boolean optimized, String devTeamProvisioning) in /_/src/tasks/AppleAppBuilder/Xcode.cs:line 292
   at AppleAppBuilderTask.Execute() in /_/src/tasks/AppleAppBuilder/AppleAppBuilder.cs:line 200
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)

I'll pull the functional test until we can resolve the issue.

@steveisok steveisok added this to the 6.0.0 milestone Apr 1, 2021
@ghost
Copy link

ghost commented Apr 1, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

tvOS CI runs are sometimes failing to link the AOT test suite app and is failing with:

The following build commands failed:
	Ld /Users/runner/work/1/s/artifacts/bin/tvOS.Simulator.Aot.Test/net6.0-Release/tvossimulator-x64/AppBundle/tvOS.Simulator.Aot.Test/Release-appletvsimulator/tvOS.Simulator.Aot.Test.app/tvOS.Simulator.Aot.Test normal
(1 failure)

  ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

   at Utils.RunProcess(String path, String args, IDictionary`2 envVars, String workingDir, Boolean ignoreErrors, Boolean silent, MessageImportance outputMessageImportance, MessageImportance debugMessageImportance) in /_/src/tasks/Common/Utils.cs:line 99
   at Xcode.BuildAppBundle(String xcodePrjPath, String architecture, Boolean optimized, String devTeamProvisioning) in /_/src/tasks/AppleAppBuilder/Xcode.cs:line 292
   at AppleAppBuilderTask.Execute() in /_/src/tasks/AppleAppBuilder/AppleAppBuilder.cs:line 200
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)

I'll pull the functional test until we can resolve the issue.

Author: steveisok
Assignees: -
Labels:

area-Infrastructure-mono, os-tvos

Milestone: 6.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Apr 1, 2021
@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Apr 1, 2021
steveisok pushed a commit to steveisok/runtime that referenced this issue Apr 1, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 11, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 11, 2021
@mdh1418 mdh1418 reopened this May 11, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 12, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 13, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants