Date: Tue, 03 Dec 2024 09:34:38 +0100 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org> To: "Sean C. Farley" <scf@FreeBSD.org> Cc: Mark Millard <marklmi@yahoo.com>, FreeBSD Current <freebsd-current@freebsd.org>, FreeBSD Mailing List <freebsd-ports@freebsd.org> Subject: Re: port binary dumping core on recent head in poudriere [tmpfs corruptions involving blocks of zeros that should not be all zeros] Message-ID: <86frn517xd.fsf@ltc.des.dev> In-Reply-To: <7f4080f5-a371-9940-480b-df13956c76ab@FreeBSD.org> (Sean C. Farley's message of "Thu, 28 Nov 2024 22:54:32 -0500 (EST)") References: <4D541C32-7DF4-4CAC-B31E-D4DD17977154.ref@yahoo.com> <4D541C32-7DF4-4CAC-B31E-D4DD17977154@yahoo.com> <7f4080f5-a371-9940-480b-df13956c76ab@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Sean C. Farley" <scf@FreeBSD.org> writes: > I ran all of the tmpfs*.sh tests from HEAD which all pass except for > tmpfs24.sh. > > $ ./all.sh -o tmpfs24.sh > 20241128 22:33:38 all: tmpfs24.sh > Min hole size is 4096, file size is 524288000. > data #1 @ 0, size=3D4096) > hole #2 @ 4096, size=3D4096 > data #3 @ 8192, size=3D4096) > hole #4 @ 12288, size=3D4096 > data #5 @ 16384, size=3D4096) > hole #6 @ 20480, size=3D524267520 > --- /tmp/tmpfs24.exp 2024-11-28 22:33:40.222199000 -0500 > +++ /tmp/tmpfs24.log 2024-11-28 22:33:40.225048000 -0500 > @@ -5,4 +5,3 @@ > hole #4 @ 12288, size=3D4096 > data #5 @ 16384, size=3D4096) > hole #6 @ 20480, size=3D524267520 > -<<Missing EOF hole>> > FAIL tmpfs24.sh exit code 1 This appears to be a bug in the test. The lsholes program is incapable of producing the <<Missing EOF hole>> line, and the output it does produce is consistent with what the test should expect to find. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86frn517xd.fsf>