-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Tizen armel CI job frequently hangs #9569
Comments
I would like to see one or more of the following happen, as I believe they may help:
|
Similar issues seem to impact the |
@RussKeldorph Have we looked into what can be done about this? |
cc @Anipik |
@RussKeldorph You can find failure began after dotnet/coreclr#15878 is merged. Here is ci's first failure job for push master. Here is ci's last success job for push master. |
@hseok-oh Thanks. @mikem8361 Can you look into this? |
Might be coincidence but
|
I know nothing about how to debug this on arm. Can we putty to the machine when the tests hang? Since it is a checked build, can the coreclr logging be enabled (COMPlus_LogEnable env var, etc.)? My changes really shouldn't have affected Linux/arm, but you never know. |
This should be fixed now |
Looking at recent PRs its still jamming and/or failing with |
The unsupported syscall is tracked by #8614 |
If you look at the failures for the armel_cross_checked_tizen_prtest, you will see that they frequently fail due to timeout issues.
On one side, it looks like a given job will hang after some tests have hit an 'Unsupported syscall'.
On other jobs, they will succesfully execute all tests and then stall with
Perform an action if the job was performed on an Azure VM Agent. is waiting for a checkpoint on dotnet_coreclr » master » armel_cross_checked_tizen_prtest ####
(the job will be waiting on another prtest job, from the same queue, and for an unrelated PR to complete before allowing itself to finish).The timeout on all of these jobs is currently 4 hours which can quickly cause the queue to get backed up or cause PRs to get delayed for long periods of time.
The text was updated successfully, but these errors were encountered: