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

[JitDiff ARM64] MichalPetryka/runtime/patch-36 #494

Open
MihuBot opened this issue Jul 10, 2024 · 4 comments
Open

[JitDiff ARM64] MichalPetryka/runtime/patch-36 #494

MihuBot opened this issue Jul 10, 2024 · 4 comments

Comments

@MihuBot
Copy link
Owner

MihuBot commented Jul 10, 2024

Something went wrong with the Job after 6 minutes 🤷‍♂️

System.Threading.Tasks.TaskCanceledException: A task was canceled.
   at MihuBot.RuntimeUtils.JobBase.<>c__DisplayClass116_0.<<RunOnNewVirtualMachineAsync>g__RunAzureVirtualMachineAsync|0>d.MoveNext() in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 596
--- End of stack trace from previous location ---
   at MihuBot.RuntimeUtils.JobBase.RunOnNewVirtualMachineAsync(Int32 defaultAzureCoreCount, CancellationToken jobTimeout) in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 533
   at MihuBot.RuntimeUtils.JitDiffJob.RunJobAsyncCore(CancellationToken jobTimeout) in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JitDiffJob.cs:line 35
   at MihuBot.RuntimeUtils.JobBase.RunJobAsync() in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/JobBase.cs:line 201
@MihuBot
Copy link
Owner Author

MihuBot commented Jul 10, 2024

@MichalPetryka

@MichalPetryka
Copy link

@MihaZupan arm dead?

@MihaZupan
Copy link
Collaborator

Not sure what's up with that, looks like the VMs are spinning up.
I'll try to check tomorrow

@MihaZupan
Copy link
Collaborator

MihaZupan commented Jul 10, 2024

Seems to be working again.
The only thing between the VM starting and getting logs back is

apt-get update
apt-get install -y dotnet-sdk-6.0
apt-get install -y dotnet-sdk-8.0
cd /home
git clone --no-tags --single-branch --progress https://github.com/MihaZupan/runtime-utils
cd runtime-utils/Runner
HOME=/root JOB_ID={JobId} dotnet run -c Release

I guess it's possible the VM just took super long on that initial update/install.
E.g. #499 just took 3 minutes for eng/install-native-dependencies.sh linux (should be like 40 seconds).

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

No branches or pull requests

3 participants