[Bug 274602] Test suite failures on 14.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Oct 2023 13:54:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274602

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
The first three did not fail on a re-run
# kyua test -k /usr/tests/lib/libc/nss/Kyuafile

The others are reproducible on re-run
# kyua test -k /usr/tests/sys/fs/tmpfs/Kyuafile
# kyua test -k /usr/tests/usr.sbin/mixer/Kyuafile

===

For the tmpfs tests kyua report --verbose -r ... shows:

Result:     failed: Incorrect atime
Start time: 2023-10-20T13:52:13.292723Z
End time:   2023-10-20T13:52:14.368358Z
Duration:   1.076s

Metadata:
    allowed_architectures is empty
    allowed_platforms is empty
    description = Tests that creating an empty file and later manipulating it
updates times correctly
    has_cleanup = false
    is_exclusive = false
    required_configs is empty
    required_disk_space = 0
    required_files is empty
    required_memory = 0
    required_programs is empty
    required_user = root
    timeout = 300

Standard output:
Executing command [ mkdir /tmp/kyua.1N7Z2W/93/work/mntpt ]
mount -t tmpfs  tmpfs /tmp/kyua.1N7Z2W/93/work/mntpt
Executing command [ touch a ]
Executing command [ cat a ]

Standard error:
Files left in work directory after failure: mntpt, mounterr

===

For the mixer tests kyua report --verbose -r ... shows:

Standard output:
Executing command [ /bin/sh -c mixer vol | awk '{print $7}' ]
vol.volume=1.00:1.00
vol.mute=0

Standard error:
Fail: regexp ^[0-9]{1,3}:[0-9]{1,3}$ not in stdout


Files left in work directory after failure: saved_vol
mixer: : no such device

-- 
You are receiving this mail because:
You are the assignee for the bug.