Skip to content

Conversation

@anoopcs9
Copy link
Collaborator

We have noticed failures in several recently added tests due to a missing loop device on the client (VM) machine. See below for an example:

run_ltp.sh: /opt/ltp/testcases/bin/chdir01
tst_buffers.c:57: TINFO: Test is using guarded buffers
tst_tmpdir.c:316: TINFO: Using /testdir/LTP_chdQCZGxn as tmpdir (unknown filesystem)
tst_device.c:97: TBROK: Could not stat loop device 0

Summary:
passed   0
failed   0
broken   1
skipped  0
warnings 0

For the time being, we remove those tests until we know the actual requirement for loop devices while running them.

We have noticed failures in several recently added tests due to a
missing loop device on the client (VM) machine. See below for an
example:

```
run_ltp.sh: /opt/ltp/testcases/bin/chdir01
tst_buffers.c:57: TINFO: Test is using guarded buffers
tst_tmpdir.c:316: TINFO: Using /testdir/LTP_chdQCZGxn as tmpdir (unknown filesystem)
tst_device.c:97: TBROK: Could not stat loop device 0

Summary:
passed   0
failed   0
broken   1
skipped  0
warnings 0
```

For the time being, we remove those tests until we know the actual
requirement for loop devices while running them.

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
@anoopcs9
Copy link
Collaborator Author

anoopcs9 commented Nov 14, 2025

CI reports the following failures these days:

Errors occurred during LTP tests:
/opt/ltp/testcases/bin/chdir01
/opt/ltp/testcases/bin/close_range01
/opt/ltp/testcases/bin/fallocate04
/opt/ltp/testcases/bin/fallocate05
/opt/ltp/testcases/bin/fallocate06
/opt/ltp/testcases/bin/fgetxattr01
/opt/ltp/testcases/bin/fremovexattr01
/opt/ltp/testcases/bin/fremovexattr02
/opt/ltp/testcases/bin/fsetxattr01
/opt/ltp/testcases/bin/fstatfs01
/opt/ltp/testcases/bin/fsync01
/opt/ltp/testcases/bin/getdents01
/opt/ltp/testcases/bin/getdents02
/opt/ltp/testcases/bin/lremovexattr01
/opt/ltp/testcases/bin/mkdir09
/opt/ltp/testcases/bin/openat02
/opt/ltp/testcases/bin/open_tree01
/opt/ltp/testcases/bin/open_tree02
/opt/ltp/testcases/bin/readdir01
/opt/ltp/testcases/bin/rename01
/opt/ltp/testcases/bin/rename03
/opt/ltp/testcases/bin/rename04
/opt/ltp/testcases/bin/rename05
/opt/ltp/testcases/bin/rename06
/opt/ltp/testcases/bin/rename07
/opt/ltp/testcases/bin/rename08
/opt/ltp/testcases/bin/rename10
/opt/ltp/testcases/bin/rename12
/opt/ltp/testcases/bin/rename13
/opt/ltp/testcases/bin/rename14
/opt/ltp/testcases/bin/setxattr01
/opt/ltp/testcases/bin/statfs01
/opt/ltp/testcases/bin/statx04
/opt/ltp/testcases/bin/statx08

@anoopcs9 anoopcs9 requested review from spuiuk and synarete November 14, 2025 07:07
Copy link
Collaborator

@synarete synarete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Collaborator

@spuiuk spuiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@spuiuk spuiuk merged commit f6e02b1 into samba-in-kubernetes:main Nov 17, 2025
4 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants