python3 -m pytest tests/ -q ........................................................................ [ 12%] ........................................................................ [ 24%] ........................................................................ [ 37%] ........................................................................ [ 49%] ........................................................................ [ 61%] ..........................F............................................. [ 74%] ........................................................................ [ 86%] ........................................................................ [ 98%] ....... [100%] =================================== FAILURES =================================== _________________________ test_no_artifact_is_orphaned _________________________ def test_no_artifact_is_orphaned(): c = classify() > assert c["orphaned"] == [], ( f"{len(c['orphaned'])} artifact(s) have no producing code and no reconstruction: " f"{c['orphaned']}. `make repro` is now part of `make verify`.") E AssertionError: 1 artifact(s) have no producing code and no reconstruction: ['fleet_report_091494c4']. `make repro` is now part of `make verify`. E assert ['fleet_report_091494c4'] == [] E E Left contains one more item: 'fleet_report_091494c4' E Use -v to get more diff tests/test_reconstructions.py:38: AssertionError ---------------------------- pytest-regtest report ----------------------------- total number of failed regression tests: 0 total number of failed snapshot tests : 0 =========================== short test summary info ============================ FAILED tests/test_reconstructions.py::test_no_artifact_is_orphaned - Assertio... 1 failed, 582 passed in 1949.66s (0:32:29) make: *** [test] Error 1 exit=2