New comment by tibequadorian on void-packages repository https://github.com/void-linux/void-packages/pull/33730#issuecomment-1099236281 Comment: I found out that test-getcwd is failing on musl because `cwd_len` gets too long (> 12333 in my testing). errno is also set to ENAMETOOLONG. Maybe this helps...