Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
when i runchroot compile /home/abuild/rpmbuild/BUILD/Python-3.9.9/build/debug/python -m test.regrtest test_mailbox -wW
output:
Traceback (mostrecentcalllast):File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/runpy.py",line197,in_run_module_as_mainreturn_run_code(code,main_globals,None,File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/runpy.py",line87,in_run_codeexec(code,run_globals)File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/regrtest.py",line47,in<module>_main()File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/regrtest.py",line43,in_mainmain()File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line733,inmainRegrtest().main(tests=tests,**kwargs)File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line655,inmainself._main(tests,kwargs)File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line708,in_mainself.run_tests()File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line535,inrun_testsself.run_tests_sequential()File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line417,inrun_tests_sequentialself.log(msg)File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line145,inlogload_avg=self.getloadavg()File"/home/abuild/rpmbuild/BUILD/Python-3.9.9/Lib/test/libregrtest/main.py",line668,ingetloadavgreturnos.getloadavg()[0]OSError:Loadaveragesareunobtainable
os:openeuler22.03
Linked PRs
- gh-99242 Catch OSError when calling getloadavg in libregrtest #106705
- gh-99242 Ignore error when running regression tests under certain conditions. #121663
- [3.13] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) #121669
- [3.12] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) #121670