plain-author-67175
12/05/2024, 2:05 AMpants test --use-coverage --coverage-py-report="['xml','json','html','console','raw']" --test-report --stats-log //::
I get the following error:
/github/home/.cargo/git/checkouts/lmdb-rs-369bfd26153a2575/6ae7a55/lmdb-sys/lmdb/libraries/liblmdb/m:2126: Assertion 'rc == 0' failed in mdb_page_dirty()
This happened with both pants 2.22.1 and 2.23.0.
I deleted lmdb_store/
and tried again and it worked just fine. Quick Google search yielded https://github.com/bmatsuo/lmdb-go/issues/131
Is there any solution that doesn't require deleting lmdb_store
?careful-address-89803
12/05/2024, 2:31 AMcareful-address-89803
12/05/2024, 2:32 AMplain-author-67175
12/05/2024, 3:14 AMplain-author-67175
12/05/2024, 6:44 AMplain-author-67175
12/05/2024, 6:46 AMcareful-address-89803
12/09/2024, 2:21 AMplain-author-67175
12/09/2024, 4:51 AMCI_CONCURRENT_ID
(https://docs.gitlab.com/ee/ci/variables/predefined_variables.html), but that wouldn't work because it never repeats.careful-address-89803
12/09/2024, 5:31 AMCI_RUNNER_ID
unique per "execution slot"?
You could also write a quick bash script that tries to acquire a lock on files using flock