mbridon commented on issue #1855:
URL: https://github.com/apache/buildstream/issues/1855#issuecomment-1695171803
So, buildstream still fails in Rawhide :
```
+ PYTEST_XDIST_AUTO_NUM_WORKERS=8
+ /usr/bin/pytest -vv -k 'not test_push_pull and not test_push_pull_all and
not test_pull_secondary_cache and not test_push_pull_specific_remote and not
test_push_pull_non_strict and not test_push_pull_track_non_strict and not
test_push_pull_cross_junction and not test_pull_missing_blob and not
test_pull_access_rights and not test_push and not test_push_all and not
test_push_after_pull and not test_artifact_expires and not
test_artifact_too_large and not test_recently_pulled_artifact_does_not_expire
and not test_push_cross_junction and not test_push_already_cached and not
test_project_error' --ignore=tests/frontend/mirror.py
--ignore=tests/sources/git.py --ignore=tests/sources/remote.py
--ignore=tests/sources/tar.py --ignore=tests/sources/zip.py
--ignore=tests/testutils/file_server.py --ignore=tests/testutils/ftp_server.py
--ignore=tests/frontend/compose_splits.py --ignore=tests/frontend/overlaps.py
--ignore=tests/plugins/filter.py --ignore=tests/sources/deb.py
--ignore=tests/sour
ces/pip.py
ImportError while loading conftest
'/builddir/build/BUILD/BuildStream-2.0.1+32.gb2b12b08a/tests/conftest.py'.
tests/conftest.py:23: in <module>
from buildstream._testing import register_repo_kind,
sourcetests_collection_hook
../../BUILDROOT/buildstream-2.0.1-1.fc40.x86_64/usr/lib64/python3.12/site-packages/buildstream/__init__.py:34:
in <module>
from .source import Source, SourceError, SourceFetcher
../../BUILDROOT/buildstream-2.0.1-1.fc40.x86_64/usr/lib64/python3.12/site-packages/buildstream/source.py:228:
in <module>
from ._loader.metasource import MetaSource
../../BUILDROOT/buildstream-2.0.1-1.fc40.x86_64/usr/lib64/python3.12/site-packages/buildstream/_loader/__init__.py:19:
in <module>
from .loadelement import LoadElement, Dependency, DependencyType
src/buildstream/_loader/loadelement.pyx:19: in init
buildstream._loader.loadelement
from pyroaring import BitMap, FrozenBitMap # pylint:
disable=no-name-in-module
E ModuleNotFoundError: No module named 'pyroaring'
```
I find this in the buildstram source code `from pyroaring import BitMap`,
which makes me think this is the package I need someone to add to Fedora :
[roaring](https://pypi.org/project/roaringbitmap/), preferably not me, because
I've been trying to reduce the number of packages I maintain and I'd really
like to keep things that way :smile:
So first, can you confirm this is the right package ? If so, I'll start
searching for someone to maintain it :wink:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]