From owner-freebsd-testing@freebsd.org Wed Oct 4 16:46:24 2017 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8422FE3D9EB for ; Wed, 4 Oct 2017 16:46:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7228C69739 for ; Wed, 4 Oct 2017 16:46:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v94GkO5m031259 for ; Wed, 4 Oct 2017 16:46:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 222780] sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923 Date: Wed, 04 Oct 2017 16:46:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 16:46:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222780 Bug ID: 222780 Summary: sbin/growfs/legacy_test:main and sys/geom/class/eli/resize_test:main both broken by r323923 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org The two noted tests have been failing in Jenkins since r323923 has been committed. I haven't looked into why they're failing: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4551/testReport/junit/sy= s.geom.class.eli/resize_test/main/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4551/testReport/junit/sb= in.growfs/legacy_test/main/ Example repro: $ sudo kyua debug -k /usr/tests/sbin/growfs/Kyuafile legacy_test:main 1..19 ok 1 - Created md0 with size 40m ok 2 - Sized md0a to 10m ok 3 - Initialised the filesystem on md0a as UFS1 ok 4 - fsck says md0a is clean, 10 lines of output ok 5 - Sized md0a to 20m ok 6 - Extended the filesystem on md0a ok 7 - fsck says md0a is clean, 10 lines of output ok 8 - Sized md0a to 30m ok 9 - Extended the filesystem on md0a ok 10 - fsck says md0a is clean, 10 lines of output ok 11 - Sized md0a to 10m ok 12 - Initialised the filesystem on md0a as UFS2 ok 13 - fsck says md0a is clean, 10 lines of output ok 14 - Sized md0a to 20m ok 15 - Extended the filesystem on md0a not ok 16 - fsck says md0a is clean, 15 lines of output ok 17 - Sized md0a to 30m ok 18 - Extended the filesystem on md0a not ok 19 - fsck says md0a is clean, 15 lines of output # Filling the extent with zeros # Filling the extent with garbage # Filling the extent with zeros # Failed test 'fsck says md0a is clean, 15 lines of output' # at /usr/tests/sbin/growfs/legacy_test line 67. # Filling the extent with garbage # Failed test 'fsck says md0a is clean, 15 lines of output' # at /usr/tests/sbin/growfs/legacy_test line 83. # Looks like you failed 2 tests of 19. legacy_test:main -> failed: 2 of 19 tests failed --=20 You are receiving this mail because: You are the assignee for the bug.=