2021-03-05 09:45:49

by Jia-Ju Bai

[permalink] [raw]
Subject: [PATCH] fs: btrfs: fix error return code of btrfs_recover_relocation()

When the list of reloc_roots is empty, no error return code of
btrfs_recover_relocation() is assigned.
To fix this bug, err is assigned with -ENOENT as error return code.

Reported-by: TOTE Robot <[email protected]>
Signed-off-by: Jia-Ju Bai <[email protected]>
---
fs/btrfs/relocation.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
index 232d5da7b7be..631b672a852f 100644
--- a/fs/btrfs/relocation.c
+++ b/fs/btrfs/relocation.c
@@ -3817,8 +3817,10 @@ int btrfs_recover_relocation(struct btrfs_root *root)
}
btrfs_release_path(path);

- if (list_empty(&reloc_roots))
+ if (list_empty(&reloc_roots)) {
+ err = -ENOENT;
goto out;
+ }

rc = alloc_reloc_control(fs_info);
if (!rc) {
--
2.17.1


2021-03-05 11:29:51

by Filipe Manana

[permalink] [raw]
Subject: Re: [PATCH] fs: btrfs: fix error return code of btrfs_recover_relocation()

On Fri, Mar 5, 2021 at 9:46 AM Jia-Ju Bai <[email protected]> wrote:
>
> When the list of reloc_roots is empty, no error return code of
> btrfs_recover_relocation() is assigned.
> To fix this bug, err is assigned with -ENOENT as error return code.

No, there isn't any such bug.

If there are no reloc roots, it means there's no relocation to resume,
in which case err is already 0 and we therefore return 0.
By setting err to -ENOENT, that will cause a mount failure on any fs
that does not have relocation to resume.

You could have tested this simply by doing:

$ mkfs.btrfs -f /dev/sdc
$ mount /dev/sdc /mnt/sdc
mount: /mnt/sdc: mount(2) system call failed: No such file or directory.

It's always a good idea to test patches, even if we are very
comfortable with the code they are touching...

Thanks.


>
> Reported-by: TOTE Robot <[email protected]>
> Signed-off-by: Jia-Ju Bai <[email protected]>
> ---
> fs/btrfs/relocation.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
> index 232d5da7b7be..631b672a852f 100644
> --- a/fs/btrfs/relocation.c
> +++ b/fs/btrfs/relocation.c
> @@ -3817,8 +3817,10 @@ int btrfs_recover_relocation(struct btrfs_root *root)
> }
> btrfs_release_path(path);
>
> - if (list_empty(&reloc_roots))
> + if (list_empty(&reloc_roots)) {
> + err = -ENOENT;
> goto out;
> + }
>
> rc = alloc_reloc_control(fs_info);
> if (!rc) {
> --
> 2.17.1
>


--
Filipe David Manana,

“Whether you think you can, or you think you can't — you're right.”

2021-03-09 13:54:13

by Oliver Sang

[permalink] [raw]
Subject: [fs] 3c6be3a73b: ltp.fsopen01.fail


Greeting,

FYI, we noticed the following commit (built with gcc-9):

commit: 3c6be3a73b969746256d2ad3573b1ee72e8454ee ("[PATCH] fs: btrfs: fix error return code of btrfs_recover_relocation()")
url: https://github.com/0day-ci/linux/commits/Jia-Ju-Bai/fs-btrfs-fix-error-return-code-of-btrfs_recover_relocation/20210307-120011
base: https://git.kernel.org/cgit/linux/kernel/git/kdave/linux.git for-next

in testcase: ltp
version: ltp-x86_64-14c1f76-1_20210101
with following parameters:

disk: 1HDD
fs: xfs
test: syscalls-07
ucode: 0xe2

test-description: The LTP testsuite contains a collection of tools for testing the Linux kernel and related features.
test-url: http://linux-test-project.github.io/


on test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz with 32G memory

caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):




If you fix the issue, kindly add following tag
Reported-by: kernel test robot <[email protected]>

2021-03-09 01:36:29 ln -sf /usr/bin/genisoimage /usr/bin/mkisofs
2021-03-09 01:36:29 ./runltp -f syscalls-07 -d /fs/sda1/tmpdir
INFO: creating /lkp/benchmarks/ltp/output directory
INFO: creating /lkp/benchmarks/ltp/results directory
Checking for required user/group ids

'nobody' user id and group found.
'bin' user id and group found.
'daemon' user id and group found.
Users group found.
Sys group found.
Required users/groups exist.
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

/etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

uname:
Linux lkp-skl-d02 5.12.0-rc1-g3c6be3a73b96 #1 SMP Mon Mar 8 10:47:45 CST 2021 x86_64 GNU/Linux

/proc/cmdline
ip=::::lkp-skl-d02::dhcp root=/dev/ram0 user=lkp job=/lkp/jobs/scheduled/lkp-skl-d02/ltp-1HDD-xfs-syscalls-07-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-3c6be3a73b969746256d2ad3573b1ee72e8454ee-20210309-23969-1t26ah3-1.yaml ARCH=x86_64 kconfig=x86_64-rhel-8.3 branch=linux-review/Jia-Ju-Bai/fs-btrfs-fix-error-return-code-of-btrfs_recover_relocation/20210307-120011 commit=3c6be3a73b969746256d2ad3573b1ee72e8454ee BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/3c6be3a73b969746256d2ad3573b1ee72e8454ee/vmlinuz-5.12.0-rc1-g3c6be3a73b96 max_uptime=2100 RESULT_ROOT=/result/ltp/1HDD-xfs-syscalls-07-ucode=0xe2/lkp-skl-d02/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/3c6be3a73b969746256d2ad3573b1ee72e8454ee/3 LKP_SERVER=internal-lkp-server nokaslr selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw

Gnu C gcc (Debian 8.3.0-6) 8.3.0
Clang
Gnu make 4.2.1
util-linux 2.33.1
mount linux 2.33.1 (libmount 2.33.1: selinux, smack, btrfs, namespaces, assert, debug)
modutils 26
e2fsprogs 1.44.5
Linux C Library > libc.2.28
Dynamic linker (ldd) 2.28
Procps 3.3.15
Net-tools 2.10-alpha
iproute2 iproute2-ss190107
iputils iputils-s20180629
ethtool 4.19
Kbd 119:
Sh-utils 8.30
Modules Loaded dm_mod xfs libcrc32c ipmi_devintf ipmi_msghandler sd_mod t10_pi sg mei_wdt intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp i915 kvm_intel intel_gtt drm_kms_helper syscopyarea kvm sysfillrect irqbypass sysimgblt crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel fb_sys_fops mei_me rapl wmi_bmof intel_cstate ahci drm libahci mei intel_uncore intel_pch_thermal libata wmi video intel_pmc_core acpi_pad ip_tables

free reports:
total used free shared buff/cache available
Mem: 32754220 306120 29958112 21780 2489988 29722784
Swap: 0 0 0

cpuinfo:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 39 bits physical, 48 bits virtual
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 94
Model name: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
Stepping: 3
CPU MHz: 3200.000
CPU max MHz: 3600.0000
CPU min MHz: 800.0000
BogoMIPS: 6399.96
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d

AppArmor enabled

