On 8/10/17 10:30 AM, Eric Whitney wrote: > * Eric Sandeen <esandeen@xxxxxxxxxx>: ... >> 336 tests succeeded 3 tests failed >> Tests failed: f_del_dup_quota f_quota f_quota_extent_opt >> >> Haven't dug into this yet (failures are on ephemeral build root >> on a build host), but has anyone else seen problems? >> > > Yes - I can reproduce these failures on Debian Jessie on 32 bit x86, as can > Ted. > > Reverting "libext2fs: fix compile errors/warnings" (a850bc56e0aa) resolves > the problem for me. In particular, undoing the format string changes in > scan_dquots_callback() fixes the failures. I think we need to use %lld as > dqb_curspace and dqb_curinodes are __le64, as addressed in "e2fsck: fix type > mismatches in quota warning message" (f09669fc6889). Cool, thanks Eric. -Eric