Skip to content
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

test_rpmdb_centos7_missing_index fails on Fedora 37 #54

Open
davide125 opened this issue Jul 1, 2022 · 0 comments
Open

test_rpmdb_centos7_missing_index fails on Fedora 37 #54

davide125 opened this issue Jul 1, 2022 · 0 comments

Comments

@davide125
Copy link
Contributor

=================================== 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant