-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.8, rhel-10.2
-
None
-
None
-
55e85c1e48c2aae71c0b5907fd22a3e9b978b6e8
-
1
-
rhel-pt-c-libs
-
3
-
False
-
False
-
-
No
-
PT C Libraries 2026 S04
-
None
-
None
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
Summary
The test io/tst-stat is experiencing transient failures. The logs indicate that the symlink creation fails, leading to cascading failures in subsequent fstatat checks and cleanup errors.
Failure Logs
io/tst-stat.out
=====FAIL: io/tst-stat.out=====
tst-stat.c:125: numeric comparison failure
left: -1 (0xffffffff); from: symlink ("tst-fstat.target", linkame)
right: 0 (0x0); from: 0
tst-stat.c:71: numeric comparison failure
left: -1 (0xffffffff); from: fstatat (AT_FDCWD, path, st, AT_SYMLINK_NOFOLLOW)
right: 0 (0x0); from: 0
tst-stat.c:72: numeric comparison failure
left: 1 (0x1); from: !S_ISLNK(st->st_mode)
right: 0 (0x0); from: 0
warning: could not remove temporary file: tst-fstat.linkname: No such file or directory
error: 3 test failures
=====FAIL: io/tst-stat.test-result=====
FAIL: io/tst-stat
Analysis
This appears to be a transient issue possibly related to the environment's filesystem state or a race condition in temporary file naming/creation. The test expects a clean environment to create symbolic links, but the failure at line 125 prevents the rest of the test logic from executing correctly.