Closed patricoferris closed 3 years ago
Might be related to https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5972997.html
Looks like that is the issue and there doesn't seem to be any answer as to how to fix it... Using a third-party ppa is not an ideal solution but it shows (I think) that this is the problem https://github.com/patricoferris/obuilder/runs/4324615404?check_suite_focus=true
Edit: which is essentially https://github.com/openzfs/zfs/issues/9894
I think using a PPA is fine to get the CI passing. And maybe link to the issue from the error message?
An issue to track the current bug we are seeing on the Github runner with ZFS where during the stress test we get the following error:
Note, previously on Travis builds this was working (with the same version of ZFS): https://travis-ci.org/github/ocurrent/obuilder/builds/768095520 and the stress test works with an older version of ZFS I've tried locally. Setting the stress test to output debug logs also suggests all of the
zfs
commands leading up to this call topromote
are identical so I'm wondering if there is some weird github runner issue happening here. I'll see if I can update to the right version locally to see if that shows the bug.