* [LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system
@ 2019-05-13 7:04 Naresh Kamboju
2019-05-13 7:16 ` Jan Stancek
0 siblings, 1 reply; 3+ messages in thread
From: Naresh Kamboju @ 2019-05-13 7:04 UTC (permalink / raw)
To: ltp
We have noticed 274 syscall test failures on x86_64 and i386 due to
Make the temporary directory in one shot using mkdtemp failed.
tst_tmpdir.c:264: BROK: tst_tmpdir:
mkdtemp(/scratch/ltp-7D8vAcYeFG/OXuquJ) failed: EROFS
Failed log:
------------
pread01 1 TBROK : tst_tmpdir.c:264: tst_tmpdir:
mkdtemp(/scratch/ltp-7D8vAcYeFG/preAUvXAE) failed: errno=EROFS(30):
Read-only file system
pread01 2 TBROK : tst_tmpdir.c:264: Remaining cases broken
full test log,
--------------
https://lkft.validation.linaro.org/scheduler/job/711826#L7834
LTP Version: 20190115
Kernel bad commit:
------------
git branch master
git commit dd5001e21a991b731d659857cd07acc7a13e6789
git describe v5.1-3486-gdd5001e21a99
git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Kernel good commit:
------------
git branch master
git commit d3511f53bb2475f2a4e8460bee5a1ae6dea2a433
git describe v5.1-3385-gd3511f53bb24
git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Best regards
Naresh Kamboju
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system
2019-05-13 7:04 [LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system Naresh Kamboju
@ 2019-05-13 7:16 ` Jan Stancek
2019-05-14 9:20 ` Heiko Carstens
0 siblings, 1 reply; 3+ messages in thread
From: Jan Stancek @ 2019-05-13 7:16 UTC (permalink / raw)
To: ltp
----- Original Message -----
> We have noticed 274 syscall test failures on x86_64 and i386 due to
> Make the temporary directory in one shot using mkdtemp failed.
> tst_tmpdir.c:264: BROK: tst_tmpdir:
> mkdtemp(/scratch/ltp-7D8vAcYeFG/OXuquJ) failed: EROFS
Looks like ext4 bug:
[ 1916.032087] EXT4-fs error (device sda): ext4_find_extent:909: inode #8: comm jbd2/sda-8: pblk 121667583 bad header/extent: invalid extent entries - magic f30a, entries 8, max 340(340), depth 0(0)
[ 1916.073840] jbd2_journal_bmap: journal block not found at offset 4455 on sda-8
[ 1916.081071] Aborting journal on device sda-8.
[ 1916.348652] EXT4-fs error (device sda): ext4_journal_check_start:61: Detected aborted journal
[ 1916.357222] EXT4-fs (sda): Remounting filesystem read-only
So best place for report is likely linux-ext4@vger.kernel.org
>
> Failed log:
> ------------
> pread01 1 TBROK : tst_tmpdir.c:264: tst_tmpdir:
> mkdtemp(/scratch/ltp-7D8vAcYeFG/preAUvXAE) failed: errno=EROFS(30):
> Read-only file system
> pread01 2 TBROK : tst_tmpdir.c:264: Remaining cases broken
>
> full test log,
> --------------
> https://lkft.validation.linaro.org/scheduler/job/711826#L7834
>
> LTP Version: 20190115
>
> Kernel bad commit:
> ------------
> git branch master
> git commit dd5001e21a991b731d659857cd07acc7a13e6789
> git describe v5.1-3486-gdd5001e21a99
> git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>
> Kernel good commit:
> ------------
> git branch master
> git commit d3511f53bb2475f2a4e8460bee5a1ae6dea2a433
> git describe v5.1-3385-gd3511f53bb24
> git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>
> Best regards
> Naresh Kamboju
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system
2019-05-13 7:16 ` Jan Stancek
@ 2019-05-14 9:20 ` Heiko Carstens
0 siblings, 0 replies; 3+ messages in thread
From: Heiko Carstens @ 2019-05-14 9:20 UTC (permalink / raw)
To: ltp
On Mon, May 13, 2019 at 03:16:11AM -0400, Jan Stancek wrote:
> ----- Original Message -----
> > We have noticed 274 syscall test failures on x86_64 and i386 due to
> > Make the temporary directory in one shot using mkdtemp failed.
> > tst_tmpdir.c:264: BROK: tst_tmpdir:
> > mkdtemp(/scratch/ltp-7D8vAcYeFG/OXuquJ) failed: EROFS
>
> Looks like ext4 bug:
>
> [ 1916.032087] EXT4-fs error (device sda): ext4_find_extent:909: inode #8: comm jbd2/sda-8: pblk 121667583 bad header/extent: invalid extent entries - magic f30a, entries 8, max 340(340), depth 0(0)
> [ 1916.073840] jbd2_journal_bmap: journal block not found at offset 4455 on sda-8
> [ 1916.081071] Aborting journal on device sda-8.
> [ 1916.348652] EXT4-fs error (device sda): ext4_journal_check_start:61: Detected aborted journal
> [ 1916.357222] EXT4-fs (sda): Remounting filesystem read-only
>
> So best place for report is likely linux-ext4@vger.kernel.org
Actually adding the mailing list, since there has been at least one
other report about ext4 filesystem corruption.
FWIW, I've seen the above also at least once on s390 when using a
kernel built with git commit 47782361aca2.
> >
> > Failed log:
> > ------------
> > pread01 1 TBROK : tst_tmpdir.c:264: tst_tmpdir:
> > mkdtemp(/scratch/ltp-7D8vAcYeFG/preAUvXAE) failed: errno=EROFS(30):
> > Read-only file system
> > pread01 2 TBROK : tst_tmpdir.c:264: Remaining cases broken
> >
> > full test log,
> > --------------
> > https://lkft.validation.linaro.org/scheduler/job/711826#L7834
> >
> > LTP Version: 20190115
> >
> > Kernel bad commit:
> > ------------
> > git branch master
> > git commit dd5001e21a991b731d659857cd07acc7a13e6789
> > git describe v5.1-3486-gdd5001e21a99
> > git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> >
> > Kernel good commit:
> > ------------
> > git branch master
> > git commit d3511f53bb2475f2a4e8460bee5a1ae6dea2a433
> > git describe v5.1-3385-gd3511f53bb24
> > git repo https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> >
> > Best regards
> > Naresh Kamboju
> >
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-14 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-13 7:04 [LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system Naresh Kamboju
2019-05-13 7:16 ` Jan Stancek
2019-05-14 9:20 ` Heiko Carstens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox