-
Notifications
You must be signed in to change notification settings - Fork 85
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
AttributeError: 'OpSOLMonitorThread' object has no attribute 'isAlive' #861
Comments
@vpuliyal the problem is even before that.. it fails on rm /mkdir command... can you try this commands on your linux shell and rerun again login to linux lpar and run this commands
|
@abdhaleegit I tried as per your suggestion. But I could see below error.
|
@vpuliyal are you using the latest copy of op-test? |
@PraveenPenguin I'm using https://github.com/open-power/op-test link |
@PraveenPenguin can you provide me latest op-test code ? |
Are you sure the copy you are using is latest one? The line number from the failure message does not match current code Please update your existing local copy via git pull or download it afresh via git clone |
@sacsant I used latest op-test code and still seeing below errors. `[console-expect]#make -j 81 -s && make modules_install && make install ======================================================================
|
@sacsant we get diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
|
This is a different issue. The failure is related to kernel build and is not an op-test issue. |
Okay, yeah please report this issue to Linux kernel mailing list with the suggested fix. |
Hi @harihare,
I've installed RHEL9.4 GA on my upstream lpar and try to install upstream kernel on it using op-test. I could see below error while running op-test.
Initially I though that issue with python . So I tried with python3.6, python3.9, python3.10. Still seeing same 'isAlive' issue
isAlive
was removed from Python 3.9: https://bugs.python.org/issue37804.Did I miss anything?
The text was updated successfully, but these errors were encountered: