-
Notifications
You must be signed in to change notification settings - Fork 51
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
make check hangs on Jetson Nano #3810
Comments
Were you running Sometimes running a test under
If that doesn't work, then run Thanks for your help running this down! |
Just If |
Thanks @javawolfpack! |
Hung so installed $ pstree 1992215
make───bash───make───bash───tap-driver.sh─┬─awk
└─tap-driver.sh───python3───flux-start─┬─flux-broker-0─┬─python3
│ └─16*[{flux-broker-0}]
└─flux-broker-1───9*[{flux-broker-1}] I then tried running the In positive news aside from it hanging all the other tests seem to be passing now. And as this python one and the one after are the only remaining and they pass fine manually for the moment going to build & test |
Thanks, it definitely seems like one of the python tests is the cause of this hang. Once we have that information, I'll try to create a custom version of the test that will bail out on any hang to get us a better idea of where the hang is occurring. That may be easier than trying to diagnose by inspection. Since the rest of the tests pass, I have a feeling this is a test bug not a bug in the rest of the system, so you can probably set up the rest of Flux and install with confidence (I hope). |
I'll run the |
Old bug, reopen if this is still a problem. |
Mentioned in #3808 but make check hangs (gave it over 12 hours to complete) on a Jetson Nano 4G board.
Thought it was python/t0007-watchers as that's where it stopped but can run that manually:
I've tried a fresh copy of Ubuntu 20.04.2 image, and install of flux-security/flux-core and their dependencies as I thought it completed the first time I tried but still is hanging.
The text was updated successfully, but these errors were encountered: