New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/39840#issuecomment-1272603441 Comment: This looks like a transient failure in `xlocate -S`? https://github.com/void-linux/void-packages/actions/runs/3214795672/jobs/5255433612#step:10:1 I don't think there are any file conflicts here: ``` $ xbps-query -f python3-memory_allocator /usr/lib/python3.10/site-packages/memory_allocator/__init__.pxd /usr/lib/python3.10/site-packages/memory_allocator/__init__.py /usr/lib/python3.10/site-packages/memory_allocator/memory.pxd /usr/lib/python3.10/site-packages/memory_allocator/memory_allocator.pxd /usr/lib/python3.10/site-packages/memory_allocator/memory_allocator.so /usr/lib/python3.10/site-packages/memory_allocator/signals.pxd /usr/lib/python3.10/site-packages/memory_allocator/test.so /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/PKG-INFO /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/SOURCES.txt /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/dependency_links.txt /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/not-zip-safe /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/requires.txt /usr/lib/python3.10/site-packages/memory_allocator-0.1.3-py3.10.egg-info/top_level.txt ```