SELinux mode: unknown
no big block device was specified on commandline.
Tests which require a big block device are disabled.
You can specify it with option -z
COMMAND: /lkp/benchmarks/ltp/bin/ltp-pan -e -S -a 2534 -n 2534 -p -f /fs/sda1/tmpdir/ltp-rUT0eB0OZ3/alltests -l /lkp/benchmarks/ltp/results/LTP_RUN_ON-2021_03_09-01h_36m_29s.log -C /lkp/benchmarks/ltp/output/LTP_RUN_ON-2021_03_09-01h_36m_29s.failed -T /lkp/benchmarks/ltp/output/LTP_RUN_ON-2021_03_09-01h_36m_29s.tconf
LOG File: /lkp/benchmarks/ltp/results/LTP_RUN_ON-2021_03_09-01h_36m_29s.log
FAILED COMMAND File: /lkp/benchmarks/ltp/output/LTP_RUN_ON-2021_03_09-01h_36m_29s.failed
TCONF COMMAND File: /lkp/benchmarks/ltp/output/LTP_RUN_ON-2021_03_09-01h_36m_29s.tconf
Running tests.......
<<<test_start>>>
tag=abort01 stime=1615253789
cmdline="abort01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
abort01.c:61: TPASS: abort() dumped core
abort01.c:64: TPASS: abort() raised SIGIOT

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=access02 stime=1615253789
cmdline="access02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
access02.c:63: TPASS: access(file_f, F_OK) as root passed
access02.c:142: TPASS: access(file_f, F_OK) as root behaviour is correct.
access02.c:63: TPASS: access(file_f, F_OK) as nobody passed
access02.c:142: TPASS: access(file_f, F_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(file_r, R_OK) as root passed
access02.c:142: TPASS: access(file_r, R_OK) as root behaviour is correct.
access02.c:63: TPASS: access(file_r, R_OK) as nobody passed
access02.c:142: TPASS: access(file_r, R_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(file_w, W_OK) as root passed
access02.c:142: TPASS: access(file_w, W_OK) as root behaviour is correct.
access02.c:63: TPASS: access(file_w, W_OK) as nobody passed
access02.c:142: TPASS: access(file_w, W_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(file_x, X_OK) as root passed
access02.c:142: TPASS: access(file_x, X_OK) as root behaviour is correct.
access02.c:63: TPASS: access(file_x, X_OK) as nobody passed
access02.c:142: TPASS: access(file_x, X_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(symlink_f, F_OK) as root passed
access02.c:142: TPASS: access(symlink_f, F_OK) as root behaviour is correct.
access02.c:63: TPASS: access(symlink_f, F_OK) as nobody passed
access02.c:142: TPASS: access(symlink_f, F_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(symlink_r, R_OK) as root passed
access02.c:142: TPASS: access(symlink_r, R_OK) as root behaviour is correct.
access02.c:63: TPASS: access(symlink_r, R_OK) as nobody passed
access02.c:142: TPASS: access(symlink_r, R_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(symlink_w, W_OK) as root passed
access02.c:142: TPASS: access(symlink_w, W_OK) as root behaviour is correct.
access02.c:63: TPASS: access(symlink_w, W_OK) as nobody passed
access02.c:142: TPASS: access(symlink_w, W_OK) as nobody behaviour is correct.
access02.c:63: TPASS: access(symlink_x, X_OK) as root passed
access02.c:142: TPASS: access(symlink_x, X_OK) as root behaviour is correct.
access02.c:63: TPASS: access(symlink_x, X_OK) as nobody passed
access02.c:142: TPASS: access(symlink_x, X_OK) as nobody behaviour is correct.

Summary:
passed 32
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=alarm02 stime=1615253789
cmdline="alarm02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
alarm02.c:62: TPASS: alarm(2147483647) returned 2147483647 as expected for value INT_MAX
alarm02.c:62: TPASS: alarm(2147483647) returned 2147483647 as expected for value UINT_MAX/2
alarm02.c:62: TPASS: alarm(1073741823) returned 1073741823 as expected for value UINT_MAX/4

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=bind01 stime=1615253789
cmdline="bind01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
bind01.c:52: TPASS: invalid salen: EINVAL (22)
bind01.c:52: TPASS: invalid socket: ENOTSOCK (88)
bind01.c:55: TPASS: INADDR_ANYPORT passed
bind01.c:52: TPASS: UNIX-domain of current directory: EAFNOSUPPORT (97)
bind01.c:52: TPASS: non-local address: EADDRNOTAVAIL (99)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=brk01 stime=1615253789
cmdline="brk01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed
brk01.c:34: TPASS: brk() passed

Summary:
passed 33
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=chmod01 stime=1615253789
cmdline="chmod01"
contacts=""
analysis=exit
<<<test_output>>>
chmod01 1 TPASS : Functionality of chmod(testfile, 0) successful
chmod01 2 TPASS : Functionality of chmod(testfile, 07) successful
chmod01 3 TPASS : Functionality of chmod(testfile, 070) successful
chmod01 4 TPASS : Functionality of chmod(testfile, 0700) successful
chmod01 5 TPASS : Functionality of chmod(testfile, 0777) successful
chmod01 6 TPASS : Functionality of chmod(testfile, 02777) successful
chmod01 7 TPASS : Functionality of chmod(testfile, 04777) successful
chmod01 8 TPASS : Functionality of chmod(testfile, 06777) successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=chmod07 stime=1615253789
cmdline="chmod07"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
chmod07.c:59: TPASS: Functionality of chmod(testfile, 01777) successful

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=chown01 stime=1615253789
cmdline="chown01"
contacts=""
analysis=exit
<<<test_output>>>
chown01 1 TPASS : chown(t_2687, 0,0) returned 0
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=chown04_16 stime=1615253790
cmdline="chown04_16"
contacts=""
analysis=exit
<<<test_output>>>
mke2fs 1.44.5 (15-Dec-2018)
chown04_16 0 TINFO : Found free device 0 '/dev/loop0'
chown04_16 0 TINFO : Formatting /dev/loop0 with ext2 opts='' extra opts=''
chown04_16 1 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/chown/../utils/compat_16.h:166: 16-bit version of chown() is not supported on your platform
chown04_16 2 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/chown/../utils/compat_16.h:166: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=2
<<<test_end>>>
<<<test_start>>>
tag=chroot02 stime=1615253790
cmdline="chroot02"
contacts=""
analysis=exit
<<<test_output>>>
chroot02 1 TPASS : chroot functionality correct
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=clock_adjtime01 stime=1615253790
cmdline="clock_adjtime01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
clock_adjtime01.c:191: TINFO: Testing variant: syscall with old kernel spec
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342067(us)
clock_adjtime.h:160: TINFO: SET
mode: 32769
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342071(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342073(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=8001)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342091(us)
clock_adjtime.h:160: TINFO: SET
mode: 40961
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342094(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342111(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=a001)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 2
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342115(us)
clock_adjtime.h:160: TINFO: SET
mode: 16447
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342117(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342120(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=403f)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342124(us)
clock_adjtime.h:160: TINFO: SET
mode: 1
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342127(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342129(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=1)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 0
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342133(us)
clock_adjtime.h:160: TINFO: SET
mode: 2
offset: 0
frequency: 100
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342149(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 100
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342152(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=2)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 100
maxerror: 16000000
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342156(us)
clock_adjtime.h:160: TINFO: SET
mode: 4
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342158(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342161(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=4)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000000
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342165(us)
clock_adjtime.h:160: TINFO: SET
mode: 8
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342167(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342170(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=8)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 6
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342174(us)
clock_adjtime.h:160: TINFO: SET
mode: 32
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 10
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342176(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 10
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342179(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=20)
clock_adjtime.h:160: TINFO: GET
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 10
precision: 1
tolerance: 32768000
tick: 10000
raw time: 1615253790(s) 342183(us)
clock_adjtime.h:160: TINFO: SET
mode: 16384
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 10
precision: 1
tolerance: 32768000
tick: 11000
raw time: 1615253790(s) 342185(us)
clock_adjtime.h:160: TINFO: VERIFY
mode: 0
offset: 0
frequency: 100
maxerror: 16000100
esterror: 16000100
status: 64 (0x40)
time_constant: 10
precision: 1
tolerance: 32768000
tick: 11000
raw time: 1615253790(s) 342188(us)
clock_adjtime01.c:182: TPASS: clock_adjtime(): success (mode=4000)

Summary:
passed 9
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=close01 stime=1615253790
cmdline="close01"
contacts=""
analysis=exit
<<<test_output>>>
close01 1 TPASS : file appears closed
close01 2 TPASS : pipe appears closed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=confstr01 stime=1615253790
cmdline="confstr01"
contacts=""
analysis=exit
<<<test_output>>>
confstr01 1 TPASS : confstr PATH = '/bin:/usr/bin'
confstr01 2 TPASS : confstr XBS5_ILP32_OFF32_CFLAGS = ''
confstr01 3 TPASS : confstr XBS5_ILP32_OFF32_LDFLAGS = ''
confstr01 4 TPASS : confstr XBS5_ILP32_OFF32_LIBS = ''
confstr01 5 TPASS : confstr XBS5_ILP32_OFF32_LINTFLAGS = ''
confstr01 6 TPASS : confstr XBS5_ILP32_OFFBIG_CFLAGS = ''
confstr01 7 TPASS : confstr XBS5_ILP32_OFFBIG_LDFLAGS = ''
confstr01 8 TPASS : confstr XBS5_ILP32_OFFBIG_LIBS = ''
confstr01 9 TPASS : confstr XBS5_ILP32_OFFBIG_LINTFLAGS = ''
confstr01 10 TPASS : confstr XBS5_LP64_OFF64_CFLAGS = '-m64'
confstr01 11 TPASS : confstr XBS5_LP64_OFF64_LDFLAGS = '-m64'
confstr01 12 TPASS : confstr XBS5_LP64_OFF64_LIBS = ''
confstr01 13 TPASS : confstr XBS5_LP64_OFF64_LINTFLAGS = ''
confstr01 14 TPASS : confstr XBS5_LPBIG_OFFBIG_CFLAGS = ''
confstr01 15 TPASS : confstr XBS5_LPBIG_OFFBIG_LDFLAGS = ''
confstr01 16 TPASS : confstr XBS5_LPBIG_OFFBIG_LIBS = ''
confstr01 17 TPASS : confstr XBS5_LPBIG_OFFBIG_LINTFLAGS = ''
confstr01 18 TPASS : confstr GNU_LIBC_VERSION = 'glibc 2.28'
confstr01 19 TPASS : confstr GNU_LIBPTHREAD_VERSION = 'NPTL 2.28'
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=creat06 stime=1615253790
cmdline="creat06"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
creat06.c:105: TPASS: got expected failure: EISDIR (21)
creat06.c:105: TPASS: got expected failure: ENAMETOOLONG (36)
creat06.c:105: TPASS: got expected failure: ENOENT (2)
creat06.c:105: TPASS: got expected failure: ENOTDIR (20)
creat06.c:105: TPASS: got expected failure: EFAULT (14)
creat06.c:105: TPASS: got expected failure: EACCES (13)
creat06.c:105: TPASS: got expected failure: ELOOP (40)
creat06.c:105: TPASS: got expected failure: EROFS (30)

Summary:
passed 8
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=epoll_create1_01 stime=1615253790
cmdline="epoll_create1_01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
epoll_create1_01.c:46: TPASS: epoll_create1(EPOLL_CLOEXEC) PASSED

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=eventfd2_01 stime=1615253790
cmdline="eventfd2_01"
contacts=""
analysis=exit
<<<test_output>>>
eventfd2_01 1 TPASS : eventfd2(EFD_CLOEXEC) Passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=eventfd2_02 stime=1615253790
cmdline="eventfd2_02"
contacts=""
analysis=exit
<<<test_output>>>
eventfd2_02 1 TPASS : eventfd2(EFD_NONBLOCK) PASSED
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=execveat01 stime=1615253790
cmdline="execveat01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
execveat_child.c:17: TPASS: execveat_child run as expected
execveat_child.c:17: TPASS: execveat_child run as expected
execveat_child.c:17: TPASS: execveat_child run as expected
execveat_child.c:17: TPASS: execveat_child run as expected

Summary:
passed 4
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=exit01 stime=1615253790
cmdline="exit01"
contacts=""
analysis=exit
<<<test_output>>>
exit01 1 TPASS : exit() test PASSED
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fsetxattr01 stime=1615253790
cmdline="fsetxattr01"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_supported_fs_types.c:60: TINFO: Kernel supports ext2
tst_supported_fs_types.c:44: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext3
tst_supported_fs_types.c:44: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext4
tst_supported_fs_types.c:44: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports xfs
tst_supported_fs_types.c:44: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:44: TINFO: mkfs.btrfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports vfat
tst_supported_fs_types.c:44: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:83: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:92: TINFO: FUSE does support ntfs
tst_supported_fs_types.c:44: TINFO: mkfs.ntfs does exist
tst_test.c:1329: TINFO: Testing on ext2
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ENODATA (61)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: E2BIG (7)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EEXIST (17)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EFAULT (14)
tst_test.c:1329: TINFO: Testing on ext3
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ENODATA (61)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: E2BIG (7)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EEXIST (17)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EFAULT (14)
tst_test.c:1329: TINFO: Testing on ext4
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ENODATA (61)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: E2BIG (7)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EEXIST (17)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EFAULT (14)
tst_test.c:1329: TINFO: Testing on xfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EINVAL (22)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ENODATA (61)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: E2BIG (7)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EEXIST (17)
fsetxattr01.c:164: TPASS: fsetxattr(2) passed
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: ERANGE (34)
fsetxattr01.c:186: TPASS: fsetxattr(2) failed: EFAULT (14)
tst_test.c:1329: TINFO: Testing on btrfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with btrfs opts='' extra opts=''
tst_test.c:870: TBROK: mount(/dev/loop0, mntpoint, btrfs, 0, (nil)) failed: ENOENT (2)

Summary:
passed 36
failed 0
broken 1
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=2 corefile=no
cutime=5 cstime=20
<<<test_end>>>
<<<test_start>>>
tag=fsetxattr02 stime=1615253792
cmdline="fsetxattr02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsetxattr02.c:170: TPASS: fsetxattr(2) on testfile passed
fsetxattr02.c:170: TPASS: fsetxattr(2) on testdir passed
fsetxattr02.c:192: TPASS: fsetxattr(2) on symlink failed: EEXIST (17)
fsetxattr02.c:192: TPASS: fsetxattr(2) on fifo failed: EPERM (1)
fsetxattr02.c:192: TPASS: fsetxattr(2) on chr failed: EPERM (1)
fsetxattr02.c:192: TPASS: fsetxattr(2) on blk failed: EPERM (1)
fsetxattr02.c:192: TPASS: fsetxattr(2) on sock failed: EPERM (1)

Summary:
passed 7
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=posix_fadvise02 stime=1615253792
cmdline="posix_fadvise02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF
posix_fadvise02.c:59: TPASS: expected failure - returned value = 9 : EBADF

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fchmod04 stime=1615253792
cmdline="fchmod04"
contacts=""
analysis=exit
<<<test_output>>>
fchmod04 1 TPASS : Functionality of fchmod(4, 01777) successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fchown04 stime=1615253792
cmdline="fchown04"
contacts=""
analysis=exit
<<<test_output>>>
mke2fs 1.44.5 (15-Dec-2018)
fchown04 0 TINFO : Found free device 0 '/dev/loop0'
fchown04 0 TINFO : Formatting /dev/loop0 with ext2 opts='' extra opts=''
fchown04 1 TPASS : fchown failed as expected: TEST_ERRNO=EPERM(1): Operation not permitted
fchown04 2 TPASS : fchown failed as expected: TEST_ERRNO=EBADF(9): Bad file descriptor
fchown04 3 TPASS : fchown failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=3
<<<test_end>>>
<<<test_start>>>
tag=fcntl01 stime=1615253792
cmdline="fcntl01"
contacts=""
analysis=exit
<<<test_output>>>
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl07 stime=1615253792
cmdline="fcntl07"
contacts=""
analysis=exit
<<<test_output>>>
fcntl07 1 TPASS : regular file CLOEXEC fd was closed after exec()
fcntl07 2 TPASS : pipe (write end) CLOEXEC fd was closed after exec()
fcntl07 3 TPASS : pipe (read end) CLOEXEC fd was closed after exec()
fcntl07 4 TPASS : fifo CLOEXEC fd was closed after exec()
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl07_64 stime=1615253792
cmdline="fcntl07_64"
contacts=""
analysis=exit
<<<test_output>>>
fcntl07 1 TPASS : regular file CLOEXEC fd was closed after exec()
fcntl07 2 TPASS : pipe (write end) CLOEXEC fd was closed after exec()
fcntl07 3 TPASS : pipe (read end) CLOEXEC fd was closed after exec()
fcntl07 4 TPASS : fifo CLOEXEC fd was closed after exec()
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl10 stime=1615253792
cmdline="fcntl10"
contacts=""
analysis=exit
<<<test_output>>>
fcntl10 1 TPASS : fcntl(tfile_2829, F_SETLKW, &flocks) flocks.l_type = F_WRLCK returned 0
fcntl10 2 TPASS : fcntl(tfile_2829, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
fcntl10 1 TPASS : fcntl(tfile_2829, F_SETLKW, &flocks) flocks.l_type = F_RDLCK returned 0
fcntl10 2 TPASS : fcntl(tfile_2829, F_SETLKW, &flocks) flocks.l_type = F_UNLCK returned 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl13_64 stime=1615253792
cmdline="fcntl13_64"
contacts=""
analysis=exit
<<<test_output>>>
fcntl13 1 TPASS : got EINVAL
fcntl13 2 TPASS : F_SETLK: got EFAULT
fcntl13 3 TPASS : F_SETLKW: got EFAULT
fcntl13 4 TPASS : F_GETLK: got EFAULT
fcntl13 5 TPASS : got EINVAL
fcntl13 6 TPASS : got EBADFD
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl16 stime=1615253792
cmdline="fcntl16"
contacts=""
analysis=exit
<<<test_output>>>
fcntl16 0 TINFO : Entering block 1
fcntl16 0 TINFO : Test case 1: without manadatory locking PASSED
fcntl16 0 TINFO : Exiting block 1
fcntl16 0 TINFO : Entering block 2
fcntl16 0 TINFO : Test case 2: with mandatory record locking PASSED
fcntl16 0 TINFO : Exiting block 2
fcntl16 0 TINFO : Entering block 3
fcntl16 0 TINFO : Test case 3: mandatory locking with NODELAY PASSED
fcntl16 0 TINFO : Exiting block 3
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=fcntl23 stime=1615253792
cmdline="fcntl23"
contacts=""
analysis=exit
<<<test_output>>>
fcntl23 1 TPASS : fcntl(tfile_2832, F_SETLEASE, F_RDLCK)
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl24_64 stime=1615253792
cmdline="fcntl24_64"
contacts=""
analysis=exit
<<<test_output>>>
fcntl24 1 TPASS : fcntl(tfile_2833, F_SETLEASE, F_WRLCK)
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl25 stime=1615253792
cmdline="fcntl25"
contacts=""
analysis=exit
<<<test_output>>>
fcntl25 1 TPASS : fcntl(tfile_2834, F_SETLEASE, F_WRLCK)
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl29 stime=1615253792
cmdline="fcntl29"
contacts=""
analysis=exit
<<<test_output>>>
fcntl29 1 TPASS : fcntl test F_DUPFD_CLOEXEC success
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl30_64 stime=1615253792
cmdline="fcntl30_64"
contacts=""
analysis=exit
<<<test_output>>>
fcntl30 0 TINFO : orig_pipe_size: 65536 new_pipe_size: 131072
fcntl30 1 TPASS : fcntl test F_GETPIPE_SZand F_SETPIPE_SZ success
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl32 stime=1615253793
cmdline="fcntl32"
contacts=""
analysis=exit
<<<test_output>>>
fcntl32 1 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 2 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 3 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 4 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 5 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 6 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 7 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 8 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
fcntl32 9 TPASS : fcntl(F_SETLEASE, F_WRLCK) failed as expected: TEST_ERRNO=EAGAIN/EWOULDBLOCK(11): Resource temporarily unavailable
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl34 stime=1615253793
cmdline="fcntl34"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fcntl34.c:90: TINFO: write to a file inside threads with OFD locks
fcntl34.c:36: TINFO: spawning '12' threads
fcntl34.c:45: TINFO: waiting for '12' threads
fcntl34.c:99: TINFO: verifying file's data
fcntl34.c:127: TPASS: OFD locks synchronized access between threads

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=fcntl38 stime=1615253793
cmdline="fcntl38"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fcntl38.c:67: TPASS: Got event on parent as expected
fcntl38.c:71: TPASS: Got event on subdir as expected

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fcntl38_64 stime=1615253793
cmdline="fcntl38_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fcntl38.c:67: TPASS: Got event on parent as expected
fcntl38.c:71: TPASS: Got event on subdir as expected

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fremovexattr01 stime=1615253793
cmdline="fremovexattr01"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_supported_fs_types.c:60: TINFO: Kernel supports ext2
tst_supported_fs_types.c:44: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext3
tst_supported_fs_types.c:44: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext4
tst_supported_fs_types.c:44: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports xfs
tst_supported_fs_types.c:44: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:44: TINFO: mkfs.btrfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports vfat
tst_supported_fs_types.c:44: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:83: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:92: TINFO: FUSE does support ntfs
tst_supported_fs_types.c:44: TINFO: mkfs.ntfs does exist
tst_test.c:1329: TINFO: Testing on ext2
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1329: TINFO: Testing on ext3
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1329: TINFO: Testing on ext4
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1329: TINFO: Testing on xfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fremovexattr01.c:66: TPASS: fremovexattr(2) removed attribute as expected
tst_test.c:1329: TINFO: Testing on btrfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with btrfs opts='' extra opts=''
tst_test.c:870: TBROK: mount(/dev/loop0, mntpoint, btrfs, 0, (nil)) failed: ENOENT (2)

Summary:
passed 4
failed 0
broken 1
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=2 corefile=no
cutime=5 cstime=22
<<<test_end>>>
<<<test_start>>>
tag=fsopen01 stime=1615253794
cmdline="fsopen01"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_supported_fs_types.c:60: TINFO: Kernel supports ext2
tst_supported_fs_types.c:44: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext3
tst_supported_fs_types.c:44: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext4
tst_supported_fs_types.c:44: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports xfs
tst_supported_fs_types.c:44: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:44: TINFO: mkfs.btrfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports vfat
tst_supported_fs_types.c:44: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:83: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:88: TINFO: Skipping FUSE as requested by the test
tst_test.c:1329: TINFO: Testing on ext2
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1329: TINFO: Testing on ext3
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1329: TINFO: Testing on ext4
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1329: TINFO: Testing on xfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed
tst_test.c:1329: TINFO: Testing on btrfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with btrfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:42: TFAIL: fsconfig(FSCONFIG_CMD_CREATE) failed: ENOENT (2)
fsopen01.c:42: TFAIL: fsconfig(FSCONFIG_CMD_CREATE) failed: ENOENT (2)
tst_test.c:1329: TINFO: Testing on vfat
tst_test.c:859: TINFO: Formatting /dev/loop0 with vfat opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fsopen01.c:64: TPASS: Flag 0: fsopen() passed
fsopen01.c:64: TPASS: Flag FSOPEN_CLOEXEC: fsopen() passed

Summary:
passed 10
failed 2
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=1 corefile=no
cutime=5 cstime=23
<<<test_end>>>
<<<test_start>>>
tag=fstat03_64 stime=1615253796
cmdline="fstat03_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fstat03.c:49: TPASS: fstat() fails with expected error EBADF
fstat03.c:49: TPASS: fstat() fails with expected error EFAULT

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=fstatfs02 stime=1615253796
cmdline="fstatfs02"
contacts=""
analysis=exit
<<<test_output>>>
fstatfs02 1 TPASS : expected failure - errno = 9 : Bad file descriptor
fstatfs02 2 TPASS : expected failure - errno = 14 : Bad address
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=ftruncate03 stime=1615253796
cmdline="ftruncate03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ftruncate03.c:57: TPASS: ftruncate() failed expectedly: EINVAL (22)
ftruncate03.c:57: TPASS: ftruncate() failed expectedly: EINVAL (22)
ftruncate03.c:57: TPASS: ftruncate() failed expectedly: EINVAL (22)
ftruncate03.c:57: TPASS: ftruncate() failed expectedly: EBADF (9)

Summary:
passed 4
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ftruncate04_64 stime=1615253796
cmdline="ftruncate04_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ftruncate04.c:116: TINFO: Child locks file
ftruncate04.c:60: TPASS: ftruncate() offset before lock failed with EAGAIN
ftruncate04.c:60: TPASS: ftruncate() offset in lock failed with EAGAIN
ftruncate04.c:84: TPASS: ftruncate() offset after lock succeded
ftruncate04.c:127: TINFO: Child unlocks file
ftruncate04.c:84: TPASS: ftruncate() offset in lock succeded
ftruncate04.c:84: TPASS: ftruncate() offset before lock succeded
ftruncate04.c:84: TPASS: ftruncate() offset after lock succeded

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=4
<<<test_end>>>
<<<test_start>>>
tag=getcwd04 stime=1615253796
cmdline="getcwd04"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
getcwd04.c:60: TPASS: Bug is not reproduced!

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=5 termination_type=exited termination_id=0 corefile=no
cutime=329 cstime=658
<<<test_end>>>
<<<test_start>>>
tag=geteuid02_16 stime=1615253801
cmdline="geteuid02_16"
contacts=""
analysis=exit
<<<test_output>>>
geteuid02_16 1 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: 16-bit version of geteuid() is not supported on your platform
geteuid02_16 2 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/geteuid/../utils/compat_16.h:107: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getgid01_16 stime=1615253801
cmdline="getgid01_16"
contacts=""
analysis=exit
<<<test_output>>>
getgid01_16 1 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/getgid/../utils/compat_16.h:102: 16-bit version of getgid() is not supported on your platform
getgid01_16 2 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/getgid/../utils/compat_16.h:102: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getgid03 stime=1615253801
cmdline="getgid03"
contacts=""
analysis=exit
<<<test_output>>>
getgid03 1 TPASS : values from getuid and getpwuid match
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getrandom03 stime=1615253801
cmdline="getrandom03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
getrandom03.c:37: TPASS: getrandom returned 1
getrandom03.c:37: TPASS: getrandom returned 2
getrandom03.c:37: TPASS: getrandom returned 3
getrandom03.c:37: TPASS: getrandom returned 7
getrandom03.c:37: TPASS: getrandom returned 8
getrandom03.c:37: TPASS: getrandom returned 15
getrandom03.c:37: TPASS: getrandom returned 22
getrandom03.c:37: TPASS: getrandom returned 64
getrandom03.c:37: TPASS: getrandom returned 127

Summary:
passed 9
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getresuid01 stime=1615253801
cmdline="getresuid01"
contacts=""
analysis=exit
<<<test_output>>>
getresuid01 1 TPASS : Functionality of getresuid() successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getresuid02 stime=1615253801
cmdline="getresuid02"
contacts=""
analysis=exit
<<<test_output>>>
getresuid02 1 TPASS : Functionality of getresuid() successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getsid02 stime=1615253801
cmdline="getsid02"
contacts=""
analysis=exit
<<<test_output>>>
getsid02 1 TPASS : expected failure - errno = 3 - No such process
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=getxattr05 stime=1615253801
cmdline="getxattr05"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
getxattr05.c:87: TPASS: Got same data when acquiring the value of system.posix_acl_access twice
getxattr05.c:87: TPASS: Got same data when acquiring the value of system.posix_acl_access twice
getxattr05.c:87: TPASS: Got same data when acquiring the value of system.posix_acl_access twice

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ioctl01_02 stime=1615253801
cmdline="test_ioctl"
contacts=""
analysis=exit
<<<test_output>>>
ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty0
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty0

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty1
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty1

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty10
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty10

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty11
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty11

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty12
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty12

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty13
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty13

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty14
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty14

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty15
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty15

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty16
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty16

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty17
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty17

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty18
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty18

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty19
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty19

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty2
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty2

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty20
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty20

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty21
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty21

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty22
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty22

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty23
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty23

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty24
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty24

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty25
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty25

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty26
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty26

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty27
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty27

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty28
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty28

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty29
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty29

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty3
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty3

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty30
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty30

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty31
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty31

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty32
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty32

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty33
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty33

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty34
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty34

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty35
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty35

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty36
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty36

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty37
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty37

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty38
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty38

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty39
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty39

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty4
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty4

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty40
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty40

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty41
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty41

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty42
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty42

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty43
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty43

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty44
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty44

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty45
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty45

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty46
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty46

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty47
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty47

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty48
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty48

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty49
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty49

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty5
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty5

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty50
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty50

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty51
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty51

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty52
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty52

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty53
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty53

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty54
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty54

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty55
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty55

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty56
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty56

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty57
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty57

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty58
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty58

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty59
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty59

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty6
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty6

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty60
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty60

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty61
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty61

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty62
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty62

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty63
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty63

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty7
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty7

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty8
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty8

ioctl01_02 0 TINFO : Testing ioctl01 with /dev/tty9
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl01.c:71: TPASS: failed as expected: EBADF (9)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: ENOTTY (25)
ioctl01.c:71: TPASS: failed as expected: EFAULT (14)

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
ioctl01_02 1 TPASS : ioctl01 Passed with /dev/tty9

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty0
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty0

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty1
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty1

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty10
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty10

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty11
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty11

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty12
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty12

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty13
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty13

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty14
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty14

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty15
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty15

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty16
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty16

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty17
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty17

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty18
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty18

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty19
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty19

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty2
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty2

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty20
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty20

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty21
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty21

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty22
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty22

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty23
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty23

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty24
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty24

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty25
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty25

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty26
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty26

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty27
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty27

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty28
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty28

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty29
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty29

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty3
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty3

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty30
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty30

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty31
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty31

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty32
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty32

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty33
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty33

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty34
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty34

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty35
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty35

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty36
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty36

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty37
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty37

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty38
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty38

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty39
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty39

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty4
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty4

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty40
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty40

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty41
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty41

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty42
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty42

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty43
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty43

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty44
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty44

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty45
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty45

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty46
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty46

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty47
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty47

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty48
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty48

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty49
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty49

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty5
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty5

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty50
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty50

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty51
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty51

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty52
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty52

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty53
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty53

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty54
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty54

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty55
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty55

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty56
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty56

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty57
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty57

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty58
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty58

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty59
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty59

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty6
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty6

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty60
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty60

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty61
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty61

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty62
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty62

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty63
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty63

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty7
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty7

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty8
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty8

ioctl01_02 0 TINFO : Testing ioctl02 with /dev/tty9
ioctl02 0 TINFO : termio values are set as expected
ioctl02 1 TPASS : TCGETA/TCSETA tests SUCCEEDED
ioctl01_02 1 TPASS : ioctl02 Passed with /dev/tty9

<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=21 cstime=23
<<<test_end>>>
<<<test_start>>>
tag=ioctl06 stime=1615253802
cmdline="ioctl06"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl06.c:26: TINFO: BLKRAGET original value 256
ioctl06.c:33: TPASS: BLKRASET 0 read back correctly
ioctl06.c:33: TPASS: BLKRASET 512 read back correctly
ioctl06.c:33: TPASS: BLKRASET 1024 read back correctly
ioctl06.c:33: TPASS: BLKRASET 1536 read back correctly
ioctl06.c:33: TPASS: BLKRASET 2048 read back correctly
ioctl06.c:33: TPASS: BLKRASET 2560 read back correctly
ioctl06.c:33: TPASS: BLKRASET 3072 read back correctly
ioctl06.c:33: TPASS: BLKRASET 3584 read back correctly
ioctl06.c:33: TPASS: BLKRASET 4096 read back correctly
ioctl06.c:38: TINFO: BLKRASET restoring original value 256

Summary:
passed 9
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=ioctl_ns05 stime=1615253802
cmdline="ioctl_ns05"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioctl_ns05.c:91: TPASS: child and parent are consistent
ioctl_ns05.c:50: TPASS: child thinks its pid is 1

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=inotify09 stime=1615253802
cmdline="inotify09"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
../../../../include/tst_fuzzy_sync.h:507: TINFO: Minimum sampling period ended
../../../../include/tst_fuzzy_sync.h:331: TINFO: loop = 1024, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:320: TINFO: start_a - start_b: { avg = -61ns, avg_dev = 4ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_a - start_a : { avg = 918ns, avg_dev = 11ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_b - start_b : { avg = 1641ns, avg_dev = 18ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_a - end_b : { avg = -785ns, avg_dev = 17ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: spins : { avg = 485 , avg_dev = 9 , dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:519: TINFO: Reached deviation ratios < 0.10, introducing randomness
../../../../include/tst_fuzzy_sync.h:522: TINFO: Delay range is [-1014, 567]
../../../../include/tst_fuzzy_sync.h:331: TINFO: loop = 1025, delay_bias = 0
../../../../include/tst_fuzzy_sync.h:320: TINFO: start_a - start_b: { avg = -61ns, avg_dev = 4ns, dev_ratio = 0.06 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_a - start_a : { avg = 918ns, avg_dev = 11ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_b - start_b : { avg = 1641ns, avg_dev = 18ns, dev_ratio = 0.01 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: end_a - end_b : { avg = -785ns, avg_dev = 17ns, dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:320: TINFO: spins : { avg = 485 , avg_dev = 9 , dev_ratio = 0.02 }
../../../../include/tst_fuzzy_sync.h:643: TINFO: Exceeded execution loops, requesting exit
inotify09.c:89: TPASS: kernel survived inotify beating

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=15 termination_type=exited termination_id=0 corefile=no
cutime=1914 cstime=1013
<<<test_end>>>
<<<test_start>>>
tag=fanotify06 stime=1615253817
cmdline="fanotify06"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fanotify06.c:155: TINFO: Test #0: Fanotify merge mount mark
fanotify06.c:133: TPASS: group 0 got event: mask 2 pid=3799 fd=13
fanotify06.c:133: TPASS: group 1 got event: mask 2 pid=3799 fd=13
fanotify06.c:133: TPASS: group 2 got event: mask 2 pid=3799 fd=13
fanotify06.c:216: TPASS: group 3 got no event
fanotify06.c:216: TPASS: group 4 got no event
fanotify06.c:216: TPASS: group 5 got no event
fanotify06.c:216: TPASS: group 6 got no event
fanotify06.c:216: TPASS: group 7 got no event
fanotify06.c:216: TPASS: group 8 got no event
fanotify06.c:155: TINFO: Test #1: Fanotify merge overlayfs mount mark
fanotify06.c:133: TPASS: group 0 got event: mask 2 pid=3799 fd=13
fanotify06.c:133: TPASS: group 1 got event: mask 2 pid=3799 fd=13
fanotify06.c:133: TPASS: group 2 got event: mask 2 pid=3799 fd=13
fanotify06.c:216: TPASS: group 3 got no event
fanotify06.c:216: TPASS: group 4 got no event
fanotify06.c:216: TPASS: group 5 got no event
fanotify06.c:216: TPASS: group 6 got no event
fanotify06.c:216: TPASS: group 7 got no event
fanotify06.c:216: TPASS: group 8 got no event

Summary:
passed 18
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=4
<<<test_end>>>
<<<test_start>>>
tag=fanotify11 stime=1615253818
cmdline="fanotify11"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
fanotify11.c:66: TINFO: Test #0: without FAN_REPORT_TID: tgid=3804, tid=0, event.pid=0
fanotify11.c:85: TPASS: event.pid == tgid
fanotify11.c:66: TINFO: Test #1: with FAN_REPORT_TID: tgid=3804, tid=3805, event.pid=3804
fanotify11.c:83: TPASS: event.pid == tid

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ioprio_set01 stime=1615253818
cmdline="ioprio_set01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ioprio_set01.c:66: TINFO: ioprio_get returned class NONE prio 4
ioprio.h:91: TPASS: ioprio_set new class BEST-EFFORT, new prio 5
ioprio.h:91: TPASS: ioprio_set new class BEST-EFFORT, new prio 3

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=io_pgetevents02 stime=1615253818
cmdline="io_pgetevents02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
io_pgetevents02.c:57: TINFO: Testing variant: syscall with old kernel spec
io_pgetevents02.c:118: TPASS: invalid ctx: io_pgetevents() failed as expected: EINVAL (22)
io_pgetevents02.c:118: TPASS: invalid min_nr: io_pgetevents() failed as expected: EINVAL (22)
io_pgetevents02.c:118: TPASS: invalid max_nr: io_pgetevents() failed as expected: EINVAL (22)
io_pgetevents02.c:118: TPASS: invalid events: io_pgetevents() failed as expected: EFAULT (14)
io_pgetevents02.c:118: TPASS: invalid timeout: io_pgetevents() failed as expected: EFAULT (14)
io_pgetevents02.c:118: TPASS: invalid sigmask: io_pgetevents() failed as expected: EFAULT (14)

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=keyctl05 stime=1615253818
cmdline="keyctl05"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
keyctl05.c:123: TINFO: Try to update the 'asymmetric' key...
keyctl05.c:136: TPASS: updating 'asymmetric' key expectedly failed with EOPNOTSUPP
keyctl05.c:92: TCONF: kernel doesn't support key type 'dns_resolver'
keyctl05.c:171: TINFO: Try to update the 'user' key...
keyctl05.c:180: TPASS: didn't crash while racing to update 'user' key

Summary:
passed 2
failed 0
broken 0
skipped 1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=2
<<<test_end>>>
<<<test_start>>>
tag=kill02 stime=1615253818
cmdline="kill02"
contacts=""
analysis=exit
<<<test_output>>>
kill02 1 TPASS : The signal was sent to all processes in the process group.
kill02 2 TPASS : The signal was not sent to selective processes that were not in the process group.
<<<execution_status>>>
initiation_status="ok"
duration=10 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=kill03 stime=1615253828
cmdline="kill03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
kill03.c:41: TPASS: kill failed as expected: EINVAL (22)
kill03.c:41: TPASS: kill failed as expected: ESRCH (3)
kill03.c:41: TPASS: kill failed as expected: ESRCH (3)

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=lchown03 stime=1615253828
cmdline="lchown03"
contacts=""
analysis=exit
<<<test_output>>>
mke2fs 1.44.5 (15-Dec-2018)
lchown03 0 TINFO : Found free device 0 '/dev/loop0'
lchown03 0 TINFO : Formatting /dev/loop0 with ext2 opts='' extra opts=''
lchown03 1 TPASS : lchown() failed as expected: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
lchown03 2 TPASS : lchown() failed as expected: TEST_ERRNO=EROFS(30): Read-only file system
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=2
<<<test_end>>>
<<<test_start>>>
tag=listxattr03 stime=1615253828
cmdline="listxattr03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
listxattr03.c:54: TPASS: listxattr() succeed with suitable buffer
listxattr03.c:54: TPASS: listxattr() succeed with suitable buffer

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=llseek03 stime=1615253828
cmdline="llseek03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
llseek03.c:96: TPASS: llseek returned 1
llseek03.c:115: TPASS: SEEK_SET for llseek
llseek03.c:96: TPASS: llseek returned 5
llseek03.c:115: TPASS: SEEK_CUR for llseek
llseek03.c:96: TPASS: llseek returned 7
llseek03.c:115: TPASS: SEEK_END for llseek
llseek03.c:96: TPASS: llseek returned 8
llseek03.c:107: TPASS: SEEK_SET read returned 0
llseek03.c:96: TPASS: llseek returned 8
llseek03.c:107: TPASS: SEEK_CUR read returned 0
llseek03.c:96: TPASS: llseek returned 8
llseek03.c:107: TPASS: SEEK_END read returned 0
llseek03.c:96: TPASS: llseek returned 10
llseek03.c:107: TPASS: SEEK_SET read returned 0
llseek03.c:96: TPASS: llseek returned 12
llseek03.c:107: TPASS: SEEK_CUR read returned 0
llseek03.c:96: TPASS: llseek returned 12
llseek03.c:107: TPASS: SEEK_END read returned 0

Summary:
passed 18
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=lseek02 stime=1615253828
cmdline="lseek02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
lseek02.c:65: TPASS: lseek(-1, 1, 0) failed as expected: EBADF (9)
lseek02.c:65: TPASS: lseek(-1, 1, 1) failed as expected: EBADF (9)
lseek02.c:65: TPASS: lseek(-1, 1, 2) failed as expected: EBADF (9)
lseek02.c:65: TPASS: lseek(4, 1, 5) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(4, 1, -1) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(4, 1, 7) failed as expected: EINVAL (22)
lseek02.c:65: TPASS: lseek(5, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(5, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(5, 1, 2) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(6, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(6, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(6, 1, 2) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(8, 1, 0) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(8, 1, 1) failed as expected: ESPIPE (29)
lseek02.c:65: TPASS: lseek(8, 1, 2) failed as expected: ESPIPE (29)

Summary:
passed 15
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=migrate_pages01 stime=1615253828
cmdline="migrate_pages01"
contacts=""
analysis=exit
<<<test_output>>>
migrate_pages01 0 TINFO : test_empty_mask
migrate_pages01 1 TPASS : expected ret success: returned value = 0
migrate_pages01 0 TINFO : test_invalid_pid -1
migrate_pages01 2 TPASS : expected ret success: returned value = -1
migrate_pages01 3 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
migrate_pages01 0 TINFO : test_invalid_pid unused pid
migrate_pages01 4 TPASS : expected ret success: returned value = -1
migrate_pages01 5 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
migrate_pages01 0 TINFO : test_invalid_masksize
migrate_pages01 6 TPASS : expected ret success: returned value = -1
migrate_pages01 7 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
migrate_pages01 0 TINFO : test_invalid_mem -1
migrate_pages01 8 TPASS : expected ret success: returned value = -1
migrate_pages01 9 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
migrate_pages01 0 TINFO : test_invalid_mem invalid prot
migrate_pages01 10 TPASS : expected ret success: returned value = -1
migrate_pages01 11 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
migrate_pages01 0 TINFO : test_invalid_mem unmmaped
migrate_pages01 12 TPASS : expected ret success: returned value = -1
migrate_pages01 13 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
migrate_pages01 0 TINFO : test_invalid_nodes
migrate_pages01 14 TPASS : expected ret success: returned value = -1
migrate_pages01 15 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
migrate_pages01 0 TINFO : test_invalid_perm
migrate_pages01 16 TPASS : expected ret success: returned value = -1
migrate_pages01 17 TPASS : expected failure: TEST_ERRNO=EPERM(1): Operation not permitted
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mkdirat01 stime=1615253828
cmdline="mkdirat01"
contacts=""
analysis=exit
<<<test_output>>>
mkdirat01 1 TPASS : mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mkdirat01 2 TPASS : mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mkdirat01 3 TPASS : mkdirat() returned 0: TEST_ERRNO=SUCCESS(0): Success
mkdirat01 4 TPASS : mkdirat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
mkdirat01 5 TPASS : mkdirat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mlock01 stime=1615253828
cmdline="mlock01"
contacts=""
analysis=exit
<<<test_output>>>
mlock01 1 TPASS : mlock passed
mlock01 2 TPASS : mlock passed
mlock01 3 TPASS : mlock passed
mlock01 4 TPASS : mlock passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=move_pages04 stime=1615253828
cmdline="move_pages04"
contacts=""
analysis=exit
<<<test_output>>>
move_pages04 1 TCONF : move_pages_support.c:407: at least 2 allowed NUMA nodes are required
move_pages04 2 TCONF : move_pages_support.c:407: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pkey01 stime=1615253828
cmdline="pkey01"
contacts=""
analysis=exit
<<<test_output>>>
tst_hugepage.c:58: TINFO: 1 hugepage(s) reserved
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pkey.h:48: TCONF: pku is not supported on this CPU

Summary:
passed 0
failed 0
broken 0
skipped 1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=5
<<<test_end>>>
<<<test_start>>>
tag=mq_notify01 stime=1615253828
cmdline="mq_notify01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
/tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/mq_notify/../utils/mq.h:70: TINFO: receive 1/1 message
mq_notify01.c:198: TPASS: mq_notify and mq_timedsend exited expectedly
/tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/mq_notify/../utils/mq.h:70: TINFO: receive 1/1 message
mq_notify01.c:198: TPASS: mq_notify and mq_timedsend exited expectedly
/tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/mq_notify/../utils/mq.h:70: TINFO: receive 1/1 message
mq_notify01.c:198: TPASS: mq_notify and mq_timedsend exited expectedly
mq_notify01.c:146: TPASS: mq_notify failed expectedly: EBADF (9)
mq_notify01.c:146: TPASS: mq_notify failed expectedly: EBADF (9)
mq_notify01.c:146: TPASS: mq_notify failed expectedly: EBADF (9)
mq_notify01.c:146: TPASS: mq_notify failed expectedly: EBUSY (16)

Summary:
passed 7
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mq_notify02 stime=1615253828
cmdline="mq_notify02"
contacts=""
analysis=exit
<<<test_output>>>
mq_notify02 1 TPASS : mq_notify failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
mq_notify02 2 TPASS : mq_notify failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mremap01 stime=1615253828
cmdline="mremap01"
contacts=""
analysis=exit
<<<test_output>>>
mremap01 1 TPASS : Functionality of mremap() is correct
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=msgget02 stime=1615253828
cmdline="msgget02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
msgget02.c:57: TPASS: msgget() failed as expected: EEXIST (17)
msgget02.c:57: TPASS: msgget() failed as expected: ENOENT (2)
msgget02.c:57: TPASS: msgget() failed as expected: ENOENT (2)
msgget02.c:57: TPASS: msgget() failed as expected: EACCES (13)
msgget02.c:57: TPASS: msgget() failed as expected: EACCES (13)
msgget02.c:57: TPASS: msgget() failed as expected: EACCES (13)

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=msgrcv02 stime=1615253828
cmdline="msgrcv02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
msgrcv02.c:69: TPASS: msgrcv() failed as expected: E2BIG (7)
msgrcv02.c:69: TPASS: msgrcv() failed as expected: EACCES (13)
msgrcv02.c:69: TPASS: msgrcv() failed as expected: EFAULT (14)
msgrcv02.c:69: TPASS: msgrcv() failed as expected: EINVAL (22)
msgrcv02.c:69: TPASS: msgrcv() failed as expected: EINVAL (22)
msgrcv02.c:69: TPASS: msgrcv() failed as expected: ENOMSG (42)

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=msync01 stime=1615253828
cmdline="msync01"
contacts=""
analysis=exit
<<<test_output>>>
msync01 1 TPASS : Functionality of msync() successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=name_to_handle_at01 stime=1615253828
cmdline="name_to_handle_at01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
tst_buffers.c:55: TINFO: Test is using guarded buffers
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (0)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (1)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (2)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (3)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (4)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (5)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (6)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (7)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (8)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (9)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (10)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (11)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (12)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (13)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (14)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (15)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (16)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (17)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (18)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (19)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (20)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (21)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (22)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (23)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (24)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (25)
name_to_handle_at01.c:103: TPASS: name_to_handle_at() passed (26)

Summary:
passed 27
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=open02 stime=1615253828
cmdline="open02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
open02.c:53: TPASS: open() new file without O_CREAT: ENOENT (2)
open02.c:53: TPASS: open() unpriviledget O_RDONLY | O_NOATIME: EPERM (1)

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=open03 stime=1615253828
cmdline="open03"
contacts=""
analysis=exit
<<<test_output>>>
open03 1 TPASS : open(tfile_3900, O_RDWR|O_CREAT,0700) returned 4
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=open14 stime=1615253828
cmdline="open14"
contacts=""
analysis=exit
<<<test_output>>>
open14 0 TINFO : creating a file with O_TMPFILE flag
open14 0 TINFO : writing data to the file
open14 0 TINFO : file size is '4096'
open14 0 TINFO : looking for the file in '.'
open14 0 TINFO : file not found, OK
open14 0 TINFO : renaming '/fs/sda1/tmpdir/ltp-rUT0eB0OZ3/opeQmLa7B/#537178209 (deleted)' -> 'tmpfile'
open14 0 TINFO : found a file: tmpfile
open14 1 TPASS : single file tests passed
open14 0 TINFO : create files in multiple directories
open14 0 TINFO : removing test directories
open14 0 TINFO : writing/reading temporary files
open14 0 TINFO : closing temporary files
open14 2 TPASS : multiple files tests passed
open14 0 TINFO : create multiple directories, link files into them
open14 0 TINFO : and check file permissions
open14 0 TINFO : remove files, directories
open14 3 TPASS : file permission tests passed
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=openat01 stime=1615253829
cmdline="openat01"
contacts=""
analysis=exit
<<<test_output>>>
openat01 1 TPASS : openat() returned -1: TEST_ERRNO=SUCCESS(0): Success
openat01 2 TPASS : openat() returned -1: TEST_ERRNO=SUCCESS(0): Success
openat01 3 TPASS : openat() returned -1: TEST_ERRNO=ENOTDIR(20): Not a directory
openat01 4 TPASS : openat() returned -1: TEST_ERRNO=EBADF(9): Bad file descriptor
openat01 5 TPASS : openat() returned -1: TEST_ERRNO=SUCCESS(0): Success
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mincore03 stime=1615253829
cmdline="mincore03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
mincore03.c:66: TPASS: mincore() reports untouched pages are not resident
mincore03.c:66: TPASS: mincore() reports locked pages are resident

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mincore04 stime=1615253829
cmdline="mincore04"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
mincore04.c:100: TPASS: mincore reports all 3 pages locked by child process are resident

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=madvise01 stime=1615253829
cmdline="madvise01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
madvise01.c:112: TPASS: madvise test for MADV_NORMAL PASSED
madvise01.c:112: TPASS: madvise test for MADV_RANDOM PASSED
madvise01.c:112: TPASS: madvise test for MADV_SEQUENTIAL PASSED
madvise01.c:112: TPASS: madvise test for MADV_WILLNEED PASSED
madvise01.c:112: TPASS: madvise test for MADV_DONTNEED PASSED
madvise01.c:112: TPASS: madvise test for MADV_REMOVE PASSED
madvise01.c:112: TPASS: madvise test for MADV_DONTFORK PASSED
madvise01.c:112: TPASS: madvise test for MADV_DOFORK PASSED
madvise01.c:112: TPASS: madvise test for MADV_HWPOISON PASSED
madvise01.c:112: TPASS: madvise test for MADV_MERGEABLE PASSED
madvise01.c:112: TPASS: madvise test for MADV_UNMERGEABLE PASSED
madvise01.c:112: TPASS: madvise test for MADV_HUGEPAGE PASSED
madvise01.c:112: TPASS: madvise test for MADV_NOHUGEPAGE PASSED
madvise01.c:112: TPASS: madvise test for MADV_DONTDUMP PASSED
madvise01.c:112: TPASS: madvise test for MADV_DODUMP PASSED
madvise01.c:112: TPASS: madvise test for MADV_FREE PASSED
madvise01.c:112: TPASS: madvise test for MADV_WIPEONFORK PASSED
madvise01.c:112: TPASS: madvise test for MADV_KEEPONFORK PASSED

Summary:
passed 18
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=17
<<<test_end>>>
<<<test_start>>>
tag=madvise06 stime=1615253829
cmdline="madvise06"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
madvise06.c:106: TINFO: dropping caches
madvise06.c:117: TCONF: System swap is too small (838860800 bytes needed)

Summary:
passed 0
failed 0
broken 0
skipped 1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=5
<<<test_end>>>
<<<test_start>>>
tag=pause02 stime=1615253829
cmdline="pause02"
contacts=""
analysis=exit
<<<test_output>>>
pause02 1 TPASS : pause was interrupted correctly
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pidfd_open02 stime=1615253829
cmdline="pidfd_open02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pidfd_open02.c:50: TPASS: expired pid: pidfd_open() failed as expected: ESRCH (3)
pidfd_open02.c:50: TPASS: invalid pid: pidfd_open() failed as expected: EINVAL (22)
pidfd_open02.c:50: TPASS: invalid flags: pidfd_open() failed as expected: EINVAL (22)

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pipe08 stime=1615253829
cmdline="pipe08"
contacts=""
analysis=exit
<<<test_output>>>
pipe08 1 TPASS : got expected SIGPIPE signal
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pipe09 stime=1615253829
cmdline="pipe09"
contacts=""
analysis=exit
<<<test_output>>>
pipe09 1 TPASS : functionality appears to be correct
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pipe2_04 stime=1615253829
cmdline="pipe2_04"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pipe2_04.c:37: TPASS: write failed as expected: EAGAIN/EWOULDBLOCK (11)
pipe2_04.c:53: TPASS: Child process is blocked

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=preadv202 stime=1615253829
cmdline="preadv202"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
preadv202.c:82: TPASS: preadv2() failed as expected: EINVAL (22)
preadv202.c:82: TPASS: preadv2() failed as expected: EINVAL (22)
preadv202.c:82: TPASS: preadv2() failed as expected: EOPNOTSUPP (95)
preadv202.c:82: TPASS: preadv2() failed as expected: EFAULT (14)
preadv202.c:82: TPASS: preadv2() failed as expected: EBADF (9)
preadv202.c:82: TPASS: preadv2() failed as expected: EBADF (9)
preadv202.c:82: TPASS: preadv2() failed as expected: EISDIR (21)
preadv202.c:82: TPASS: preadv2() failed as expected: ESPIPE (29)

Summary:
passed 8
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=process_vm_readv01 stime=1615253829
cmdline="process_vm01 -r"
contacts=""
analysis=exit
<<<test_output>>>
process_vm_readv 0 TINFO : test_sane_params
process_vm_readv 1 TPASS : expected ret success - returned value = 4096
process_vm_readv 0 TINFO : test_flags, flags=-2147483647
process_vm_readv 2 TPASS : expected ret success - returned value = -1
process_vm_readv 3 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=-1
process_vm_readv 4 TPASS : expected ret success - returned value = -1
process_vm_readv 5 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=1
process_vm_readv 6 TPASS : expected ret success - returned value = -1
process_vm_readv 7 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=2147483647
process_vm_readv 8 TPASS : expected ret success - returned value = -1
process_vm_readv 9 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=0
process_vm_readv 10 TPASS : expected ret success - returned value = 4096
process_vm_readv 0 TINFO : test_iov_len_overflow
process_vm_readv 11 TPASS : expected ret success - returned value = -1
process_vm_readv 12 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_iov_invalid - lvec->iov_base
process_vm_readv 13 TPASS : expected ret success - returned value = -1
process_vm_readv 14 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - rvec->iov_base
process_vm_readv 15 TPASS : expected ret success - returned value = -1
process_vm_readv 16 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - lvec
process_vm_readv 17 TPASS : expected ret success - returned value = -1
process_vm_readv 18 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - rvec
process_vm_readv 19 TPASS : expected ret success - returned value = -1
process_vm_readv 20 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_invalid_pid
process_vm_readv 21 TPASS : expected ret success - returned value = -1
process_vm_readv 22 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_readv 23 TPASS : expected ret success - returned value = -1
process_vm_readv 24 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_readv 0 TINFO : test_invalid_perm
process_vm_readv 25 TPASS : expected ret success - returned value = -1
process_vm_readv 26 TPASS : expected failure: TEST_ERRNO=EPERM(1): Operation not permitted
process_vm_readv 0 TINFO : test_sane_params
process_vm_readv 1 TPASS : expected ret success - returned value = 4096
process_vm_readv 0 TINFO : test_flags, flags=-2147483647
process_vm_readv 2 TPASS : expected ret success - returned value = -1
process_vm_readv 3 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=-1
process_vm_readv 4 TPASS : expected ret success - returned value = -1
process_vm_readv 5 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=1
process_vm_readv 6 TPASS : expected ret success - returned value = -1
process_vm_readv 7 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=2147483647
process_vm_readv 8 TPASS : expected ret success - returned value = -1
process_vm_readv 9 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_flags, flags=0
process_vm_readv 10 TPASS : expected ret success - returned value = 4096
process_vm_readv 0 TINFO : test_iov_len_overflow
process_vm_readv 11 TPASS : expected ret success - returned value = -1
process_vm_readv 12 TPASS : expected failure: TEST_ERRNO=EINVAL(22): Invalid argument
process_vm_readv 0 TINFO : test_iov_invalid - lvec->iov_base
process_vm_readv 13 TPASS : expected ret success - returned value = -1
process_vm_readv 14 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - rvec->iov_base
process_vm_readv 15 TPASS : expected ret success - returned value = -1
process_vm_readv 16 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - lvec
process_vm_readv 17 TPASS : expected ret success - returned value = -1
process_vm_readv 18 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_iov_invalid - rvec
process_vm_readv 19 TPASS : expected ret success - returned value = -1
process_vm_readv 20 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_invalid_pid
process_vm_readv 21 TPASS : expected ret success - returned value = -1
process_vm_readv 22 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_readv 23 TPASS : expected ret success - returned value = -1
process_vm_readv 24 TPASS : expected failure: TEST_ERRNO=ESRCH(3): No such process
process_vm_readv 0 TINFO : test_invalid_perm
process_vm_readv 0 TINFO : test_invalid_protection lvec
process_vm_readv 25 TPASS : expected ret success - returned value = -1
process_vm_readv 26 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
process_vm_readv 0 TINFO : test_invalid_protection rvec
process_vm_readv 27 TPASS : expected ret success - returned value = -1
process_vm_readv 28 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pselect03_64 stime=1615253829
cmdline="pselect03_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pselect03.c:31: TPASS: pselect() succeeded retval=0

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ptrace03 stime=1615253829
cmdline="ptrace03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ptrace03.c:43: TINFO: Trace a process which does not exist
ptrace03.c:56: TPASS: ptrace() failed as expected: ESRCH (3)
ptrace03.c:43: TINFO: Trace a process which is already been traced
ptrace03.c:56: TPASS: ptrace() failed as expected: EPERM (1)

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ptrace11 stime=1615253829
cmdline="ptrace11"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
ptrace11.c:28: TPASS: ptrace() traces init process successfully

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pwrite03 stime=1615253829
cmdline="pwrite03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwrite03.c:25: TPASS: pwrite(fd, NULL, 0) == 0

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pwrite04_64 stime=1615253829
cmdline="pwrite04_64"
contacts=""
analysis=exit
<<<test_output>>>
pwrite04 1 TPASS : O_APPEND test passed.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pwritev02_64 stime=1615253829
cmdline="pwritev02_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)
pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)
pwritev02.c:84: TPASS: pwritev() failed as expected: EINVAL (22)
pwritev02.c:84: TPASS: pwritev() failed as expected: EFAULT (14)
pwritev02.c:84: TPASS: pwritev() failed as expected: EBADF (9)
pwritev02.c:84: TPASS: pwritev() failed as expected: EBADF (9)
pwritev02.c:84: TPASS: pwritev() failed as expected: ESPIPE (29)

Summary:
passed 7
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pwritev03 stime=1615253829
cmdline="pwritev03"
contacts=""
analysis=exit
<<<test_output>>>
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_supported_fs_types.c:60: TINFO: Kernel supports ext2
tst_supported_fs_types.c:44: TINFO: mkfs.ext2 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext3
tst_supported_fs_types.c:44: TINFO: mkfs.ext3 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports ext4
tst_supported_fs_types.c:44: TINFO: mkfs.ext4 does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports xfs
tst_supported_fs_types.c:44: TINFO: mkfs.xfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports btrfs
tst_supported_fs_types.c:44: TINFO: mkfs.btrfs does exist
tst_supported_fs_types.c:60: TINFO: Kernel supports vfat
tst_supported_fs_types.c:44: TINFO: mkfs.vfat does exist
tst_supported_fs_types.c:83: TINFO: Filesystem exfat is not supported
tst_supported_fs_types.c:92: TINFO: FUSE does support ntfs
tst_supported_fs_types.c:44: TINFO: mkfs.ntfs does exist
tst_test.c:1329: TINFO: Testing on ext2
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev03.c:101: TINFO: Using block size 512
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
tst_test.c:1329: TINFO: Testing on ext3
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext3 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev03.c:101: TINFO: Using block size 512
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
tst_test.c:1329: TINFO: Testing on ext4
tst_test.c:859: TINFO: Formatting /dev/loop0 with ext4 opts='' extra opts=''
mke2fs 1.44.5 (15-Dec-2018)
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev03.c:101: TINFO: Using block size 512
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
tst_test.c:1329: TINFO: Testing on xfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev03.c:101: TINFO: Using block size 512
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
pwritev03.c:87: TPASS: pwritev(O_DIRECT) wrote 512 bytes successfully with content 'a' expectedly
tst_test.c:1329: TINFO: Testing on btrfs
tst_test.c:859: TINFO: Formatting /dev/loop0 with btrfs opts='' extra opts=''
tst_test.c:870: TBROK: mount(/dev/loop0, mntpoint, btrfs, 0, (nil)) failed: ENOENT (2)

Summary:
passed 12
failed 0
broken 1
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=2 corefile=no
cutime=6 cstime=17
<<<test_end>>>
<<<test_start>>>
tag=pwritev201_64 stime=1615253831
cmdline="pwritev201_64"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly
pwritev201.c:96: TPASS: pwritev2() wrote 64 bytes successfully with content 'a' expectedly

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=pwritev202 stime=1615253831
cmdline="pwritev202"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
pwritev202.c:78: TPASS: pwritev2() failed as expected: EINVAL (22)
pwritev202.c:78: TPASS: pwritev2() failed as expected: EINVAL (22)
pwritev202.c:78: TPASS: pwritev2() failed as expected: EOPNOTSUPP (95)
pwritev202.c:78: TPASS: pwritev2() failed as expected: EFAULT (14)
pwritev202.c:78: TPASS: pwritev2() failed as expected: EBADF (9)
pwritev202.c:78: TPASS: pwritev2() failed as expected: EBADF (9)
pwritev202.c:78: TPASS: pwritev2() failed as expected: ESPIPE (29)

Summary:
passed 7
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=quotactl05 stime=1615253831
cmdline="quotactl05"
contacts=""
analysis=exit
<<<test_output>>>
tst_kconfig.c:63: TINFO: Parsing kernel config '/proc/config.gz'
tst_device.c:89: TINFO: Found free device 0 '/dev/loop0'
tst_test.c:859: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
quotactl05.c:73: TINFO: Test #0: QCMD(Q_XGETQSTAT, PRJQUOTA) off
quotactl02.h:68: TPASS: quotactl() succeeded to turn off xfs quota and get xfs quota off status for project
quotactl05.c:73: TINFO: Test #1: QCMD(Q_XGETQSTAT, PRJQUOTA) on
quotactl02.h:88: TPASS: quotactl() succeeded to turn on xfs quota and get xfs quota on status for project
quotactl05.c:73: TINFO: Test #2: QCMD(Q_XGETQUOTA, PRJQUOTA) qlim
quotactl02.h:162: TPASS: quotactl() succeeded to set and use Q_XGETQUOTA for project to get xfs disk quota limits
quotactl05.c:73: TINFO: Test #3: QCMD(Q_XGETNEXTQUOTA, PRJQUOTA)
quotactl02.h:162: TPASS: quotactl() succeeded to set and use Q_XGETNEXTQUOTA for project to get xfs disk quota limits
quotactl05.c:73: TINFO: Test #4: QCMD(Q_XGETQSTATV, PRJQUOTA) off
quotactl02.h:110: TPASS: quotactl() succeeded to turn off xfs quota and get xfs quota off statv for project
quotactl05.c:73: TINFO: Test #5: QCMD(Q_XGETQSTATV, PRJQUOTA) on
quotactl02.h:132: TPASS: quotactl() succeeded to turn on xfs quota and get xfs quota on statv for project

Summary:
passed 6
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=5
<<<test_end>>>
<<<test_start>>>
tag=read01 stime=1615253832
cmdline="read01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
read01.c:24: TPASS: read(2) returned 512

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=readlinkat02 stime=1615253832
cmdline="readlinkat02"
contacts=""
analysis=exit
<<<test_output>>>
readlinkat02 1 TPASS : readlinkat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
readlinkat02 2 TPASS : readlinkat failed as expected: TEST_ERRNO=EINVAL(22): Invalid argument
readlinkat02 3 TPASS : readlinkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
readlinkat02 4 TPASS : readlinkat failed as expected: TEST_ERRNO=ENOTDIR(20): Not a directory
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=readv03 stime=1615253832
cmdline="readv03"
contacts=""
analysis=exit
<<<test_output>>>
readv03 1 TPASS : got EISDIR
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=reboot01 stime=1615253832
cmdline="reboot01"
contacts=""
analysis=exit
<<<test_output>>>
reboot01 1 TPASS : reboot(2) Passed for option LINUX_REBOOT_CMD_CAD_ON
reboot01 2 TPASS : reboot(2) Passed for option LINUX_REBOOT_CMD_CAD_OFF
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=removexattr01 stime=1615253832
cmdline="removexattr01"
contacts=""
analysis=exit
<<<test_output>>>
removexattr01 1 TPASS : removexattr() succeeded
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=rename07 stime=1615253832
cmdline="rename07"
contacts=""
analysis=exit
<<<test_output>>>
rename07 1 TPASS : rename() returned ENOTDIR
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=request_key02 stime=1615253832
cmdline="request_key02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
request_key02.c:53: TPASS: request_key() failed expectly: ENOKEY (126)
request_key02.c:53: TPASS: request_key() failed expectly: EKEYREVOKED (128)
request_key02.c:53: TPASS: request_key() failed expectly: EKEYEXPIRED (127)

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=rt_sigsuspend01 stime=1615253834
cmdline="rt_sigsuspend01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
rt_sigsuspend01.c:49: TPASS: rt_sigsuspend() returned with -1 and EINTR
rt_sigsuspend01.c:58: TPASS: signal mask preserved

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sched_get_priority_min01 stime=1615253835
cmdline="sched_get_priority_min01"
contacts=""
analysis=exit
<<<test_output>>>
sched_get_priority_min01 1 TPASS : Test for SCHED_OTHER Passed
sched_get_priority_min01 2 TPASS : Test for SCHED_FIFO Passed
sched_get_priority_min01 3 TPASS : Test for SCHED_RR Passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sched_setparam01 stime=1615253835
cmdline="sched_setparam01"
contacts=""
analysis=exit
<<<test_output>>>
sched_setparam01 1 TPASS : sched_setparam() returned 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sched_getattr01 stime=1615253835
cmdline="sched_getattr01"
contacts=""
analysis=exit
<<<test_output>>>
sched_getattr01 1 TPASS : attributes were read back correctly
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=semctl06 stime=1615253835
cmdline="semctl06"
contacts=""
analysis=exit
<<<test_output>>>
semctl06 1 TPASS : semctl06 ran successfully!
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=semget03 stime=1615253835
cmdline="semget03"
contacts=""
analysis=exit
<<<test_output>>>
semget03 1 TPASS : expected failure - errno = 2 : No such file or directory
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=semop02 stime=1615253835
cmdline="semop02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
semop02.c:78: TINFO: Testing variant: semop: syscall
semop02.c:148: TPASS: semop failed as expected: E2BIG (7)
semop02.c:148: TPASS: semop failed as expected: EACCES (13)
semop02.c:148: TPASS: semop failed as expected: EFAULT (14)
semop02.c:148: TPASS: semop failed as expected: EINVAL (22)
semop02.c:148: TPASS: semop failed as expected: EINVAL (22)
semop02.c:148: TPASS: semop failed as expected: ERANGE (34)
semop02.c:148: TPASS: semop failed as expected: EFBIG (27)
semop02.c:148: TPASS: semop failed as expected: EFBIG (27)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:123: TCONF: Test not supported for variant
semop02.c:123: TCONF: Test not supported for variant
semop02.c:123: TCONF: Test not supported for variant
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
semop02.c:78: TINFO: Testing variant: semtimedop: syscall with old kernel spec
semop02.c:148: TPASS: semop failed as expected: E2BIG (7)
semop02.c:148: TPASS: semop failed as expected: EACCES (13)
semop02.c:148: TPASS: semop failed as expected: EFAULT (14)
semop02.c:148: TPASS: semop failed as expected: EINVAL (22)
semop02.c:148: TPASS: semop failed as expected: EINVAL (22)
semop02.c:148: TPASS: semop failed as expected: ERANGE (34)
semop02.c:148: TPASS: semop failed as expected: EFBIG (27)
semop02.c:148: TPASS: semop failed as expected: EFBIG (27)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:148: TPASS: semop failed as expected: EAGAIN/EWOULDBLOCK (11)
semop02.c:148: TPASS: semop failed as expected: EFAULT (14)

Summary:
passed 23
failed 0
broken 0
skipped 3
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=send01 stime=1615253835
cmdline="send01"
contacts=""
analysis=exit
<<<test_output>>>
send01 1 TPASS : bad file descriptor successful
send01 2 TPASS : invalid socket successful
send01 3 TPASS : invalid send buffer successful
send01 4 TPASS : UDP message too big successful
send01 5 TPASS : local endpoint shutdown successful
send01 6 TPASS : invalid flags set successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sendfile03_64 stime=1615253835
cmdline="sendfile03_64"
contacts=""
analysis=exit
<<<test_output>>>
sendfile03_64 1 TPASS : sendfile() returned 9 : Bad file descriptor
sendfile03_64 2 TPASS : sendfile() returned 9 : Bad file descriptor
sendfile03_64 3 TPASS : sendfile() returned 9 : Bad file descriptor
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sendfile04 stime=1615253835
cmdline="sendfile04"
contacts=""
analysis=exit
<<<test_output>>>
sendfile04 1 TPASS : sendfile() returned 14 : Bad address
sendfile04 2 TPASS : sendfile() returned 14 : Bad address
sendfile04 3 TPASS : sendfile() returned 14 : Bad address
sendfile04 4 TPASS : sendfile() returned 14 : Bad address
sendfile04 5 TPASS : sendfile() returned 14 : Bad address
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=sendfile07_64 stime=1615253835
cmdline="sendfile07_64"
contacts=""
analysis=exit
<<<test_output>>>
sendfile07_64 1 TPASS : sendfile() returned 11 : Resource temporarily unavailable
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sendmsg01 stime=1615253835
cmdline="sendmsg01"
contacts=""
analysis=exit
<<<test_output>>>
sendmsg01 1 TPASS : bad file descriptor successful
sendmsg01 2 TPASS : invalid socket successful
sendmsg01 3 TPASS : invalid send buffer successful
sendmsg01 4 TPASS : connected TCP successful
sendmsg01 5 TPASS : not connected TCP successful
sendmsg01 6 TPASS : invalid to buffer length successful
sendmsg01 7 TPASS : invalid to buffer successful
sendmsg01 8 TPASS : UDP message too big successful
sendmsg01 9 TPASS : local endpoint shutdown successful
sendmsg01 10 TPASS : invalid iovec pointer successful
sendmsg01 11 TPASS : invalid msghdr pointer successful
sendmsg01 12 TPASS : rights passing successful
sendmsg01 13 TPASS : invalid flags set successful
sendmsg01 14 TPASS : invalid cmsg length successful
sendmsg01 15 TPASS : invalid cmsg pointer successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=set_mempolicy02 stime=1615253835
cmdline="set_mempolicy02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
tst_numa.c:191: TINFO: Found 1 NUMA memory nodes
set_mempolicy02.c:39: TCONF: Test requires at least two NUMA memory nodes

Summary:
passed 0
failed 0
broken 0
skipped 1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=set_tid_address01 stime=1615253835
cmdline="set_tid_address01"
contacts=""
analysis=exit
<<<test_output>>>
set_tid_address01 1 TPASS : set_tid_address call succeeded: as expected 4112
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setdomainname01 stime=1615253835
cmdline="setdomainname01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
setdomainname.h:36: TINFO: Testing libc setdomainname()
setdomainname01.c:26: TPASS: setdomainname() succeed
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
setdomainname.h:39: TINFO: Testing __NR_setdomainname syscall
setdomainname01.c:26: TPASS: setdomainname() succeed

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setfsuid01 stime=1615253835
cmdline="setfsuid01"
contacts=""
analysis=exit
<<<test_output>>>
setfsuid01 1 TPASS : setfsuid() returned expected value : 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sgetmask01 stime=1615253835
cmdline="sgetmask01"
contacts=""
analysis=exit
<<<test_output>>>
sgetmask01 1 TCONF : sgetmask01.c:128: syscall(-1) __NR_ssetmask not supported on your arch
sgetmask01 2 TCONF : sgetmask01.c:128: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setgroups04_16 stime=1615253835
cmdline="setgroups04_16"
contacts=""
analysis=exit
<<<test_output>>>
setgroups04_16 1 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: 16-bit version of setgroups() is not supported on your platform
setgroups04_16 2 TCONF : /tmp/lkp/ltp/src/ltp/testcases/kernel/syscalls/setgroups/../utils/compat_16.h:77: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setitimer03 stime=1615253835
cmdline="setitimer03"
contacts=""
analysis=exit
<<<test_output>>>
setitimer03 1 TPASS : expected failure - errno = 22 - Invalid argument
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setpgrp01 stime=1615253835
cmdline="setpgrp01"
contacts=""
analysis=exit
<<<test_output>>>
setpgrp01 1 TPASS : setpgrp - Call the setpgrp system call returned 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setpriority01 stime=1615253835
cmdline="setpriority01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
setpriority01.c:75: TPASS: setpriority(PRIO_PROCESS(0), 4130, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_PGRP(1), 4131, -20..19) succeeded
setpriority01.c:75: TPASS: setpriority(PRIO_USER(2), 1091, -20..19) succeeded
userdel: ltp_setpriority01 mail spool (/var/mail/ltp_setpriority01) not found
userdel: ltp_setpriority01 home directory (/home/ltp_setpriority01) not found

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=setregid01 stime=1615253835
cmdline="setregid01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
setregid01.c:49: TPASS: Dont change either real or effective gid
setregid01.c:49: TPASS: Change effective to effective gid
setregid01.c:49: TPASS: Change real to real gid
setregid01.c:49: TPASS: Change effective to real gid
setregid01.c:49: TPASS: Try to change real to current real

Summary:
passed 5
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setreuid07 stime=1615253835
cmdline="setreuid07"
contacts=""
analysis=exit
<<<test_output>>>
open failed with EACCES as expected
open failed with EACCES as expected
open call succeeded
setreuid07 0 TINFO : Child process returned TPASS
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=setuid01 stime=1615253835
cmdline="setuid01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
setuid01.c:30: TPASS: setuid(0) successfully

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmctl07 stime=1615253835
cmdline="shmctl07"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
shmctl07.c:31: TPASS: shmctl(1, SHM_LOCK, NULL)
shmctl07.c:37: TPASS: SMH_LOCKED bit is on in shm_perm.mode
shmctl07.c:46: TPASS: shmctl(1, SHM_UNLOCK, NULL)
shmctl07.c:53: TPASS: SHM_LOCKED bit is off in shm_perm.mode

Summary:
passed 4
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmget02 stime=1615253835
cmdline="shmget02"
contacts=""
analysis=exit
<<<test_output>>>
shmget02 1 TPASS : expected failure - errno = 22 : Invalid argument
shmget02 2 TPASS : expected failure - errno = 22 : Invalid argument
shmget02 3 TPASS : expected failure - errno = 17 : File exists
shmget02 4 TPASS : expected failure - errno = 2 : No such file or directory
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=signal02 stime=1615253835
cmdline="signal02"
contacts=""
analysis=exit
<<<test_output>>>
signal02 1 TPASS : expected failure - errno = 22 - Invalid argument
signal02 2 TPASS : expected failure - errno = 22 - Invalid argument
signal02 3 TPASS : expected failure - errno = 22 - Invalid argument
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=splice03 stime=1615253835
cmdline="splice03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
splice03.c:99: TPASS: splice() failed as expected: EBADF (9)
splice03.c:99: TPASS: splice() failed as expected: EBADF (9)
splice03.c:99: TPASS: splice() failed as expected: EBADF (9)
splice03.c:99: TPASS: splice() failed as expected: EINVAL (22)
splice03.c:99: TPASS: splice() failed as expected: EINVAL (22)
splice03.c:99: TPASS: splice() failed as expected: ESPIPE (29)
splice03.c:99: TPASS: splice() failed as expected: ESPIPE (29)

Summary:
passed 7
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ssetmask01 stime=1615253835
cmdline="ssetmask01"
contacts=""
analysis=exit
<<<test_output>>>
ssetmask01 1 TCONF : ssetmask01.c:115: syscall(-1) __NR_ssetmask not supported on your arch
ssetmask01 2 TCONF : ssetmask01.c:115: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=statfs02 stime=1615253835
cmdline="statfs02"
contacts=""
analysis=exit
<<<test_output>>>
statfs02 1 TPASS : expected failure: TEST_ERRNO=ENOTDIR(20): Not a directory
statfs02 2 TPASS : expected failure: TEST_ERRNO=ENOENT(2): No such file or directory
statfs02 3 TPASS : expected failure: TEST_ERRNO=ENAMETOOLONG(36): File name too long
statfs02 4 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
statfs02 5 TPASS : expected failure: TEST_ERRNO=EFAULT(14): Bad address
statfs02 6 TPASS : expected failure: TEST_ERRNO=ELOOP(40): Too many levels of symbolic links
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=swapoff01 stime=1615253835
cmdline="swapoff01"
contacts=""
analysis=exit
<<<test_output>>>
tst_ioctl.c:30: TINFO: FIBMAP ioctl is supported
swapoff01 1 TPASS : Succeeded to turn off swapfile
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=3 cstime=8
<<<test_end>>>
<<<test_start>>>
tag=switch01 stime=1615253836
cmdline="endian_switch01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:881: TCONF: This system does not support running of switch() syscall
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=symlink02 stime=1615253836
cmdline="symlink02"
contacts=""
analysis=exit
<<<test_output>>>
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=symlink05 stime=1615253836
cmdline="symlink05"
contacts=""
analysis=exit
<<<test_output>>>
symlink05 1 TPASS : symlink(testfile, slink_file) functionality successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=sysinfo02 stime=1615253836
cmdline="sysinfo02"
contacts=""
analysis=exit
<<<test_output>>>
sysinfo02 1 TPASS : Test to check the error code 14 PASSED
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=syslog02 stime=1615253836
cmdline="syslog02"
contacts=""
analysis=exit
<<<test_output>>>
syslog02 0 TINFO : Test if messages of all levels are logged.
syslog02 0 TINFO : For each level, a separate configuration file is
syslog02 0 TINFO : created and that will be used as syslog.conf file.
syslog02 0 TINFO : testing whether messages are logged into log file
syslog02 0 TINFO : Doing level: emerg...
syslog02 0 TINFO : restarting syslog daemon
syslog02 1 TPASS : ***** Level emerg passed *****
syslog02 0 TINFO : Doing level: alert...
syslog02 0 TINFO : restarting syslog daemon
syslog02 2 TPASS : ***** Level alert passed *****
syslog02 0 TINFO : Doing level: crit...
syslog02 0 TINFO : restarting syslog daemon
syslog02 3 TPASS : ***** Level crit passed *****
syslog02 0 TINFO : Doing level: err...
syslog02 0 TINFO : restarting syslog daemon
syslog02 4 TPASS : ***** Level err passed *****
syslog02 0 TINFO : Doing level: warning...
syslog02 0 TINFO : restarting syslog daemon
syslog02 5 TPASS : ***** Level warning passed *****
syslog02 0 TINFO : Doing level: notice...
syslog02 0 TINFO : restarting syslog daemon
syslog02 6 TPASS : ***** Level notice passed *****
syslog02 0 TINFO : Doing level: info...
syslog02 0 TINFO : restarting syslog daemon
syslog02 7 TPASS : ***** Level info passed *****
syslog02 0 TINFO : Doing level: debug...
syslog02 0 TINFO : restarting syslog daemon
syslog02 8 TPASS : ***** Level debug passed *****
syslog02 0 TINFO : restarting syslog daemon
<<<execution_status>>>
initiation_status="ok"
duration=36 termination_type=exited termination_id=0 corefile=no
cutime=5 cstime=6
<<<test_end>>>
<<<test_start>>>
tag=syslog10 stime=1615253872
cmdline="syslog10"
contacts=""
analysis=exit
<<<test_output>>>
syslog10 0 TINFO : Test setlogmask() with LOG_MASK macro.
syslog10 0 TINFO : o Use setlogmask() with LOG_MASK macro to set an
syslog10 0 TINFO : individual priority level.
syslog10 0 TINFO : o Send the message of above prority and expect it to be
syslog10 0 TINFO : logged.
syslog10 0 TINFO : o Send message which is at other priority level to
syslog10 0 TINFO : the one set above, which should not be logged.
syslog10 0 TINFO : syslog: Testing setlogmask() with LOG_MASK macro...
syslog10 0 TINFO : restarting syslog daemon
syslog10 0 TINFO : restarting syslog daemon
<<<execution_status>>>
initiation_status="ok"
duration=6 termination_type=exited termination_id=0 corefile=no
cutime=2 cstime=2
<<<test_end>>>
<<<test_start>>>
tag=timerfd_settime01 stime=1615253878
cmdline="timerfd_settime01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
timerfd_settime01.c:53: TINFO: Testing variant: syscall with old kernel spec
timerfd_settime01.c:96: TPASS: timerfd_settime() failed as expected: EBADF (9)
timerfd_settime01.c:96: TPASS: timerfd_settime() failed as expected: EFAULT (14)
timerfd_settime01.c:96: TPASS: timerfd_settime() failed as expected: EINVAL (22)
timerfd_settime01.c:96: TPASS: timerfd_settime() failed as expected: EINVAL (22)

Summary:
passed 4
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=timer_delete02 stime=1615253878
cmdline="timer_delete02"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
timer_delete02.c:30: TPASS: Failed as expected: EINVAL (22)

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=utime03 stime=1615253878
cmdline="utime03"
contacts=""
analysis=exit
<<<test_output>>>
utime03 1 TPASS : Functionality of utime(tmp_file, NULL) successful
<<<execution_status>>>
initiation_status="ok"
duration=4 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=utime05 stime=1615253882
cmdline="utime05"
contacts=""
analysis=exit
<<<test_output>>>
utime05 1 TPASS : Functionality of utime(tmp_file, &times) successful
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=wait02 stime=1615253882
cmdline="wait02"
contacts=""
analysis=exit
<<<test_output>>>
wait02 1 TPASS : wait(&status) returned 4490
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=wait402 stime=1615253883
cmdline="wait402"
contacts=""
analysis=exit
<<<test_output>>>
wait402 1 TPASS : received expected failure - errno = 10 - No child processes
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=waitpid01 stime=1615253883
cmdline="waitpid01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
waitpid01.c:38: TPASS: waitpid() returned correct pid 4497
waitpid01.c:47: TPASS: WIFSIGNALED() set in status
waitpid01.c:55: TPASS: WTERMSIG() == SIGALRM

Summary:
passed 3
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=waitpid06 stime=1615253883
cmdline="waitpid06"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
waitpid06.c:54: TPASS: Test PASSED

Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=waitid01 stime=1615253883
cmdline="waitid01"
contacts=""
analysis=exit
<<<test_output>>>
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4511 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4512 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4511 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4512 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4513 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4511 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4512 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4513 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4514 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4515 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4511 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4512 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4513 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4514 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4515 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4516 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4510 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4511 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4512 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4513 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4514 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4515 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 0 TINFO : Process 4516 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 123
waitid01 0 TINFO : Process 4517 terminated:
waitid01 0 TINFO : code = 1
waitid01 0 TINFO : exit value = 0
waitid01 0 TINFO : Process 4518 terminated:
waitid01 0 TINFO : code = 2
waitid01 0 TINFO : signal = 1
waitid01 1 TPASS : waitid(): system call passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=writev02 stime=1615253883
cmdline="writev02"
contacts=""
analysis=exit
<<<test_output>>>
writev02 0 TINFO : Enter block 1
writev02 1 TPASS : Received EFAULT as expected
writev02 0 TINFO : Exit block 1
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=futex_wait01 stime=1615253883
cmdline="futex_wait01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
futex_wait01.c:69: TINFO: Testing variant: syscall with old kernel spec
futex_wait01.c:62: TPASS: futex_wait() passed: ETIMEDOUT (110)
futex_wait01.c:62: TPASS: futex_wait() passed: EAGAIN/EWOULDBLOCK (11)
futex_wait01.c:62: TPASS: futex_wait() passed: ETIMEDOUT (110)
futex_wait01.c:62: TPASS: futex_wait() passed: EAGAIN/EWOULDBLOCK (11)

Summary:
passed 4
failed 0
broken 0
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=futex_wait_bitset01 stime=1615253883
cmdline="futex_wait_bitset01"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1263: TINFO: Timeout per run is 0h 25m 00s
futex_wait_bitset01.c:99: TINFO: Testing variant: syscall with old kernel spec
futex_wait_bitset01.c:45: TINFO: testing futex_wait_bitset() timeout with CLOCK_MONOTONIC
futex_wait_bitset01.c:87: TPASS: futex_wait_bitset() waited 100078us, expected 100010us
futex_wait_bitset01.c:45: TINFO: testing futex_wait_bitset() timeout with CLOCK_REALTIME
futex_wait_bitset01.c:87: TPASS: futex_wait_bitset() waited 100064us, expected 100010us

Summary:
passed 2
failed 0
broken 0
skipped 0
warnings 0
incrementing stop
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20200930-258-g35cb4055d

###############################################################

Done executing testcases.
LTP Version: 20200930-258-g35cb4055d
###############################################################




To reproduce:

git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml
bin/lkp run compatible-job.yaml



---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation

Thanks,
Oliver Sang


Attachments:
(No filename) (187.13 kB)
config-5.12.0-rc1-g3c6be3a73b96 (175.54 kB)
job-script (5.77 kB)
dmesg.xz (69.80 kB)
ltp (185.66 kB)
job.yaml (4.75 kB)
reproduce (228.00 B)
Download all attachments