Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[main] Update dependencies from microsoft/usvc-apiserver - #6560

#6560
Merged
DamianEdwards merged 1 commit into
mainmicrosoft/aspire:mainfrom
darc-main-5baa08a9-f120-4828-a62c-5f62ca7086aemicrosoft/aspire:darc-main-5baa08a9-f120-4828-a62c-5f62ca7086aeCopy head branch name to clipboard
Oct 30, 2024
Merged

[main] Update dependencies from microsoft/usvc-apiserver#6560
DamianEdwards merged 1 commit into
mainmicrosoft/aspire:mainfrom
darc-main-5baa08a9-f120-4828-a62c-5f62ca7086aemicrosoft/aspire:darc-main-5baa08a9-f120-4828-a62c-5f62ca7086aeCopy head branch name to clipboard

Conversation

@dotnet-maestro

@dotnet-maestro dotnet-maestro Bot commented Oct 30, 2024

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

From https://github.com/microsoft/usvc-apiserver

  • Subscription: 852f69a6-643d-499a-6cb6-08dbca4ebb98
  • Build: 0.8.13
  • Date Produced: October 30, 2024 6:16:27 PM UTC
  • Commit: 9582c787e7963a2acf11111e5bc5a4938e7fe3ab
  • Branch: refs/tags/v0.8.13
Microsoft Reviewers: Open in CodeFlow

…build 0.8.13

Microsoft.DeveloperControlPlane.darwin-amd64 , Microsoft.DeveloperControlPlane.darwin-arm64 , Microsoft.DeveloperControlPlane.linux-amd64 , Microsoft.DeveloperControlPlane.linux-arm64 , Microsoft.DeveloperControlPlane.windows-386 , Microsoft.DeveloperControlPlane.windows-amd64 , Microsoft.DeveloperControlPlane.windows-arm64
 From Version 0.8.11 -> To Version 0.8.13
@DamianEdwards

Copy link
Copy Markdown
Member

@karolz-ms @eerhardt @davidfowl is this failure deliberately failing the run if any instances of dotnet-tests, dcp, or dcpctrl are found? It seems to be getting a hit on dotnet itself and forcing a non-zero exit?
image

@davidfowl

Copy link
Copy Markdown
Contributor

cc @radical

@eerhardt

Copy link
Copy Markdown
Member

@karolz-ms @eerhardt @davidfowl is this failure deliberately failing the run if any instances of dotnet-tests, dcp, or dcpctrl are found? It seems to be getting a hit on dotnet itself and forcing a non-zero exit? image

I don't htink it is purposefully failing the build. It looks like it is just trying to clean up hanging processes:

https://github.com/dotnet/aspire/blob/13bcaa03819f5e342d96bdffed92a50c7175198d/tests/helix/send-to-helix-inner.proj#L61-L62

I'm not sure what is returning 1....

@DamianEdwards

Copy link
Copy Markdown
Member

I'm not sure what is returning 1....

We seem to have lots of exit 1 calls in eng/build.sh

@karolz-ms

Copy link
Copy Markdown
Contributor

If you look at the logs (towards the end) https://helix.dot.net/api/2019-06-17/jobs/b3620043-5064-421c-b2af-da5741da835f/workitems/Aspire.Playground.Tests/console it seems like the test passed, but then the cleanup failed with code 1 ?

@DamianEdwards

Copy link
Copy Markdown
Member

If you look at the logs (towards the end) https://helix.dot.net/api/2019-06-17/jobs/b3620043-5064-421c-b2af-da5741da835f/workitems/Aspire.Playground.Tests/console it seems like the test passed, but then the cleanup failed with code 1 ?

Right, exactly. Trying to figure out what caused it to exit 1.

@DamianEdwards

DamianEdwards commented Oct 30, 2024

Copy link
Copy Markdown
Member

Something seems to be printing a list of dotnet processes immediately beforehand

@radical

radical commented Oct 30, 2024

Copy link
Copy Markdown
Member

That exit 1 is because the tests run actually got aborted:

Aborting test run: test run timeout of 1200000 milliseconds exceeded.
Results File: /datadisks/disk1/work/9C3608FE/w/ACF008F5/uploads/logs/TestResults.trx

Passed!  - Failed:     0, Passed:    16, Skipped:     0, Total:    16, Duration: 17 m 51 s - Aspire.Playground.Tests.dll (net8.0)
Test Run Aborted.

Code coverage results: /datadisks/disk1/work/9C3608FE/w/ACF008F5/uploads/logs/Aspire.Playground.Tests.cobertura.xml.
+ export _commandExitCode=1

And the last line above sets _commandExitCode=1 because of the tests being aborted, and that is the final exit code returned.

@DamianEdwards

Copy link
Copy Markdown
Member

@radical aha! Seems we just weren't reading the log file hard enough 😄

So this was a typical timeout then? Just re-run and hope for the best?

@radical

radical commented Oct 30, 2024

Copy link
Copy Markdown
Member

The playground tests passed on this run. I'll open a separate PR to improve the test output that we get. This regressed for us when we switched to the newer msbuild.

@DamianEdwards
DamianEdwards enabled auto-merge (squash) October 30, 2024 23:10
@DamianEdwards
DamianEdwards merged commit df42920 into main Oct 30, 2024
@DamianEdwards
DamianEdwards deleted the darc-main-5baa08a9-f120-4828-a62c-5f62ca7086ae branch October 30, 2024 23:23
@karolz-ms

Copy link
Copy Markdown
Contributor

/backport to release/9.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/9.0: https://github.com/dotnet/aspire/actions/runs/11616480268

@github-actions github-actions Bot locked and limited conversation to collaborators Dec 1, 2024
@github-actions github-actions Bot added the area-codeflow for labeling automated codeflow. intentionally a different color! label Mar 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow. intentionally a different color!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.