From: "Dilger, Andreas" Subject: "make check" broken on maint branch? Date: Thu, 31 Oct 2013 21:35:25 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: "linux-ext4@vger.kernel.org" To: "tytso@mit.edu" Return-path: Received: from mga01.intel.com ([192.55.52.88]:59442 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495Ab3JaVf2 convert rfc822-to-8bit (ORCPT ); Thu, 31 Oct 2013 17:35:28 -0400 Content-Language: en-US Content-ID: Sender: linux-ext4-owner@vger.kernel.org List-ID: It seems that the current e2fsprogs "maint" branch has broken tests? At least on two different systems I tried this on had the same problem: r_64bit_big_expand: very large fs growth using ext4 w/64bit: failed r_bigalloc_big_expand: ext4 with bigalloc: failed r_ext4_big_expand: very large fs growth using ext4: failed The test logs show: /tmp/e2fsprogs-tmp.VitAZy: 13/32768 files (7.7% non-contiguous), 6870/131072 blocks ../resize/resize2fs -d 31 /tmp/e2fsprogs-tmp.VitAZy 2T resize2fs 1.42.8 (20-Jun-2013) The containing partition (or device) is only 131072 (4k) blocks. You requested a new size of 536870912 blocks. I tried to add in a "truncate -s $SIZE_2 $TMPFILE", but it complains that it isn't able to truncate the file in /tmp to 2TB: truncating `/tmp/e2fsprogs-tmp.OGxb09' at 2199023255552 bytes: File too large Testing manually, it seems I'm not allowed to create a file in tmpfs larger than 256GB. How large does this file need to be for this test to be valid? I'm also seeing a consistent test failure in f_extent_oobounds on ONE of the two systems, though I can't see why the results are inconsistent since they have the same GCC, glibc and almost the same kernel (RHEL 2.6.32-358.11.1.el6 and 2.6.32-279.5.1.el6, not that it should make any difference). more f_extent*.failed --- f_extent_oobounds/expect.1 2013-10-31 20:01:06.299616314 +0000 +++ f_extent_oobounds.1.log 2013-10-31 21:16:21.008616804 +0000 @@ -1,24 +1,20 @@ Pass 1: Checking inodes, blocks, and sizes -Inode 12, end of extent exceeds allowed value - (logical block 15, physical block 200, len 30) -Clear? yes - -Inode 12, i_blocks is 154, should be 94. Fix? yes +Inode 12, i_blocks is 154, should be 0. Fix? yes This is still true after "make distclean" and rebuilding the whole tree. It seems that e2fsck isn't detecting the new PR_1_EXTENT_END_OUT_OF_BOUNDS problem on this system for some reason? Usually this kind of inconsistency is due to some uninitialized stack variable being used that is different on the two systems. Anyone else seen these problems, or do I need to dig in further? Cheers, Andreas -- Andreas Dilger Lustre Software Architect Intel High Performance Data Division