You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=================================== FAILURES ===================================
____________ DcrpmIntegrationTest.test_rpmdb_centos7_missing_index _____________
args = (<tests.test_end_to_end.DcrpmIntegrationTest testMethod=test_rpmdb_centos7_missing_index>, '/tmp/tmpbmruxg8r/rpm')
kwargs = {}
def wrapper(*args, **kwargs):
# type: (t.Any, t.Any) -> RT
args += (os.path.join(temp_dir, "rpm"),)
> result = t.cast(F, function)(*args, **kwargs)
tests/rpmdb.py:38:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/test_end_to_end.py:93: in test_rpmdb_centos7_missing_index
self.assertTrue(run_result)
E AssertionError: False is not true
------------------------------ Captured log call -------------------------------
WARNING root:rpmutil.py:510 No db_backend found in macros, assuming bdb
ERROR root:dcrpm.py:137 DB needs recovery
ERROR root:dcrpm.py:148 DB needs rebuild
ERROR root:rpmutil.py:430 db_verify returned nonzero status
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.dbenv.lock: No such file or directory
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.rpm.lock: No such file or directory
WARNING root:dcrpm.py:160 Got other exception: Could not save __db.001 failed
ERROR root:rpmutil.py:430 db_verify returned nonzero status
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.dbenv.lock: No such file or directory
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.rpm.lock: No such file or directory
WARNING root:dcrpm.py:160 Got other exception: Could not save __db.001 failed
ERROR root:rpmutil.py:430 db_verify returned nonzero status
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.dbenv.lock: No such file or directory
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.rpm.lock: No such file or directory
WARNING root:dcrpm.py:160 Got other exception: Could not save __db.001 failed
ERROR root:rpmutil.py:430 db_verify returned nonzero status
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.dbenv.lock: No such file or directory
WARNING root:pidutil.py:65 lsof returned non-zero: lsof: status error on /tmp/tmpbmruxg8r/rpm/.rpm.lock: No such file or directory
WARNING root:dcrpm.py:160 Got other exception: Could not save __db.001 failed
ERROR root:dcrpm.py:169 Unable to repair RPM database
=========================== short test summary info ============================
FAILED tests/test_end_to_end.py::DcrpmIntegrationTest::test_rpmdb_centos7_missing_index
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: